In most of the places the Google map is loaded on page load time. But if we want to display the map inside a jquery tab (initially hidden), we need not require to load the map on page load. This will reduce the page loading time. Another problem of loading the map on page load [...]
First I am telling you what is the main logic behind the lighbox. It is very simple & you can easily do it if you have a little knowledge of css & html.
1. In a lightbox you can see a black box appers & it covers the whole browser – it is nothing but a [...]
With an aim to minimize use of proprietary technology like Flash in web sites, HTML’s latest flavor HTML5 has made several enhancements like the quick-n-easy playing of audio and video files. Let’s take a look at various options and complications when it comes to embedding and streaming audio.
Embedding an audio file is easy. All you [...]
I am going to tell you how to make a Simple clickable gallery in 3 steps
Step1: Make the html page[Make the container & inner element]
<div id=”wrapper” align=”center”>
<div id=”transition”>
<a id=”auto_play” href=”#”>Auto Play Slide Show</a>
<a id=”previous” href=”#”><<Previous</a>
<a id=”next” href=”#”>Next >></a>
</div>
<div id=”big_image_container” align=”center”>
<img id=”big_image” src=”image/pic1.bmp” title=”Big Image” />
</div>
<div id=”thumb_image_container”>
<img src=”image/pic1.bmp” alt=”image1″ title=”image1″ />
<img src=”image/pic2.bmp” />
<img src=”image/pic3.bmp” />
<img [...]
We have created a simple Tag Cloud feature in our core php programming. Basically the Tag Clod is
available in word press or other content management system. Tag Cloud is the type of feature that
indicates the hitting on the particular tag or topic. In word press the blog comes under particular tag. If
people visit the blog [...]
It’s seems tough but believe me it’s quiet an easy process if you do understand positioning in CSS.
Here I want to place a simple html list in front of flash animation.
At first, I am writing my html code.
<div id=”main-content”>
<div>
<object classid=”” width=”” height=”” title=”banner”>
<param value=”transparent” />
<param value=”” />
<embed src=”” wmode=”transparent” width=”” height=””></embed>
</object>
</div>
<ul>
<li><a href=”#”>link01</li>
<li><a href=”#”>link02</li>
<li><a href=”#”>link03</li>
<li><a href=”#”>link04</li>
</ul>
</div>
Then [...]
Let’s do a back-to-the-basics refresher of absolute and relative font size units for the web. Print designers are almost spoiled for choice when it comes to selecting a unit for measurement of type. Though there are a number of font unit options to play around with in print, they become irrelevant once the content is [...]
hCard is a microformat for publishing the contact details of people, companies, organizations, and places, in (X)HTML, Atom, RSS, or arbitrary XML. The hCard microformat does this, using a 1:1 representation of vCard properties and values, identified using HTML classes and attributes.
The basic format of hCard is to use vCard object/property names in lower-case for [...]
Hi,
I have something that I want to share with you all which might help you to enhance your Website.
How can we convert XML data into an HTML file?
Step1:
Name the xml files as: example.xml
Step2:
The xml data should be like this. There will be Author tag which is used for conversion.
<?xml version=”1.0″ encoding=”ISO-8859-1″?>
<Author>
<TITLE>Advance PHP/MYSQL Cook [...]
Came across an interesting post on Resources for Cross Browser Testing. Cross Browser Testing is a very tedious process, but necessary.Today there are a large number of operating systems and browsers, and your site needs to be compatible with all. Here are the top 5 picks in terms of resources
https://browserlab.adobe.com/index.html
http://www.my-debugbar.com/wiki/IETester/HomePage
http://www.my-debugbar.com/wiki/IETester/HomePage
http://crossbrowsertesting.com/
http://spoon.net/browsers/
