 |
Change the color of the hair
Changing the colors of the hairs looks very hitech but its one of the sinmplest things you can do with photoshop.
Open any image in Adobe photoshop. Here I would use the famous photograph of Leo.
...
By lubna
Last Message By hanswilmink
|
9 7,434 |
 |
A website is an important part of any business enterprise today. The size and kind of business is immaterial. The Internet is so very popular and everybody expects a company to have its very own web site and the one's that don't have are looked down upon.
Is it good enough to just have a website?...
By claris123
Last Message By shomameera
|
23 6,896 |
 |
Nowadays location-aware applications are everywhere, with advent of HTML5 and support for it all major web browsers it has become very easy to grab a user's Geo-location and use it to display customized content or display a map or whatever you can imagine to do with it.
Earlier IP was the only...
By pradeep
|
0 1,533 |
 |
In this tutorial I'll be covering on how to make a simple yet attractive and useful exercise using Khan API (see more), Khan Accademy is a non profit organisation with a goal of changing education for the better by providing a free world-class education to anyone anywhere. Its a great initiative...
By lionaneesh
Last Message By lionaneesh
|
2 2,090 |
 |
I found this article online and thought it might be useful for new Photoshop users!
The 5 Deadly Sins of Photoshop Compositing
By Sean David Baylis
Photoshop is a wonderful program that allows you to edit a photograph in as many ways as you can imagine. It allows you to control every...
By sterling45
Last Message By edwardallene
|
22 10,170 |
 |
If you have never tried this before, it is an excellent implementation for buttons and images. What I am teaching here? We are going to learn how to fade an image to its greyscale equivalent by using CSS sprites and JQuery.
Before we begin check out the working example. Now, lets see the HTML...
By blitzcoder
Last Message By devnty06
|
7 18,389 |
 |
I have seen many requesting of a tutorial of making a navigation bar with flash which in case so simple. I myself too read many posts before writing my own one.
Background
This article is so old but just now i got into senses that i have not posted it yet :). Before starting please remember...
By ManzZup
Last Message By ManzZup
|
7 4,061 |
 |
All you all might be knowing, CSS based pages are search-engine friendly, so we all try to implement CSS in our web pages, so here are a few CSS tricks which will help you work with ease.
CSS font shorthand rule
When styling fonts with CSS you may be doing this:
font-weight:...
By pradeep
Last Message By karthikp
|
8 6,765 |
 |
Create a simple logo.
Today we will discuss some of the simple tricks to create a logo as follows
http://www.go4expert.com/images/articles/ilogo/img-src.gif
Follow the following steps
1. Create a blank image of size 1 inch x 1 inch. Make sure you keep the background as transparent.
By Yogesh
Last Message By silvan4now
|
23 17,463 |
 |
This is just a quick Guide for the my new script : ZICS . Pretty crazy, yup but this would be a nice feature to added to your site to catch up the users eyes. To tell the truth the idea is not original but I have rarely seen this implement within websites. So here what it is.
This script...
By ManzZup
Last Message By venkat20
|
15 3,379 |
 |
The following code works for capturing key presses on IE, Netscape, Opera 7,and somewhat with Opera 6.
<html>
<script language="JavaScript">
function keyHandler(e)
{
var pressedKey;
if (document.all) { e = window.event; }
if (document.layers) { pressedKey = e.which; }
By pradeep
Last Message By mihirlak
|
11 34,017 |
 |
We have all seen Tag Clouds on blogs and websites. If you haven't seen one, well it consists of all the tags you have given to posts on your websites arranged in a 3D cloud which rotates when you point to a tag and brings it into focus. Today we'll see how to build the same using jQuery, which is a...
By blitzcoder
Last Message By alssadi
|
3 12,370 |
 |
Before starting this article I want readers to know what a pixel is. Pixel is short for Picture Element. A pixel is a single point in a graphic image. Graphics monitors display pictures by dividing the display screen into thousands (or millions) of pixels, arranged in rows and columns. The pixels...
By pradeep
Last Message By mark1one
|
13 11,161 |
 |
Introduction
Any Excel Comparator does the comparison for single Tab at a time but this Entire script compares the number of tabs present in both the excel sheets provided.
Background
The VBScript needs to be provided with Source Files (to be compared) and a path for the Result File to...
By naimish
Last Message By carminenatale
|
8 18,296 |
 |
The well-appreciated and possibly most-remembered “secret” code of all time, The Konami Code, a cheat code that originated on the original NES and has since made its way into many other games.
up, up, down, down, left, right, left, right, B, A
But it is not only limited to games anymore! You...
By blitzcoder
Last Message By pemeet123456
|
5 6,678 |
 |
Sticky Social Icons (or even Feedback buttons) in the side whitespace is one of the cool things among bloggers these days and there are lot of great plug-ins available that can get you done this in few clicks. The only thing I did not like about those plug-ins is they did it using jQuery and for...
By shabbir
Last Message By seoguru
|
3 3,980 |
 |
Taken from Wikipedia.
Common errors
Some of the most common errors in the usage of XHTML are:
Failing to realize that documents won’t be treated as XHTML unless they are served with an appropriate XML MIME type
Not closing empty elements (elements without closing tags in HTML4)
...
By Magena
Last Message By Full Zip Hoody
|
4 3,165 |
 |
Working for one of my client where he had design for dual color border and the easiest way to get it done was to use 2 elements having border of different color..
<div style="border:2px solid blue;">
<div style="border:2px solid Orange;">
Some Content You want Goes Here
</div>
</div>...
By shabbir
Last Message By Full Zip Hoody
|
10 3,141 |
 |
Question Number 1
1.<FORM action=http://www.x.com/p/sv method=post>
2. Name: <INPUT type="text" name="name">
3. Address: <INPUT type="text" name="addr">
4. Email: <INPUT type="text" name="email">
5. Sex: <INPUT type=radio name=sex value=M>Male
6. <INPUT type=radio name=sex1...
By coderzone
Last Message By sagar_999
|
10 13,552 |
 |
The following grammar tips apply whether you are writing copy for marketing, a a press release, content for your site, or even if you are a programmer and you place error messages in your code.
Do not underestimate the difference that using correct grammar will make. Although some people do...
By shabbir
Last Message By MartinJose
|
19 30,635 |