What is Toluu?
Toluu is a free service for sharing the feeds you read and discovering new ones.
Get Invite

Widgets Lab

All Widgets, All the Time, News, Reviews, Previews, Articles and Interviews


Movietrailers from Worldtv.comJanuary 7

“Movietrailers” is a widgetbox widget produced by worldtv.com.

This is a JavaScript widget that works with Blogger, Wordpress, Piczo and other platforms.

I really like the ability to watch movie trailers in full screen mode right from a widget. I have embedded a working version so you can see what I mean.

Get the Movie Trailers widget and many other great free widgets at Widgetbox!

The only way to advance to the next trailer is to go full screen. This may annoy some people…but it doesn’t bother me.

Check out:

www.worldtv.com/movietrailers

Grab widget:

http://www.widgetbox.com/widget/movie-trailers

widgetslab?i=zb3QTT.P widgetslab?i=rkLXvR.P
TwitterButtons:A Gallery Of Twitter “Follow Me” BadgesJanuary 3

tmp48A

I have posted about many many Twitter Active Badge Generators before. but not many Twitter “Follow Me” Badge Generators. so Twitter Buttons just fits the bill perfectly to fill out that void. it is actually wrong of me to call it a Generator since the only thing it “generates” is the html code for the Badges one you enter your Twitter Username into the page.

tmp49D

Once you have set your username you are ready to go. you have the copy and paste code for whatever badge you choose from at the moment 50 different ones. they have several styles just like the ones i put here as example:

tmp491

PostRank Top Posts WidgetJanuary 3

tmp3CA

PostRank was originally used as the tech name of AideRSS. i posted about AideRSS back when it came out and even included a little interview with one of the Developers that happened to be a good online friend of mine. that was 9 months ago and they have come a long way since then. they even decided to change the name of the Widget to be named like the tech behind it. so it is now simply named PostRank.

tmp3E3

The new widget got a little over 2 weeks old and now includes search along with a new more pleasant design. search is indeed a great addition because it allows for better user engagement with the widget and gives it more purpose turning it into a real utility widget instead of just display widget.  they got a new  widget page and the widget is fast to configure and customize.

Happy New Year From Widgets LabJanuary 1

happy-new-year-2009

2008 was a year full of changes for everyone. when it comes to this blog. the changes were a blur. things in terms of widgets are changing of focus completely and widgets are now everywhere in a amazing variety of forms. 

Many things didn`t went as expected but overall. the experiences continue to be good and i am happy that the blog continues to grow and thrive. i wish those in the Widget Market a Happy New Year. a year where things can grow even further what they already have. but a Happy New Year to all in general for reading the blog and that next year comes to be a not a good year. but a great year for all.

Cheers!

widgetslab?i=fVwwOI.O widgetslab?i=PNi16l.O widgetslab?i=4Lu8bU.o
How to build a widget - Creating the widgetDecember 26 2008

[Part 3 in a 5 part series titled "How to build a widget"]

You thought of an idea.  You chose the tech.  Now it is time to get busy.

Part 3) - Creating the widget. 

Widgets are self contained mini-websites and have to be treated the same way you would go about creating a website. 

[Quick definitions:  The "widget user" refers to the person grabbing the widget, while the "page visitor" refers to the person viewing the widget on the widget user's page/blog] 

First, determine if the widget will be static or dynamic.

Static widgets are widgets that are exactly the same for every widget user that grabs the widget code.  An election countdown widget would be an example of a static widget.  The widget developer (you) only has to create the desired effect and code it without relying on any dynamic data. 

Dynamic widgets are widgets that change for each widget user embedding the code.   MyVGift.com is an example of a dynamic widget.  The widget user is each assigned a unique ID that is rendered to the object tag at the time of the web page is served.  The widget then uses the ID to pull data from a web service to determine the widget user’s Virtual Gift list.

Static widgets are normally less complicated and can be deployed without much complication.  Dynamic widgets