The things that bugs a web developer is the way they have to find the right documentation for what we search for. For example if we try to search function bind() it may produce over 100 matches before the actual function we are looking for. So as to minimize these redundancy I have collected 6 [...]
Just for fun , this week I have added crazy web developers tattooing themselves. You may like them.
Many characters are reserved in HTML. i.e we cannot use the greater than or less than signs within our text because the browser could render them as html. If we really want the browser to actually display these characters we must insert character entities in the markup. Here is the list of common symbols used [...]
A calendar is a system of organizing days for social, religious, commercial, or administrative purposes and therefore makes it essential element for web application. I have collected 19 html calenders for your inspiration and might be useful for your upcoming project.
Form validation is one of the most important aspect on any web application. More the form is secure more secure will be the application. So as to validate form using jquery , is really simple and can be highly customize.
while searching on google , yahoo and bing for some web applcations I came across very attractive web applications, thought to share with my readers. Go through the list you will surely love it.
Apart from programming and coding , one should have some humor in his or her life. While digging through web I stuck around an image and found it really funny. This image showing some real stuff happening in programmers life.
HTML 5 reduces development costs by making precise rules on how to handle all HTML elements, and how to recover from errors. It aims to reduce the need for proprietary plug-in-based rich internet application (RIA) technologies such as Flash, Silverlight, Pivot, and Sun JavaFX.
To check all and uncheck all checkboxes using jquery is real fun. I tried making for my current project and shared with you for simple copy and paste elements.
As we know jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML and is most popular JavaScript library in use today. While digging through articles , found some plugins which I haven’t seen. Check out!
Jquery is very clean and easy to integrate in web applications. To create password strength checker with jquery is simple and can be done easily. Recently , in my latest project , I have used it and liked the way it changes color.