Add Customized reCaptcha in your PHP Application
Captchas are an essential part of an online web form to prevent automated spam bots accessing your application. Though creating captchas is not a rocket science in PHP and can be easily integrated into web based forms but creating a more usable and accesible captcha which can even read out captchas on the fly is a tough job.
AJAX Multiple File Upload Form Using jQuery
Multiple file upload forms are sometimes essential for your web application but managing upload from multiple file input boxes becomes a bit tedious and lengthy. But thanks to jQuery using which we can make this task easier too. Today I’m going to create an AJAXified multiple file upload form that uses a lot lesser server side code and also provides a very nice user interface.
10 Sample Ajax Autocomplete-Autosuggest
Autocomplete and Autosuggest search is a common feature available in lot of web tools and services. You will find lots of implementation of autocomplete features. Let us see 10 Sample Ajax Autocomplete-Autosuggest feature such as sample ajax, jquery autocomplete, jquery auto suggest, jquery plugin, ajax auto keyword search, ajax drop down search list, jQuery plugin Autocomplete…etc.
Use Ajax with CakePHP using jQuery
With this post, I am going to explain how to make AJAX calls using jQuery in cake php. Effective posting related to this topic is very rare. Cake php is a PHP framework designed using MVC pattern. You have model, controller and view. In the cake php layout page, normally you add the fallowing code somewhere in the page.
6 New File Managers Based on jQuery, Ajax, php
If you looking for Free and powerful File Managers Based on jQuery , Ajax and php ready to use in your web projects and easy to customize , take a look at this list with Free and powerful File Managers using jQuery/Ajax/php . All File Managers Based on jQuery ,Ajax and php that allows you to preview, upload and modify files and folders via the browser.
PHP Alexa Rank Fetcher Class
The most well known online website popularity measuring stick appears to be Alexa. Alexa provides a wealth of information on a given website, most notably:
Find files with PHP
In PHP you can find files with function glob. The glob function searches for all the pathnames matching pattern according to the rules used by the libc glob function, which is similar to the rules used by common shells. It is nice, but it works for the current directory only. If you need function to search whole directory subtree, then it can be done with few line more.
10 Easy to deploy based on Flash MP3 Player for your website
Flash MP3 players in the cool, because web developers and bloggers to include a music player and create their own Web sites, which provide JukeBox.With these online music player, you can add a list of songs with ease and integration provided JavaScript code on your site. Most of these music players are customizable and can cause skin irritation, which won a lawsuit web designer.
Write to a log file with PHP
As you certainly know, PHP can be used for command line scripting. In my case, I caught myself writing log PHP function many times so I finally decided to write Logging PHP class. After Logging class initialization, first call of lwrite method will open log file for writing. Log file will be closed implicitly when PHP script ends.
Backup Linux server with PHP
You can find a lot of backup solutions for Linux server. From expensive and multi platform software like NetBackup to simple BASH scripts. As a Linux (LAMP) administrator, I decided to write my own backup script in PHP. I wanted to backup important locations like Web root, crontabs, /etc, /root and copy MySQL dump files. My script should be able to copy created tar.gz files and MySQL dumps to the remote server.
33 Powerful jQuery Slideshow (Sliders) Plugins and Tutorials
jQuery has overpowered Flash in a lot of web uses becoming a very powerful tool for web designers. One of these uses that I’m referring to is the image slider. Implementing this feature in your site will definitely count as a big plus so don’t waste your time and download the available jQuery plugins in this 30 Powerful jQuery Slideshow (Sliders) Plugins and Tutorials.
15 jQuery Tutorials For More Interactive Navigation
Navigation is an essential component of a website. A good navigation system leads to a better user experience as user can find the information quickly and easily. Here are 15+ tutorials for creating interactive navigation for your website using the powerful JavaScript framework jQuery.
15 useful jQuery plugins and tutorials
The variety of plugins and tutorials available for jQuery never cease to amaze me. I’ve been looking for some new plugins for an ongoing project, so I extended my research a bit to share these cool jQuery plugins with you. If you need more, you can take a look a these jQuery scripts to improve your site’s interface.
11 excellent resources to learn jQuery
Blog posts with tons of jQuery scripts are pretty cool, but you’ll have to know how to use them first. To be able to use these scripts, you’ll have to learn jQuery first. For that, here is a list of the best resources for learning how to use the javascript framework.
18 best practices to improve your e-commerce website
Designing e-commerce websites is probably one of the most complicated task for a web designer. Your client (or yourself) will have some very clear goals that will make the UI even more important, you will also need to take special care of your visitors.
13 tips for better HTML emails
Designing and sending HTML newsletters can be a little tacky sometimes. The output of HTML in email apps is still much more limited than in web browsers, which means that you have to adapt the way you are designing your email templates. Following are a few tips to improve the HTML of your newsletters.

