CSS3 Text Shadows
Our journey to the world of shadows continues. If you missed the article, we explored the basics of using the box-shadow property. Today we are going to focus on the text-shadow. Just to remind you:...
View ArticleCSS3 rounded corner input
The CSS3 properties border-radius and box-shadow allow a designer to easily create rounded input boxes with pure HTML and CSS without having to resort to images. This post shows how it can be done and...
View ArticleCookie using PHP and JavaScript
Find variety of codes and details discussion about the cookie both using JavaScript and PHP: Set cookie through PHP and get through JavaScript Set cookie through JavaScript and get through PHP Set...
View ArticleBest Web Developer practices in HTML
HTML markup language for World Wide Web have been used for move twenty years, from HTML4 to XHTML, now HTML5. However, there are some fumdamental practises that works on all version of HTML you should...
View ArticleDifference between jQuery .attr() and .prop()
jQuery 1.6 introduces .prop() function and separates DOM Attributes and Properties, it raised a lot of questions about the difference between .attr and .prop functions. Before going jQuery, let us...
View Article