January 31, 2010

Css learning

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0px;
    padding: 0;
    background: #FFFFFF url(images/img01.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464646;
}

h1, h2, h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
    margin-top: 0;
    line-height: 240%;
    text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #639CBF; }

a:hover { text-decoration: none; }

a img {
    border: none;
}

img.left {
    float: left;
    margin: 7px 30px 0 0;
}

img.right {
    float: right;
    margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
    float: left;
    line-height: normal;
}

.list1 li img {
    margin: 0 30px 30px 0;
}

.list1 li.alt img {
    margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
    width: 920px;
    height: 90px;
    margin: 0 auto;
    padding: 0px 30px;
    background: url(images/img02.jpg)  no-repeat left top;
}

/* Menu */

#menu {
    float: left;
    width: 600px;
    height: 90px;
}

#menu ul {
    margin: 0;
    padding: 20px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}

#menu li {
    display: block;
    float: left;
}

#menu a {
    display: block;
    float: left;
    height: 32px;
    padding: 14px 20px 0px 20px;
    letter-spacing: -1px;
    text-decoration: none;
    text-align: center;
    text-transform: lowercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #FFFFFF;
}

#menu a:hover {
    text-decoration: none;
}

#menu .current_page_item a {
}

#menu .first {
}
/* Search */

#search {
    float: right;
    width: 240px;
    padding: 35px 10px 0px 0px;
}

#search form {
    float: right;
    margin: 0;
    padding: 4px 0px 0 0;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search input {
    float: left;
    font: 12px Georgia, "Times New Roman", Times, serif;
}

#search-text {
    width: 150px;
    height: 18px;
    padding: 3px 0 0 5px;
    border: 1px solid #333333;
    background: #ECF9E4;
    color: #000000;
}

#search-submit {
    height: 21px;
    margin-left: 10px;
    padding: 0px 5px;
    background: #2A4345;
    border: 1px solid #5F817E;
    color: #FFFFFF;
}

/* Page */

#page {
    width: 920px;
    margin: 0 auto;
    padding: 20px 30px 0px 30px;
    background: #FFFFFF;
}


/** LOGO */

#logo {
    width: 940px;
    height: 80px;
    margin: 0 auto;
    padding-left: 20px;
}

#logo h1, #logo p {
    margin: 0px;
    line-height: normal;
    text-transform: lowercase;
    font-weight: normal;
    color: #FFFFFF;
}

#logo p {
    margin-top: -4px;
    text-transform: lowercase;
    font-size: 13px;
    color: #238EC6;
}

#logo h1 {
    font-size: 48px;
}

#logo a {
    text-decoration: none;
    color: #238EC6;
}

#logo h1 a {
    text-decoration: none;
    color: #FFFFFF;
}


#banner {
    padding-bottom: 20px;
}

/* Content */

#content {
    float: left;
    width: 610px;
}

/* Post */

.post {
    margin-bottom: 45px;
}

.post .title {
    height: 44px;
}

.post .title a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 30px;
    color: #238EC6;
}

.post .date {
}

.post .meta {
    height: 32px;
    margin-top: -10px;
    margin-left: 2px;
    padding: 4px 30px 2px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #66665E;
}

.post .meta span {
    display: block;
    margin-top: -10px;
}

.post .meta a { }

.post .entry {
    border-top: 1px solid #E0E0E0;
    padding: 10px 0px;
}

.post .links {
    background: #90BF35;
    border: 1px solid #5F817E;
}

.post .links {
    display: block;
    width: 120px;
    height: 18px;
    margin: 0px 0px 4px 0px;
    padding: 3px 0px 0px 40px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

.post .comments {
    display: block;
    width: 120px;
    height: 18px;
    margin: 0px;
    padding: 3px 0px 0px 40px;
    background: #90BF35;
    border: 1px solid #5F817E;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 240px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#sidebar li {
    margin-bottom: 30px;
    padding: 0 0 10px 0px;
}

#sidebar li ul {
    margin: 0px 0px;
}

#sidebar li li {
    margin: 0;
    padding: 10px 0px;
    background: url(images/img03.gif) no-repeat left 16px;
    border-bottom: 1px solid #E0E0E0;
}

#sidebar li li a {
    padding: 0px 0px 0px 20px;
    font-weight: normal;
}

#sidebar li li a:hover {
    color: #666666;
}

#sidebar p {
    margin: 0;
    padding: 0px 14px;
}

#sidebar h2 {
    height: 30px;
    margin: 0 0 10px 0px;
    padding: 6px 0 2px 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #D24275;
}


#sidebar p {
    line-height: 200%;
}

#sidebar a {
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

/* Calendar */

#calendar {
}

#calendar caption {
    padding-bottom: 5px;
    font-weight: bold;
}

#calendar table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #24130F;
    border-left: 1px solid #24130F;
    border-right: 1px solid #24130F;
}

#calendar thead th {
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #24130F;
    border-left: 1px solid #24130F;
    background: #24130F;
}

#calendar tbody td {
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #24130F;
    border-left: 1px solid #24130F;
    border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
    padding: 5px;
    border-left: 1px solid #24130F;
    border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
    border-top: 1px solid #24130F;
    text-align: right;
}

#calendar tfoot #prev {
    border-top: 1px solid #24130F;
}

#calendar .pad {
    border-bottom: 1px solid #24130F;
}

#calendar #today {
    background: #24130F;
}

/* Footer */

#footer {
    width: 960px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #E0E0E0;
}

#footer-bgcontent {
}

#footer p {
    margin: 0;
    padding: 30px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    font-size: 10px;
}

#footer a {
}

January 29, 2010

How to move to loyola college from Koyambedu(CMBT)?

If u are a newbie to chennai.

Take a bus that go to broadway

Get down at Anna arch.

From there take M147 A,B,C,M27 H,L,47D,

Get down at Loyola college

Anna square to Ambathur MTC bus and colleges covered by them

The bus number will be M21H,L
This bus will run in this route
Annasquare
LIC
Mount road
Sterling road
Nungambakam
Loyola
Choolaimedu
Methanagar
DPI
Arun hotel
Anna arch
Anna roundana
Vavin
Tirumangalam
Annanagar west
Sipcot
Ambathur industrial estate

Colleges covered by this bus
Anna adarsh college for women(Anna nagar roundana)
Loyola college(near nungambakkam R.S)

January 28, 2010

Buses from nungambakkam R.S

M147 A,B,C
Tnagar to Ambattur
This bus will cover these places
Tnagar
Valluvar kottam
Choolaimedu
Metha nagar
Arun hotel
Anna arch
Anna roundana
Tirumangalam
Anna nagar west
Ambathur industrial estate
Ambathur

January 22, 2010

Unlimited internet offer by AIRTEL

Finally airtel launches unlimited internet offer to its gsm customers

98 rupees

2 GB free.

Enjoy free browsing using mobile.

January 21, 2010

Tata docomo 6 seconds 1 paisa

Tata docomo s has introduced a new booster for rupees 52.

On recharging with this booster.

Docomo users can talk to any mobile at 6 sec for 1 paisa

January 15, 2010

Get call from your own number ! Simply fun!!!!!!!!!!

Do you want a call ringing on your mobile from your own number?
Just give a missed call to +41445804650 and u'll get a call back from
your own number…U wont be charged anything for giving missed
call.-----------------
have FuN***

Trace Mobile num,vehicle ,Ip and domain

Search Now Trace Bulk SMS SENDER Location/Provider .

Getting missed calls from unknown number? Blank calls? or just curious?  Now trace any Mobile Number Location , connection type , service provider and more details here.

Trace Mobile Number                  

*Wondering the vehicle you just overtook belongs to what location ??  Just use the Vehicle Number Trace feature to get the Details using the Vehicle Number.                             

Trace Vehicle Number n Location

**   How about reverse tracing a pin code ?  Use Indiatrace.com 's Pin code trace to find the location of any pin code in India.                                  
Trace Pin Number

**   How about discovering your IP address details or tracing an IP to its origin location?Using IP trace feature you can trace  IP location and also some interesting info about your own IP address. 

Trace IP address

** Want to know about a particular domain - its availability, owner or other information?  WHOIS trace will help you get all the information about a domain or website.

Trace Who IS

Simply Just Go to:
www.Indiatrace.com

Vodafone free browsing 9Rs for a day

Many of may not know this in Vodafone.

*3MB WWW browsing free for 9Rs valid for 1day is just an SMS away.

* TYPE ACT Gprs9 and

* Send to 144 (Toll free).

Maintain a balance of Rs.12/-to activate & browse any Site You want.

You may be charged if you download any contents from Vodafone Live Page.

* So Set www.google.com
as Homepage.

* then browse through any site at free of cost for 24 hours.

*Download is unlimited within given Data.

Buddynet for Docomo users and how to activate it ?

Tata Docomo 10p/min call Trick.Call your docomo friends at 1p/6s (local ) and 1p/2s (Std).

Activate this service or plan by Sending.
JOIN to 121
Rent Rs7/week.

Docomo to Docomo users only.This is said Buddynet by Docomo

Useful news!!!!! Must read it

Hi friends

One of our seniors experience.! !!!!!!!


     Nice experience in MTC bus

     Sometime back I was working in MEPZ facility, Chennai. I usually
     travel by Metropolitan Transport Corporation( MTC) bus, from my home
     to office. The stopping near MEPZ facility is called Sanatorium or
     MEPZ bus stop. MTC bus coming from Broadway/Parrys (or thro Mount
     road) mostly wont stop in MEPZ stop in early days. So I usually get
     down in the Chrompet stop(stop before MEPZ) and again catch another
     bus to MEPZ. After some time they have started stopping in MEPZ stop
     also.
     One day I got up a bus(E18) in Teynampet stop and asked the conductor
     to give a ticket for MEPZ stop. He said, the bus wont stop there. I
     was arguging with him that I am going daily with the same bus and get
     down in the MEPZ stop. But he was keep on saying the same thing.. and
     then he said, I can request the driver to stop the bus. I dont wanted
     to do, irritated with conductor response. Suddenly I remembered a
     complaint phone no.(9445030516) I read in one bus sometime back. I
     called that no. and said about the incident that conductor is not
     stopping in the usual stop.
     The MTC representative (person at the other end) asked me to give the
     phone to the conductor. The conductor was not interested to talking
     with his official. The MTC rep. asked me the bus registration no. and
     MTC registration no. He enquired where is the bus at that time and I
     said it is in Saidapet. The MTC rep. said he will come in the line
     and talk to them. I was curious how he will come and catch the bus.
     After few mins. the wireless transmeter(to track the bus), near the
     driver in the bus started shouting... Driver stop the bus. Driver stop
     the bus in the left side of the road. Driver was not sure what is
     happening may be his first experience,  for others(including me) it
     is the real first experience. The driver stopped the bus and started
     listening to the transmeter. The MTC rep. enquired why the bus is not
     stopping in MEPZ stop. The driver said he stops in MEPZ stop and in
     the previous trip also he has done. The rep. asked him then why the
     conductor is saying like that. He asked the conductor what is the
     issue. The conductor was speechless. The driver somehow managed the
     situation and supported the conductor by saying that the conductor
     was new to this route. The driver asked excuse for the incident and
     said he will stop in the MEPZ stop.
     The MTC rep. said he wanted to talk the passenger who called him. I
     went near the transmeter and spoke to the MTC rep. He said sorry for
     the incident happened and asked sorry on behalf of MTC. Everyone in
     the bus were surprised of things happening. I came back to my seat.
     The person next to me asked what is the no. and whom I called. He
     also took the no. The bus stopped in MEPZ stop then. After getting
     down I called the MTC rep. and said the bus stopped in the stopping.
     It was a nice experience for me and others who travelled in the bus,
     including driver and conductor. Yes, nowadays good things are
     happening in goverment sector also and technology is used properly.
     Complaint Phone no. for MTC bus: 9445030516, 9383337639
     Visit www.mtcbus.org for enquiry, information and complaint

January 13, 2010

Vodafone Unlimited Gprs offers 2010

Vodafone has followed aircel and has introduced the unlimited gprs plans.so you could enjoy unlimited gprs and downloads for a full month with just an bonus 95 recharge.as soon as you recharge vodafone unlimited gprs will be activated for your vodafone and you could enjoy uninterrupted gprs service for one month.

note: mms and download charges apply

Docomo Gprs Settings 2010

Home page: http://dive.in.tatadocomo.com
APN - Tata.docomo.dive.in
IP-10.124.94.7
Port:8080

That's all now save your settings and use as your default settings and enjoy the power of free browsing....

Aircel hack for missed call alert 2010

Aircel free missed call alert for Tamilnadu users

just dial

*62*+919842201006#

Enjoy free missed call alert for aircel...

Airtel 3G services 2010

Docomo Gprs 2010 offers

GPRS 3 DAY PACK
Rs.15 GPRS Pack with free data usage of 20 MB:
This is a Rs.15 pre pay recharge which will give you FREE data usage of 20 MB for 3 days. To start using internet on your phone all you need to do is just select DOCOMO internet APN on your GPRS compatible handset and start browsing. Normal GPRS tariff of 1p/kb will be applicable post utilization of free usage..

GPRS 1 Month Pack
Rs.95 GPRS Pack with free data usage of 100 MB:
This is a Rs 95 pre pay recharge which will give you FREE data usage of 100 MB for 30 days. To start using internet on your phone all you need to do is just select DOCOMO internet APN on your GPRS compatible handset and start browsing. Normal GPRS tariff of 1p/kb will be applicable post utilization of free usage.

How to activate?

Activation : Just go to your nearest retailer and get a SPECIAL EVD recharge of Rs.15 and Rs.95 on your number.


 GPRS Settings : Just SMS internet to 52270 and save the settings as default on your mobile. Then log on to the internet browser of the handset and go to settings option and select “DOCOMO internet” APN(Access Point Name) to avail benefits of these pack.


These packs are available in Tata DOCOMO Home network only. Default tariff of 10p/10kb will be charged in case of roaming.


NOTE : These above mentioned internet packs are only available through DOCOMO internet APN(Access Point Name) only. Browsing internet through the Dive-In APN will be charged at the regular tariff of 1p/kb.

January 8, 2010

Docomo introduces 2second 1paise plan

Tata docomo a leading telecom operator introduced a new plan.

Tata docomo is in a good form to remove other operators in the competion.

This great offer will produce a great change in the telecom sector.

Thanks to docomo to bring up an revolutiƶn in the telecom sector

January 7, 2010

Share auto strike in chennai at 8.1.10

Share auto and meter taxi strike in chennai at 8.1.10.
So share auto users should use only the buses.So they have to face the crowd .

Bus drivers will be very happy to drive on the roads of chennai without chennai.

Share auto drivers are putting forward some request to goverment.I think so goverment will not respond to this request.

It is better to introduce the private buses for chennai.Share auto is a waste in chennai according to my point of view

January 4, 2010

Chennai MTC buses + Share Autos

Chennai buses will be in two forms
Express service
M service
The easiest way to diffrentiate them is the
Blue board bus
White or Green board bus

FARE:
Blue board bus charges
5
7
10
12
14
Share auto run with similar fares
White board bus
3
3.50
4.00
5.00
6.00
7.00
So be careful and take white board bus if you are not busy and save your money.