Posts

Gravatar Login Box Design with Jquery, CSS and PHP.

Image
I had designed a simple interesting login box with contains Gravatar image, just importing user avatar from Gravatar.com based on email ID. This post is very basic level CSS implementation and few lines of Jquery and PHP code. I hope this login box design gives special flavor to to your web project. Before trying this live demo upload your avatar at Gravatar. Read more �

Login with Instagram OAuth using PHP.

Image
The very quick registration gives you many users to your web project, we already published login with Facebook, Twitter and Google Plus now time to think about very popular photo sharing portal Instagram. This post explains you how to login with instagram Oauth API and importing user data. Create an instagram account and take a quick look at this demo thanks! Read more �

Create a RESTful Services API in PHP.

Image
Are you working with multiple devices like iPhone, Android and Web then take a look at this post that explains you how to develop a RESTful API in PHP. Representational state transfer (REST) is a software system for distributing the data to different kind of applications. The web service system produce status code response in JSON or XML format. Read more �

Facebook Style Emotions Jquery Plugin

Image
Introducing a new jQuery emotions plugin, This helps you to convert text symbols to emotion images like how social chat editor works. This plugin developed by ArunKumar Sekar using javascript regular expression match rules. In first version we providing facebook emotion theme, next release we are going to include some more better emotion icons. Read more �

Bootstrap Registration Form Tutorial.

Image
This post is a continuation of my previous post Bootstrap tutorial for blog design and already explained about fluid page design. Today let's look at the form HTML elements that comes with Twitter Bootstrap toolkit using these I made a rich registration/sign up form with validation in 10 mins . Bootstrap helps you to produce clean and highly usable applications, it will reduce larger engineering efforts and gives uniform application solutions. Read more �

3D Covers Pro: Create Photo Realistic High Resolution 3D eCovers

Image
Seems movie stars and celebrities aren't the only ones getting facelifts these days. Software, information products, web apps and eBooks are all taking advantage of 3D High Resolution eCover graphics. Instead of the traditional 2D graphics, which are bland and don't stand out, these new 3D graphics use either smart templates or action scripts to both cut the learning curve down, but also produce the best quality representative graphics over and over again. Read more �

File Upload Progress Bar with Jquery and PHP.

Image
We received many tutorial requests from 9lessons readers that asked how to create file upload progress bar with PHP and Jquery. In this post Arun Kumar Sekar had developed few lines of code using PHP APC library, it is very simple getting the server file upload process every few second and increasing the bar color using jquery css property. Just take a look at this demo. Read more �