Gettext translations
Gettext is a great way to localize and internationalize (simply put, to translate) your (web)applications. It’s …
Gettext is a great way to localize and internationalize (simply put, to translate) your (web)applications. It’s …
Yii framework has a really nice CRUD generator that can speed up building back-end applications, which …
I’ve got this blog of mine where I log in every now and then, so whenever …
Check the WordPress version of several sites at once Read more →
There was this website containing regularly updated content I wanted to follow. Unfortunately, they had no …
Grep result to a shell variable – no line breaks Read more →
It’s very convenient, even necessary, to use a version control system, e.g. CVS or Git. One …
It’s always best to commit your work only once it’s done. Sometimes the changes span over …
Git – show all files modified between two commits Read more →
I ran across a problem when trying to run a program located in “Program Files” directory …
Python os.sytem() and Windows Program Files directory Read more →
Sometimes I need to get all the names of the columns in an sql table, most …
MySql – get names of columns and put them in an array Read more →
Learning a framework seems to be inevitable.