<?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>mFabrik - web and mobile development &#187; Uncategorized</title>
	<atom:link href="http://blog.mfabrik.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Thu, 02 Sep 2010 13:25:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Python-like urlparser module for Javascript</title>
		<link>http://blog.mfabrik.com/2008/11/29/python-like-urlparser-module-for-javascript/</link>
		<comments>http://blog.mfabrik.com/2008/11/29/python-like-urlparser-module-for-javascript/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 01:56:42 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fragment]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[urlparse]]></category>
		<category><![CDATA[urlparser]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/?p=152</guid>
		<description><![CDATA[I had to deconstruct and reconstruct URLs from pieces when doing advanced Javascripting for Plone. I found this nice library from Denis Laprise. However, it had a bug with fragment extractor and lacked reconstruction possibilies. So I decided to make a new version. Download urlparse.js version 0.2. thank you Couple of examples: var p = [...]]]></description>
			<content:encoded><![CDATA[<p>I had to deconstruct and reconstruct URLs from pieces when doing advanced Javascripting for Plone.</p>
<p>I found this <a href="https://code.poly9.com/trac/browser/urlparser/urlparser.js">nice library</a> from <span class="c">Denis Laprise. However, it had a bug with fragment extractor and lacked reconstruction possibilies. So I decided to make a new version.</span></p>
<p><a href="http://snipplr.com/view/10139/urlparse--pythonlike-url-parser-and-manipulator/">Download urlparse.js version 0.2</a>. thank you <img src='http://blog.mfabrik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Couple of examples:</p>
<pre>var p = new Poly9.URLParser('http://user:password@poly9.com/pathname?arguments=1#fragment');
p.getHost() == 'poly9.com';
p.getProtocol() == 'http';
p.getPathname() == '/pathname';
p.getQuerystring() == 'arguments=1';
p.getFragment() == 'fragment';
p.getUsername() == 'user';
p.getPassword() == 'password';

var p = new Poly9.URLParser("http://localhost:8080/path);

p.setQuerystring("foo=bar");
p.setFragment("anchor");
p.setPort(7070);

var url = p.getURL() // http://localhost:7070/path?foo=bar#anchor</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2008/11/29/python-like-urlparser-module-for-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tourist is mobile</title>
		<link>http://blog.mfabrik.com/2008/11/19/tourist-is-mobile/</link>
		<comments>http://blog.mfabrik.com/2008/11/19/tourist-is-mobile/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 11:56:34 +0000</pubDate>
		<dc:creator>kipi</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.twinapex.fi/?p=169</guid>
		<description><![CDATA[Tourists and travelers do carry nowadays mobile phones all the time with them, but are not using them only for calls and sending text messages. More and more, because of faster mobile phone networks, they are using mobile phones for chatting, checking emails and using other network based services, like searching for information. And use [...]]]></description>
			<content:encoded><![CDATA[<p>Tourists and travelers do carry nowadays mobile phones all the time with them, but are not using them only for calls and sending text messages. More and more, because of faster mobile phone networks, they are using mobile phones for chatting, checking emails and using other network based services, like searching for information. And use most likely will increase, especially here in Europe as European Union bureaucrats has taken lately active role for making <a href="http://en.wikipedia.org/wiki/Regulation_on_roaming_charges_within_the_European_Union#Regulation_on_voice_roaming_charges">use of mobile phones more cheaper</a> while traveling in Europe.</p>
<p>Country and city tourist offices, as well as other organizations publishing information for tourists and travelers, traditionally have lots of information available on the internet. Background information, history, practical information like about transportation, sights, restaurants, bars and nightlife, not forgetting maps and other content types like videos and audios. Unfortunately this information is not easily usable, if at all, by mobile phones and mobile phone browsers thus making it practically unusable for tourist after s/he has left home and started her/his travel.</p>
<p>Its actually surprise how little there&#8217;s usable tourism and travel information which can be used with mobile phones. Here in Finland Helsinki has its <a href="http://www.helsinki.mobi/">own mobi</a> site but, well, not so attractive service and could have more content. Especially if compared for the mobile service provided by eg. <a href="http://www.sas.mobi/">SAS</a>, even their focus is a bit different.</p>
<p>What&#8217;s the problem? Most likely that those tourism offices and boards are just so traditional, slowly moving elephants. This have seen already when internet, as term and a &#8220;channel&#8221;, was new and how slowly tourism and travel communications moved into the net. Now the good sides, more cost effective and up to date communication, has been seen but hopefully value of mobile phones and services for them wont take so much time as it did with web services. Because the tourists and travelers are here, now, and willing to use information if that&#8217;s just available.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2008/11/19/tourist-is-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding up Plone loading with PTS_LANGUAGES</title>
		<link>http://blog.mfabrik.com/2008/08/19/speeding-up-plone-loading-with-pts_languages/</link>
		<comments>http://blog.mfabrik.com/2008/08/19/speeding-up-plone-loading-with-pts_languages/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 21:04:25 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[placelesstranslationservice]]></category>
		<category><![CDATA[Plone (old)]]></category>
		<category><![CDATA[PTS_LANGUAGES]]></category>
		<category><![CDATA[speed up]]></category>
		<category><![CDATA[zodb]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/?p=60</guid>
		<description><![CDATA[If you are not a Finnish speaker (like 99,9% of you) you might not want to (re)load Finnish and other unwanted language catalogs during the Plone start up. This is possible for Plone 3.1, as Reinout van Rees explains (found out afterwards). For your Plone launcher, set environment variables (space separated list) PTS_LANGUAGES=en mylanguagecodehere If [...]]]></description>
			<content:encoded><![CDATA[<p>If you are not a Finnish speaker (like 99,9% of you) you might not want to (re)load Finnish and other unwanted language catalogs during the Plone start up. <a href="http://vanrees.org/weblog/load-only-the-languages-you-need-with-pts">This is possible for Plone 3.1, as Reinout van Rees explains (found out afterwards)</a>.</p>
<p>For your Plone launcher, set environment variables (space separated list)</p>
<p>PTS_LANGUAGES=en mylanguagecodehere</p>
<p>If your Data.fs is not fresh (i.e. you have an existing Plone instance) there is still one task to do. Go to Placess Translation Service in Zope. Delete all translation catalogs. If there exists a translation catalog entry in ZODB a reload event seem to be triggered even though PTS_LANGUAGES settings is effective. Restart Zope. Maybe this is a bug? Do this on a development box only &#8211; this code seems to be quite new.<br />
The magic code is in PlacelessTranslationService/load.py.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2008/08/19/speeding-up-plone-loading-with-pts_languages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook requests&#8230;</title>
		<link>http://blog.mfabrik.com/2008/08/14/facebook-requests/</link>
		<comments>http://blog.mfabrik.com/2008/08/14/facebook-requests/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 00:03:38 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[grab]]></category>
		<category><![CDATA[integer]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[requests]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screengrab]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[ int]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/?p=59</guid>
		<description><![CDATA[I love you all guys. I just learnt that Firefox web page screen capture tools (any of them) can&#8217;t take web page screenshots higher than short 16-bit interger (32768) pixels. Crash crash crash. But I hope I am alone with my problem. So, thanks for being so supportive&#8230; and it&#8217;s not fully rendered (over 250 [...]]]></description>
			<content:encoded><![CDATA[<p>I love you all guys.</p>
<p>I just learnt that Firefox web page screen capture tools (any of them) can&#8217;t take web page screenshots higher than short 16-bit interger (32768) pixels. Crash crash crash. But I hope I am alone with my problem.</p>
<p>So, thanks for being so supportive&#8230; and it&#8217;s not fully rendered (over 250 of them), since after 3200 the image was cut. Excuse me if I am not willing to support your cause.</p>
<p><a href="http://blog.redinnovation.com/wp-content/uploads/2008/08/requests.png"><img class="alignnone size-medium wp-image-58" title="requests" src="http://blog.redinnovation.com/wp-content/uploads/2008/08/requests-16x300.png" alt="Facebook requetss" width="16" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2008/08/14/facebook-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated: Eclipse web developer plug-in memo</title>
		<link>http://blog.mfabrik.com/2008/07/14/updated-eclipse-web-developer-plug-in-memo/</link>
		<comments>http://blog.mfabrik.com/2008/07/14/updated-eclipse-web-developer-plug-in-memo/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 23:13:04 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[Plone (old)]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pydev]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql explorer]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/?p=54</guid>
		<description><![CDATA[Below are my personal notes what plug-ins are needed to get &#8220;perfect&#8221; Eclipse web development set-up. Basically they are just my own notes so that I don&#8217;t need to Google everything all over again every time I reinstall. I hope the readers can find new pearls here or suggest improvements. This post is update to [...]]]></description>
			<content:encoded><![CDATA[<p>Below are my personal notes what plug-ins are needed to get &#8220;perfect&#8221; Eclipse web development set-up. Basically they are just my own notes so that I don&#8217;t need to Google everything all over again every time I reinstall. I hope the readers can find new pearls here or suggest improvements.</p>
<p>This post is update to previous <a href="http://blog.redinnovation.com/2007/11/27/eclipse-web-developer-plug-in-memo/">Eclipse web developer plug-in</a> memo post. New versions are available and some plug-ins have become deprecated. This blog post reflects those changes.</p>
<p>These instructions are good for:</p>
<ul>
<li>Python developer</li>
<li>PHP developer</li>
<li>Java developer</li>
</ul>
<h2>Choosing Eclipse distribution</h2>
<ul>
<li>On Window, use <a href="http://www.easyeclipse.org/site/home/">EasyEclipse</a></li>
<li>On Linux, use Eclipse provided by the distribution &#8211; Eclipse links against the embedded Mozilla browser and this is distribution specific &#8211; EasyEclipse has some issues here. For Ubuntu users:</li>
</ul>
<pre style="padding-left: 60px;">sudo apt-get install sun-java6 eclipse</pre>
<ul>
<li>On OSX, use <a href="http://www.easyeclipse.org/site/home/">EasyEclipse</a></li>
</ul>
<p>EasyEclipse bundles some of the stuff listed here with it &#8211; when using EasyEclipse you don&#8217;t need to have separate PyDev and Subclipse downloads.</p>
<p>Eclipse for 64-bit Linux has various problems. <a href="http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/">You might want to run 32-bit Eclipse</a> (<a href="http://rachaelandtom.info/node/1485">another relevant blog post)</a>. When you use Linux distribution specific Eclipse install, all your personal Eclipse files go to .eclipse folder under your home folder.</p>
<h2 id="Eclipsesetup">Installing plug-ins<a class="anchor" title="Link to this section" href="https://trac.yebotv.com/wiki/EclipseSetup#Eclipsesetup"> </a></h2>
<p>Eclipse has internal updater/web installer. All plug-ins are downloaded as ZIP files and extracted to Eclipse folder or installed through the internal updater. Paste Eclipse update site URLs to menu <em>Help</em> -&gt; <em>Software updates</em> -&gt;<em> Find and Install</em>,<em> New Remote Location</em>.</p>
<h3 id="Python">Python<a class="anchor" title="Link to this section" href="https://trac.yebotv.com/wiki/EclipseSetup#Python"> </a></h3>
<p>PyDev is a plug-in for Python and Jython development. It has enhanced commercial extensions for professional developers with more intelligent autocomplete and debugger.</p>
<p>Site URL: <a class="ext-link" href="http://pydev.sourceforge.net/"><span class="icon">http://pydev.sourceforge.net</span></a></p>
<p>PyDev Eclipse update URL: <a class="ext-link" href="http://pydev.sourceforge.net/updates/"><span class="icon">http://pydev.sourceforge.net/updates/</span></a></p>
<p>PyDev extensions Eclipse update URL (<a href="http://www.fabioz.com/pydev/buy.html">this commercial, but worth of every penny</a>): <a href="http://www.fabioz.com/pydev/updates">http://www.fabioz.com/pydev/updates<br />
</a></p>
<h3 id="PDT">PDT<a class="anchor" title="Link to this section" href="https://trac.yebotv.com/wiki/EclipseSetup#PDT"> </a></h3>
<p>PDT download provides Eclipse, HTML editor, PHP editor and CSS editor.</p>
<p>Site URL: <a class="ext-link" href="http://www.eclipse.org/"><span class="icon">http://www.eclipse.org</span></a></p>
<p>Eclipse update site URL: <a class="ext-link" href="http://download.eclipse.org/tools/pdt/updates/"><span class="icon">http://download.eclipse.org/tools/pdt/updates/</span></a></p>
<h3>Java</h3>
<p>If you need to do J2EE development use IBM&#8217;s <a href="http://www.eclipse.org/webtools/">Web Tools Platform</a>. If you don&#8217;t need Java capabilities don&#8217;t install these, since they just bloat Eclipse and make the start up time worse.</p>
<h3 id="Subclipse">Subclipse<a class="anchor" title="Link to this section" href="https://trac.yebotv.com/wiki/EclipseSetup#Subclipse"> </a></h3>
<p><a href="http://subclipse.tigris.org/">Subclipse</a> provides Subversion version control integration to Eclipse.</p>
<p>Eclipse update site URL: <a href="http://subclipse.tigris.org/update_1.4.x/">http://subclipse.tigris.org/update_1.4.x/</a><a class="ext-link" href="http://subclipse.tigris.org/update_1.2.x"></a></p>
<p>In the installer, uncheck the integration modules checkbox or the installer will complain about missing modules.</p>
<h3>Aptana Studio<a href="http://aptana.com/studio/"><br />
</a></h3>
<p><a href="http://aptana.com/studio/">Aptana Studio</a> is state-of-the-art Web 2.0 development suite for Eclipse. It has Javascript, CSS and HTML editors. It supports various Javascript libraries out of the box and has support <a href="http://aptana.com/docs/index.php/Installing_the_JavaScript_debugger">for Firefox and IE in-browser Javascript debugging</a>.</p>
<p>Eclipse update site URL: <a href="http://update.aptana.com/update/studio/3.2/site.xml">http://update.aptana.com/update/studio/3.2/site.xml</a></p>
<h3 id="SQLExplorer">ShellEd<a class="anchor" title="Link to this section" href="https://trac.yebotv.com/wiki/EclipseSetup#SQLExplorer"> </a></h3>
<p>Syntax coloring for Unix shell scripts</p>
<p>Project site:<a class="ext-link" href="http://sourceforge.net/projects/shelled/"><span class="icon"> http://sourceforge.net/projects/shelled</span></a></p>
<h3 id="SQLExplorer">SQL Explorer<a class="anchor" title="Link to this section" href="https://trac.yebotv.com/wiki/EclipseSetup#SQLExplorer"> </a></h3>
<p>SQL terminal and SQL editor with some GUI capabilities.</p>
<p>Eclipse update site URL <a href="http://eclipsesql.sourceforge.net/">http://eclipsesql.sourceforge.net/</a></p>
<p>SQL Explorer needs MySQL JDBC driver. Download from <a href="http://dev.mysql.com/downloads/connector/j/5.1.html">here</a>. Install MySQL connector by extracting the file and adding it from SQL Explorer preferences.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2008/07/14/updated-eclipse-web-developer-plug-in-memo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verifying Javascript files with JSLint from Eclipse IDE</title>
		<link>http://blog.mfabrik.com/2008/03/27/verifying-javascript-files-with-jslint-from-eclipse-ide/</link>
		<comments>http://blog.mfabrik.com/2008/03/27/verifying-javascript-files-with-jslint-from-eclipse-ide/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 13:10:08 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ext js]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[jseclipse]]></category>
		<category><![CDATA[jslint]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[verify]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/2008/03/27/verifying-javascript-files-with-jslint-from-eclipse-ide/</guid>
		<description><![CDATA[With Web 2.0, Javascript has gained a great foothold in the web development. Javascript, which was originally indented to be few lines of interactivity here and there, is now used for full-blown UI frameworks like Ext JS and Dojo. Because its toy background, Javascript is not the easiest language to debug. Also, the lovely phenomenon [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.redinnovation.com/wp-content/themes/redinnovation/images/naama4.jpg" align="left" height="154" hspace="10" vspace="10" width="128" />With Web 2.0, Javascript has gained a great foothold in the web development. Javascript, which was originally indented to be few lines of interactivity here and there, is now used for full-blown UI frameworks like <a href="http://www.extjs.com">Ext JS</a> and <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fdojotoolkit.org%2F&amp;ei=QYfrR52DBp_8wwHn9MEV&amp;usg=AFQjCNGA7YR8rGVmo1u_5-t7HJyhmL1beA&amp;sig2=PqVEAHMMcKrl91DUl8NGxA">Dojo</a>. Because its toy background, Javascript is not the easiest language to debug. Also, the lovely phenomenon known as browser wars has ensured that professional Javascript  development is PITA due to browser incompatibilities &#8211; It seconds the Symbian C++ embedded programming if you know what I mean.</p>
<p>Javascript is executed run-time. Thus, any errors cannot be cached until the code is run. <a href="http://www.jslint.com/">JSLint</a> is a verifier tool which checks Javascript syntax  offline. Of course, it cannot detect application logic errors, but it makes sure that you don&#8217;t have cross-browser compability problems in your Javascript syntax. Maybe the most famous of these problems is  the extra comma before the list termination which is ok for Firefox, but kills the page on Internet Explorer.</p>
<p>Some argue that <a href="http://dean.edwards.name/weblog/2006/06/jslint/">this does not really catch bugs</a> and instead a comprehensive unit-test suite should be used. This might be a requirement for a platform level Javascript library code, but it is often an overkill for your little site with some flashy dialog windows.</p>
<p><strong>Installing JSLint</strong></p>
<p>JSLint itself is written in Javascript. So you need to offline Javascript interpreter to run it. On Linux there exists Rhino. On Ubuntu, <a href="https://bugs.launchpad.net/ubuntu/+source/rhino/+bug/93885">Rhino package is broken</a>. and you need to download the orignal Rhino JAR from <a href="http://developer.mozilla.org/en/docs/Rhino_downloads_archive">here</a> and copy it to <em>/usr/share/java</em>.</p>
<pre>sudo apt-get install rhino # Note https://bugs.launchpad.net/ubuntu/+source/rhino/+bug/93885</pre>
<p>Then  get JSLint offline version from <a href="http://www.jslint.com/rhino/jslint.js">here</a>.</p>
<p><strong>Running JSLint straight from the Eclipse</strong></p>
<p>We use <a href="http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/">JSEclipse</a> plug-in in Eclipse for Javascript development. Thus, it is convenient to to execute JSLint directly from the Eclipse IDE.</p>
<p>Drag and drop jslint.js to your project/scripts folder in Eclipse.</p>
<p>Create a new External tool like in the example below.</p>
<p><a href="http://blog.redinnovation.com/wp-content/uploads/2008/03/screenshot-external-tools.png" title="screenshot-external-tools.png"><img src="http://blog.redinnovation.com/wp-content/uploads/2008/03/screenshot-external-tools.thumbnail.png" alt="screenshot-external-tools.png" /></a></p>
<p>Then you can run it by just clicking &#8220;run external tool&#8221; icon. Output comes to the console window.</p>
<p><a href="http://blog.redinnovation.com/wp-content/uploads/2008/03/screenshot-pydev-nurse-source-server-media-js-ui-mapjs-eclipse-sdk.png" title="screenshot-pydev-nurse-source-server-media-js-ui-mapjs-eclipse-sdk.png"><img src="http://blog.redinnovation.com/wp-content/uploads/2008/03/screenshot-pydev-nurse-source-server-media-js-ui-mapjs-eclipse-sdk.thumbnail.png" alt="screenshot-pydev-nurse-source-server-media-js-ui-mapjs-eclipse-sdk.png" /></a></p>
<p><strong>Checking all Javascript files during unit test  </strong></p>
<p><a href="http://blog.redinnovation.com/wp-content/uploads/2008/03/verify_javascript.bash" title="verify_javascript.bash">verify_javascript.bash</a> can be executed from shell and it checks all JS files in your project. This is a nice feature to integrate to your unit test cycle.</p>
<p>Example:</p>
<pre>
$ bash scripts/verify_javascript.bash source/server/media/jssource/server/media/js/jquery.js

Lint at line 11 character 30: Expected '{' and instead saw 'var'.

...</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2008/03/27/verifying-javascript-files-with-jslint-from-eclipse-ide/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Technocrati claiming</title>
		<link>http://blog.mfabrik.com/2007/11/11/technocrati-claiming/</link>
		<comments>http://blog.mfabrik.com/2007/11/11/technocrati-claiming/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 13:02:11 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[technocrati]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/2007/11/11/technocrati-claiming/</guid>
		<description><![CDATA[Technorati Profile I am adding this blog to Technocrati]]></description>
			<content:encoded><![CDATA[<p><a href="http://technorati.com/claim/4zc65np5zr" rel="me">Technorati Profile</a></p>
<p>I am adding this blog to Technocrati</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2007/11/11/technocrati-claiming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
