Development
18 Best Time Saving Add-ons for Firefox
DEVELOPMENT As we know, Mozilla Firefox is one of the best and most famous web browser between web users. Many users say that Firefox is too slow but web developers love it and they can’t live without it. We are going to list some most popular and time saving add-ons that can prove: Firefox, not just a browser.
HTML5 Gets an Official Logo from W3C
HTML The W3C (World Wide Web Consortium) has introduced a brand new logo for Hypertext Markup Language 5 (HTML5) . With the loyal support of companies and keen interest from developers in all regions of work, HTML5 has been one of the great considerations and taken the place in hot topics over the previous year.

PHP 5.3.0 Released!
PHP zuknjbchv8 The PHP development team is proud to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Some of the key new features include: namespaces, late static binding, closures, optional garbage collection for cyclic references, new extensions (like ext/phar, ext/intl and …

PHP 5.3.0RC4 Release Announcements
PHP The PHP development team is proud to announce the fourth release candidate of PHP 5.3.0 (PHP 5.3.0RC4). This RC focuses on bug fixes and stability improvements, and we hope only minimal changes are required for the next candidate or final stable releases. PHP 5.3.0 is a newly developed version of PHP featuring long-awaited features like namespaces, late static binding, closures …

PHP released its new version 5.2.10 !
PHP The PHP development team would like to announce the immediate availability of PHP 5.2.10. This release focuses on improving the stability of the PHP 5.2.x branch with over 100 bug fixes, one of which is security related. All users of PHP are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.10: Fixed bug #48378 (exif_read_data() segfaults …

PHP 5.3.0RC2 Release Announcement
PHP The PHP development team is proud to announce the second release candidate of PHP 5.3.0 (PHP 5.3.0RC2). This RC focuses on bug fixes and stability improvements, and we hope only minimal changes are required for the next candidate (RC3). Expect an RC3 in 2-3 weeks, although there will not be major changes so now is a good time to start …

Build User Online Detection System
PHP This tutorial will tells you to create a user online detection system. This tutorial has required a mysql database and php enable server. Please follow these steps to complete your own UserOnline System. Create table “user_online” in mysql in database “database1″. CREATE TABLE `user_online` ( `userip` char(100) NOT NULL default ”, `time` int(11) NOT NULL default ’0′ ) TYPE=MyISAM;