12. August 2008 13:18
By
Mark Focas
In
Downloads | JavaScript | Metadata | Programming | Webmaster
Media RSS (MRSS) is an XML format which extends the RSS format. By using this format, a website can be enabled to provide rich media functionality. This can be used for images, audio and video. This entry discusses enabling Media RSS for images. Video is very easy to implement, but will not be discussed here. By using PicLens in Firefox, the result looks like below. It is very fast, full screen, and has nice facilities to scroll around the images, zoom in and out and other such things. Here I will discuss a simple implementation, and you can scroll below to download a small .NET application to automate this process. If you already have a Media RSS viewing application, then check out an example of the output (Note, copyright links were added after the page was generated).
[More]
27. May 2008 12:26
By
Mark Focas
In
Metadata | Webmaster
Adding a search provider for your site to the Internet Explorer search bar is easy. This aartiole describes the process. Note that only Internext Explorer 7 and up has the search bar.
[More]
17. May 2008 12:11
By
Mark Focas
In
Downloads | JavaScript | Metadata | Webmaster
Image gallery is a small application that takes all the images in a directory and creates a lightbox style AJAX image gallery that is web ready. It reads the metadata in the picture to extract the title, description, keywords and rating. Primarily I wrote this to experiment with some C# 3 features, such as LINQ.
[More]