Jquery form validation script

Validation is a very integral part of a website.Client side validation has also become an indispensable tool for web development.Here is a jquery validation script which prompts the user about mistakes even before clicking submit button.That is the user will be notiified about the error as soon as the user enters value in the field.Here is the code of the script[...]

Give shadow effect using css

Another feature that has gained popularity with the advent of css3 is giving shadow effects to html objects.It not only improves the visual experience of the user but also gives 3d effects to user.Also giving such shadow effects is as easy as eating a piece of cake.Here is the css code to give shadow effect:[...]

Make curved divs using css

It has become a trend among web designers to make the divs or pop up boxes curved.The main advantage with this is that the user wont get bored.Especially for sites such as social networking sites where the user regularly view page it would be nice to introduce curved divs and also it would give a professional look to the design.[...]

Remove the dotted border around hyper links with CSS

For web designers who doesn't care about minute details dotted border around link in a webpage is ok.But for those professionals who take into account every minute details in webdesigning here is a way[...]

Use ajax right away

AJAX (shorthand for asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create interactive web applications. With AJAX, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page.The goal of this tutorial is to teach you a bit about Ajax language, and make quickly something working.[...]

SQL injection step by step guide

Before we see what SQL Injection is. We should know what SQL and Database are.Database is collection of data. In website point of view, database is used for storing user ids,passwords,web page details and more.Structured Query Language is Known as SQL. In order to communicate with the Database ,we are using SQL query. We are querying the database so it is called as Query language.[...]

Make your pc speak whatever you type[VBS Trick]

Now you can create your own text to speech converter software to make your computer speak whatever you type. It’s pretty cool. Just run this script and make it read any funny sentence.Copy the code given below in notepad and save it as anyname.[...]

sourcecodehunters