Subscribe
-
-
Recent Posts
Recent Comments
- Michael on Voting System Youtube Style With jQuery & PHP
- Michael on Voting System Youtube Style With jQuery & PHP
- Saran on Voting System Youtube Style With jQuery & PHP
- Neiljun Odiaz on Login with Google using PHP API library
- DjLexsas on Simple Ajax Pagination with jQuery & PHP
Popular Posts
- Ajax Image Upload with jQuery and PHP
- Post to Facebook Page Wall Using PHP + Graph
- 40+ CSS Buttons from codepen
- Ajax Add & Delete MySQL records using jQuery & PHP
- Ajax Image Upload and Resize with jQuery and PHP
- Simple Ajax Pagination with jQuery & PHP
- PayPal Express Checkout with PHP
- 30 Pure CSS3 Tutorials & Examples
- Post on Facebook wall using PHP
- Loading More Results From Database Using jQuery Ajax
- Login with Google using PHP API library
- Ajax Facebook Connect with jQuery & PHP
-
Add/Remove Input Fields Dynamically with jQuery
If you are looking to add and remove duplicate input fields, here’s another jQuery example below to do the task for you. This jQuery snippet adds duplicate input fields dynamically and stops when it reaches maximum.
Restrict multiple URLs in Input with jQuery
Sometimes we may want to restrict user from entering more than one URL or prevent entering same words in text input box, with jQuery it is very simple and this snippet below can come in handy in one of those situations.
Check Facebook User Permissions (PHP)
I assume you are using Facebook PHP SDK in your project, if you need to check multiple permissions granted by the user using PHP, try following method. We will break string into an array, and then check for the permissions already granted by the user.
Cloud Computing and Future of Ecommerce
Cloud computing, I hope most of you would have been familiar with this term today. It is the latest sensation to join the hit lists in the market. For those who are completely new to this term, here goes the definition: it is a virtual network of servers acting remotely on the internet which allows you to store, manage, and process data effectively.
Count Characters Remaining with jQuery
Sometimes you might want to allocate total number of characters user may enter in a text box, and you also want to display remaining characters count as user type in the text, and how about preventing user from typing further after the character limit has reached? It sounds really daunting but believe me it is very simple and fun with jQuery.
Scrolling Table of Contents with Jquery and CSS3
If you have very long pages like Wikipedia, you might want to organize your paragraphs with some sort of stylish scrolling Table of Contents (TOC). In this article we will create a nice little Table of Contents with bit of jQuery and CSS3. Div element stays fixed on the left or right side of the page for easy navigation of the page, it can be expended and collapsed easily by a reader.

-

-

-

-

Saaraan On