My favorites | Sign in
Google
             
Search
for
Updated Apr 30, 2009 by jrobbins
Labels: Featured
InterestingDeveloperGadgets  
Interesting developer gadgets that we liked

Interesting Developer Gadgets for Google Code

The Google Code Project Hosting wiki supports gadgets so that you can import data from third party sites into your wiki pages. Here are some gadgets that we think are useful.

These gadgets have the following characteristics:

  1. They are targeted towards developers and open source projects.
  2. They offer insight into a project that is not otherwise easily accessible.
  3. They can be scoped to a particular project or project(s).

If you have any gadgets that meet that criteria, let us know in our support group and we would be happy to showcase them. Also see the Project Hosting Gadgets project for more gadgets you can use.

How to Use These Gadgets

If you want to put one of these gadgets on your wiki page or even your project homepage, use our new <wiki:gadget...> syntax. Each of the example gadgets below has a snippet you can copy-paste to get started.

Google Code

You can use a gadget to display any blog that has an Atom or RSS feed.

Gadget

Code

<wiki:gadget url="http://google-code-feed-gadget.googlecode.com/svn/trunk/gadget.xml" up_feeds="http://google-code-featured.blogspot.com/atom.xml" width="780" height="340" border="0" up_showaddbutton="0"/>

Replace the up_feeds URL with a the XML feed for your blog. If you have more than one project blog, you can list multiple URLs, separated by vertical bars (|).

MarkMail

MarkMail is a free service for searching mailing list archives. These gadgets are particularly useful if you have a forum for your software project. The following is an example of the google-web-toolkit forum.

Gadget

Code

<wiki:gadget url="http://markmail.org/gadgets/markmailmini.xqy?l=google-web-toolkit"/>

You can customize the gadget by changing the parameters in the URL, or you can use the MarkMail Gadget Builder. For information on search syntax, refer to the MarkMail FAQ.

Ohloh

Ohloh.net provides an open source software directory and various community features for open source developers. The following are a few of the Ohloh gadgets that we liked.

Note: All the examples are for Google Web toolkit. To find gadgets for your project, search for your project on Ohloh.net, go to the project page, and click the widget link.

Stats

Gadget

Code

<wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_basic_stats.xml" height="220" border="1" />

Factoids

Gadget

Code

<wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_factoids.xml" width="340" height="170" border="0" />

Project Languages

Gadget

Code

<wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_languages.xml" width="340" height="200" border="1" />

Project Cost

Gadget

Code

<wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_cocomo.xml" height="250" border="0" />

I Use It

Gadget

Code

<wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_users.xml" height="100" border="0" />

Partner Badge

Gadget

Code

<wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_partner_badge.xml" height="55" border="0" />


Comment by luq...@googlemail.com, Oct 15, 2008

now we just need a way to layout content in the wiki so they don't look totally misplaced when we add them to our pages!

Comment by gabriel....@gmail.com, Dec 03, 2008

no youtube?

Comment by gp2you, Mar 14, 2009

Hi Guys , This is tutorial for how to configure and run and sample application using cypal studio and eclipse (and for those who donot want to compile from source from mvn repo )

http://blog.pagux.com/2009/03/14/smartgwtgwt-and-eclipse/

Regards , Code Dude

Comment by vikramgvl, Jun 27, 2009

i wanted to create a gadget that display my database record pls help me....

Comment by tmb...@gmail.com, Jun 28, 2009

How can I insert a Google Spreadsheet in my page? It seems I might be able to do it as a gadget, but there is no straightforward way of converting any of the huge strings that gadgets give me into something that the wiki:gadget tag accepts.


Sign in to add a comment