30 The Best jQuery Plugins Inspired from Twitter and Facebook

October 31, 2011

0

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery plugins are an integral part of modern web design. jQuery plugins gives web designers a wide range of activities and opportunities to develop a wide range of variation effects to your […]

Posted in: CSS, JavaScript, JQuery

25+ Best jQuery Plugins To Beautify Your Website

October 28, 2011

0

jQuery is one of the most famous, free and open source JavaScript library in use today. jQuery is a lightweight, cross-browser JavaScript library which is designed to simplify the client-side scripting of HTML. Today numerous jQuery plugins has been developed and are available on the Internet to create dynamic effects which are much easier than […]

Posted in: JavaScript, JQuery, Tool

75+ Top jQuery Plugins to improve Your HTML Forms

October 28, 2011

0

jQuery makes it easier and simpler to provide your users with high quality, dynamic, good looking and intuitive input forms. This post lists some of the best available in different categories; “Form Element Visual Enhancements”, “Form Element Data Validation and Manipulation”, “Form Tool tips”, “Calendars and date pickers”, “jQuery hot key plugins” etc. Drop a […]

Posted in: JavaScript, JQuery, Tool

20 Best And Useful jQuery Plugins of March 2010

October 28, 2011

0

jQuery is a lightweight, cross-browser compliant, and extremely powerful JavaScript framework. jQuery enables you to add interactivity and increased functionality to your website. jQuery is much useful because it can help you to create animations and interactions.jQuery has provided the necessary tools to create stunning websites without having to much worry about accessibility issues. As jQuery is […]

Posted in: JavaScript, JQuery, Tool

Open Source PHP Chart Library: pChart

October 20, 2011

0

pChart  is an open source PHP chart library for creating aliased charts. This chart classes run on any webserver that has PHP & GD library support. Chart types currently support by this PHP charts solution are: Line chart Cubic curve chart Plot chart Bar chart Filled line chart Filled cubic curve chart Pie chart Radars chart Limits chart For faster display of […]

Posted in: Chart, PHP, Tool

6 excellent charting libraries for php

October 20, 2011

0

Charts are an indispensable part of any data visualization work. People can grok visual representation of data easily than a textual variety. Today there are a huge number of free chart libraries available to display visualizations on websites. Below is a small list of  some of the libraries available for displaying charts using php.   […]

Posted in: Chart, PHP, Tool

10 Free Chart Scripts

October 17, 2011

0

This week I’ve been working on a project that required data to be shown visually. I needed a Chart Script that was attractive yet gets the data across. The Charts scripts below are built using JavaScript, Flash, Silverlight, and Java. Flot – Flot is a pure Javascript plotting library for jQuery. The focus is on […]

Posted in: Chart, CSS, JavaScript, JQuery, PHP, Tool

7 Password Strength Scripts

October 17, 2011

0

Today password strength is extremely important to keep your data secure. As web developers/designers we need a way to show our users the strength of their password. Below is a list that will allow you to add a Password Strength meter to your website. Password Strength Meter like Google – This script is built with […]

Posted in: JavaScript, JQuery

50 Best Premium Admin Template

October 6, 2011

0

1. Simpla Admin &ndash Flexible & User Frily Admin skin Simpla Admin is a professional template with a beautiful and user frily interface. With various smart and intuitive jQuery functions, navigating the interface is a breeze. View Live Demo 2. Constellation complete admin skin Constellation is a powerfull admin skin for building advanced backs, both for desktop […]

Posted in: Admin, Templates

25 PREMIUM ADMIN TEMPLATE ON THEMEFOREST

October 6, 2011

0

The front end design and admin user interface both is the important element to make our client satisfied and impressive. Custom made admin user interface will take a time and usually cost you a fortune. How about buy hight quality admin template with lower price?. Today I will share with you 25 premium admin template from temeforest that you can use […]

Posted in: Admin, Templates

Free and Premium CSS/HTML Admin Templates And Skins

October 6, 2011

0

There are lots of website templates that you can download for free. Even so, it is not a secret for any developer that it can be very difficult to find a professional high-grade and flexible admin template.  You will also have to pay attention to it being user friendly as this is also pretty important. You can create […]

Posted in: Admin, Templates

Session Class(CodeIgniter User Guide Version 2.0.3)

October 4, 2011

0

Session Class The Session class permits you maintain a user’s “state” and track their activity while they browse your site. The Session class stores session information for each user as serialized (and optionally encrypted) data in a cookie. It can also store the session data in a database table for added security, as this permits […]

Posted in: CodeIgniter(CI), PHP

Views(CodeIgniter User Guide Version 2.0.3)

October 4, 2011

0

Views A view is simply a web page, or a page fragment, like a header, footer, sidebar, etc. In fact, views can flexibly be embedded within other views (within other views, etc., etc.) if you need this type of hierarchy. Views are never called directly, they must be loaded by a controller. Remember that in an MVC framework, […]

Posted in: PHP

Models(CodeIgniter User Guide Version 2.0.3)

October 4, 2011

0

Models Models are optionally available for those who want to use a more traditional MVC approach. What is a Model? Anatomy of a Model Loading a Model Auto-Loading a Model Connecting to your Database What is a Model? Models are PHP classes that are designed to work with information in your database. For example, let’s say you […]

Posted in: CodeIgniter(CI), PHP

Controllers(CodeIgniter)

October 4, 2011

0

Controllers are the heart of your application, as they determine how HTTP requests should be handled. What is a Controller? Hello World Functions Passing URI Segments to Your Functions Defining a Default Controller Remapping Function Calls Controlling Output Data Private Functions Organizing Controllers into Sub-folders Class Constructors Reserved Function Names What is a Controller? A […]

Posted in: CodeIgniter(CI), PHP

Getting Started with jQuery

October 4, 2011

0

This guide is an introduction to the jQuery library. Basic knowledge of JavaScript and the document object model (DOM) is required. It starts from ground up and tries to explain details where necessary. It covers a simple hello world example, selector and event basics, AJAX, FX and usage and authoring of plugins. This guide contains […]

Posted in: JavaScript, JQuery