Validation with jQuery

Ajax, Tutorials
This time I need to clarify about "Form acceptance utilizing standard outflows with jquery". I had advanced an excercise utilizing jquery.validate plugin, It's extremely straightforward. Actualize this and improve your web tasks. http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js http://jquery.validate.js $(document).ready(function() { $.validator.addMethod("email", function(value, element) { return this.optional(element) || /^[a-zA-Z0-9._-]+@[a-zA-Z0-9-]+.[a-zA-Z.]{2,5}$/i.test(value); }, "Please enter a valid email address."); $.validator.addMethod("username",function(value,element) { return this.optional(element) || /^[a-zA-Z0-9._-]{3,16}$/i.test(value); },"Username are 3-15 characters"); $.validator.addMethod("password",function(value,element) { return this.optional(element) || /^[A-Za-z0-9!@#$%^&*()_]{6,16}$/i.test(value); },"Passwords are 6-16 characters"); // Validate signup form $("#signup").validate({ rules: { email: "required email", username: "required username", password: "required password", }, }); }); Download Script
Read More

File browser with ajax

Ajax, PHP
This class can used to maintain indexes on the server side utilizing an Ajax based client interface to maintain a strategic distance from page reloading. It produce a client interface to perform numerous sorts of operations on server side records perusing envelopes, erase, duplicate, glue, cut, and make new index or envelope. Download file
Read More

Edit Table in Ajax

Ajax, PHP, PHP Scripts
This class might be utilized to alter information in the cells of a Html table utilizing Ajax to safeguard the adapted unit values without reloading the present page. It takes a bi-dimensional cluster as parameter to describe the substance of the units of the table to be altered. At that point it creates the table Html with the indispensible Javascript code to alter the unit substance. The client may alter the units by clicking on them. The unit is transformed into a content information so the client can modify the unit substance with the console. In the event that you are utilizing Advate then you can detail the sort of info you need returned: content, textarea, select, radio, and checkboxes. For the last three, you have the capacity to define…
Read More

AJAX Rating Counter

Ajax, PHP, PHP Scripts
This bundle might be utilized to actualize a star rating framework that uses Ajax to overhaul the normal rate without reloading the rate page after a client has voted. It can show the present normal rating between 1 to 10 utilizing star symbol pictures. Another rating submitted by a client is sent to the server utilizing an Ajax solicitation. The server gives back where its due rating normal and the star symbol pictures change to the new rating worth. Download file from here
Read More

Ajax chat scripts

Ajax, PHP, PHP Scripts
This class might be utilized to bring about a modest Web based visit framework that uses Ajax to overhaul the talk dialog show range without reloading the entire page. The class creates a page with a Web shape to submit what every visit line that the clients sort. The talk lines are sent to the server utilizing a Xmlhttprequest item. The talk lines are accepted by a server side script that uses the class to store what every client entered in a Mysql database table. Accordingly, the class yields the talk record recently designed to by shown in the client program pages. Download File
Read More

AJAX File Uploader

Ajax, PHP, Tutorials
This class might be utilized to scan records transferred through Web shapes utilizing Ajax strategies to send the records without reloading the shape page. There is helper Javascript code that can transfer out of sight a record that the clients picks in a Web page shape and overhauls the transfer memo status in the page. A server side helper script gets the transferred indexes and duplicates to a transfer index. The class might be utilized to output the transfer index and record the formerly transferred documents as per diverse sorts: picture, sound, film and other. Download file from here
Read More

Uncle Sam is watching you…through PRISM

Internet and Media, News
WASHINGTON: Uncle Sam is watching you...every electronic step you take, every digital move you make. The world woke on Friday morning to news that the US government's surveillance of people is much broader, wider, and deeper than initially thought and extends beyond America - into the whole world. For the last six years, the secretive National Security Agency (NSA) has been able to pluck data - including e-mails, videos, pictures, social networking details, and connection logs - from the main servers of Microsoft, Google, Yahoo, Apple, Facebook, Skype and other leading US tech companies. Its collection of metadata from Verizon is just the tip of the iceberg that is drifting towards the Obama administration. The newly disclosed US program, leaked by a disgruntled insider in the government, is named PRISM,…
Read More

Facebook, Google deny spying access

Internet and Media, News
NEW DELHI: The CEOs of Facebook and Google on Saturday categorically denied that the US National Security Agency had "direct access" to their company servers for snooping on Gmail and Facebook users. But both acknowledged that the companies complied with the 'lawful' requests made by the US government and shared user data with sleuths. In a post titled "What the ...?" Google's official blog, CEO Larry Page wrote, "We have not joined any program that would give the US government—or any other government—direct access to our servers. We had not heard of a program called PRISM until yesterday." A few hours later, Facebook CEO Mark Zuckerberg responded. "Facebook is not and has never been part of any program to give the US or any other government direct access to our…
Read More