Review Mega Class Database (MYSQLI) v 1.0 (Database Abstractions)

Mega Class Database (MYSQLI) v 1.0 (Database Abstractions)
Review Mega Class Database (MYSQLI) v 1.0 (Database Abstractions)

Mega Class Database (MYSQLI) v 1.0 (Database Abstractions) Description:


Mega Class Database (MYSQLi) v 1.0


Use every feature of MySQLi in PHP .


Main Features:

1. MySQLi Compatible with:MySQL MySQL 4.0+, MySQL 5.0+.
2. Easy to Use, clean, easy to understand code.
3. Access MySQL Database without any knowledge of MySQL or SQL .
4. Uses Associative array of data to insert and update rows in the database table.
5. Optional escape string feature to avoid SQL Injections.
6. Automatically Creates Prepared Statements.
7. Select Rows, Columns, Variables with one-liners.
8. Easy Select, Insert, Update, Delete, filtered
9. Properly documented with examples and comments.
10. Small Size.
11. Attach Fully Documented.


Functions

 // Connect to server sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = false, $new_link = false); //-----------------------------------------------------------------+ sql_query($query = ''); // Build sql statement from array for select and select distinct statements //-----------------------------------------------------------------+ // Build LIMIT query sql_query_limit($query, $total, $offset = 0); //-----------------------------------------------------------------+ // Fetch current row sql_fetchrow($query_id); //-----------------------------------------------------------------+ //Possible query values: SELECT, SELECT_DISTINCT function sql_build_query($query, $array); //-----------------------------------------------------------------+ // Run more than one insert statement. sql_multi_insert($table, &$sql_ary); //-----------------------------------------------------------------+ // Escape string used in sql query sql_escape(); //-----------------------------------------------------------------+ // Gets some information about the specified table. get_table_status($table_name); //-----------------------------------------------------------------+ // Gets the exact number of rows in a specified table. get_row_count($table_name); //-----------------------------------------------------------------+ //Gets the estimated number of rows in a specified table. get_estimated_row_count($table_name); //-----------------------------------------------------------------+ // display sql error page sql_error(); //-----------------------------------------------------------------+ // Build IN or NOT IN sql comparison string, uses <> or = on single element sql_in_set($field, $array, $negate = false, $allow_empty_set = false); //-----------------------------------------------------------------+ // Correctly adjust LIKE expression for special characters sql_like_expression($expression); //-----------------------------------------------------------------+ // Version information about used database sql_server_info(); //-----------------------------------------------------------------+ // Return number of affected rows sql_affectedrows(); //-----------------------------------------------------------------+ // Seek to given row number sql_rowseek($rownum, &$query_id); //-----------------------------------------------------------------+ // Get last inserted id after insert statement sql_nextid(); //-----------------------------------------------------------------+ // Free sql result sql_freeresult($query_id = false); //-----------------------------------------------------------------+ // close sql connection sql_close(); //-----------------------------------------------------------------+ 

Usage

 // define class file in your script. define('IN_MEGA_DB', true);   // Include class file in your script. include('mega.class.database.php');  $dbhost      = ''; $dbport      = ''; $dbname      = ''; $dbuser      = ''; $dbpasswd    = ''; $tableprefix = '';  //New Class $db     = new dbal_mysql();  // connect Database $con = $db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport); 


Version History

  v1.0 Initial version. 


Buy it Now

Review Checkout Discount Code Magento Extension (Magento Extensions)

Checkout Discount Code Magento Extension (Magento Extensions)
Review Checkout Discount Code Magento Extension (Magento Extensions)

Checkout Discount Code Magento Extension (Magento Extensions) Description:


During our time developing Magento websites, we have found one of the most common request is adding a coupon / discount code step to the Magento checkout. It only makes sense! After all, if a user forgets to add the coupon codein the basket – it is annoying having to go back to the basket page and start the whole checkout process again!

Here at Green Acorn, we have developed a Checkout Discount Code Magento Extension. This will allow customers to enter a coupon code in the checkout process.

Key Features:

  • Adds a coupon / discount code step to the Magento Onepage checkout
  • Validates the coupon / discount code to see if it is valid
  • Adds valid coupon codes to the onepage checkout progress sidebar
  • Improves user experience
  • Easy to install


Buy it Now

Review CloudSend (Loaders and Uploaders)

CloudSend (Loaders and Uploaders)
Review CloudSend (Loaders and Uploaders)

CloudSend (Loaders and Uploaders) Description:


codingking.co Support for CloudSend

Please review the CloudSend Support Page first. If you do not find what you’re looking for, send me an email to support@codingking.co. Do not use the CodeCanyon comments system. Support requests are processed on business days within 24h in the order they were received. Support request sent during weekends/holidays will be processed on next business day. We provide FULL support for the item bought.

CloudSend. The easiest way to send files.

CloudSend was created for companies such as agencies that must constantly send files to the same customers or receive files from the same customers.

The employee can upload files from the administration system and share it with it’s customers or create a public link for one time customers

Every customer can have it’s own URL with a full screen background image and login system to fit it’s CI. In this area, the customer can upload files directly to the company’s server or download files provided by company.

Demo Installation

Demo Installation is now version 1.2

Admin Login:
URL: http://demo.cloudsend.info/admin/account/login
User: hello@codingking.co
Password: admin123

User Area:
http://demo.cloudsend.info/johndoe
Password: admin123

Example Public Link:
http://demo.cloudsend.info/public/eed26b71-52c1-4f1e-a426-f3c04d109fa9

Documentation:
http://demo.cloudsend.info/documentation/

Features

  • Completely template-based for easy design modifications
  • Multilanguage ( easily adding more languages )
  • Created with HMVC PHP ( CodeIgniter ) and the amazing Twitter Bootstrap – easy to modify and to understand
  • Full Source Code
  • SMTP / SENDMAIL / PHP MAIL Support
  • Files renamed for security reasons. Original filename restored while dowloading.
  • Apache .htaccess Support for nice URLs
  • Easy to use Step-By-Step installer
  • ..... and a lot more. You’ll find the complete list on http://www.cloudsend.info

Integrated Languages

  • English
  • German
  • Spanish ( Thanks to Enrique )
  • Dutch ( Thanks to Kay Van Aarssen – ICTWebSolution )
  • French ( Thanks to MaximeBanHammer – Beat-Host ASSO )

Updates

2013/06/17 ( v.1.2.3 )
 - Added French language file ( Thanks to MaximeBanHammer ) 
2013/06/13 ( v.1.2.2 )
 - Added Dutch language file ( Thanks to Kay Van Aarssen ) 
2013/06/10 ( v.1.2.1 )
 - Bugfix on user side success message when creating a public with password protection - Bugfix in administration system when trying to save thumbnail settings ( white page appears ) 
2013/05/28 ( v. 1.2 )
 - Added Google Analytics Support - Added Category / Folder Support ( add files to categories by Drag & Drop ) - Added Lightbox Support for Images - Added ImageMagick Support - Added Live Search Support - Added Tag Support - Added Spanish Language File ( thanks to Enrique ) - Some small bugs fixed 
2013/05/10 ( v. 1.1 )
 - Added file icons - Added preview for supported images and zip files ( if supported by your webserver ) - Added file description - Fixed problem when selecting files on multiple pages 
2013/05/06
 - Fixed whitescreen problem after installation 

Planned Features

For Version 1.3

  • Description while uploading new files in user area
  • Automatically send emails after uploads finished
  • Updater
  • Daily Summary of Uploads/Downloads
  • Advanced Logging
  • File details in user area
  • Request File Upload by Email

Later Versions

  • Amazon S3 Support

System Requirements

  • Webserver *nix or Windows
  • PHP 5
  • MySQL 5 Datatabase
  • at least 10 MB of free space
  • Apache mod_rewrite enabled ( optional )

Thanks to

CloudSend was created with the latest OpenSource Technology available on the market. We would like to thank



Buy it Now

Review IgnitionDeck Skin Pack 3 (Miscellaneous)

IgnitionDeck Skin Pack 3 (Miscellaneous)
Review IgnitionDeck Skin Pack 3 (Miscellaneous)

IgnitionDeck Skin Pack 3 (Miscellaneous) Description:


IgnitionDeck is a fully customizable WordPress crowdfunding plugin that allows you to accept unlimited pledges and pre-orders straight from your own website.

Like standard WordPress child themes, IgnitionDeck skins allow you to modify the IgnitionDeck framework in order to achieve a unique look and better match your overall web presence.

These skins modify what is known as the Deck, the command center for your fundraising campaign. The Deck highlights all of the statistics related to your campaign, such as goal, amount raised, number of pledgers, end date, and more.

Included in this skin pack are 5 different IgnitionDeck skins, including css and images. They install in a snap, and you can change them at any time. Customize your campaign, and stand out from the crowd!



Buy it Now

Review emailChecker - Ultimate Email Hygiene! (Forms)

emailChecker - Ultimate Email Hygiene! (Forms)
Review emailChecker - Ultimate Email Hygiene! (Forms)

emailChecker - Ultimate Email Hygiene! (Forms) Description:


EmailChecker – Ultimate Email Hygiene PHP Class

Batch Processing Demo: here
Live Check/Ajax Demo: here
Documentation & Code Samples: here


The emailChecker class is the ultimate in usability and improving user experience. It’s a fact that a huge percentage of your users mistype their email address during signing up, joining mailing lists, and while creating accounts. Studies have shown that using emailChecker you can decrease the number of signup errors, and bounce emails by 50%!

But this is just one of the many benefits that emailChecker provides! It can be used for batch processing to perform in depth list hygiene. emailChecker features a host of powerful configuration settings and operations to perform. Simply to use, and easy to set up.

  • Easily integrates with all opt-in and signup forms via ajax
  • Auto detects common typos and misspellings made by users
  • Validates MX record of email address to verify deliverability
  • Decreases sign up confirmation email bounces by up to 50%
  • Rejects over 700 DEA services(Disposable Email Addresses)
  • Cleans gmail.com and googlemail.com addresses of .’s and +’s
  • Great for batch processing to perform list hygiene.

Don’t take my word for it, see for yourself! Check out the demo today!

Disclaimer: EmailChecker is a PHP Class that is meant to be integrated with other projects, frameworks and/or products. Such as a CRM, squeeze page or backend administration panel. If you do not know what PHP or what a PHP Class is, then this simply isn’t the item for you.



Buy it Now

Review Spotify Player & Playlist Builder (Media)

Spotify Player & Playlist Builder (Media)
Review Spotify Player & Playlist Builder (Media)

Spotify Player & Playlist Builder (Media) Description:


NO SPOTIFY ACCOUNT REQUIRED.

Embed a playlist, song, or album from Spotify into any page, post, or sidebar text widget using your personal Spotify account OR the built in Playlist Builder.

The Playlist Builder will allow you to search Spotify for songs and add them to a playlist. Once you’re playlist is ready you can use it as your default playlist or generate a shortcode to paste into a page, post, or sidebar text widget.

Player options include:

  • Spotify URI
  • Size (small or large)
  • Theme (white or black)
  • View (list or cover art)

For a video preview of the admin, CLICK HERE

*This plugin uses the Spotify Play Button and Web API



Buy it Now

Review Product Slider Premium (OpenCart)

Product Slider Premium  (OpenCart)
Review Product Slider Premium (OpenCart)

Product Slider Premium (OpenCart) Description:


Featured Premium Product Slider for Opencart



Buy it Now

Review GoUploader Images & Files HTML5 (multiuploader) (Media)

GoUploader Images & Files HTML5 (multiuploader) (Media)
Review GoUploader Images & Files HTML5 (multiuploader) (Media)

GoUploader Images & Files HTML5 (multiuploader) (Media) Description:


Is a jQuery plugin and used to upload multiple images and files to the server. This written only with JavaScript and HTML5, it is very easy to configure and customize (you can customize almost all its elements, is very complete), has drag and drop support , you can create your own templates (buttons, progress bar, loaders, texts, containers, etc …). This pack includes sample files in addition to the same PHP. Although it can be adapted to any server type language (ASP, ASPX,...)

Pack contains

  • Plugin JavaScript.
  • PHP files.
  • CSS files.
  • HTML docs.

Support

  • PHP.
  • jQuery.
  • CSS3.
  • HTML5.
  • IE7+, Firefox 3+, Chrome, Safari, Opera.
  • iPad, iPhone.
  • Features

  • Easy install and config.
  • Drag & Drop.
  • Progresbar information.
  • Locate the images and resize.
  • Image preview.
  • Translator text.
  • Customize template.
  • Multiple customizable options (text translation, max size, validator extension, etc…)
  • Chunking upload.
  • Only HTML5, no flash and no silverlight.
  • Multiple upload (IE not support) & simple upload.
  • Auto upload or manually upload.
  • Send and request custom vars.
  • PHP Script.


  • Buy it Now

    Review Facebook Like Box (Prestashop)

    Facebook Like Box (Prestashop)
    Review Facebook Like Box (Prestashop)

    Facebook Like Box (Prestashop) Description:


    Facebook like box prestashop module



    Buy it Now

    Review Opencart Html Module (OpenCart)

    Opencart Html Module (OpenCart)
    Review Opencart Html Module (OpenCart)

    Opencart Html Module (OpenCart) Description:


    The module is intended to create any HTML block. It is possible to attach these blocks to any pattern (top, left, right or bottom). To install and configure this module, you will not need knowledge of php.

    FEATURES :

    Easy Installation Detailed Installation Guide User-friendly interface Quick Operation (Used Ajax) Do not need to import sql Easily extendable

    You can use documentation If you have questions or wish to modify the module to your needs please write to my e-mail: info@bkdizayn.com

    You can see a demo (user: demo, passwod: demo). In admin panel navigate Extensions-Modules-Html Module-Edit



    Buy it Now

    Review Wordpress Posts For Facebook Fans (Social Networking)

    Wordpress Posts For Facebook Fans  (Social Networking)
    Review Wordpress Posts For Facebook Fans (Social Networking)

    Wordpress Posts For Facebook Fans (Social Networking) Description:


    Summary

    Wordpress Posts For Facebook Fans Only is a Wordpress plugin that checks if a visitor likes your facebook page before they can access a certain posts. For the post to be locked it has to be tagged with the “facebook_fan” tag. The plugin is based on facebook’s graph API and requires user authentication.

    Support and Documentation

    Please drop us a line on appsupport@built-app.com with any questions you may have, full documentation is included with the program to help you with your projects.



    Buy it Now

    Review YouTube Subscription Videos (Media)

    YouTube Subscription Videos (Media)
    Review YouTube Subscription Videos (Media)

    YouTube Subscription Videos (Media) Description:


    See subscription videos appear on your website as they become available!

    An easy to use, thoroughly explained jQuery plugin that fetches YouTube videos from the subscriptions of any user.

    Features include choosing thumbnail image and size, autoplay, click, load and error event handlers, easy styling and chainability.

    Not bloated – it’s clear and convenient. It only takes a minute to drop in the code and with a single line of jQuery your website has a video gallery. Then browse YouTube videos and find the ones you want to have appearing on your website!



    Buy it Now

    Review Quatro - Opencart Payment Plugin (OpenCart)

    Quatro - Opencart Payment Plugin (OpenCart)
    Review Quatro - Opencart Payment Plugin (OpenCart)

    Quatro - Opencart Payment Plugin (OpenCart) Description:


    This plugin add the ability to register Installment Payments via Quatro payment gateway from the company Consumer Finance Holding, a.s.

    Installment Payment

    Is a serie of payments that a buyer makes instead of a lump sum to compensate the seller. This payment make expensive goods or services available to buyers who would not otherwise be able to afford them.

    Installation

    Install is very easy, you must copy one directory included files to your OpenCart, go to your admin area and click on the Extensions -> Payments menu.

    On this page, you will find a list of all the available payment methods that are available in your store. Select Quatro and click on the Install link next to it.

    Once the payment module is installed successfully, an Edit link will appear next to the payment module. Click on it to go to the configuration page of the payment method.

    You must have a contract with Consumer Finance Holding, a.s. ( http://www.quatro.sk ), which will give you the secret information that you need to add to the configuration.

    Fill in all the required information in order to make the chosen payment method work. Once you’re done, hit the Save button and you’ll start accepting money through the Quatro payment gateway.

    Demo

    Admin

    http://opencart.unknow.sk/admin/
    User: demo
    Password: demo

    Visitor

    http://opencart.unknow.sk/
    User: demo@user.com
    Password: demo

    Supported currency

    Supported is only Euro (€).

    Tested on version 1.5.3+ including the newest version. Maybe it’s working with older versions but functionality isn’t guaranteed.



    Buy it Now

    Review Social Subscriber - Subscription form for Facebook (Forms)

    Social Subscriber - Subscription form for Facebook (Forms)
    Review Social Subscriber - Subscription form for Facebook (Forms)

    Social Subscriber - Subscription form for Facebook (Forms) Description:


    DEMO: If you open “Live preview” button please, click “remove frame” to see the demo or view subscription form from here

    Main function of this application (app) is to help you collect new subscribers for your newsletter(s) from your Facebook page(s). The application works only on Facebook pages. You have to add it to your pages as Facebook page tab app. It is a simple subscription form with three fields from where users can subscriber to your newsletter.

    Users have to fill their names, family names and emails to submit the form. When the form is submitted and all fields contain valid data the users will receive confirmation email. The app generates an unique link for each new subscriber. When user opens his/hers email he/she have to confirm subscription by clicking on the link.

    When the page is loaded from the tab of Social Subscriber app( in your Facebook page(s) with your admin account) you will have access to admin view of app. You can change settings, enable and disable features. You can see how many confirmed subscribers you have in the ‘Subscribers’ tab of the admin view. You can export all confirmed subscribers at anytime. The application generates .CSV file with all confirmed subscribers . You can use generated file to import data in your existing newsletter system or on-line newsletter service that you use (phpList, MailChimp).

    Main features

    • Easy installation
    • Unlimited Facebook page tabs
    • Simple frontend AJAX form
    • Multilingual ready
    • Fan gating / Fangating / Fan-gating
    • In tab administration

    Adminisrtation features

    • Notification settings
    • Fan gating settings
    • Newsfeed settings
    • Terms & conditions settings
    • Manage subscribers data
    • Fan gating preview in admin
    • Export subscribers data in .CSV (You can use file to import data in MailChimp and other services)
    • Google Analytics

    Users features

    • Fan gate
    • Simple AJAX form
    • Required mail confirmation

    Change Log

     1.4.1 / 30.03.2013 - added bg_BG full translation - added fr_FR front-end translation   1.4 / 20.03.2013  - fixed characters issues with confirmation emails - fixed issue with admin Google Analitycs field - fixed problem with translations - documentation updated  1.3 / 18.02.2013 - fixed some minor errors with frontend  


    Buy it Now

    Review Magnet Menu Bar (Navigation)

    Magnet Menu Bar (Navigation)
    Review Magnet Menu Bar (Navigation)

    Magnet Menu Bar (Navigation) Description:


    Magnet Menu Bar is a powerful CSS plus Javascript script that is used to create modern navigation menu for any sites with responsive design feature

    Preview

    Menu default mode


    Sample preview one: Onclick menu


    Sample preview two: Onclick menu


    Sample preview three: Onclick Seach Icon




    Compatible Browsers

    This menu has been tested (and works !) with all the following browsers :

    • Internet Explorer
    • Firefox
    • Safari
    • Opera
    • Chrome


    Update History

    UPDATE 1.0

     - First Release 



    Take a look at our other awesome WordPress plugins





    Stay connected for updates, support and promotions



    Buy it Now

    Review Advance Ajax Contact Form (Forms)

    Advance Ajax Contact Form (Forms)
    Review Advance Ajax Contact Form (Forms)

    Advance Ajax Contact Form (Forms) Description:


    Advanced Contact Form is an AJAX based application which provides you with a simple code to embed the contact form to your existing website. It also includes extensive client as well as server side validations as well as a security captcha to secure the usage of the application. It also provides an inbuilt feature to sends well formatted HTML email to the requested contact as well as notifies the same to the admin of the application through a mail.

    One line to display contact form anywhere using PHP :/> $ContactForm = $ContactUs->DisplayContactForm();



    Buy it Now

    Review Wordpress WDF*IDF SEO Calculator (SEO)

    Wordpress WDF*IDF SEO Calculator (SEO)
    Review Wordpress WDF*IDF SEO Calculator (SEO)

    Wordpress WDF*IDF SEO Calculator (SEO) Description:


    With the WDFIDF Top Ten Calculator wordpress Plugin you can optimize your texts for search engines according to the latest rules. Keyword-Density was yesterday! Get better rankings by adjusting your WDFIDF using this plugin.

    This plugin is very simple and intuitive to use. It analyzes your text to the specified keyword and to determine the top 10 rankings of google. In the next step the plugin crawl the 10 most frequent keywords on every page of the google top 10 and analyzed this set of hand WDF * IDF formula in relation to the own content.

    \

    User: demo
    Password: demo


    Features:
    - Graphic representation of maximum, average and private value
    - Evaluation of up to 60 words
    - Representation of the top 10 ranked sites in comparison to your own page
    - Includes existing stopword list
    - Add your own stopwords

    The plugin checks important SEO criteria. Just imagine you have a text you want to publish and you are not sure if it is optimized for the search engines. Instead of using other tools, it is the easiest and fastest way for you to check your post or your page with this plugin. You only need to know your keyword(s) you want to rank for.








    How to use the plugin

    - Create a post or page. Going to Settings / WDF * IDF Top 10 calculator you can specify for which types of content the plugin should be active. You can also set which google domain to be used for the query.

    - Under the text editor to see the options for the plugin. If you do not see this, enable the options by ticking the box for “Show on screen” for WDF * IDF Top 10 calculator.

    - Enter the word (main keyword) that you want to analyze and click on “check WDF * IDF.” Please wait for about 10-15 seconds.

    - After this short delay, the graphics appear.

    - Now you see the IDF * WDF values for the defined words and terms that appear on the top 10 pages

    - By clicking on the labels of the graphs in the legend you can show or hide them.

    - If you edit your text, the post or the page must not be updated, clicking on “check WDF * IDF” is enough to update the values



    Buy it Now

    Review Twitter Tweets (Social Networking)

    Twitter Tweets (Social Networking)
    Review Twitter Tweets (Social Networking)

    Twitter Tweets (Social Networking) Description:


    Latest Version: 2.0

    Twitter Tweets is a plugin for WordPress that allows you to easily display Tweets from Twitter using widgets, shortcodes and functions.

    Twitters old API (version 1.0) is now depreciated and will stop working as of March 2013, Twitters new API (version 1.1) requires you to authorize yourself with Twitter using OAuth, Twitter Tweets makes this a breeze!

    Five Methods for Displaying Tweets

    • User Timeline – Displays a collection of the most recent Tweets posted by a specified Twitter user
    • Mentions Timeline – Displays your most recent mentions (tweets containing your @screen_name)
    • Home Timeline – Displays your collection of most recent Tweets, retweets and tweets of the users you follow
    • Single Tweet – Displays a single Tweet
    • Search Tweets – Displays a collection of relevant Tweets matching a specified query

    Easy to Use

    • Easily authorize yourself with Twitter (required with Twitters API as of version 1.1)
    • Display Tweets using WordPress widgets
    • Display Tweets using WordPress shortcodes
    • Display Tweets using functions
    • Choose how many columns you want the Tweets to be displayed in
    • Easily configure styling in Twitter Tweets settings
    • No coding required!

    Customizable

    • Pick from 62 Twitter birds
    • Choose from 4 Tweet templates (or create your own by placing a tweet.php file in your theme directory!)
    • Pick from 4 Twitter bird hover effects
    • Pick from 4 Twitter actions (reply, retweet and favourite buttons) hover effects
    • Pick from 2 favourite icons (heart or star)

    Caching

    • Easily set amount of time to cache Tweets before updating them
    • As well as caching your Tweets, Twitter Tweets will back up your Tweets incase your server fails to retrieve Tweets from Twitters API while updating your Tweets (always displays Tweets on your website and never display errors!)

    Built with Mobile in Mind

    • Tweets are fully responsive
    • If touch is detected, will disable hover effects

    Developer Friendly

    • Clean Code
    • Functions to call for displaying Tweets
    • Tweet Templating – You can override the default tweet template by placing a Tweet template in your theme folder
    • Action and Filter Hooks

    Other Features

    • Full localization support
    • Logs errors when you fail to connect with Twitter
    • Shows you how many remaining hits to the Twitter API you have available
    • Twitter Tweets admin interface fits in with WordPress and doesn’t look out of place

    Support

    If you encounter any bugs or require extra functionality, feel free to contact me and I’ll try my best to rectify the problem.

    Shortcode Examples

    User Timeline
    [user_timeline count="15" screen_name="wickedbroccoli" cols="1" center="false"]
    • count – maximum amount of tweets to display
    • screen_name – screen name of user to display the timeline of
    • cols – number of columns to split tweets into (between 1 and 10)
    • center – if true, will center the twitter columns
    Mentions Timeline
    [mentions_timeline count="15" cols="1" center="false"]
    • count – maximum amount of tweets to display
    • cols – number of columns to split tweets into (between 1 and 10)
    • center – if true, will center the twitter columns
    Home Timeline
    [home_timeline count="15" cols="1" center="false"]
    • count – maximum amount of tweets to display
    • cols – number of columns to split tweets into (between 1 and 10)
    • center – if true, will center the twitter columns
    Single Tweet
    [single_tweet tweet_id="296149275824492545"]
    • tweet_id – the ID of the tweet you want to display
    Search Tweets
    [search_tweets query="cats" count="15" type="popular" cols="1" center="false"]
    • query – the query you want to search
    • count – maximum amount of tweets to display
    • type – the result type will dictate what tweets are returned (possible values are: mixed, recent and popular)
    • cols – number of columns to split tweets into (between 1 and 10)
    • center – if true, will center the twitter columns

    Changelog

    2.0 – 02/02/13
    • Feature – Added functionality for displaying Tweets in columns.
    • Feature – Added option to change default Tweet template (4 default Tweet templates now).
    • Feature – Added more styling options for changing font colours in settings.
    • Feature – Added option to disable Twitter bird.
    • Feature – Added options for always opening tweet links in new tab.
    • Fix – Fixed bug with transient and option names sometimes being too long that caused tweet caching and backups to not work.
    • Fix – Fixed bug where options were not saved first time saving them.
    • Fix – Fixed bug in user timeline shortcode, thank you Laurent!
    • Tweak – Only loads dynamic css on pages with tweets now.
    • Tweak – Removed need to add cache ID in shortcodes and functions parameters (done internally now).
    1.1 – 30/01/13
    • Feature – Added 32 more Twitter icons.


    Buy it Now

    Review Metro Style Navigation (Navigation)

    Metro Style Navigation (Navigation)
    Review Metro Style Navigation (Navigation)

    Metro Style Navigation (Navigation) Description:


    Features

    • Easy to use.
    • Metro UI.
    • Changeable color.
    • Animated transition.
    • Containing with sub-menus.


    Buy it Now

    Review WP-SwinxyZoom (Media)

    WP-SwinxyZoom (Media)
    Review WP-SwinxyZoom (Media)

    WP-SwinxyZoom (Media) Description:


    WP-SwinxyZoom is the WordPress counterpart to SwinxyZoom a jQuery plugin which takes the ImageZoom paradigm to the highest level, not content with a single level zoom and jerky movements we’ve packaged together everything you need for a myriad of effects and variable zoom levels whilst taking care performance and compatibility to ensure a consistent look and feel.

    Designed to work across a large range of designs, screens (mobile, tablets, laptops) and devices from the latest UltraBooks to memory constrained mobile devices SwinxyZoom you can be sure the largest number of people will be able to see your imagery the way it was intended.

    Features

    • Mousewheel zoom support
    • Single touch drag moves the image just like your cursor
    • Touch drag slider handle for single touch zooming
    • Multi touch support for the pinch zoom gesture
    • Friendly markup if JS is disabled
    • Super smooth animations

    Performance

    Not all of your visitors have the latest and greatest hardware, many will still be on old laptops or simply on lower spec’d mobiles and tablets. From the ground up we’ve taken performance seriously to keep animations silky smooth.

    Compatability

    • Works in all major browsers including IE6
    • Tested in mobile browsers on multiple mobile devices to ensure performance and smooth touch control.

    Don’t forget to check out our demo and bookmark us if you like it !



    Buy it Now