Learn how to create a realistic rain effect. Follow this simple tutorial that gives a rain effect to any image using Adobe Photoshop Step 1: Open an image in Photoshop you want to add rain in it. & Create a … Continue reading
Monthly Archives: June 2010
5 Tips to Improve Your WordPress blog Traffic and look
WordPress is becoming most popular CMS these days. It is very easy to use and great search engine support. Last year wordpress left behind all the cms. Many people are thinking about how to keep the there wordpress site impressive. … Continue reading
how to create realistic clouds & use it in an image with photoshop
This tutorial will show you how to use photoshop’s cloud filter to create realistic looking clouds . Step 1: Start a new document of any size you want in Photoshop. Step 2: Create a new layer by pressing Ctrl+J, and … Continue reading
Google's Chrome OS will be released during the fourth quarter of 2010.
Google vice president of product management Sundar Pichai told an audience at Computex that the Chrome OS would launch by the fourth quarter. “When asked about the Chrome vs. Android debate, Mr. Pichai said that providing open source platforms will … Continue reading
How to use memcached with php
If you try to install memcached with Linux server then use following commands # yum install libevent # yum install libmemcached libmemcached-devel # yum install memcached For Starting the memcached server # memcached -d -m 512 -l 127.0.0.1 -p 11211 … Continue reading
how to create glossy buttons for website using photoshop
In this tutorial we are going to re-create those fancy buttons that are used on Mac OSX. Step 1: Create a new document of any size in Photoshop. Step 2: Create a new layer by pressing Ctrl+J. Name this layer … Continue reading
how to create water drops using photoshop cs3
Get yourself a close up pic of a leaf or something like that.. I chose this one: Step 1: Create a new document of Default Photoshop Size. Create a new layer and paste the leaf picture into it. Step 2: … Continue reading
What is difference between die and exit in php
Many PHP developers are been asked this question in interview. But many times they are not sure about answer. There is no difference between die() and exit() function. They both are same and worked same. Again question is why php … Continue reading
How to use sleep and usleep function in PHP
Sleep is very common method in every language. How sleep function works we need to understand. Sleep function delays the program execution for the given number of seconds. Usleep delays program execution for the given number of micro seconds. Following … Continue reading