<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for aKa Web Design</title>
	<atom:link href="http://www.akawebdesign.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akawebdesign.com</link>
	<description>Longtime nerd. Rockstar developer.</description>
	<lastBuildDate>Mon, 30 Jan 2012 03:36:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Why I Hate Dreamweaver by Annoyed</title>
		<link>http://www.akawebdesign.com/2009/05/20/why-i-hate-dreamweaver/#comment-656</link>
		<dc:creator>Annoyed</dc:creator>
		<pubDate>Mon, 30 Jan 2012 03:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=98#comment-656</guid>
		<description>What annoys me is just when teenagers use the GUI to make websites and think it makes them good web developers.</description>
		<content:encoded><![CDATA[<p>What annoys me is just when teenagers use the GUI to make websites and think it makes them good web developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Permalinks on GoDaddy by Lukas</title>
		<link>http://www.akawebdesign.com/2009/08/11/wordpress-permalinks-on-godaddy/#comment-646</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Mon, 23 Jan 2012 20:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=206#comment-646</guid>
		<description>What about the &quot;Permalink structure updated. Remove write access on web.config file now!&quot; message? I&#039;ve tried modifying the permissions through filezilla but no luck</description>
		<content:encoded><![CDATA[<p>What about the &#8220;Permalink structure updated. Remove write access on web.config file now!&#8221; message? I&#8217;ve tried modifying the permissions through filezilla but no luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sencha SDK Tools &#8211; JSBuilder by Arthur Kay</title>
		<link>http://www.akawebdesign.com/2011/11/17/sencha-sdk-tools-jsbuilder/#comment-645</link>
		<dc:creator>Arthur Kay</dc:creator>
		<pubDate>Mon, 23 Jan 2012 15:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.akawebdesign.com/?p=758#comment-645</guid>
		<description>It&#039;s hard to say specifically what the problem is. My first guess is that there&#039;s something wrong with your file permissions... but that&#039;s just a shot in the dark.

I don&#039;t actually work on the Sencha SDK tools, so I would recommend you post this on the Sencha forums.</description>
		<content:encoded><![CDATA[<p>It&#8217;s hard to say specifically what the problem is. My first guess is that there&#8217;s something wrong with your file permissions&#8230; but that&#8217;s just a shot in the dark.</p>
<p>I don&#8217;t actually work on the Sencha SDK tools, so I would recommend you post this on the Sencha forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sencha SDK Tools &#8211; JSBuilder by appMan</title>
		<link>http://www.akawebdesign.com/2011/11/17/sencha-sdk-tools-jsbuilder/#comment-644</link>
		<dc:creator>appMan</dc:creator>
		<pubDate>Mon, 23 Jan 2012 13:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.akawebdesign.com/?p=758#comment-644</guid>
		<description>I created a jsb3 file by hand and was able to generate a script file. But the deployment version is not getting compressed or obfuscated, even though I specified &quot;compress&quot;: true in the JSON.

the error I get is

&lt;code&gt;
...
  * Compress and obfuscate appName.js...
rsync: -: unknown option
rsync error: syntax or usage error (code 1) at main.c(1455) [client=3.0.9]
java.io.FileNotFoundException: /Users/NAME/PATH/TO/APP/www/nameOfBuildJSFile.js-temp-882015127581.6014 (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.(FileInputStream.java:120)
        at java.io.FileInputStream.(FileInputStream.java:79)
        at com.yahoo.platform.yui.compressor.YUICompressor.main(YUICompressor.java:92)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.yahoo.platform.yui.compressor.Bootstrap.main(Bootstrap.java:20)
&lt;/code&gt;

what am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I created a jsb3 file by hand and was able to generate a script file. But the deployment version is not getting compressed or obfuscated, even though I specified &#8220;compress&#8221;: true in the JSON.</p>
<p>the error I get is</p>
<p><code><br />
...<br />
  * Compress and obfuscate appName.js...<br />
rsync: -: unknown option<br />
rsync error: syntax or usage error (code 1) at main.c(1455) [client=3.0.9]<br />
java.io.FileNotFoundException: /Users/NAME/PATH/TO/APP/www/nameOfBuildJSFile.js-temp-882015127581.6014 (No such file or directory)<br />
        at java.io.FileInputStream.open(Native Method)<br />
        at java.io.FileInputStream.(FileInputStream.java:120)<br />
        at java.io.FileInputStream.(FileInputStream.java:79)<br />
        at com.yahoo.platform.yui.compressor.YUICompressor.main(YUICompressor.java:92)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:597)<br />
        at com.yahoo.platform.yui.compressor.Bootstrap.main(Bootstrap.java:20)<br />
</code></p>
<p>what am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Hate Dreamweaver by APrather</title>
		<link>http://www.akawebdesign.com/2009/05/20/why-i-hate-dreamweaver/#comment-635</link>
		<dc:creator>APrather</dc:creator>
		<pubDate>Sun, 08 Jan 2012 09:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=98#comment-635</guid>
		<description>The only thing I like about Dreamweaver is the spilt design. 

few years ago, when I wanted to learn stuffs about HTML/CSS, i started off with notepad2 and gave up withing two weeks. 1 year later, a friend of mine shared me a copy of DW, i picked up fast, because of spilt view feature. I am able to understand what it would look like after writing HTML/CSS Codes.  And now for last two years, I have been developing Webpages for clients.</description>
		<content:encoded><![CDATA[<p>The only thing I like about Dreamweaver is the spilt design. </p>
<p>few years ago, when I wanted to learn stuffs about HTML/CSS, i started off with notepad2 and gave up withing two weeks. 1 year later, a friend of mine shared me a copy of DW, i picked up fast, because of spilt view feature. I am able to understand what it would look like after writing HTML/CSS Codes.  And now for last two years, I have been developing Webpages for clients.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2012: New Year&#8217;s Resolutions by Mitchell Simoens</title>
		<link>http://www.akawebdesign.com/2012/01/05/2012-new-years-resolutions/#comment-633</link>
		<dc:creator>Mitchell Simoens</dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.akawebdesign.com/?p=828#comment-633</guid>
		<description>You already have one example of Node.js! So much more you can do with it but it should get your feet wet.</description>
		<content:encoded><![CDATA[<p>You already have one example of Node.js! So much more you can do with it but it should get your feet wet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Theming Sencha Touch by jesus</title>
		<link>http://www.akawebdesign.com/2010/12/07/theming-sencha-touch/#comment-629</link>
		<dc:creator>jesus</dc:creator>
		<pubDate>Sun, 01 Jan 2012 01:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=563#comment-629</guid>
		<description>Thanks for your post i was trying the same thing and what you said... &quot;a bit of trial-and-error.&quot; but i found this post :)</description>
		<content:encoded><![CDATA[<p>Thanks for your post i was trying the same thing and what you said&#8230; &#8220;a bit of trial-and-error.&#8221; but i found this post <img src='http://www.akawebdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript: Binary Search vs Linear Search by Ryan</title>
		<link>http://www.akawebdesign.com/2011/12/07/javascript-binary-search-vs-linear-search/#comment-622</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 24 Dec 2011 06:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.akawebdesign.com/?p=783#comment-622</guid>
		<description>I actually had this conversation with my mentor one time- he was talking about programming &amp; search functions in large data sets. 

For larger data sets the Binary advantage in its search has to be offset against time spent auto-sorting the data as step 1.</description>
		<content:encoded><![CDATA[<p>I actually had this conversation with my mentor one time- he was talking about programming &amp; search functions in large data sets. </p>
<p>For larger data sets the Binary advantage in its search has to be offset against time spent auto-sorting the data as step 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Encapsulation by Arthur Kay</title>
		<link>http://www.akawebdesign.com/2011/11/25/javascript-encapsulation/#comment-591</link>
		<dc:creator>Arthur Kay</dc:creator>
		<pubDate>Mon, 05 Dec 2011 22:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.akawebdesign.com/?p=766#comment-591</guid>
		<description>Michael,

Object literals do NOT provide encapsulation.

&lt;pre&gt;&lt;code&gt;
var foo = {
    bar : &#039;some value&#039;
};

foo.bar = &#039;something else&#039;; //This property has no protection!
&lt;/code&gt;&lt;/pre&gt;

JavaScript should have as few global variables as possible to avoid naming collisions (and messy code), but that has little to do with this post.</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>Object literals do NOT provide encapsulation.</p>
<pre><code>
var foo = {
    bar : 'some value'
};

foo.bar = 'something else'; //This property has no protection!
</code></pre>
<p>JavaScript should have as few global variables as possible to avoid naming collisions (and messy code), but that has little to do with this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Encapsulation by Michael Martinez (@MonkMartinez)</title>
		<link>http://www.akawebdesign.com/2011/11/25/javascript-encapsulation/#comment-586</link>
		<dc:creator>Michael Martinez (@MonkMartinez)</dc:creator>
		<pubDate>Sun, 04 Dec 2011 05:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.akawebdesign.com/?p=766#comment-586</guid>
		<description>Object literals are a very easy form of encapsulation as well, no? 

JS does not have &quot;explicit&quot; access modifiers, but good practice dictates a global scope free of debris.

Good post.</description>
		<content:encoded><![CDATA[<p>Object literals are a very easy form of encapsulation as well, no? </p>
<p>JS does not have &#8220;explicit&#8221; access modifiers, but good practice dictates a global scope free of debris.</p>
<p>Good post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

