<?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>Werx Limited &#187; resources</title> <atom:link href="http://werxltd.com/wp/tag/resources/feed/" rel="self" type="application/rss+xml" /><link>http://werxltd.com/wp</link> <description>We make IT work.</description> <lastBuildDate>Mon, 07 May 2012 18:40:10 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Javascript resources</title><link>http://werxltd.com/wp/2009/07/03/javascript-resources/</link> <comments>http://werxltd.com/wp/2009/07/03/javascript-resources/#comments</comments> <pubDate>Fri, 03 Jul 2009 13:06:26 +0000</pubDate> <dc:creator>wes</dc:creator> <category><![CDATA[software development]]></category> <category><![CDATA[helpful sites]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[javascript debugging]]></category> <category><![CDATA[resources]]></category><guid
isPermaLink="false">http://werxltd.com/wp/?p=82</guid> <description><![CDATA[Being a scripted language whose behavior can vary depending on the browser environment it is run in, Javascript can be particularly difficult to work with and debug sometimes. Here are a few tools I&#8217;ve found to be helpful: Firebug for FireFox, along with other handy extensions Visual Studio 2005+, Script Debugger, and/or DebugBar for IE [...]]]></description> <content:encoded><![CDATA[<p>Being a scripted language whose behavior can vary depending on the browser environment it is run in, Javascript can be particularly difficult to work with and debug sometimes. Here are a few tools I&#8217;ve found to be helpful:</p><ul><li><a
href="http://getfirebug.com/">Firebug</a> for FireFox, along with <a
href="http://www.webdesignbooth.com/35-absolutely-useful-firefox-plugins-for-web-designers-and-developers/">other handy extensions</a></li><li><a
href="http://geekswithblogs.net/lazydeveloper/archive/2006/07/10/84552.aspx">Visual Studio 2005+</a>, <a
href="http://blog.evandavey.com/2008/02/how-to-debugging-javascript-in-ie-with-microsoft-script-debugger.html">Script Debugger</a>, and/or <a
href="http://www.debugbar.com/">DebugBar</a> for IE</li><li><a
href="http://jslint.com/">JSLint</a>, helps keep your code clean and <a
href="http://en.wikipedia.org/wiki/ECMAScript">EMCAScript</a> compliant</li><li><a
href="http://jsonformatter.curiousconcept.com/">JSON Validator</a> (and formatter), helps make your <a
href="http://json.org/">JSON</a> data more legible</li><li><a
href="http://www.aptana.com/">Aptana</a>, an IDE based on <a
href="http://www.eclipse.org/">Eclipse</a> with several built-in tools like JSLint to help you avoid simple mistakes.</li><li><a
style="text-decoration: none;" href="http://www.w3schools.com/jsref/default.asp">W3C&#8217;s Javascript Reference</a><a
style="text-decoration: none;" href="http://www.w3schools.com/jsref/default.asp"> </a></li></ul><p>These are the most helpful Javascript tools I&#8217;ve found. If you know of any more feel free to mention them in the comments below. Happy coding!</p><div
class="betterrelated none"><p>No related content found.</p></div><p><a
class="a2a_button_facebook_like addtoany_special_service" data-href="http://werxltd.com/wp/2009/07/03/javascript-resources/"></a><a
class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://werxltd.com/wp/2009/07/03/javascript-resources/" data-text="Javascript resources"></a><a
class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://werxltd.com/wp/2009/07/03/javascript-resources/"></a><a
class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F07%2F03%2Fjavascript-resources%2F&amp;linkname=Javascript%20resources" title="LinkedIn" rel="nofollow" target="_blank"><img
src="http://werxltd.com/wp/wp-content/plugins/add-to-any/icons/linkedin.png?9d7bd4" width="16" height="16" alt="LinkedIn"/></a><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F07%2F03%2Fjavascript-resources%2F&amp;title=Javascript%20resources" id="wpa2a_2">Share/Save</a></p>]]></content:encoded> <wfw:commentRss>http://werxltd.com/wp/2009/07/03/javascript-resources/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ExtJS resources</title><link>http://werxltd.com/wp/2009/07/01/extjs-resources/</link> <comments>http://werxltd.com/wp/2009/07/01/extjs-resources/#comments</comments> <pubDate>Wed, 01 Jul 2009 20:20:15 +0000</pubDate> <dc:creator>wes</dc:creator> <category><![CDATA[software development]]></category> <category><![CDATA[extjs]]></category> <category><![CDATA[help]]></category> <category><![CDATA[resources]]></category><guid
isPermaLink="false">http://werxltd.com/wp/?p=78</guid> <description><![CDATA[For what it&#8217;s worth, here are some ExtJS specific resources  I&#8217;ve found helpful: ExtJS Official Website, specifically the forum, API, and examples pages ExtJS UX repository for plugins Saki&#8217;s Extensions ExtJS GUI Builder No related content found.]]></description> <content:encoded><![CDATA[<p>For what it&#8217;s worth, here are some ExtJS specific resources  I&#8217;ve found helpful:</p><ul><li><a
href="http://extjs.com/">ExtJS Official Website</a>, specifically the <a
href="http://extjs.com/forum/">forum</a>, <a
href="http://extjs.com/deploy/dev/docs/">API</a>, and <a
href="http://extjs.com/deploy/dev/examples/samples.html">examples</a> pages</li><li><a
href="http://extjs-ux.org/docs/">ExtJS UX repository</a> for plugins</li><li><a
href="http://extjs.eu/">Saki&#8217;s Extensions</a></li><li><a
style="text-decoration: none;" href="http://tof2k.com/ext/formbuilder/">ExtJS GUI Builder</a></li></ul><div
class="betterrelated none"><p>No related content found.</p></div><p><a
class="a2a_button_facebook_like addtoany_special_service" data-href="http://werxltd.com/wp/2009/07/01/extjs-resources/"></a><a
class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://werxltd.com/wp/2009/07/01/extjs-resources/" data-text="ExtJS resources"></a><a
class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://werxltd.com/wp/2009/07/01/extjs-resources/"></a><a
class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F07%2F01%2Fextjs-resources%2F&amp;linkname=ExtJS%20resources" title="LinkedIn" rel="nofollow" target="_blank"><img
src="http://werxltd.com/wp/wp-content/plugins/add-to-any/icons/linkedin.png?9d7bd4" width="16" height="16" alt="LinkedIn"/></a><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F07%2F01%2Fextjs-resources%2F&amp;title=ExtJS%20resources" id="wpa2a_4">Share/Save</a></p>]]></content:encoded> <wfw:commentRss>http://werxltd.com/wp/2009/07/01/extjs-resources/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 4/8 queries in 0.002 seconds using apc
Object Caching 398/404 objects using apc

Served from: werxltd.com @ 2012-05-21 20:00:41 -->
