Selenium

Selenium automates browsers. That’s it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.

Selenium has the support … Read more

PHPXref

PHPXref is a developer tool that’s designed to ease the process of working on large PHP projects by making it very fast and easy to browse the code documentation along with the code itself.

It works by scanning a project directory and translating the files it finds into readable cross-referenced … Read more

HTML5 Browser Support

HTML5 is supported in all modern browsers. The latest versions of Google Chrome, Apple Safari, Mozilla Firefox, and Opera all support manyHTML5 features and Internet Explorer 9.0 will also have support for some HTML5 functionality.

The mobile web browsers that come pre-installed on iPhones, iPads, and Android phones all have … Read more

HTML5 : New features

HTML5 introduces a number of new elements
and attributes that helps in building a modern
websites. Following are great features introduced in HTML5.

New Semantic Elements:
HTML5 introduces new semantic elements like <header>, <footer>, and <section>.

Forms 2.0:
Improvements to HTML web forms where new attributes have been
introduced for … Read more