Archive for the ‘Multimedia’ Category

Microsoft releases the “flash-killer”: Silverlight 3

July 11th, 2009

silverlightMicrosoft has released the latest version of their “flash-killer”: Silverlight 3. This release brings along a couple of VERY useful features that a lot of developers will be pleased with.

1. If you’re a video publisher, you can take advantage of the new MPEG-4 based H.264 codec along with the high end AAC sound. Technically it means you can stream videos beyond 720p (which is 1080p at the moment) as Microsoft writes “720p+”. Along side, Microsoft is touting about its new streaming feature named “Smooth streaming” which according to Washington Post means that if your bandwidth is above 3 Mbps, HD streaming, as it normally should, will take place whereas, if it goes below 3 MBPS, smooth streaming’s dynamic capabilities will be triggered and the video will be divide into multiple chunks so that the user experience remains consistent on all sorts of networks.

» More: Microsoft releases the “flash-killer”: Silverlight 3

Top 7 Modal Dialog Boxes Using Javascript (Comparison)

July 10th, 2009

Modal boxes are dialogs that float overtop of a web page without having to open a new browser tab or window. Modal boxes are usually a combination of javascript and css. These boxes are especially useful for displaying a full size image preview, multimedia content, contact forms or alert boxes.

There are some great modal box libraries are available for you to choose from. Below is a list of the best ones.

1. LightBox

lightbox

LightBox is a simple, unobtrusive script used to overlay images on the current page.

» More: Top 7 Modal Dialog Boxes Using Javascript (Comparison)