JavaScript QrCode Generator (Miscellaneous)

Description

JavaScript QrCode Generator is an easy to use script to generate QrCode on the client browser. The script can generate different types of QrCode using Google Chart API . The script is small (only 3kb) and comes with an extensive documentation.

Features

  • Easy to setup and use
  • Raw JavaScript (doesn’t require a Framework to function)
  • Clean and extensive documentation
  • Generate the QrCode URL and Image Element
  • Customize the size and encoding

Supported types

  • Text
  • Email
  • Call
  • SMS
  • MeCard
  • Geolocation
  • Wifi
  • Bookmark

Download JavaScript QrCode Generator (Miscellaneous)

jQuery Thumbnail Slideshows (Sliders)

The Thumbnail Slideshow jQuery plugin is a simple yet effective way to produce small, or if you wish large, slideshows on hover.

There are many uses for this plugin, for example an eCommerce website allowing you to show multiple screenshots on a listing/category page rather than the standard one. Another use would be a video-based site to give the user an idea of the video as one screenshot isn’t generally enough to sum up a video. You could even use it on a blog to show multiple images that are related to that post.

Of course the uses for this plugin are limitless, if you wish it can also be used for a large slideshow.

So how many transition effecst are available? Currently seven and they are:

  • Crossfade
  • Fade
  • None
  • Slide Up
  • Slide Down
  • Slide Right
  • Slide Left

You can also customise the transition length and the delay between slides. Plus installation couldn’t be simpler, include three CSS classes, the Thumbnail Slideshow JS file plus the jQuery library!

If you have ever installed a jQuery plugin this is no different and takes seconds.

Download jQuery Thumbnail Slideshows (Sliders)

Easy & Quick Browser Detection (Miscellaneous)

Features – Browser Detection Made Easy

  • Detects all the modern browsers
  • Supports – ‘ie’, ‘firefox’, ‘chrome’, ‘safari’, ‘webkit’, ‘opera’, ‘netscape’,’konqueror’, ‘gecko’ and ‘flock’
  • Detect Version number.
  • Lightweight.
  • Easy to Use.
  • Well Documented.
  • Many Examples included.
  • IE6 Notification – Use it the way you like
  • Uses standard PHP – No additional extension support needed.
  • Detection – Minimum 2 Line of Code.
  • Very Flexible – You can specify your custom detection routine.
  • Extendible Browsers List.
  • 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/clsBrowser.php";
$oBrowser = new clsBrowser();
if($oBrowser?>Detect()->isDetected())
{
    echo "Browser: " . $oBrowser->getBrowser(); 
    echo " Version: " . $oBrowser->getVersion();
}
?>

Ready to Test?

Follow Me


Download Easy & Quick Browser Detection (Miscellaneous)

HTML5 Signature Pad to Image (Canvas)

Need a customer’s signature saved to an image? This is the perfect solution! Draw, sign or touch-n-slide to add your signature and save it to an image format with transparency. It’s the perfect solution if you need a signature for legal documents, purchase invoices, contracts or other important docs.

Easy to use Plug-n-Play app for any web browser, iPhone, iPad or iPod Touch that supports HTML5 and Canvas image export.

Add it to your webpage in 2 simple steps. Simple requirements are HTML5 , toDataURL, PHP +GD.

Features includes…
– Save signature directly to PNG
– Customizable Color Palette
– Pencil Sizes
– Unlimited Undos
– Quick Signature Clear
– Tons of Javascript Settings

Download HTML5 Signature Pad to Image (Canvas)

PHP QrCode Generator (Ratings and Charts)

Description

PHP QrCode Generator is an easy to use script to generate QrCode with PHP . The script can generate different types of QrCode using Google Chart API . The script is small (less than 4kb) and comes with an extensive documentation.

Features

  • Easy to setup and use
  • Clean and extensive documentation
  • Generate the QrCode URL and Image Tag
  • Customize the size and encoding

Supported types

  • Text
  • Email
  • Call
  • SMS
  • MeCard
  • Geolocation
  • Wifi
  • Bookmark

Download PHP QrCode Generator (Ratings and Charts)

Snippet Bin (Windows)

Snippet Bin is a Windows application which can turn small shortcuts into anything from frequently used commands like for-loops to formatted text blocks. This app will work anywhere on your computer and has uses far beyond the boundaries of the development world!

Snippet Bin also pastes dynamic code or text. Any developer knows that almost every piece of code needs to be adaptable to the situation and that understanding is incorporated in Snippet Bins design. In the video preview you can see how exactly it does this, and gives you a quick initiation of other functions the software has to offer.

In the programs documentation we included even more: There are numerous short videos as well as text pages, explaining in detail and with examples, every function this program has to offer.

Although it runs perfectly, AgileDev does not consider this a finished program. We are determined to continue optimizing the program, and plan to add more functions, but we feel our focus should be based on the criticisms 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.
– getNewIcon (icon, weatherIcon) function is then called which will take the existing Google Icons and match it to a new icon of your choice. So for example if the weather is Sunny, all you need to do is add a sunny.png (@2x.png for retina display) and the app will automatically use the new icons instead! Want to use Google’s icons instead? No problem. In functions.js, comment out line 241 with the double backslash like so: //(getNewIcon(icon, weatherIcon) and it will use the default Google icons instead. Easy!

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 .

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)

Owl, Unobtrusive CSS3 Notifications (Miscellaneous)

Alert boxes are obtrusive, ugly and usually just annoying. Not any more, meet Owl:

Owl is a feature-packed jQuery-plugin, yet very easy to use. The notifications are elegant and beautiful, of course unobtrusive and can be presented in a lot of ways. The killer features:

  • Handsome dark and semi-transparent notifications.
  • Beautiful animations (Chrome & Safari only for the moment)
  • Time since creation of a notification – updated every 4th second!
  • Include images/icons in your notification.
  • Timeout
  • Callback
  • Lightweight script (2 KB), markup and CSS (vector-based!)

Comprehensive documentation included.

Disclaimer: I’ve used Fey Ilyas’ photos in the preview, licensed under CC BY -SA 2.0:
http://flickr.com/photos/renneville

Download Owl, Unobtrusive CSS3 Notifications (Miscellaneous)

Fine Zoom (Images and Media)

Fine Zoom is and extended version of my axzoomer jquery plugin.There are many jquery zoom plugin around the web, I can mention Cloud Zoom(my preferred), ShiftZoom with cool effects, but I never founded a simple zoom plugin, just for making simple zoom using mousewheel at different levels of zoom, so I decided to write this Jquery Plugin. Just apply the plugin to any image and you can zoom in and out images just like Google Maps Zoom. This plugins has a high compatibility and it behaves the same in all browsers. It works everywhere touch devices(android and iosx). On Ipad and Iphone for zoom can be used the classic pinch method.

Download Fine Zoom (Images and Media)