preload
Jul 19

The concept of Jing is the always-ready program that instantly captures and shares images and video…from your computer to anywhere.

It’s something we want to give you, along with some online media hosting, to see how you use it. The project will eventually turn into something else.

Awesome! ;)

Also useful to help your parents/kids to configure anything: create a simple video – step by step – and share it to them.

Jun 01

Finally!
picasa2flickr: A simple “plugin” that allows picasa users to upload their photos to flickr.
Thanks to author.
Hope he will make nice interface soon ;)

May 30

Do you want to crash your visitors IE6?
Add <div id="tags">anything</div> to your page and suggest them to print it.

To avoid printing crash for IE6 just avoid id name tags

It seems it works (umm, crashes) to “native” IE6 and doesn’t work to IE6 within MultipleIE installation.

May 29

Simplest JS function to add/remove custom classname with carrying about another classes.
just to remember.

function toggleClassName(obj,sClassName,switcher){
	if(switcher){
		if(obj.className.indexOf(sClassName)==-1)
			obj.className=obj.className + ' ' + sClassName;
	}else{
		var re = new RegExp(sClassName,'g');
		obj.className=obj.className.replace(re,'');
	}
}

sapienti sat

Apr 16

links:
MipTV Media Market
Content 360 Pitching Competition @ MipTV

our project/concept:
Cont-Act! Content Actual. Link Different! is in BBC’s category “On-demand Participation”

Support us! :)

P.S. We won!