Wordpress

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

Read More...

Photoshop

Good PHOTOSHOP color Swatches collection

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

Read More...

FAQ, HTML & CSS

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

Read More...

Scripts

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

Read More...

PHP

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

Read More...

Scripts

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

Read More...

Wordpress

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

Read More...

Photoshop

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

Read More...

Photoshop

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]

Read More...

Photoshop

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

Read More...

Photoshop

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

Read More...

Scripts

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

Read More...

PHP

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()

Read More...

Wordpress

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

Read More...

Photoshop

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)

Read More...