Twitter Tweets (Social Networking)

Latest Version: 1.1

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
  • Easily configure styling in Twitter Tweets settings
  • No coding required!

Customizable

  • Pick from 62 Twitter birds
  • 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

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.

Changelog

1.1 – 30/01/13

  • Added 32 more Twitter icons

Download Twitter Tweets (Social Networking)

emailChecker – Ultimate Email Hygiene! (Forms)

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!

Download emailChecker – Ultimate Email Hygiene! (Forms)

jQuery 3D Grid Card Plugin (Images and Media)

followrss

Features

  • Auto delay slideshow, hove to pause.
  • CSS3 transition.
  • Works with Twitter Bootstrap Popover.
  • Optional thumbnail columns.
  • Un-minified javascript, FAQ are include in the source package.

Recommendations For You

jQuery OneByOne Slider Plugin:
onebyone

Credit

jQuery http://jquery.com
For the iPhone screenshot in the preview http://dkeulen.nl/iphonepsd.html
Twitter Bootstrap http://twitter.github.com/bootstrap/

Download jQuery 3D Grid Card Plugin (Images and Media)

CSS Login & Register Form with jQuery Validation (Forms)

Do you want a same just in pure CSS?

Clean and usable login & register form is for every developer. It’s very fast CSS form with jQuery validation. Error handling, social buttons and forgotten password handling is in there. Bring to live with a jQuery.

FEATURES:
– jQuery validation
– E-mail format validation
– Forgotten password handling
– Customizable inputs (switch login – email)
– IE version (with no placeholders)
– Social buttons (customizable)
– Place for your logo
– Buttons states
– Multicolor (5 colors and custom color)
– It’s very fast and intuitive!

INCLUDED:
– Help file
– register.html
– signin.html
– success.html
– script.js
– jquery.js (last jquery release)
– form-style.css
– form-style-ie.css

USED FREE LIBRARIES and FONTS:
– jquery javascript library
– Open Sans font

Check live preview and screenshots.

RATE PLEASE IF YOU LIKE IT :)

Download CSS Login & Register Form with jQuery Validation (Forms)

FTP Uploader (Loaders and Uploaders)

FTP Uploader is a PHP Script. FTP Uploader, Upload Files Form Local Computer to Remote FTP Server. It uploades local file to remote ftp server using login details. FTP uploader is browser based ftp client which upload file to ftp server.

Features :

  • No Timeouts
  • Large File Support
  • Easy to Customize
  • Lightweight
  • Detail Activaty Report
  • Secure File Uploading
  • Supported by all major browser

Support

I’d be glad to help you if you have any questions relating to this Script. If you have a more general question relating to the Codes on CodeCanyon, you might consider visiting the forums and asking your question in the “Item Discussion” section.

Download FTP Uploader (Loaders and Uploaders)

Mega Class Database (sqlite) v 1.0 (Database Abstractions)

Mega Class Database (sqlite) v 1.0

Use every feature of sqlite in PHP .

Main Features:

1. sqlite Compatible with:sqlite 2.8.2+.
2. Easy to Use, clean, easy to understand code.
3. Access sqlite Database without any knowledge of sqlite.
4. Uses Associative array of data to insert and update rows in the database table.
5. Optional escape string feature to avoid sqlite 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_sqlite();

// connect Database
$con = $db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport);

Version History

 v1.0
Initial version.

Download Mega Class Database (sqlite) v 1.0 (Database Abstractions)

PGC Slider – Fully-Customizable Slider Creator (Sliders)

PGC Slider is the most customizable slider in the world. Using our intuitive user interface you can build anything your heart wishes and easily include it in any WordPress Blog page and post.

You are limited only by your creativity.

PGC Slider Features

  • Infinitely customizable
  • Easy to use keyframe by keyframe animator
  • Fully javascript and cross platform
  • Allows animation of left, right, height, width, color, and opacity
  • Include background images, and html for endless possibilities
  • Allows for 31 different types of easing to give your animation the right touch
  • Next and Previous buttons can be turned off for linear animations
  • Multiple sliders on one page

Download PGC Slider – Fully-Customizable Slider Creator (Sliders)

WordPress CSS Adder Plugin (Utilities)

This plugin is useful if you want to customize your theme easily without modify the theme files or the original CSS.
Is not meant to contain extensive CSS (only by the optimization point of view) but it works perfectly to add your personal touch to a website without spending time and money on editing original files.

Plus, it is the solution for the main problem with the theme versions: if you buy and customize a WordPress theme and a new version comes out, editing the main theme files you will not be able to easily update your theme to the newer version!

With this plugin you can forget this problem and keep separate the original theme files and your customization!

Download WordPress CSS Adder Plugin (Utilities)

Rocket Dashboard: Revamped WordPress Dashboard (WordPress)

Like Me on Facebook
Follow me on Twitter
Follow me on ThemeForest
Get Email Notifications

A New Dashboard Experience for WordPress!

The Rocket Dashboard gives WordPress a fresh new look by restyling the admin dashboard. All you need to do is activate this plugin and your WordPress dashboard will never be the same!

Click here for a live demo!

Vector Based Fonts

Fresh Contrasting Color Scheme

Fundamentally, the design of the Rocket Dashboard revolves around making sure that the actual work window of WordPress is the only part that is dark on white. The admin bar and left navigation have used contrasting light on dark color schemes to visually separate each element from each other. The result is a dashboard that appears less cluttered and helps to focus you on your work.

New Vector Based Fonts

We’ve created a special vector-based font for Rocket Dashboard using Fontello. This provides full support for Retina (HDPI) displays, and looks much cleaner with all icons being the same color. Best of all, these icons can be adjusted for size and color in the css file included with the plugin.

Vector Based Fonts

Support For Several Popular Plugins

While the Rocket Dashboard will work seamlessly with any third-party plugin, we’ve bundled special icons for several popular plugins and more are on the way! Current plugins include BuddyPress, bbPress, JetPack, WooCommerce, WP eCommerce, Jigoshop, Gravity Forms and more!

No Options Needed!

The Rocket Dashboard is the easiest plugin to use in the world! Just activate it and you’re good to go!

Support & Upgrades

The very best support found only at Storefront Themes! We have full-time support staff working on the forums and a ton of video tutorials and of course you get lifetime support included with your purchase!

Changelog – Recent Updates

2013.01.27 – version 1.0

    *First release!

Download Rocket Dashboard: Revamped WordPress Dashboard (WordPress)

HTML5 Video Player & Gallery (Media)

This is HTML 5 Video Player which allows you to add videos easily to your webpage. You can use player without gallery with only one video, or you can build your own gallery with thumbnails, titles and descriptions. You can add as many videos you want through videoPlayer.xml file. Player interface is configurable via CSS, so you can easily customize colors and adjust it to your needs.

Features

  • Gallery ON / OFF (you can use this video player without gallery, or, you can add unlimited number of videos and build your gallery with thumbnails, titles, and descriptions)
  • multiple themes included (you can apply pre-buildt themes or change appereance via css)
  • Logo support : you can add your logo as image (.jpg, .png). Logo position can be in bottom-left corner, or bottom-right corner.
  • Preview image for player (if you want your player to be paused when page loads, set “autoplay=off” and preview image will appear)
  • Autohide controls (you can choose after how much seconds player controls will disappear)
  • Hide / show gallery with playlist button (with this functionality you can “stretch” player over gallery to have better view for video, as well as “shrink” player to see gallery menu again to choose video)
  • Autoplay (on/off)
  • Complete volume control
  • Complete share menu control (facebook, twitter, myspace, wordpress, linkedin, flickr, blogger, delicious, mail)
  • Information window with HTML formatted text (it means you can insert links, change fonts, sizes with standard HTML tags)
  • Rewind function (to play your videos from beggining)
  • 2 options to control gallery : you can scroll gallery with mousewheel and scrollbar, or, you can disable scrollbar and control gallery when mouse hover over gallery. You can increase/decrease scrolling speed depending how long gallery is.
  • Tooltip for time
  • Tooltip for volume %
  • Real fullscreen support (when not supported real fullscreen it switches to full browser support)
  • Play/Pause on click or SPACE key
  • Double click to enter/exit fullscreen
  • ESCAPE key to exit fullscreen/full browser mode

Credits:

Thanks to Dorde Pivnicki, great Videohive author, his videos are used in preview. If you like videos, you can view his portfolio here:
http://videohive.net/user/dorde
Flag Counter

Download HTML5 Video Player & Gallery (Media)

MyCarousel – Responsive Carousel WordPress Plugin (Sliders)

MyCarousel is a responsive image + content carousel WordPress plugin. Allows user to create an image or content carousel using some easy steps. nextgen gallery support for upload and manage images with drag and drop features. In-build custom post type to manage content carousel. Easily changeable carousel from image to content or vice versa without changing shortcodes in a single click.

Features

Image Carousel

  • Create a gallery
  • Upload images
  • Create a carousel for the gallery
  • Select desired options and save

Your image carousel is now ready to serve.

Content Carouse

  • Create a category
  • Create content slides for the category (One content slide can be used in multiple categories)
  • Create a carousel for the category
  • Select desired options and save

Your content carouse is now ready to serve.

  • Full Responsive to fit mobile, tablet and desktop
  • Navigation using left right buttons and dots
  • Touch swipe navigation
  • Navigation using keyboard arrows and number keys
  • Up down left right slide directions
  • Slide and fade transaction
  • Transaction time control
  • 30+ easing effects
  • Auto-play with pause timing
  • Auto height adjust option
  • Fix number of visible items regardless carousel width
  • Fix item width regardless carousel width
  • In-build custom post type for content carousel
  • Categorized content slides
  • Nextgen gallery support for image carousel
  • Separate image carousel type
  • Easy image upload and re-size
  • Auto generated shortcodes
  • Simple interface to manage

Download MyCarousel – Responsive Carousel WordPress Plugin (Sliders)

Argus – Horizontal Submenu (Navigation and Menus)

This is pure HTML5/CSS3 menu. Menu has HTML5 structure and works on all major browsers. Menu is easy to edit and integrate into any website.

Menu works (the main structure is 100% same) on Internet Explorer 9, 8, 7… and a lot of old browsers but animation and some other CSS3 features do not work.

Responsive – Video Preview

See also: Argus – Dropdown Menu

Download Argus – Horizontal Submenu (Navigation and Menus)

Mega Class Database (Oracle) v 1.0 (Database Abstractions)

Mega Class Database (Oracle) v 1.0

Use every feature of Oracle in PHP .

Main Features:

1. Oracle Compatible.
2. Easy to Use, clean, easy to understand code.
3. Access Oracle Database without any knowledge of Oracle.
4. Uses Associative array of data to insert and update rows in the database table.
5. Optional escape string feature to avoid Oracle 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 = '';

$db     = new dbal_oracle();

// connect Database
$con = $db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport);

Version History

 v1.0
Initial version.

Download Mega Class Database (Oracle) v 1.0 (Database Abstractions)

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

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.

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

PHP Code Generator Pro Edition Plus Admin Panel (Database Abstractions)

Hezecom PHP Code Generator Pro Edition Plus Admin Panel is a PHP, PDO code generator which generate classes for each table in your database and forms and prepare your admin panel with a login form. This app is full of exciting features.All you need to do is just create your database and the Code Generator will generate everything with just a single click. It generates forms for INSERT, UPDATE, SELECT and DELETE.

The generated classes are commented for easy understanding base on their operations, which means editing the code to your taste is very simple, if necessary. If you have not started using OOP in php, this will be a good starting point for you and if you have whao! Then enjoy the power of speed using this app to generate sophisticated code for your projects. Save time and money developing your app with just few clicks is so amazing and fun.

MAIN FEATURES

  1. Admin control panel
  2. Admin login form
  3. One additional html admin template included
  4. Generate entire project plus admin panel and login page with just a single click
  5. Instant code preview
  6. Bootstrap v2.2.2
  7. Jquery notification messages
  8. Jquery validation
  9. Jquery date picker
  10. Generate PDO data objects class for each table
  11. Generated code support multi database connection (e.g. MySQL, SQLite, Oracle, SQL Server…etc.)
  12. Four database operation are generated for each table which include
    (SELECT, INSERT, UPDATE and DELETE)
  13. Option to select between the (Deault Contructor Class / Get and Set Class)
  14. Option to Enable or Disable jquery form validation
  15. Detect Date Field from database (Support date picker when the field is set as DATE in your DB )
  16. Detect Enum field from database (e.g ‘Male’, ‘Female’) and use as Select Field
  17. Detect (TEXT,MEDIUMTEXT,LONGTEXT,BLOB…etc.) and use as textarea
  18. Detect primary key (AUTO_INCREMENT)
  19. Support jquery datatable
  20. Quick Search through database
  21. Support pagination with jquery datatable
  22. Export data to Excel spread sheet
  23. Export data to Word
  24. Build in self-defined functions
  25. Option to select table you want to generate code for
  26. HTML codes and PHP files are separated for easy editing
  27. Generated codes are commented for easy understanding and editing
  28. Full Documentation

System Requirements

  • PHP 5+
  • MySQL 5+
  • PDO extension

Version History

  • Version 1.0 – 28/01/2013

ADMIN DEMO LOGIN INFO

Username: admin
Password: admin

If have any idea on how to further improve on this app, please let me know.

Download PHP Code Generator Pro Edition Plus Admin Panel (Database Abstractions)