Scripts

Creating Reset.css

Too many CSS designers don’t realize the importance of creating a “reset.css” file. When you have an environment where each browser has its own “default” styling, you’ll often find yourself thumping your skull as you ask yourself, “Why is there a spacing here?” To save yourself some of the headaches

Read More...

Photoshop

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]

Read More...

PHP

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

Read More...

Photoshop

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

Read More...

PHP

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”;

Read More...

Photoshop

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

Read More...

PHP

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

Read More...

Dreamweaver

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

Read More...

Wordpress

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,

Read More...

Wordpress

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

Read More...