To view this, you need to install the Flash Player 7. Please go to here and download it.

» 301 .htaccess redirect subdomain to domain  

Category: htaccess | November 23rd, 2009

301 .htaccess redirect subdomain to domain

RewriteCond %{HTTP_HOST} www.subdomain.example.com$ [NC]
RewriteRule (.*) http://subdomain.example.com/ [R=301,L]

» how to get rid / hide the value of a submit button with CSS  

Category: CSS & Html | November 20th, 2009

having no control with an embedded form.
this is some examples to get rid / hide the value of a submit button with CSS, hide the text on the button so all you see is the text built into the image itself.
input[submit]
{
color: transparent;
}

or

input[submit]
{
text-indent:-9999px;
}

» Geminids Meteor Shower in 2009, December 13-14  

Category: Entertainment | November 18th, 2009

Geminids Meteor Shower 2009, December 13-14

the Geminids are characterized by their multi-colored display–65% being white, 26% yellow, and the remaining 9% blue, red and green.

This is one of the best meteor showers of the year and never seems to disappoint observers.
where to watch meteor showers in san diego ?
» Read the rest of this entry

Categories