Web Design, HTML And CSS Tutorials

  Title / Author Replies
Views
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,849
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,275
Basics of HTML G’day mates during this tutorial I will teach you the basics of HTML. Frequently Asked Questions What does HTML actually stand for? HTML stands for Hyper Text Markup Language. Where can I learn HTML?
12
6,667
Flickering scenarios Its quite some time now I had the problem that whenever we use Image buttons for some of the graphic oriented sites the biggest problem we used to face is when ever we specify different image for the hover effect the first hover used to take very long ( unless you had...
4
6,984
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,045
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,077
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,637
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,328
Many developers in search engine arena thinks that as meta's are not that important to use in search engines but thats not all the meta's can do. If you would like to refresh a page after certain interval of time you can do that in just a single line using Meta's and you dont need any server side...
4
13,707
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,127
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,749
Introduction CSS is a set of page markup definitions that can be applied to HTML documents to define how pages are rendered. This addition to the HTML tag set can be applied by Authors internally in each HTML document or they can reside in a separate server side file that is referenced and...
0
5,188
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,951
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,112
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,424
Linking Style Sheets to HTML There are many ways to link style sheets to HTML, each carrying its own advantages and disadvantages. New HTML elements and attributes have been introduced to allow easy incorporation of style sheets into HTML documents. Linking to an External Style Sheet ...
0
3,541
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,977
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,351
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,338
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,518