Web Design, HTML And CSS Tutorials

  Title / Author Replies
Views
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. ...
9
7,427
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?...
23
6,866
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...
0
1,522
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...
2
2,079
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...
22
10,124
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...
7
18,348
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...
7
4,051
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:...
8
6,756
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.
23
17,441
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...
15
3,349
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; }
11
33,986
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...
3
12,356
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...
13
11,138
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...
8
18,289
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...
5
6,653
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...
3
3,963
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) ...
4
3,156
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>...
10
3,131
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...
10
13,526
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...
19
30,604