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

» local business center  

Category: google tips and tricks | November 16th, 2009

Help customers find you on Google Maps
Millions of people search Google Maps every day. A free listing on Google Maps makes it easy for them to find you.
Use the Local Business Center to create your free listing. When potential customers search Maps for local information, they’ll find your business: your address, hours of operation, even photos of your storefront or products. It’s easy, free, and you don’t need a website of your own.
» Read the rest of this entry

» combine / add two text cells into one  

Category: excel tips | November 13th, 2009

C1=A1& " " &B1
or
C1=CONCATENATE(B2," ",B1)

so this is how you do it, adding 2 cells of text into 1.
i’ll continue to share my excel learning here, cheers

ctrl + shirt + up arrow , this highlights all datas within that column

number increments in excel
entering 1 in A1, 2 in A2, selecting *both* and then dragging down.

» CSS styling input type=”radio”  

Category: CSS & Html | November 10th, 2009

input[type="radio"] { border-style:none; }

styling input type=”radio”; anyways there are times when you have to style some stuffs but it is impossible with the platform provider simply not allowing access to their main files.

this is the way to over write it

Categories