HTML5 is no longer a ‘way of the future ‘ as it is more common place now that most of us, if not all of us, are starting to implement it into the things we create.One of the newest features that have most of you cooing, aside from the new video and audio tags, is Canvas. It has been dubbed a convenient replacement for the use of flash in the browser, and it translates well across multiple devices.
Author: unuzero
Integrating AJAX with PHP Part I
AJAX earned its share of stardom once industry giants like Google Maps, Zoho Writer and Y!Mail Beta started to actively implement AJAX into their services.Though many webmasters out there are already using AJAX yet there is that section which is still unaware of its advantages.This tutorial will help the latter part enjoy hands-on experience with AJAX and PHP. I won’t be using jargons yet I am assuming that you understand the basics of HTML, PHP and JavaScript.
20 Best Sites Built with Ruby on Rails
Ruby on Rails became a popular web application framework because of how easy it promotes the rapid prototyping methodology used by web developers in rapid development.Of course, being an open source project also helped Ruby on Rails establish itself as one of the most popular web development tools as well.
10 PHP Hacks Worth Knowing
PHP is a very flexible programming language and no matter how much you know, there is always more left to learn.Some of the things that are definitely worth knowing are all the different hacks that help you solve problems and make you more productive. Here are some that every developer should know…
Integrating HTML5, CSS and PHP to Create a Very Basic Contact Form
HTML5 has been helping webmasters to clean up their code by utilising newly introduced features of the same. It won’t be possible for me to touch base with every HTML5 feature, but I will be listing down some of those during the course of this tutorial.