Tuesday, June 29, 2010

Cascading Style Sheet Cascade

If you want to make sure a particual property must be fixed to a html tag, you nees add the !important property to the declaration.
 for e.g. P tag with color red is declared & dont want to change this color property at ant way. Then go for !imprtant
p
{
color : red !important
}
By this way prevent properties from changing value
p
{
color : blue;
}
<p style="color : red">
Both above declaration cannot affect red color of the p tag


 


Monday, June 28, 2010

Posting blog via email

I am trying to post this blog by email. Lets see what happens

Wow This is posted.
Google tussi great ho
Amol.....
9595991644

Auto Refreshing Web Page

I want to see cricket match score on yahoo, i just logged on cricket page. I get what i want, but one thing i notice the page is refreshed after certain seconds. I was just thinking that how it has done. Finally i got my answer which is very simple.

<META http-equiv="REFRESH" content="5";>

Just including this tag in head section of html page, page will auto redirected after every 5 seconds.

<meta http-equiv="REFRESH" content="0;URL='filename.mp3'" >
By this way u can run background music. Instead of that i suggest use embed tag. Using embed tag we can run video files also.

Saturday, June 26, 2010

Drupal - Best Content Management System

I think drupal is better CMS than other like joomla. Drupal is very user friendly cms, it has many contributed modules(daily). With the help of this we can make a pwoerful website in a day. With adding new modules we can add more functionality to our site. & for this its not necessary to have good programming knowledge. Its open source free ware & what u expect yaar every thing is free...