<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brett Johnson &#187; webdev</title>
	<atom:link href="http://mrscripter.com/category/webdev/feed" rel="self" type="application/rss+xml" />
	<link>http://mrscripter.com</link>
	<description>Technical writing and web development</description>
	<lastBuildDate>Sun, 22 Jan 2012 21:19:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Improving navigation for IBM&#8217;s My developerWorks with Greasemonkey</title>
		<link>http://mrscripter.com/2009/10/improving-navigation-for-ibms-my-developerworks-with-greasemonkey/webdev</link>
		<comments>http://mrscripter.com/2009/10/improving-navigation-for-ibms-my-developerworks-with-greasemonkey/webdev#comments</comments>
		<pubDate>Sun, 04 Oct 2009 20:42:21 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[ATOM]]></category>
		<category><![CDATA[developerWorks]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Lotus-Connections]]></category>
		<category><![CDATA[userscripts]]></category>

		<guid isPermaLink="false">http://mrscripter.com/?p=65</guid>
		<description><![CDATA[I recently released a version of my Lotus Connections greasemonkey script for adding dynamic drop-down menus for use with IBM&#8217;s myDeveloperWorks. You can download this script from userscripts.org: IBM My developerWorks drop-down menus Improvements to myDeveloperWorks MyDeveloperWorks is awesome but &#8230; <a href="http://mrscripter.com/2009/10/improving-navigation-for-ibms-my-developerworks-with-greasemonkey/webdev">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmrscripter.com%2F2009%2F10%2Fimproving-navigation-for-ibms-my-developerworks-with-greasemonkey%2Fwebdev"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmrscripter.com%2F2009%2F10%2Fimproving-navigation-for-ibms-my-developerworks-with-greasemonkey%2Fwebdev&amp;source=mrscripter&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I recently released a version of my Lotus Connections <a href="https://addons.mozilla.org/en-US/firefox/addon/748">greasemonkey</a> script for adding dynamic drop-down menus for use with IBM&#8217;s <a href="http://www.ibm.com/developerworks/mydeveloperworks/groups">myDeveloperWorks</a>. You can download this script from userscripts.org: <a href="http://userscripts.org/scripts/show/59145">IBM My developerWorks drop-down menus</a></p>
<h2>Improvements to myDeveloperWorks</h2>
<p>MyDeveloperWorks is awesome but sometimes navigating between sections gets annoying if you are someone that constantly uses this site. Jumping between Blogs to your Groups could involve multiple page loads and clicks by default. This script can help eliminate that unnecessary browsing by adding drop-down menus to the site&#8217;s existing menu.</p>
<div id="attachment_70" class="wp-caption alignnone" style="width: 594px"><img class="size-full wp-image-70" title="myDeveloperWorks_menu" src="http://mrscripter.com/wp-content/uploads/2009/10/myDeveloperWorks_menu.jpg" alt="Default menu on myDeveloperWorks" width="584" height="76" /><p class="wp-caption-text">Default menu on myDeveloperWorks</p></div>
<p>When you install this script, it will add some standard drop-down menus and it will also load your specific items such as your groups, bookmarks, and activities.</p>
<div id="attachment_71" class="wp-caption alignnone" style="width: 601px"><img class="size-full wp-image-71" title="myDeveloperWorks_drop-down-menu" src="http://mrscripter.com/wp-content/uploads/2009/10/myDeveloperWorks_drop-down-menu.jpg" alt="Showing dynamic and customized drop-down menus that are added by this script" width="591" height="183" /><p class="wp-caption-text">Showing dynamic and customized drop-down menus that are added by this script</p></div>
<h2>Script details</h2>
<p>Interested in the code?  This Greasemonkey script uses jQuery 1.2.3 to perform most of its work. jQuery makes creating Greasemonkey scripts amazingly easy to work with the Document Object Model (DOM) as well as adding fancy effects and performing Ajax calls.</p>
<p>jQuery is mostly focused on the user of selectors to uniquely identify content in a similar manner to CSS selectors.  This selector behavior is awesome for greasemonkey scripts because you cannot always easily parse a site&#8217;s HTML with standard Javascript and the code becomes extremely complex.  jQuery allows you spend your time on improving the user experience rather than deal with the plumbing.</p>
]]></content:encoded>
			<wfw:commentRss>http://mrscripter.com/2009/10/improving-navigation-for-ibms-my-developerworks-with-greasemonkey/webdev/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

