Local storage and offline applications in HTML 5

Web developers have traditionally used cookies to store information on a visitor’s local machine, allowing a Web page to read this information back at a later point. While cookies are very useful for storing basic data, they are limited by the fact that Web browsers are not required to keep

Create a Page that Displays Random Posts

Hi WordPress has an inbuilt option to show the recent posts as an home page. but not the random posts what if you want the same look on other pages ? here we have solution for the problem. How to Create a Page that Displays Random Posts Have you ever

8 and 16 bit per channel in photoshop

Photoshop knows two data modes: • 8 bits per channel • 16 bits per channel WHY USE 16 BITS PER CHANNEL? Many digital SLRs allow 12 bits per channel capture and this is later represented as 16 bits per channel in Photoshop (mostly 16 bit TIFF). If the images coming

Creating on off switches for your site

Hi All   Here i am giving the Model On Off switch. Preview     [like_to_read][/like_to_read]

Creating animated Melted text in Photoshop

Step 1 Create a new document in Adobe Photoshop with an dimensions of 500 X 500 Pixels. Step 2 Fill the background colour with Black (#000000). Step 3 Create a text by using Text Tool for melting effect here i am taking the text as Melting text, with an text

Creating Image Poster with text

Lets prepare an image which will looks like image prepared by text Step 1 First we are going to create a new document in Photoshop with 1024×800 pixels with all the default settings. Fill the background layer with black color.     Step 2 Select Horizontal Type Tool (T) and

HTML 5 – Semantic elements

The HTML5 specification includes a series of new semantic elements that is used to give some meaning to the various sections or parts of a Web page, such as a header, footer, navigation, and so on. In previous versions of HTML (HTML4.01), you would typically use <div> elements to create

PHP String handling functions

we have a lot of php predefined constants for string handling. lets have a look on few of them strlen() this function was used to find the length of the string. Syntax: strlen(variable name) str_replace() used to replace a part of string with another string. Syntax: str_replace(search,replace,[number of replaces]) str_ireplace()

Benefits and Limitations of wordpress.com and wordpress.org

Everyone wants to blog and with a host of popular free blog hosting solutions available, WordPress.com is a popular choice. However, everything that comes free has its limitations, and it is better to know the benefits and limitations before starting a WordPress.com blog. With WordPress.com Blogs First I will highlight

Creating an Animated Loading GIF in Photoshop

Step 1 a.  Create a new Photoshop Document with dimensions of 200 x 100 px. b.  Create a new layer (Shift+Ctrl+N) and select the Marquee tool (M). c.  Set Style to Fixed Size in the option bar with a Width: 4px and Height: 20px: (As shown like in below imaged)

PHP FAQ

What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to the browser. What’s the difference between include and require? – It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and

PHP reverse a number

PHP program to print a number in reverse order <?php $num=123456789; // Give the number which you want to print in reverse order echo $num; echo “<br>”; $revnum=0; do{ $revnum=($revnum *10)+($num % 10); $num=(int)($num / 10 ); }while($num>0); echo $revnum; ?>

Web designer adobe Photoshop,html,css interview questions and answers

What is difference between properties and attributes ? Every body thinks that property and attributes are same but in real those are different. the syntax of property and attributes is <property attribute="attributeValue">proopertyValue</property> for more details you can visit here write a border radius for all browsers ? -webkit-border-radius: 5px; -moz-border-radius:

Difference between <DIV>, <SPAN>, <SECTION>

The SPAN and DIV HTML Elements How to Use SPAN and DIV with CSS on Web Pages The SPAN and DIV elements are very useful when dealing with CSS(Cascading Style Sheets). These two elements in a similar fashion, but they serve different purposes. The DIV Element :The DIV elements define

Adobe Photoshop Interview questions and answers

For Photoshop is cs3 really that much better than cs2 on an Intel Mac? How do I slice up an image in Adobe Photoshop CS4 Extended ? How do you select an exact color to match? What is gradient tool? What do you mean by Gaussian Blur? What is Smart