<?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>Addictive Software &#187; Tips &amp; tricks</title>
	<atom:link href="http://blog.addictivesoftware.net/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.addictivesoftware.net</link>
	<description>ramblings of a chaotic mind</description>
	<lastBuildDate>Thu, 08 Dec 2011 16:08:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Java 6 has a buildin ecma script tool called jrunscript</title>
		<link>http://blog.addictivesoftware.net/2011/01/java-6-has-a-buildin-ecma-script-tool-called-jrunscript/</link>
		<comments>http://blog.addictivesoftware.net/2011/01/java-6-has-a-buildin-ecma-script-tool-called-jrunscript/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 11:34:28 +0000</pubDate>
		<dc:creator>gertjan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ecmascript]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[ecma]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.addictivesoftware.net/?p=146</guid>
		<description><![CDATA[Today I came across something I don&#8217;t think many people know. Java 6 has a fully functional ECMAscript command line tool, with a interactive console the cool thing is that you can use all your java libraries from it. It also has some commands to do file system manipulation like cd and cp etc. C:\&#62;jrunscript [...]]]></description>
			<content:encoded><![CDATA[<p>Today I came across something I don&#8217;t think many people know.<br />
Java 6 has a fully functional ECMAscript command line tool, with a interactive console<br />
the cool thing is that you can use all your java libraries from it.<br />
It also has some commands to do file system manipulation like cd and cp etc.</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">C:\<span style="color: #33cc33;">&gt;</span>jrunscript -q
Language ECMAScript 1.6 implemention &quot;Mozilla Rhino&quot; 1.6 release 2
&nbsp;
C:\<span style="color: #33cc33;">&gt;</span>jrunscript -e &quot;var a =1;eval<span style="color: #33cc33;">(</span>&quot;a=a+1&quot;<span style="color: #33cc33;">)</span>;println<span style="color: #33cc33;">(</span>a<span style="color: #33cc33;">)</span>;
2
&nbsp;
C:\<span style="color: #33cc33;">&gt;</span>jrunscript
js<span style="color: #33cc33;">&gt;</span> println<span style="color: #33cc33;">(</span>new java.util.Date<span style="color: #33cc33;">)</span>;
Tue Jan 11 11:55:54 CET 2011
js<span style="color: #33cc33;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.addictivesoftware.net/2011/01/java-6-has-a-buildin-ecma-script-tool-called-jrunscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read PDF&#8217;s and webpages on iBooks</title>
		<link>http://blog.addictivesoftware.net/2010/07/read-pdfs-and-webpages-on-ibooks/</link>
		<comments>http://blog.addictivesoftware.net/2010/07/read-pdfs-and-webpages-on-ibooks/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 09:04:27 +0000</pubDate>
		<dc:creator>gertjan</dc:creator>
				<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[macos]]></category>

		<guid isPermaLink="false">http://blog.addictivesoftware.net/?p=81</guid>
		<description><![CDATA[You need a Mac to do this. If it doesn&#8217;t exist create the directory ~/Library/PDF Services/ Create an alias for iTunes and move it into this directory Print the PDF of webpage you want to  read on your device, choose your iTunes alias from the dropdown at the left corner. Sync your device]]></description>
			<content:encoded><![CDATA[<p>You need a Mac to do this.</p>
<ul>
<li>If it doesn&#8217;t exist create the directory ~/Library/PDF Services/</li>
<li>Create an alias for iTunes and move it into this directory</li>
<li>Print the PDF of webpage you want to  read on your device, choose your iTunes alias from the dropdown at the left corner.</li>
<li>Sync your device</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.addictivesoftware.net/2010/07/read-pdfs-and-webpages-on-ibooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

