<?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>Smallest Business . com</title>
	<atom:link href="http://smallestbusiness.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://smallestbusiness.com</link>
	<description>The new Personal Business revolution</description>
	<lastBuildDate>Thu, 05 Apr 2012 09:39:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Autism and me</title>
		<link>http://smallestbusiness.com/autism-and-me/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=autism-and-me</link>
		<comments>http://smallestbusiness.com/autism-and-me/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 09:39:51 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=216</guid>
		<description><![CDATA[I just took a quick test on the internet, called the AQ test. I got 26 points where 16 is average and 32 is autistic. I suspected this for a long time. Now I&#8217;m relieved. Should I search for a &#8230; <a href="http://smallestbusiness.com/autism-and-me/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just took a quick test on the internet, called the AQ test. I got 26 points where 16 is average and 32 is autistic. I suspected this for a long time. Now I&#8217;m relieved. Should I search for a cure? Or is it just the way I am? Maybe the test is too superficial and short?</p>
<p><a href="http://www.wired.com/wired/archive/9.12/aqtest.html">http://www.wired.com/wired/archive/9.12/aqtest.html</a></p>
<p><strong style="color: #000000;">The AQ Test</strong></p>
<p><span style="color: #000000; font-family: verdana, helvetica, arial, sans-serif; font-size: large;"><strong></strong>Psychologist Simon Baron-Cohen and his colleagues at Cambridge&#8217;s Autism Research Centre have created the Autism-Spectrum Quotient, or AQ, as a measure of the extent of autistic traits in adults. In the first major trial using the test, the average score in the control group was 16.4. Eighty percent of those diagnosed with autism or a related disorder scored 32 or higher. The test is not a means for making a diagnosis, however, and many who score above 32 and even meet the diagnostic criteria for mild autism or Asperger&#8217;s report no difficulty functioning in their everyday lives.<br clear="right" /></span></p>
<p><span style="color: #000000; font-family: verdana, helvetica, arial, sans-serif; font-size: xx-small;"><span style="line-height: 16px;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/autism-and-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp reserved words</title>
		<link>http://smallestbusiness.com/cakephp-reserved-words/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-reserved-words</link>
		<comments>http://smallestbusiness.com/cakephp-reserved-words/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 10:17:06 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=212</guid>
		<description><![CDATA[careful not to use &#8220;folder&#8221; or &#8220;file&#8221; as table names or models. This can cause weird error messages. cake bake will complain even if other parts of the app work great. In general, don&#8217;t use any of the class names &#8230; <a href="http://smallestbusiness.com/cakephp-reserved-words/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>careful not to use &#8220;folder&#8221; or &#8220;file&#8221; as table names or models. This can cause weird error messages. cake bake will complain even if other parts of the app work great. In general, don&#8217;t use any of the class names from this list: <a href="http://api.cakephp.org/classes">http://api.cakephp.org/classes</a></p>
<p>Instead of file and folder, use leaf and branch.</p>
<p>Just remember that the plural of leaf is leafs and not leaves&#8230; So says cakephp, and who are we to argue?</p>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/cakephp-reserved-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cake bake in version 2.1 warning about file permissions &#8211; fixed</title>
		<link>http://smallestbusiness.com/cake-bake-in-version-2-1-warning-about-file-permissions-fixed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cake-bake-in-version-2-1-warning-about-file-permissions-fixed</link>
		<comments>http://smallestbusiness.com/cake-bake-in-version-2-1-warning-about-file-permissions-fixed/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 13:41:54 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=205</guid>
		<description><![CDATA[Warning Error: SplFileInfo::openFile(&#8230;/app/tmp/cache/persistent/myapp_cake_core_file_map): failed to open stream: Permission denied in [...lib/Cake/Cache/Engine/FileEngine.php, line 297] I get this error when trying to run the cake console. I&#8217;m in the app folder and running: This is the fix:]]></description>
			<content:encoded><![CDATA[<p>Warning Error: SplFileInfo::openFile(&#8230;/app/tmp/cache/persistent/myapp_cake_core_file_map): failed to open stream: Permission denied in [...lib/Cake/Cache/Engine/FileEngine.php, line 297]</p>
<p>I get this error when trying to run the cake console. I&#8217;m in the app folder and running:</p>
<pre class="brush: bash; title: ; notranslate">

./Console/cake
</pre>
<p>This is the fix:</p>
<pre class="brush: bash; title: ; notranslate">

sudo chown -R myuser tmp/cache/persistent/
</pre>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/cake-bake-in-version-2-1-warning-about-file-permissions-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick and Dirty cakephp translation update</title>
		<link>http://smallestbusiness.com/quick-and-dirty-cakephp-translation-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quick-and-dirty-cakephp-translation-update</link>
		<comments>http://smallestbusiness.com/quick-and-dirty-cakephp-translation-update/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 07:27:49 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=201</guid>
		<description><![CDATA[select extract and accept all defaults open the previous po file for the language is poedit and select from the menu &#8211; update from pot file and use the new pot file, add translations and save po file. delete tmp &#8230; <a href="http://smallestbusiness.com/quick-and-dirty-cakephp-translation-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash; title: ; notranslate">

cd to the app folder

cake i18n
</pre>
<p>select extract and accept all defaults</p>
<div>open the previous po file for the language is poedit and select from the menu &#8211; update from pot file and use the new pot file, add translations and save po file.</div>
<div>delete tmp files to see the change.</div>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/quick-and-dirty-cakephp-translation-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ffmpeg &#8211; converting video files easily</title>
		<link>http://smallestbusiness.com/ffmpeg-converting-video-files-easily/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ffmpeg-converting-video-files-easily</link>
		<comments>http://smallestbusiness.com/ffmpeg-converting-video-files-easily/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 12:28:15 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=199</guid>
		<description><![CDATA[Although the command line tool is intimidating at first, using it is easy! ffmpeg will guess the rest and do the right thing for you, its all you need to make videoforall  web scripts work. &#160; &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>Although the command line tool is intimidating at first, using it is easy!</p>
<pre class="brush: bash; title: ; notranslate">

ffmpeg -i rawvideo.mov -b 1500k -s 640x360 1.webm

ffmpeg -i rawvideo.mov -b 1500k -s 640x360 1.swf

ffmpeg -i rawvideo.mov -b 1500k -s 640x360 1.mp4
</pre>
<p>ffmpeg will guess the rest and do the right thing for you, its all you need to make videoforall  web scripts work.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/ffmpeg-converting-video-files-easily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP debugging with vim</title>
		<link>http://smallestbusiness.com/php-debugging-with-vim/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-debugging-with-vim</link>
		<comments>http://smallestbusiness.com/php-debugging-with-vim/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 13:05:27 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=196</guid>
		<description><![CDATA[http://www.apaddedcell.com/easy-php-debugging-ubuntu-using-xdebug-and-vim tldr; 1. Add ?XDEBUG_SESSION_START=1 to the end of the url 2. in vim press F5 and quickly switch to the browser and hit F5 to refresh. 3. switch back to vim, set breakpoint and hit F5 to reach it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apaddedcell.com/easy-php-debugging-ubuntu-using-xdebug-and-vim">http://www.apaddedcell.com/easy-php-debugging-ubuntu-using-xdebug-and-vim</a></p>
<p>tldr;</p>
<p>1. Add ?XDEBUG_SESSION_START=1 to the end of the url</p>
<p>2. in vim press F5 and quickly switch to the browser and hit F5 to refresh.</p>
<p>3. switch back to vim, set breakpoint and hit F5 to reach it.</p>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/php-debugging-with-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find large files</title>
		<link>http://smallestbusiness.com/how-to-find-large-files/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-find-large-files</link>
		<comments>http://smallestbusiness.com/how-to-find-large-files/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 14:51:23 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=191</guid>
		<description><![CDATA[sudo find / -name &#8216;*&#8217; -size +1G via RecoverLostDiskSpace &#8211; Community Ubuntu Documentation. And then, read: http://httpd.apache.org/docs/2.2/programs/rotatelogs.html BETTER: http://library.linode.com/linux-tools/utilities/logrotate]]></description>
			<content:encoded><![CDATA[<p>sudo find / -name &#8216;*&#8217; -size +1G</p>
<p>via <a href="https://help.ubuntu.com/community/RecoverLostDiskSpace">RecoverLostDiskSpace &#8211; Community Ubuntu Documentation</a>.</p>
<p>And then, read: <a href="http://httpd.apache.org/docs/2.2/programs/rotatelogs.html">http://httpd.apache.org/docs/2.2/programs/rotatelogs.html</a></p>
<p>BETTER: <a href="http://library.linode.com/linux-tools/utilities/logrotate">http://library.linode.com/linux-tools/utilities/logrotate</a></p>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/how-to-find-large-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out of disk free space in remote ubuntu server</title>
		<link>http://smallestbusiness.com/out-of-disk-free-space-in-remote-ubuntu-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=out-of-disk-free-space-in-remote-ubuntu-server</link>
		<comments>http://smallestbusiness.com/out-of-disk-free-space-in-remote-ubuntu-server/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 13:38:02 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=186</guid>
		<description><![CDATA[I received a cron email from the server I have at linode, saying I ran out of disk space. I installed lsof using: Then I ran: to see the source of the problem since didn&#8217;t show the problem. After suspecting &#8230; <a href="http://smallestbusiness.com/out-of-disk-free-space-in-remote-ubuntu-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I received a cron email from the server I have at linode, saying I ran out of disk space.<br />
I installed lsof using: </p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install lsof
</pre>
<p>Then I ran:
<pre class="brush: bash; title: ; notranslate">lsof | grep '(deleted)'</pre>
<p> to see the source of the problem since</p>
<pre class="brush: bash; title: ; notranslate">
df
du -h --max-depth=1 ./
</pre>
<p>didn&#8217;t show the problem.</p>
<p>After suspecting the mysql I did a
<pre class="brush: bash; title: ; notranslate">sudo reboot</pre>
<p> and now I consider adding this as a nightly cron job.</p>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/out-of-disk-free-space-in-remote-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr: ami heines&#8217; Photostream</title>
		<link>http://smallestbusiness.com/flickr-ami-heines-photostream/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flickr-ami-heines-photostream</link>
		<comments>http://smallestbusiness.com/flickr-ami-heines-photostream/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 19:29:38 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=181</guid>
		<description><![CDATA[http://www.flickr.com/photos/74330247@N02/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/74330247@N02/">http://www.flickr.com/photos/74330247@N02/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/flickr-ami-heines-photostream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload image from android to blog</title>
		<link>http://smallestbusiness.com/upload-image-from-android-to-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=upload-image-from-android-to-blog</link>
		<comments>http://smallestbusiness.com/upload-image-from-android-to-blog/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 14:45:48 +0000</pubDate>
		<dc:creator>Ami</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smallestbusiness.com/?p=179</guid>
		<description><![CDATA[Upload image to blog.]]></description>
			<content:encoded><![CDATA[<p><img title="1326293054469.jpg" class="alignnone" alt="image" src="http://smallestbusiness.com/wp-content/uploads/2012/01/wpid-1326293054469.jpg" /></p>
<p>Upload image to blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://smallestbusiness.com/upload-image-from-android-to-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

