Obviusly Everyone knows what is HTML.So Here is something more to know. HTML5 is the next version of HTML.HTML’s Previous version came in 1999 which is HTML4. After this version W3C decided not to Upgrade its version anymore. But the … Continue reading →
As explained in earlier my earlier post about Introduction to PHP. Now lets learn PHP step by step starting with installing PHP on your Computer. Well Lets first see the requirements of the PHP, we need a server to … Continue reading →
What is RSS? RSS stands for “Really Simple Syndication”. RSS is a technology that is being used by millions of web users around the world to keep track of their favorite websites. What problem does RSS solve? Many people … Continue reading →
PHP is short name what is officially called “PHP: Hypertext Preprocessor.” Basically PHP is a server side scripting language, using which you can build dynamic website’s, PHP can connect to various databases, and the best part of PHP is that … Continue reading →
How to Clear a TextBox When the the Cursor Focus on it? There is a property For Few ASP.NET Server Controls its called “Focus”. So this event is triggered when a Cursor Focus on the Control Here is the demo … Continue reading →
Its the Season of Snow Fall,So here is a tutorial on how to snowfall on a web page using the javascript. This script works without image. Just paste this script before </head> tag <script type=”text/javascript” src=”snowstorm-min.js”></script> Important Note: Place the … Continue reading →