Archive for July, 2010
PHP functions for Encrypt Decrypt a string
Here i am sharing php functions for encrypt decrypt a string. I came across two different ways of encrypt decrypt php functions for string. In first one, there are two functions for encrypt and decrypt string. One is for encrypt the string and other is for decrypt the encrypted string. In second one, there is only one encrypt decrypt function which works for both encryption and decryption of string in php.
How to Identify or Track Mouse Position using jQuery
I was working with one application for one of my client where i need to track or identify the mouse position in pixel using jQuery. Using this mouse positions you can drag your object or any other operation you want to do. I came across mousemove event of jQuery which gives you the position of X and Y from top left corner of page. Look at below syntax. This might be useful to you in future needs.
Autocomplete functionality in Combobox/Selectbox with jQuery-UI
Are you looking for Selectbox (Combobox) with Autocomplete functionality ? jQuery-UI provides Autocomplete functionality in HTML selectbox. All options for HTML selectbox is preloaded and you dont need to make an Ajax call for autocomplete. As long as you write keywords, it will search that keyword from all options defined and shows result in dropdown box.
Problem Solved-WordPress Asking FTP details While Installing Plugins
Hello Friends, WordPress is most popular because of Open Source and its plugin functionality.When you install plugin from wordpress admin, it will ask for FTP details. Entering FTP details every time is very irritating. If you are facing the same problem than just add below lines. It will not ask for FTP details once you [...]
How to Disable or Limit Post Revision in WordPress
In Previous Post i gave you MYSQL Query to delete Revision Posts in Wordpress. Suppose you don’t want to save Revision Posts than you may disable it by writing a single line of code in wp-config.php file. Also you can limit the Post Revisions in Wordpress. So here is how to disable or limit Post Revisions in WordPress.
How to Delete revision Post in WordPress
Wordpress has post revisions concept which saves your post data at regular interval. Means if your browser crash or in any unexpected circumstance you might loose your written post. By this Post Revision, Wordpress saves your post content after some amount of time. So there are many Post Revisions saves in Database which is useless once your Post is published. Also it increases the database load and as a result load time of your page increase. So here is how to delete post revisions in WordPress.
Problem solved: Recursive jQuery-AJAX Click Bind event
If you are working with jQuery-Ajax, than this might be useful tutorial for you. While using jQuery-Ajax, you will get a response and you will place that response (May be in form of HTML) in some div or table. Now if you want to do any jQuery event on response (for e.g. if you need to make a click event on link which is in response) than you need to bind this click event success area of jQuery-Ajax call.
WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts
RAX – Email Subscription And Social Media Links After Posts plugin helps you to add a Email subscription box along with Social media follow links at the end of your post. Using this plugin , your feedburner email subscriber will increase as well as your twitter followers and Facebook fans also increase. All in One Feedburner Email Subscriber and Social media follow links in RAX – Email Subscription And Social Media Links After Posts plugin.


I am
Recent Comments