HTML

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 [...]

  • Share/Bookmark

While doing a project in X-Cart I was asked to integrate a gallery into the product list page of the website. The purpose was to display the shop product using that gallery, but the problem was the size of the product image, it was too big and we need to resize it dynamically so that [...]

  • Share/Bookmark

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 [...]

  • Share/Bookmark

Problem: Highlighting the current page menu button (Or link) with different CSS style.
Static Solution: Assigning each page its own menu with an extra “.current” class for the current page menu button to display the highlighting effect on it.
Static Solution Problem: If your site has more than 10 pages then it becomes very difficult to [...]

  • Share/Bookmark

These are the most common mistakes people make and eventually there website get penalized by Google. Please read them carefully, and you can save your website from being banned by Google.

  • Share/Bookmark
Tags: ,

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 [...]

  • Share/Bookmark

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 [...]

  • Share/Bookmark
Tags: ,

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 [...]

  • Share/Bookmark
Tags: ,

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/

  • Share/Bookmark

My focus in this discussion is to consider the need for basic progressive enhancement and to try to tackle a couple of scenarios using a little jQuery (the open-source JavaScript library, web builders can’t get enough of!).
The larger goal of progressive enhancement is to build accessible websites that work with or without certain capabilities (like [...]

  • Share/Bookmark