20+ Very Creative Illustrations, Digital ART & Designs

In this Post I am going to showcase some of the very creative, attractive Illustrations and Design I found recently. I want to share it with all.

Creative Illustrations Read More

Useful information about history of Twitter and how it starts, works, criticized and many more

In the very recent we all have come to know that there is a thing in the world which is called TWITTER. 50% of Americans use Twitter nowadays. I was curios from the first day I have come to know about twitter, that how I got addicted to it. So have doing some research on Twiiter like how it Begins, how it effects us. Why do people are getting addicted to it.

In this article I am going to showcase some important and interesting information about THE GREAT TWITTER. Read More

VFX & MOTION GRAPHICS Video Tutorials in After Effects

In this article I am going to post some of the attractive and useful Adobe After Effects Video Tutorial. Most of them has a link to download the tutorial raw project files. If you like them please give some comments. I will post more video tutorials in my next post in After Effects tutorial section

Moving 3D Lines

• Create flowing light streams using a fractal noise
• Add 3D particles and a nice camera move 

Watch or Download Project

Read More

Top Collection of Best Hollywood Movie Fantastic Flash Websites

I like Hollywood movies a lot. I try to watch almost every movie which come in theatre in my city. I am a Web Designer, So I used to research for new trends in design including flash website also. I love flash websites, because there are a lot more scope to do something creative and interactive. I found some of the great movie website which are made in flash, And they look very attractive and many more. Just go through the websites by clicking on the images listed below. If you like the collection please give some comments.

The Incredible Hulk

Click here to View the site

Read More

Future of Web Design CSS3 Techniques – Tips and Tutorials

Today we (web designers) know how to impress our clients. First of all we design some excellent web designs for our clients. They like them also. But when it comes to HTML/CSS, we all have faced problems.

In the matter of designing we all know that there is not much restrictions. But in HTML/CSS it is difficult to implement some designs. Then comes browser compatibility, w3c validation etc.

We all know what WEB 2.0 is. And now-a-days most of the clients want WEB 2.0 style in their design.

WEB 2.0 means rounded corners, drop shadow, gradients, transparency (opacity), text shadow.

We can implement all this things in our design easily with the Help of THE ONE AND ONLY ADOBE PHOTOSHOP

And when its comes to HTML/CSS we have use the design (WEB 2.0 techniques – means rounded corners, drop shadow, gradients, transparency (opacity), text shadow) as image source in css background or img src.

And when we use images we the html page also gets heavier. The client complains about file size optimization. I think all the web designer have gone through this problems a lot of times. I have !!

With the help of CSS3 we can give rounded corners, drop shadow, gradients, transparency (opacity), text shadow to our html/css with the help of image files.

In this article I am going to showcase all the CSS3 technique in detail.

Read More

A basic introduction to jQuery and its concepts

How jQuery Works

  • Original Author: John Resig.
  • jQuery: The Basics

    This is a basic tutorial, designed to help you get started using jQuery. If you don’t have a test page setup yet, start by creating a new HTML page with the following contents:

    <html>
    <head>
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript">
    </script>
    </head>
    <body>
    <a href="http://jquery.com/">jQuery</a>
    </body>
    </html>

    Read More