Gangof girls


Have you seen the huge hoarding one at the 100 feet road in chennai, Tamilnadu, India, I have been to tempted to view the girly website gang of girls, more virbant colors, huh just check it out

The site seems to be promising trying to build a community for the girls in India, sunsilk is doing a wonderful job trying to replicate myspace.com in a smaller level

I would say it is a wonderful start for sunsilk gang of girls,
guess why?
It is the best brand building effort I have seen, after pogo TV in India

It is the word of mouth which counts.
Do try, if you are girl/women/lady reading this
here is the link http://www.gangofgirls.com

 
blinkbits BlinkList blogmarks co.mments connotea del.icio.us De.lirio.us digg Fark feedmelinks Furl LinkaGoGo Ma.gnolia
NewsVine Netvouz RawSugar Reddit scuttle Shadows Simpy Smarking Spurl TailRank Wists YahooMyWeb

Technorati Tags: , , , , , ,

CSS Hack for browsers using simple Javascipt

Have you been facing problems with css styling with different browsers
I faced one with the div width with IE and firefox
Here is a neat trick.

/* save the below code as css_browser_selector.js */
/*

var css_browser_selector = function() {

var ua = navigator.userAgent.toLowerCase();

var h = document.getElementsByTagName(‘html’)[0];

var c = h.className;

if(ua.indexOf(‘msie’) != -1 && !(ua.indexOf(‘opera’) != -1) &&

(ua.indexOf(‘webtv’) == -1) ) h.className=’ie’+’

ie’+ua.charAt(ua.indexOf(‘msie’)+5)+’ ‘+c;

else if(ua.indexOf(‘gecko/’) != -1) h.className=(‘gecko ‘+c);

else if(ua.indexOf(‘opera’) != -1) h.className=(‘opera ‘+c);

else if(ua.indexOf(‘konqueror’) != -1) h.className=(‘konqueror ‘+c);

else if(ua.indexOf(‘applewebkit/’) != – 1) h.className=(‘webkit safari ‘+c);

else if(ua.indexOf(‘mozilla/’) != -1) h.className=(‘gecko ‘+c);

}.apply(this);

*/


once done place this line of code between the  <head> and </head>tag  
/* <script src="css_browser_selector.js" type="text/javascript"></script> */

now place the desire css

<style type=”text/css”>
.ie .example {
width: 102px;
height: 100px;
}
.gecko .example {
width: 100px;
height: 100px;
}
.example {
background-color: black
}
</style>


Most of the css attributes work, give it a spin

I found a great article from rafael

Rafael Lima (http://rafael.adm.br)and 

got inspired to make this post as most of the time we face issues of width and placements etc

if you find the article useful do bookmark them

blinkbits BlinkList blogmarks co.mments connotea del.icio.us De.lirio.us digg Fark feedmelinks Furl LinkaGoGo Ma.gnolia
NewsVine Netvouz RawSugar Reddit scuttle Shadows Simpy Smarking Spurl TailRank Wists YahooMyWeb

Technorati Tags: , , , , ,

Ganapathy

I just started a groups for Ganapathy/Vinayaga on flickr.

Ganapathy is the only God as far as I know who has taken numerous shapes and sizes and across many continents.
Beleive me, he is the creativity at the best. if you have any photos to share, do make a post

blinkbits BlinkList blogmarks co.mments connotea del.icio.us De.lirio.us digg Fark feedmelinks Furl LinkaGoGo Ma.gnolia
NewsVine Netvouz RawSugar Reddit scuttle Shadows Simpy Smarking Spurl TailRank Wists YahooMyWeb

Technorati Tags: , , , , ,