“Adobe Integrated Runtime (AIR) is a cross-platform runtime environment for building rich Internet applications using Adobe Flash, Adobe Flex, HTML, or Ajax, that can be deployed as a desktop application.” That’s from Wikipedia. Now let create our first application using this technology.
I already wrote something about django + internalization. Today I will add one more thing to this topic.
About Django + RSS I was writing some time ago. Today – one more example related to this topic. I will write how to use parameters from URL in feed class.
I translate tspot.pl from a couple of days using django internalization – i18n. It’s really easy to use, however I found one problem, which wasn’t so obvious. Some of the texts were not translated. Everything because of…
Sometimes we need to handle lots of subdomains (e.g. we want to have URLs like someones_login.ourdomain.com). So, lets configure nginx for this kind of situation.
It is always a good idea to run your python projects via paster + nginx. Some time ago I wrote about building environment for pylons projects on ubuntu, so that shouldn’t be a problem. Now… let create some kind of script to start, stop and restart our application.
Yeah, sometimes everybody needs to use graphic SQL editor. For example… if you want to add more advanced triggers to your database.
I just upgraded my Opera browser (I still can’t understand why people use this browser) to version 10.0 on my ubuntu system. I started it and… I can’t see custom letters in menu (letters like ‘ą’, ‘ę’, ‘ł’ from polish alphabet). I had to fix it.
Sure, you can always install Apache. However… sometimes you can’t… for example: there could be some other web server installed on your port 80. There could be nginx for your python projects already installed (like in my case).
I will try to describe how to set up database replication in MySQL. Replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. Today I will describe how to set up replication Master – Slave, next time – I will write about replication Master – Master. So let’s go.
Hello, I'm Karol Zielinski, internet evangelist, an entrepreneur, project manager and a web developer from Gdynia, Poland. I like creative design, good advertisement, social media and all kind of stuff around the web.