Showing posts with label Widgets. Show all posts
Showing posts with label Widgets. Show all posts

July 22, 2008

Vista-style Sidebar for Windows XP

Thoosje Sidebar:The Thoosje sidebar for Microsoft Windows XP and Vista has gadgets like media players, google search, yahoo search and lots of more search engines. It has also vista sidebar gadgets like weather and system uptime and lots of more useful gadgets. The sidebar uses 50% less RAM and is faster than the original Microsoft Sidebar with more extras and works on Microsoft Windows Vista and XP.Organize your gadgets in Thoosje Vista Sidebar:Thoosje Vista Sidebar works on Windows XP and Windows Vista. Gadgets are easy to use mini applications that give you information at a glance and provide...

May 10, 2008

A Simple Blogger Tag Cloud Widget

Here's a simple hack for a custom Blogger widget. This is the code for the simple tag cloud. Feel free to copy and modify the source as you see fit. It's a mix of JavaScript and Blogger Code, so it is only functional as a Blogger Widget. Code: <b:widget id='TagCloud' locked='false' title='Tags' type='Label'> <b:includable id='main'> <b:if cond='data:title'> <h2><data:title/></h2> </b:if> <div class='widget-content' style='text-align: justify;'> <script type="text/javascript"> //Variables: var max = 150; //max css size (in percent) var...