Programming
PHP, Perl, Pyhon, bash, javascript and jQuery and probably other languages to come. This category is all about programming!
Converting strings to numbers in javascript
Converting strings to numbers in javascript There are some situations where you would want to take a string from a place, convert it to a number and put it in another place on the client side. This thing can be obtained by some helper function that are built-in in javascript. In this article we will
Build multilanguage websites with gettext
Build multilanguage websites with gettext Have you ever tried to build a multilanguage website using php ? Whether you did it or not, you should know that this thing requires some thinking before you start coding. I will present you a very simple, fast and scalable solution for this. What is gettext ? Gettext is a
Build responsive websites with foundation from ZURB
Build responsive websites with foundation from ZURB Mobile platform is rising in these days. More and more users are adopting these platforms for usage or development. We live in a world where speed is important, and we connect from our mobile phone to solve problems that we normally do from a desktop machine. In this
JSON – JavaScript Object Notation
JSON – JavaScript Object Notation Nowadays web applications tend to leave more and more to the past 3rd party things like “FLASH” and adopt even more javascript for developing same things more efficiently. The reason is simple, javascript always been here, and now since the web is more interactive, you need this kind of language
Getting title, excerpt, category outside loop in wordpress
Getting title, excerpt, category outside loop in wordpress When developing your own template, I found that in some cases it is best not relying on the wordpress loop for getting information related to a specific post in our database. In some case, we just need information for just one article, so its a hassle if