iBook iPhone and iPad App with PDF (Utilities)

iBook iPhone and iPad is a complete solution to create your own iBook or iMagazine for IOS with an awesome page scrolling effect.

Really easy to use, just drag your PDF and it is working !!! In less than 2 minutes you have your own iBook application working for iPad and iPhone.

Work in portrait and Landscape for iPhone and iPad, in landscape mode the application show two pages and on portrait mode one page.
Optimised for an A4 format.

Download iBook iPhone and iPad App with PDF (Utilities)

iRSS Reader Application for iPhone (iPhone)

iRSS Reader is a native iphone application.
It is a template RSS Reader that you can customize to meet your needs.
You can use any RSS compliant v2 feed.

Its is developed in XCode 4 and built for Iphone IOS 3 and above.

All 6 versions of icons are included as per apples ui specification guidelines as well as a Launch screen for both iphone and iPad
which you can ofcourse change

You can change images and icons as well as colours in all 3 views of the application.

Download iRSS Reader Application for iPhone (iPhone)

Google Did You Mean PHP Class (Search)

Google Did You Mean PHP Class is a little but very powerful class when it comes to spell checking and suggestions. It uses Google Did You Mean? feature to return purified data which means there is no Levenshtein, Soundex or LIKE function that can replace machine learned data from humans.
You can use it for database search, because SQL search is sensitive, the best way is to input correct data, this is where “Did You Mean” comes to play!
It is super fast, only 0.2 seconds to display results!

Download Google Did You Mean PHP Class (Search)

Gwapic – Google Weather & Webcams.travel API Class (Miscellaneous)

Gwapic PHP class allows you to display the current weather, the simplified forecast and the webcams near by a location using the Google Weather API and the Webcams.travel API .

Display the weather of the city of your choice in few lines, get diverse information like the latitude and longitude (for placement location on Google Maps for example), the current time, the sunrise and sunset of the location.

Informations

In the zip file are included icons that are used in the demo page. These icons are not my creation.

I’ve included it to improve and offer you a replacement basis for your own icon pack.

That icons are free and are therefore under no circumstances be sold with Gwapic, you can also download these icons for free by clicking HERE .

The examples are shown on the page are provided with Gwapic and are placed in the “Examples” folder.

An Webcams.travel API key is attached with Gwapic, however if you want to get your own key, you can register for free by clicking here.

Features

  • Get the current weather
  • Use of customized icons for the representation of climatic conditions
  • Get 3 days simplified forecasts
  • Get the coordinates of a location
  • Get the time, sunrise and sunset of a location
  • Automatic detection of language of the visitor and use it for weather
  • Automatic change of the unit of measure (° F or ° C) depending of the country of the visitor
  • Get the weather according to the city’s visitor (GeoIP)
  • Get the webcams near by a location

Demos

You will find demos by clicking here.

You can also take a look at this demo page by clicking here. You will find the display of the current weather, forecasts, and the list of webcams near the place.

Download Gwapic – Google Weather & Webcams.travel API Class (Miscellaneous)

Secret Paypal File Download (Shopping Carts)

Secret Paypal File Download is a simple script which handles payment processing
with Paypal and IPN notifcation to enable you sell any digital products (book, music, software…)

Many products with the same features did exist on the market, but someone are
so bloat, complex and ask you to set up with database, run install script….! Others are too lack of feature, even missing a sandbox tesing so we
can test with paypal sandbox in order to avoid bother real money!
It uses Paypal Standar so you can use it with a personal paypal account too!
You can set up it to sell anything: books, music file, video,..picture,…or even for a simple donation system!

Features:

  • Easy set up to sell any digital goods with just 3 lines of coding
  • Automated processing payment, delivery file to buyer with download link!
  • Download link is auto expired after a period which you can
    define ;)!
  • Download link is automatically expired after a number of downloading too (to prevent people leach your files :D)
  • Support Paypal Sandbox so you can test and make sure everythign
    work without worry about REAL money
  • Very easy to intergare into anything, because script will give
    you a checkout link, as long as users go to that link, eveything
    are automated for you (process payment via paypal, delivery email
    to user…)
  • Use it in anyway you like! You can use it right away. buy it, then drop into your project and use! No any complex task! Or you can use it as a based on code to extend it
  • No database require, no complex installing procedure! Just put the file there then use it
  • A GUI TOOLKIT is made to help you do the job easily

How it works

Ideally, it generate a checkout link look like
http://domain.com/paypal/checkout.php?hash=somecode
Then when any user go to that URL , they will be redirect to paypal to checkout!
After paidding, Paypal will run a request to an IPN URL which my script take
care of it for you! It is http://domain.com/paypal/ipn.php” alt=”” /> This script then
get information about transaction to make sure users made payment, and made
sure you receive payment! An email with download link is sent to users. This
download link will auto expired after an amount of time! After that, they must
contact you to renew the links!

When anyone buy your file, they have a transaction key which will need to contact you for something!

So, you see, as long as you got check out link you can put a direct link to it
or submit form to it! Anyway you like, this script give you all flexible to do
anything on your own end! What u need to do is point user to correct checkout
link

Preven leaching

Download link auto expired after an amount of time or a number of downloading! After that, if buyer want to download file,
they must contact you and give you their transaction id to you renew the link! Renewing is simple, the more information is
available in document when buying! A GUi tool is putting together to help you

How to use

For example, we assume you put script in a folder call “seecretpaypal”. Then in your
file, you write:

<?php //Step 1, include library
include 'seecretpaypal"./paypal.php';
//Step 2, create an instance
$paypal = new SecretPaypal();
//Steo 3, Generate the link
$checkoutLink = $paypal?>getLink( 'yourfile.pdf', array(
                'amount' => 99.99,
                'item_name' => 'My Book',
                'return' => 'http://axcoto.com/return.php',
                'cancel_return' => 'http://axcoto.com/cancel.html',
                ) );
?>

Quite easy, you just pass the name of file into getLink method as first
parameter. This file you put in secret folder before! Let me express again,
this folder is protected by .htaccess file to prevent any direct access so you
don’t need worry about it!
You can try to access some of my files here:
http://axcoto.com/d/codecanyon/secretpaypal/xfiles/
While you can download theme from here if you got download link for example:
http://axcoto.com/d/codecanyon/secretpaypal/download.php?key=…

Next, set ‘amount’ – price of your product, ‘item_name’ – name of ur
product, ‘return’ – an url which users will be redirect to after paidding,
‘cancel_return’ – an url which users get redirect to if they click Cancel while checking out

More information is available in help file when you bought it

Demo

http://axcoto.com/blog/article/687
Also, have a look at video to see GUI Tool and checkout process http://vimeo.com/24643279

Support

Please send all email support to [email protected]! When you post reply on these, it can take time to get response because I don’t always check comment there!

A support forum will be set up soon for easier supporting!
Thank you

Download Secret Paypal File Download (Shopping Carts)

Google +1 for WordPress (Social Networking)

Google +1 for WordPress is the only full blown Google +1 plugin for WordPress. +1 Pro gives you support for both custom WordPress ShortCodes AND Template Tags! Add as many Google +1 buttons to your site as you want, anywhere you want!

Demo Video

Make sure you watch the demo video here.
It shows off all of the great features of the plugin and how easy both the shortcode and template tag are to use.

Features

  • Use the Google +1 button anywhere on your site!
  • Customizable +1 shortcode
  • Customizable +1 template tag
  • Not one line of code require to use! – +1 Pro comes with a built in tinyMCE plugin allowing you to one-click insert customized Google +1 buttons.
  • Beautiful options panel
  • Support for ALL 46 of Google’s locales / language packs
  • Easy to read documentation with examples!

Download Google +1 for WordPress (Social Networking)

WordPress Content Types Manager (Utilities)

WordPress Content Types Manager makes creating advanced content for your blog/website child’s play.

Simply install the plugin on your theme to create a more dynamic user experience, with no code editing.

This plugin lets you create:

  • Custom Post Types – e.g Post, Product, Advert
  • Custom Taxonomies – e.g Location, Business area, Range
  • Custom Fields – Text, Textarea, Select Field, Checkbox field and colorpicker
  • Custom Shortcodes – Easily create your own shortcodes for use throughout your blog or site
  • Custom Theme Options: Fields, Text, Textarea, Select, Upload, Image Slider, Checkbox and Colour Picker

And it’s all powered by AJAX .

This plugin is perfect for giving themes premium functionality & flexibility with ease.

Features

Custom Post Types

  • Nicely designed interface and easy to use
  • Control over all of the custom post type features (UI settings, assigned taxonomies, features, labels and more)
  • On the fly delete
  • Easy edit after creation

Custom Taxonomies

  • Nicely designed interface and easy to use
  • Control over all of the custom taxonomies features (UI settings, assigned custom post types, labels and more)
  • On the fly delete
  • Easy edit after creation

Custom Fields

  • Text field, Textarea field, Select field, Checkbox field, Colorpicker field
  • Beautifully designed forms
  • Unlimited fields
  • On the fly delete
  • Easy edit after creation

Custom Shortcodes

  • Nicely designed interface and easy to use
  • Define variables and output
  • Option to add defaults values to variables
  • Variable support in the output

Custom Theme Options

  • Create theme options easily!
  • All powered by AJAX
  • Add descriptions to fields
  • Beautifully designed theme options page
  • Text field, Textarea field, Select field, Checkbox field, Colorpicker field, image upload
  • Image slider theme option!

General

  • The whole plugin is powered by AJAX !!
  • Many Documentation Screen casts and text guides
  • Beautifully designed form and theme options by Tbakdesigns
  • Free Update Notifier!

Download WordPress Content Types Manager (Utilities)

W3C Validator PHP Class (Miscellaneous)

W3C Validator PHP Class let’s you programmatically check if any site is W3C valid or invalid, with some extra data like number of warnings/errors, charset and document type of HTML . It is super fast and easy to use. Many websites claim that they are valid although they are not (when check with W3C validator). With this little class you keep track of your websites validity in bulk, or just check you website onload via AJAX .

Download W3C Validator PHP Class (Miscellaneous)

Element Place (WordPress) (Utilities)

“Element Place” is a WordPress plug-in based on a jQuery utility plug-in (of the same name) that allows positioning of HTML elements relative to other HTML elements in the document, or the window or document object. It can be useful for creating a variety of things such as ads, overlays, autocomplete, widgets, modal windows, lightboxes etc.

Download Element Place (WordPress) (Utilities)

Fmanizer – Easy Form Customization (Forms)

Fmanizer is javascript which will help you when there is need of form elements customization.

As we all know, custumets like fancy things and they get very .. VERY upset when some form elements as radio buttons (for example) make they site look bad and not fit with the overall design.

Well, say hello to Fmanizer.

Fmanizer will get all forms that you specify and will rewrite their elements:

  • checkboxes,
  • radio buttons,
  • select boxes,
  • multi select boxes,
  • file inputs,

Then everything will depends on your imagination. You are free now to use all CSS “weapons” and techniques you like.

Turning Fmanizer is a child play. Everything is explained in the documentation and in demo templates (look in demo folder).

FEATURES :

  • You can use pure CSS to style your form elements.
  • Easy to implement.
  • You can have more than one form in the same time in the same template, which elements you want to style.
  • You can choose which forms to style and which not to.
  • You can choose which form elements not to fmanize in the choosen form. (explained in the docs)
  • Fail Validation markup. (explained in the docs)
  • You can use array like style for your elements names – name=”categoryproduct-id.”
  • Attach existed inline event selectors to the new element – onmouseover=”dosomething()”, onclick=”functioName()”. USE WITH COUTION !!!
  • Disabled attribute support. All elements will still act as disabled if they have this attribute.
  • Navigate using arrow up and down through each radio button, from the same radio group. Also use up, down arrow to navigate in the select and multiselect list. Use SPACE key to check/uncheck and select/unselect values in radio, checkboxes and selects.
  • Works on IE 6 +, Firefox 2+, Chrome 5+, Opera 10+, Safari 5+
  • Four predefined themes: class=” green|blue|gray|black. Dont count your self limited only to my predefined styles. You can do whatever you want with your own CSS from scratch, i am sure you are better designer than me :)

REQUIREMENTS :

  • jQuery ver. 1.4.2 +
    Thats it :)

IN PACKAGE :
/demo/ – demos and examples
/src/ – main files
readme.txt

2011 Fmanizer

Download Fmanizer – Easy Form Customization (Forms)

PhotoStore Minimal Carousel v2 (Images and Media)

PhotoStore Minimal Carousel has been constructed in accordance with the Usability and Accesibility, with very little use of javascript.

Note:

• Template has been tested with major browsers
• Valid HTML and CSS
• The displaying of the template is identical in all browsers.
• There is no inline style for better performance
• 8 different standard colors (easily changeable)
• jQuery Carousel
• jQuery FancyBox
• jQuery StyleSwitch
• jQuery Toggle

For any questions please contact me.

Download PhotoStore Minimal Carousel v2 (Images and Media)

WordPress Email Ticket Support Plugin (Forms)

This Premium WordPress Plugin is for anyone who provides support to their customers via email. Simply install this plugin on your WordPress blog and you will be up and running with a great email ticketing system in no time.

Features:

  • Reads email from POP3 accounts and turns them into support tickets. (support for multiple accounts)
  • Imports attachments sent via email as well
  • Assigns ticket numbers.
  • Lets customers know their position in support queue. (screenshot)
  • Lightbox ticket submission form through your blog (handy to place on your “Contact Us” page) (screenshot)
  • WordPress dashboard widget showing pending tickets (screenshot)
  • Admin bar notification showing number of unread tickets (screenshot)
  • Users can reply to support ticket emails and they will appear in your WordPress blog!
  • WordPress users can login to their profile page to submit tickets and view all their previous tickets
  • If an existing WordPress user emails in a support ticket, it will assign that support ticket to the WordPress user. If they are not a WordPress user it will still work just fine, it does not create a WordPress account for each support ticket user
  • Optionally display the status of your WordPress support ticket queue, so customers can see how busy you are / how long it will take to get a reply. Example click here.
  • Optionally embed the support ticket submission form into a WordPress page, rather than using the lightbox popup. Example click here.

Online Demo

  • Send an email to demo_support at dtbaker.com.au and wait 5 minutes, you will get an auto responder.
  • Go to the demo WordPress blog by clicking here: http://tf.dtbaker.com.au/wordpress/email_ticket_support_system/ then click the “Submit Ticket” button on the right hand side.
  • I can’t give out access to the admin area, so please check the screenshots to see what that looks like.

Installation:

  1. Check your hosting requirements (below)
  2. Purchase a license via CodeCanyon for each WordPress blog
  3. Download the plugin code from CodeCanyon
  4. Setup a new POP3 email account for support emails (eg: [email protected] – we recommend setting up a brand new email account so this plugin doesn’t go and download all your existing mail, but up to you)
  5. Login to WordPress admin panel and install the plugin (watch screencast)
  6. Setup the plugin thankyou page (watch screencast)
  7. Add the support widget to your WordPress blog so customers can request support via your website
  8. Start handling support and make your customers happy!

Requirements

Please send an email to your hosting provider to check if you have these features enabled on your hosting account:

  1. PHP Version 5.1 of above.
  2. WordPress version 3.1 or above.
  3. The imap extensions enabled for PHP .
  4. Ability to check POP3 accounts from a PHP script (some hosts firewall outbound connections).
  5. Linux hosting account (if you have no choice but to use Windows it should work, but I haven’t tested it, someone let me know please)

Envato Integration

I didn’t get a chance to complete Envato integration. This will allow envato marketplace authors (like myself) to use this plugin to provide support to their envato customres (like you). It will show a purchase history & envato username along side the ticket information. Also allowing your customers to select which envato product they require support for via the lightbox ticket form. Weo!! Get in quick, the price might rise when this is done.

Support

Funily enough I do provide (limited) support for this support plugin.
Please send me an email via my profile page (don’t email me directly) or pop on over to the Support Forum by clicking here. I prefer if you use the Support Forum because if someone else knows the solution to your problem they may be able to fix it quicker than I can.
Please expect a minimum of 5 days for this free support.
Plugin has been tested on the above system requirements and works as expected, please try re-installing the plugin and double checking requirements before contacting me about issues.

Feature Requests

Please post feature requests on the discussion forum (click link above). Please post support requests on the support forum (click here)

Download WordPress Email Ticket Support Plugin (Forms)