Search This Blog

Saturday, July 3, 2010

A showcase of sites using HTML5 markup

Growing pains afflict HTML5 standardization: Listening to marketing messages from companies such as Apple and Google, one might think HTML5, the next-generation Web page standard, is ready to take the Net by storm.

Check this showcase of sites using HTML5 markup
click the link here ➠ http://html5gallery.com/

Friday, July 2, 2010

HTTP Secure (http vs https)

As opposed to HTTP URLs which begin with "http://" and use port 80 by default, HTTPS URLs begin with "https://" and use port 443 by default.

HTTP is insecure and is subject to man-in-the-middle and eavesdropping attacks which can let attackers gain access to website accounts and sensitive information. HTTPS is designed to withstand such attacks and is considered secure against such attacks (with the exception of older deprecated versions of SSL).

Wikipedia Referenced

Wednesday, June 30, 2010

New Features in HTML 5

Some of the most interesting new features in HTML 5:

  • The canvas element for drawing
  • The video and audio elements for media playback
  • Better support for local offline storage
  • New content specific elements, like article, footer, header, nav, section
  • New form controls, like calendar, date, time, email, url, search

The Best Web Development Frameworks

A friend compiled the best of web development frameworks in PHP, CSS, JavaScript, Python and Java. All these frameworks have there pros and cons, they can help us make our project look clean and robust.

click here to see