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 [...]
Author Archive
1. USE META TAGS.
Most search engine will look inside META tags in your web page. Here is the example of how to use <META> tags.
<meta name=”description” content=”How to promote your web site.”>
<meta name=”keywords” content=”announcing web site, web submission, web promote, internet promotions, submit”>
These META tags should be put in <HEAD></HEAD>. In “description”, put the brief [...]
To add this plugin, just search for “My Snippet – Wordpress Plugin” and install it. In every page you create, there will be a box called “Snippet page setting” at the bottom of the main content box. Just write your data in the “Snippet” box and that page will show your customized data for that particular page in the sidebar. Same thing has to be done for other pages to get the customized data.
Cloud computing basically involves in delivering hosted services over the Internet. This is basically used in IT sector now days. This new IT delivery model can significantly reduce enterprise IT costs & complexities while improving workload optimization and service delivery. This method is massively scalable, provides a superior user experience, and is characterized by new, [...]
Criticism is very important for improvement, whether critiquing other’s work or getting reviews on your own work by some other designer. Now a days, as a Web designer, getting reviews on my work is in my daily job routine and now I have started enjoying that session because it gives me opportunity to grow myself from other’s point of view as well. Earlier I used to hate going to the conference room and taking reviews because it used to be difficult to change everything in the layout so many times….
We were immediatly intrigued by how natural this navigation system felt. It just seemed to get out of the way and provide a high level of focus on the section we were in. No matter how deep we dove, we never felt lost nor abstracted from the top-most navigation tier.
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 [...]
Good HTML structure is based on logic, order, and using semantically correct markup. If you have a heading use the heading element, beginning with the H1 element. If you have a paragraph, use a paragraph element. If you have a list, use a list item element. If you’re quoting a few lines, use a blockquote [...]
