Article from Web Development

Google’s perfect way of Customizing your 404 Error page

Google’s perfect way of Customizing your 404 Error page

“404 (Page Not Found) error” is one of crucial part of any web page. It’s a special page when a user tries to find a page that doesn’t exists on your site. But, how to customize it? Google shows the way. Tell visitors clearly that the page they’re looking for can’t be found. Use language that is friendly and inviting. Make sure your 404 page uses the same look and feel (including navigation) as the rest of your site. Consider adding links to your most popular articles or posts, as well as a link to your site’s home page. Think … Continue reading

Posted in Web Development | 1 Comment
Digg into HTML5: The Basic

Digg into HTML5: The Basic

HTML5 is the next biggest thing that ever happened to web since AJAX. It’s the way forward to create stunning web apps and seamless performance. In this article I’m going to introduce you to the basic HTML 5 semantics and how to make it browser neutral. To start off with HTML5 is only supported by the modern browsers and IE as usual acts fussy. But with a little bit of pampering from our end we can make IE behave. What is HTML 5? HTML5 is a major revision to the existing HTML4 standard. HTML4 helped us in formatting our content … Continue reading

Posted in HTML5 Tutorial, Web Development | 2 Comments