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

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

Syntax Highlighting for your website

google prettify

Syntax Highlighting for your website You have let’s say a blog, like this one you are reading right now, and you will post code snippets on it. You want your readers to see that clear and highlighted not just plain text because is hard to read for the eye of a programmer. Google code pretify.

Using LESS for CSS

LESS

Using LESS for CSS As I have said in my past articles, we live in a world where rapid development of web applications is an important factor. We need to be able to construct big things in short amount of time. This is why, we need to learn to use tools that helps us obtain

Build multilanguage websites with gettext

Multilanguage Website

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

foundation

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

Tips for a clean programming code

clean code

Tips for a clean programming code Everyone of us hates when we have to work on another person’s project and the code is written bad. When you start a project you need to have in mind that, maybe, someone will work on it too, so if you will write bad code, that person will make

PHP classes and objects

oop

PHP classes and objects Few days ago I had a talk with a few friends of mine about this topic, and I saw that some people are still misunderstanding the OOP paradigm in programming. So I want to clarify a few things in this article. What is OOP ? OOP stands for Object Oriented Programming and

JSON – JavaScript Object Notation

JSON

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

Using Cookies in PHP

cookies

Using Cookies in PHP Hi everyone, at the time this article was written, I was very hungry, and yeah … this is pretty much the place where the inspiration begins. So let’s cut to the serious things now and let me show you really quick how is using cookies in php. What are cookies ? Cookies

Getting title, excerpt, category outside loop in wordpress

wordpress logo

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

Request an article ←