01
07.11

Eva Daniels Productions

va Daniels Productions

Description: Eva Daniels Productions website.
Website: http://www.evadanielsproductions.com/
Design: Vifil Prunner
Technologies: AJAX, CSS, HTML, JavaScript/jQuery, PHP, WordPress

29
06.11

Front End AJAX in WordPress

Copy the below code in a file (frontend-ajax.php) and call it as an AJAX url.

PHP code:

define("DOING_AJAX", true);
       
require_once("../../../wp-load.php"); // Add wp-load.php file.
if(!isset($_REQUEST["action"]) || trim($_REQUEST["action"])==""){
    die("-1");
}
   
@header("Content-Type: text/html; charset=".get_option("blog_charset"));

include_once("filePath"); // Including your plugin’s main file where ajax actions are defined.
send_nosniff_header();
   
if(has_action("wp_ajax_".$_REQUEST["action"])){
    do_action("wp_ajax_".$_REQUEST["action"]);
    exit;
}

status_header(404);

17
06.11

Thumbnail Gallery (WordPress Plugin)

Thumbnail Gallery (WordPress Plugin)

Description: This Plugin will help you to easily add a thumbnail gallery to your WordPress website or blog. The gallery is completely customizable, resizable and is compatible with all browsers and devices (iPhone, iPad and Android smartphones). You will be able to insert it in any page or post you want with inbuilt
short code generator.
Download & Preview: CodeCanyon
Technologies: AJAX, CSS, HTML, JavaScript, jQuery, PHP, WordPress

14
06.11

Wall/Grid Gallery (WordPress Plugin)

Wall/Grid Gallery (WordPress Plugin)

Description: This Plugin will help you to easily add a grid gallery to your WordPress website or blog. The gallery is completely customizable, resizable and is compatible with all browsers and devices (iPhone, iPad and Android smartphones). You will be able to insert it in any page or post you want with inbuilt short code generator.
Download & Preview: CodeCanyon
Technologies: AJAX, CSS, HTML, JavaScript, jQuery, PHP, WordPress

30
05.11

AJAX Booking Calendar Pro (jQuery Plugin)

Description: This item is ideal if you want to add information about bookings to your rentals website. The Back End is easy to use and can be easily integrated into your own CMS as the Front End can be easily integrated into your website. Both Back End and Front End can be customized separately, and the number of usages on your webpage or website is unlimited.
The Calendar comes with a PHP script, but any server side script can be used to load or to save data from any database. The Booking Calendar is compatible with all browsers and devices (iPhone, iPad and Android smartphones).
Download & Preview: CodeCanyon
Technologies: AJAX, CSS, HTML, JavaScript, jQuery