Easy & Powerful watermarking with PHP

PHP image workshop using GD library is very easy tool for manipulating the images. Main key features of this script is as follows, Cropping Filter Re sizing Rotating Writing Usage is pretty simple :

Requirement :- PHP with GD library Demo & Download :- http://phpimageworkshop.com/ License :- GPL License

Stylish tooltip like Youtube, Google, Facebook, Twitter with jQuery Poshy tip

Most popular sites in this globe attracts user with common things in different look. One of the most attractive feature in web era is tool-tip with asynchronous response template. Sites like Google+ , Facebook , YouTube , twitter .. have tool-tip functionality which guides user to go ahead and utilize the functionality. jQuery is one … Continue Reading

Simple way to format currency with Javascript accounting.js

accounting.js is a tiny JavaScript library for number, money and currency formatting, with optional excel-style column rendering (to line up symbols and decimals). It’s lightweight, fully localisable and has zero dependencies. These library has settings like symbol : “$”, // default currency symbol is ‘$’ format: “%s%v”, // this controls string output: %s = symbol, … Continue Reading

Git new generation version control system

Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and … Continue Reading

jQuery E-Help System for Web Applications

Embedded Help System is “providing help where help is needed” concept that can be easily integrated into web interface. The point is to offer help to user in their working interface and actual situation. jQuery E-Help is plugin for procedural (”How to …”) web user interface help and it’s easy to integrate into any web … Continue Reading

Highly Customizable Form Validation With jQuery.validVal

jQuery.validVal is plugin for the popular JS framework which aims to simplify form validation. It can be used for validating any kind of HTML form (including Ajaxed ones) and works by defining the rules within class names. There are 3 default validations included (“required”, “numeric” and “email-format”) and new ones can be included by defining … Continue Reading