Snippet Bin (Windows)

Updates

Upcoming update

Contact us with ideas, so they can be included in the next update!!

(Still deciding what to add, check back soon)

Version 1.1 – July 29th, Released!

Includes:

  • Some small UI related bugfixes
  • Now also replaces when pressing enter (suggested)
  • Text-repeating parameters (eg. switch case, choose the number of cases)

Some of the user comments

“Best $7 ever spent. I can’t wait to really dive into this one and speed up my production. Simply amazing. 5 star.”
-WPExplorer

“Ha, so awesome! Just tried it and have to say I’m impressed.”
-mordauk

“I love this app, thank you very much!”
-BMedia

Product Description

How it works:
if you are running Snippet Bin and type "//for ", it can turn this into:

 for ( $i = 1 ;  $i <= 10 ;  $i++ )
 {
    //stuff
 }

But Snippet Bin also pastes dynamic snippets using parameters. Watch this in the video preview.

Other features of Snippet Bin:

  • A stable and lightweight system
  • Contains optional basic library
  • Intuitive UI
  • Program is nearly invisible, and won’t bother you
  • Works system wide
  • Guaranteed long lasting and active support
  • you will get updated with new cool functions

Documention Includes:

  • Every function explained with examples
  • Short video tutorials for every function
  • PHP contact form to contact us directly

We are determined to continue optimizing the program, and plan to add more functions, but we want to base those decisions on the criticism from you, the community.

Download Snippet Bin (Windows)

PHP Data Validator (Database Abstractions)

A quick and easy to use utility to validate all sorts of data for your PHP website. All validation methods are static thus dramatically improving validation speed and performance:

Validation Features Include:

  • Is Alphanumeric Value
  • Is Alpha Value
  • Is Upper Case String
  • Is Numeric Value
  • Is Floating Point Value
  • Is Date/Time String
  • Is Email String
  • Is Phone Number String
  • Is UTF8 String
  • Is Social Security Number
  • Is Valid URL
  • Is Valid Existing URL
  • Is a Hex Color Code
  • Is an RGB Color Code
  • Is a Number between 2 numbers
  • Is an array of unique elements
  • Is a valid File
  • Is a file below a max file size below max size

Easy Code Setup and Usage:

Set Up

require ‘DataValidator.php’;

Validate Alpha Numeric String

DataValidator::isAlphaNumeric(‘foobar123’);

Validate Hexadecimal Color Code

DataValidator::isHexColor(’#010101’);

Validate Email Address

DataValidator::isEmail(‘[email protected]’);

Validate File Size

DataValidator::isBelowMaxFileSize(’./foo.php’, 23);

Download PHP Data Validator (Database Abstractions)

Google Weather API Interface (Templates)

Using Google’s Weather API , add the data that you need to make your app cutting edge.

Easy to add to your current app, or build on to this one!

Functions are separated out into there own functions.js file.

A single call to the getCurrentWeather() function will:

– Get the Lat/Lon and then use reverse GeoLocation to get the Zip and State
(Variables are already set in place to get zip,full address, street & city if you wish to use those as well)
– updateWeather (mylatitude, mylongitude) is then called which will parse the XML of Google WX API . The current Day, and Forecast info is then set to variables and available to be added to the views. Each day is commented for easy readability.

-UPDATE v1.1 (7/27/11 @ 1800hrs EST )
getNewIcon() function has been replaced for faster and better performance. Please update to the latest file. This new method eliminates nearly 80 lines of code and 3 separate calls to the function. This means it is much less resource hungry for the device.

Custom Weather Icons. Lets face it, Google’s stock icons are less that stellar, so why not spice them up a bit. Included are new icons that you can use (Retina @2x Too!) or easily add your own. Just follow along the naming convention and you will be good to go. The included function will take the existing icon from the XML and use the new icons instead.

Requires the freely available Titanium SDK . Tested on SDK 1 .7.2

Runs on iPhone and iPad.

Complete sample included.

Download Google Weather API Interface (Templates)

Cross Browser CSS Helper (Miscellaneous)

Do you struggle trying to make sure all your CSS3 codes will work throughout the supported browsers? Find it a hassle to write the extra lines of codes just so different browsers can understand it? Well, Stop! What this script does is take care of all that trouble for you by automatically detecting the user’s browser and displaying the appropriate CSS /3 code.

Download Cross Browser CSS Helper (Miscellaneous)

Knowledge Base (Project Management Tools)

To log into the Administration Screen click on the Login link in the top right.

Username: administrator
Password: welcome

The knowledge base application take seconds to set-up and even less time to start using. With this application you can provide a quick, easy and searchable knowledge base to your clients instantly.

This application provides your clients with a knowledge base where they have control over the categories, articles and users on the system. With a little CSS knowledge you can change the theme.css to suit your liking.

The application runs off a single configuration file making installation a breeze. It also includes PDF and .DOCX documentation

Download Knowledge Base (Project Management Tools)

Grid Builder: Data Collecting made easy (Database Abstractions)

Using Grid Builder

Grid Builder lets you create a strong and user friendly frontend for your database easily within minutes.

Interesting features are :

  • Creating an application backend that is presentable to a client.
  • Auto generated live search for every field you create.
  • Quick apps that have relationships you cannot create with most ajax grids.
  • Letting your client design their own database structures.
  • Scaffolding and testing your datamodels before you build your application.
  • Creating complicated forms for collecting data.
  • Providing predefined form fields such as date picker, time picker, html editor
  • Easy validation types like email and url.
  • Advanced database relationships.

The Live Demo is a must see give it a try!
Also look at the Video Preview.

Start Creating Tables

When you start working with Grid Builder you will quickly find out how easy it is to collect and organize your data.
Good data is essential to every successfull project as you will experience everytime you use Grid Builder for your projects.

screenshot

Even complicated relations within your database can be achieved withing a few clicks. You will find this very valuable to manage your projects.

screenshot

Support
Please contact with any questions you may have, full documentation is included with the program to help you with your projects.

Download Grid Builder: Data Collecting made easy (Database Abstractions)

Office Library (Miscellaneous)

This project contains an office library class that capable of exporting and importing data from different formats like Excel, Word, CSV and XML .

Features:

  • Easy to integrate;
  • Export Gridview, Repeater and DataList with AjaxToolkit items to CSV and Excel;
  • Export GridView’s current page or entire DataSet;
  • Export DataTable to CSV ;
  • Export DataTable to Excel;
  • Export DataTable to XML ;
  • Export HTML code to Word document;
  • Ability to choose what columns to ignore on export;
  • Import XML files to DataTable;
  • Import Excel files to DataTable;
  • Import CSV files to DataTable;
  • Conversion from List of objects to DataTable method for ease of exporting data;

Download Office Library (Miscellaneous)

Advanced BOT Detection & Notification (Calendars)

Want to Detect Bot? Want to know When they visit you? Easy !

  • Detects bots – you can extend the list of bots
  • Selected Bot(s) Notification via Email
  • Allow/Disallow Bot(s).
  • Examples included
  • Easy to Use.
  • Lightweight.
  • Well Documented.
  • Many Examples included.
  • Uses standard PHP – No additional extension support needed.
  • Detection – Minimum 2 Line of Code.
  • Very Flexible – You can specify your custom detection routine.
  • Extendible Bots List.
  • Comprehensive List of Bots included (Approx. 175 bots).
  • Ease of Integration.
  • Highly Readable Code.
  • Self Explanatory.
  • Fully OOP based – PHP 5
  • Ease to Test – Builtin Support for Testing.

Quick Example

 
<?PHP include"lib/clsBot.php";
$oBot = new clsBot();
try
{
    if($oBot?>Detect()->isDetected())
    {
        echo "<strong>Bot Detected! Bot: </strong> " . $oBot->getBot();
    }
    else
    {
        echo "<strong>No Bot Detected</strong>";  
    }
}catch(Exception $ex){echo $ex->getMessage();}
?>

Follow Me

WeLoveJobs.com

Download Advanced BOT Detection & Notification (Calendars)

Better Related Posts Widget (Widgets)

Follow Mordauk on Twitter
Check out Pippin's Pages.com

Follow Mordauk

This plugin provides an advanced widget that allows you to display similar, or related, posts in any widgetized sidebar.

Related posts are selected using tags, categories, or any custom taxonomy. When searching for related posts, the widget will choose posts that share between 1-3 like terms with the currently viewed post.

Works with all custom post types!

Features:

  • 12 Options to configure on a per-widget basis
  • Multiple instances of the same widget
  • Widget Title
  • Display related post titles
  • Option to display the post authors
  • Option to show post publication dates
  • Option to show post comment counts
  • Option to show post text excerpts
  • Option to control the length of the post excerpt
  • Option to show post thumbnails
  • Ability to control size of post thumbnails
  • Ability to set float of post thumbnails
  • Choose the number of related items to show
  • Select the taxonomy on which to relate posts
  • Widget shown only on single post pages

This widget has been built with the best coding standards and should fit seamlessly into any WordPress theme.

Download Better Related Posts Widget (Widgets)

JSManipulate – jQuery Image Manipulation Plugin (Canvas)

JSManipulate is a feature packed jQuery plugin for applying and animating filters and effects on images. The plugin works on both image and canvas elements, and enables you to easily spice up your images and create beautifully animated effects. JSManipulate brings some unprecedently seen visual effects out of Flash and into the world of HTML5 canvas enabled browsers.

Features

  • Easily apply and animate over 40 different filters and effects
  • Manipulate both <img> and <canvas> elements, and easily convert between them
  • Code generator and commented code samples included
  • Comes with predefined easing functions & custom easing support
  • Additional minor IE 8 & 7 fallback support*

*IE fallback support for opacity, blur, grayscale and invert filters.

Make sure to check out the live preview and experiment with the plugin!

<a href=”h
ttp://revaxarts-themes.com/envatitor/”>

Download JSManipulate – jQuery Image Manipulation Plugin (Canvas)

Facebook Traffic Pop PRO (Add-ons)

Facebook Traffic Pop PRO brings a whole new level of control and performance to the O.G. of Traffic Pops. This is a simple “drag and drop” upgrade that adds an entire new framework to Facebook Traffic Pop, and adds some of the more advanced features users have been asking for.

Features

  • New Enable / Disable Toggle – control allows you to selective show Facebook Traffic Pop on the base / root / home page of your site.
  • Page Selection Toggle – Allows you to use selected pages as the only pages Facebook Traffic Pop shows on, or if Facebook Traffic Pop should show on all pages but the selected pages.
  • Easy to Use Page Selection – Simply enter the ID(s) of any page, post, or other taxonomy you want to bring it under Facebook Traffic Pop’s control.
  • Selective API Loading – You can now enable / disable the loading of the Facebook SDK . This allows you to to work around broken themes and plugins that do not properly load the Facebook SDK using WordPress’ hooks.
  • API Locale Settings – In addition to setting the Localization / Language of Facebook Traffic Pop, You can now specify any of Facebook’s locales to be used.
  • Brand New TC Options Framework – I have also included my all new slick, AJAX options framework in the upgrade that makes Facebook Traffic Pop even easier to configure.

Download Facebook Traffic Pop PRO (Add-ons)

thiefSecure – Serial Generation & Verification (Membership or Authentication Tools)

The latest version of thiefSecure allows you to generate a different and unique serial for every PC. It will guide you through the process of keeping your NET application(s) secure. It has the ability to generate serials, and verify them. You can then easily get a notification when a user fails to verify a serial, successfully verify a serial, or even generates a serial.

Documentation on How-To-Use: http://adam5x.webs.com/Espionage/

Version 1.0.0.0
-Initial Release.
-Supports serial generation, verification, and email support.

Download thiefSecure – Serial Generation & Verification (Membership or Authentication Tools)

Joomla News Module (Add-ons)

A news module for joomla 1.5.x, to display articles by category with layout same as magazine, capabilities flexible customize able layout with 6 colors for your site.
FEATURES
• Display articles by category.
• Select categoryID to display article.
• Customize able layout: text intro length, color, news column…
• Customize able layout (see demonstrate picture).
• Apply for all templates by itself design.
• Easy to deploy and maintaining.
• Compatible to all browsers.
• Compatible upgrade to higher version.

Download Joomla News Module (Add-ons)

BitDrop – File Hosting with Short URL Link (Loaders and Uploaders)

BitDrop is a php class that allows you to upload files to your server and provide a short URL link. Files expire after a set amount of time and then become inaccessible. BitDrop editor allows you to manage files so you can see what others are uploading. Highly customizable, select the length and characters of the short URL and file expiration time. You can also easily integrate BitDrop into your existing website by following the help file or using the included example.

Features

  • Easy to install and configure
  • All functions stored in one PHP class file
  • Select the size of your URL
  • Select what characters to use
  • Select the expire time of your files
  • View and Delete files using the editor
  • Runs on SQLite, NO external database required

Quick Start Guide and Tutorial Video

Download the quick start guide and tutorial video (High Quality, Quicktime, .MOV Format – 8Min / 41MB).

Requirements

  • PHP 5 .1 or later
  • Apache with mod_rewrite

Support

If you have any issues please contact me thru CodeCanyon.

Recent Changes

1.0 – Aug 4th 2011

  • BitDrop Released

Download BitDrop – File Hosting with Short URL Link (Loaders and Uploaders)