15 Time saving tutorials for web developers
For us in Ma-No, being web developers ( and designer) is the world's coolest jobs because you can play with new technologies and create some a...
For us in Ma-No, being web developers ( and designer) is the world's coolest jobs because you can play with new technologies and create some a...
PHP 5.5.0 has been released, bringing with it a host of new features and fixes. Here we post a review; Generators are now available Generators provi...
Nearly two years ago, Mozilla announced "Boot to Gecko" (a.k.a. B2G), a project whose primary goal was to provide a standalone web-centric operatin...
Redis is an open source data structure server with an in-memory dataset that does much more than simple key/value storage thanks to its ...
While working on the new theme for this site, we realized that the various social media buttons We use were making the entire page load considerabl...
The zlib extension contains versions of many file-access functions, such as fopen(), fread(), and fwrite() (called gzopen(), gzread(), gzwrite(), ...
While dealing with current URL, many time you want to know what is the current URL path, What are the parameters, and what is the hash tag on URL. Ha...
This script will create a configurable widget that will display the latest Disqus comments from your site. Note: You need to signup wit...
This script can be used to make backup of entire directories and subdirectories in our servers, you can use the script in conjunction with cronjobs...
Today, in this mini tutorial we will introduce a simple method to protect javascript code from copying. IMPORTANT: We are not sure this method ...