Shape Buttons

    Step 1 Create a Shape Step 2 Copy the Layer Style Step 3 Create 3 White shadows using different layers and apply overlay and soft light effect Step 4 Create text. Very simple! Enjoy :) Download the source file Below. [like_to_read][/like_to_read]

Installing PHP in local system with XAMPP

HI guys If we want work with PHP we need following products in our system . PHP Database server mail Server FTP client (Used to upload and download the content to the server) A tool for remote Database administration. The following installers can be used to install all the above

How to Aligning and Distributing Layer Content

  The Move Tool has align and distribute functions in its tool options. These are useful for aligning and distributing the position of content on multiple layers in relation to each other or in relation to a selection. Aligning Layer Content Align and distribute only work on pixels with an

Conditional Statement

Everybody knows how the Statement works in programing languages as PHP developed from C language lets directly go for sample programs. We have 4 Conditional Statement in PHP they are Switch statement IF statement Simple If IF – else IF – elseIF – else Nested IF Switch Statement:- <?php $X=”a”;

Creating a Corporate website Template in Photoshop

Step 1 Create a new Document in the Dimensions of 1024 X 768 Pixels.   Step 2 Now create Guides to manage our Workspace. Create Guides at 140 Px. and 1140 Px. the our work area is visible by 1000 pixels. Step 3 Change Foreground Colour to Grey(#333333) Now select

Local and Global variables in PHP

Local variable: A variable which is specified in a function is known as local  variable. local variable is accessible only with in the function where it was declared. the life time of a local variable is with in the function. Global Variable: A variable which is specified outside of a

Website uploading through Dreamweaver

Step 1 Open Dreamweaver, Create a new site (Site > New site) As shown below. Step 2 Enter your site name in the place of Site Name and enter your site local root folder in the local Site Folder. as shown below.< br /> Step 3 Next click on Servers

Why I love WordPress

It’s no secret that WordPress is the #1 blogging platform.  If you’re still sweet on Blogger, here’s why you should reconsider. Benefits and Limitations of WordPress i will explain those in my next post. 1. Themes Where Blogger has a few ways you can change the layout of your blog,

Speed Up Your WordPress Site

WordPress is used by millions as an open-​​source blogging platform. Many use it to share their thoughts and experiences online. However, WordPress offers a lot more than just blogging tools; it’s actually a robust, customizable content management system, and a lot of businesses use WordPress to develop great business websites

Photoshop buttons

here I am attaching the few free buy now and purchase buttons.     Download the original source files here [like_to_read][/like_to_read]

Deploy WordPress From Localhost To Your Web Server

There are times when you need to move WordPress around within your server, and times when you need to move WordPress from one server to another. You don’t need to re-install. WordPress is flexible enough to handle all of these situations. Steps to Deploy WordPress From Localhost To Your Web Server

Good PHOTOSHOP color Swatches collection

    Hi guys here I am attaching my collection of PHOTOSHOP brushes download here

Web Designer interview Questions

How do you place two paragraphs next to each other? Float one or both inner divs with float left and width What is CSS declaration? A declaration is made up of a property name and a value, separated by a colon What are CSS pseudo-classes? CSS pseudo-classes are used to

CSS3 Tutorials with all Tags

Cascading Style Sheets (CSS) is a style sheet language and it was used for presentations  look and formatting of a document written in a Hyper Text Mark up Language. It’s most common application is to style web pages written in HTML and XHTML. Please download the attached PDF document for

PHP Class abstraction and Interfaces

Class Abstraction ================= PHP 5 introduces abstract classes and methods. It is not allowed to create an instance of a class that has been defined as abstract. Any class that contains at least one abstract method must also be abstract. Methods defined as abstract simply declare the method’s signature they