|
InterestingDeveloperGadgets
Interesting developer gadgets that we liked
Interesting Developer Gadgets for Google CodeThe 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:
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 CodeYou 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 (|). MarkMailMarkMail 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. OhlohOhloh.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. StatsGadget Code <wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_basic_stats.xml" height="220" border="1" /> FactoidsGadget Code <wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_factoids.xml" width="340" height="170" border="0" /> Project LanguagesGadget Code <wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_languages.xml" width="340" height="200" border="1" /> Project CostGadget Code <wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_cocomo.xml" height="250" border="0" /> I Use ItGadget Code <wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_users.xml" height="100" border="0" /> Partner BadgeGadget Code <wiki:gadget url="http://www.ohloh.net/p/gwt/widgets/project_partner_badge.xml" height="55" border="0" /> |
Sign in to add a comment
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!
no youtube?
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
i wanted to create a gadget that display my database record pls help me....
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.