Categories

Recent Posts

Archives

FeedBurner

Meta

 

June 2007
M T W T F S S
    Jul »
 123
45678910
11121314151617
18192021222324
252627282930  

Pages

Archive for June 19th, 2007

CEOs Weigh in on Latest IDC Open Source Research

Tuesday, June 19th, 2007

Last Thursday, IDC announced estimates that revenue from standalone open source software will reach $5.8 billion by 2011. In other words, according to Matt Lawton, program director of IDC’s Open Source Software Business Models research program, the market is still immature ($1.8 billion in 2006) - and will see accelerated growth over the next five [...]

Tech Capitals Of The World - Singapore IS IN!

Tuesday, June 19th, 2007

When the Singapore Government pushes for something, it usually gets done - fast and good. See how far our I.T initiative has gone.
Article from TheAge.com.au
Want ultra-fast broadband, free internet ‘hotspots’ across town and all the latest gadgets? You won’t get it in Sydney, but Arjun Ramachandran finds the cities with all the right connections.
In April, [...]

10 Cool CSS Tricks for Web Design

Tuesday, June 19th, 2007

1. CSS font shorthand rule
When styling fonts with CSS you may be doing this:font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 1em;
line-height: 1.5em;
font-family: verdana,sans-serif
There’s no need though as you can use this CSS shorthand property:
font: bold italic small-caps 1em/1.5em verdana,sans-serif
Much better! Just a few of words of warning: This CSS shorthand version will only work if you’re specifying both [...]