published by seema.mittal on Sat, 10/02/2010 - 01:31
At TED@Cannes, Gary Wolf gives a 5-min intro to an intriguing new pastime: using mobile apps and always-on gadgets to track and analyze your body, mood, diet, spending -- just about everything in daily life you can measure -- in gloriously geeky detail.
published by gaurav.goel on Fri, 05/28/2010 - 10:46
Recently I faced one strange problem while trying to open popup from Flash.
I was unable to open html popups with referral path. This was because, code "<!-- saved from url=(0013)about:internet -->" was there at the top of html page which restricts user to access/open popup in local environment. Though, it works fine when uploaded onto server.
Workaround:
Either you remove the line from the top of html file or simply change to read it as, "<!-- saved from url=(0013)about:local -->". In my case, the problem was solved.
published by gaurav.goel on Mon, 12/17/2007 - 09:19
I wanted to create a page that shows all the nodes tagged with any of the terms – Red, Green and Blue. After struggling a lot, I found something, so simple, that works for me.