Archive | Tutorials RSS feed for this section
Create a scalable private messaging application using PHP5

Create a scalable private messaging application using PHP5

Most social networking sites support two types of messages: public and private messages. Private messages are generally sent in a similar fashion to e-mails, and public messages being posted on user’s profiles for other users to see. You can find best webhost reviews about Joomla, word press, windows and reseller hosting on hosting ratings.

Read more
Fun with HTML5 Canvas and FaceBook API

Fun with HTML5 Canvas and FaceBook API

Couple of days back I am experimenting Facebook API and the HTML 5 canvas. And It happens that I stumble this brilliant example by Mr. Doobs’ HTML5 canvas experiment. I implemented same idea and logic the only difference is it is integrated to Facebook and I made it as jQuery plugin.

Read more
10 minute shout box with MiMViC using RedBeanPHP

10 minute shout box with MiMViC using RedBeanPHP

Last time we had a look at the basics of MiMViC and PHP 5.3. Today we are going to build a cool database shoutbox application supporting all the basic CRUD operations in 10 minutes.

Read more
A Lightweight AutoScroll to Top jQuery Plugin

A Lightweight AutoScroll to Top jQuery Plugin

Increasing your webpage usability is not that easy, you have to consider a lot of things. One of the necessary element is to be able the user to easily back to the top most of the page especially when the content is long enough. This plugin is the solution for this.

Read more
A Complete Guide to jQuery 1.4 Selector Expressions

A Complete Guide to jQuery 1.4 Selector Expressions

In jQuery, every action you want to perform requires a target element. In this case, you will relying on its selector expressions. Borrowing from CSS 1–3 and then adding its own, jQuery offers a powerful set of tools for matching a set of elements in a document. In this post you will learn all the jQuery’s selector expressions.

Read more
Creating Your Own Selector Engine – Part 2

Creating Your Own Selector Engine – Part 2

So in last tutorial we made up some really basic mechanical stuff to get nodes and filter them. The missing pieces of the puzzle were treversing up, down or among siblings. Today we are going to build that part up, plus we will enhance some of previous stuff to make our selector really cross-browser.

Read more
Creating Your Own Selector Engine

Creating Your Own Selector Engine

Today we are going to do something different; this tutorial will be probably span in four parts. First two parts introducing basic mechanical stuff for traversing through the DOM nodes. Third part will cover the a basic CSS based rule engine to parse out a proper token from a given CSS selector and the finally the last part will cover merging and assembling the selector parser and the mechanical engine.

Read more
Best Photoshop Tutorials in Creating a Realistic 3D Effect

Best Photoshop Tutorials in Creating a Realistic 3D Effect

Adding a three dimensional effect in your artwork makes the final result more realistic. In this post I will showcase to you the best photoshop tutorial around the web on how to create a realistic 3D effect.

Read more
Most Promising JavaScript Animation Library and Plugin

Most Promising JavaScript Animation Library and Plugin

A showcase of the most promising JavaScript Animation Library and Plugin around the Web and a short tips on how to use them to spice up your design.

Read more
Embracing PHP 5.3 MVC with MiMViC

Embracing PHP 5.3 MVC with MiMViC

MiMViC is a modular and lightweight PHP 5.3+ Web application framework designed to help build dynamic and robust Web sites. It’s single theory is based on minimal and focusing on only core glue for your complex PHP web sites. Today I will show you how to create a shout-box using the framework.

Read more