<?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>BoxySystems Inc.</title>
	<atom:link href="http://boxysystems.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://boxysystems.com</link>
	<description>Innovation through creativity...</description>
	<lastBuildDate>Sun, 10 Mar 2013 02:12:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Mac Tip: Schedule Time Machine backups for better system performance</title>
		<link>http://boxysystems.com/index.php/mac-tip-schedule-time-machine-backups-for-better-system-performance/</link>
		<comments>http://boxysystems.com/index.php/mac-tip-schedule-time-machine-backups-for-better-system-performance/#comments</comments>
		<pubDate>Tue, 20 Nov 2012 18:00:34 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=775</guid>
		<description><![CDATA[Time Machine is one of the nicest feature in Mac, which helps recovering files from backups and also a big savior during system crashes. However, this standard &#38; powerful feature doesn&#8217;t come without a price. By default, when Time Machine&#8217;s automated backup is on, it runs on the background and keeps track of changes happening&#8230; <a href="http://boxysystems.com/index.php/mac-tip-schedule-time-machine-backups-for-better-system-performance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/mac-tip-schedule-time-machine-backups-for-better-system-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Gotcha: When is a click not a &#8220;click&#8221;?</title>
		<link>http://boxysystems.com/index.php/javascript-gotcha-when-is-a-click-not-a-click/</link>
		<comments>http://boxysystems.com/index.php/javascript-gotcha-when-is-a-click-not-a-click/#comments</comments>
		<pubDate>Fri, 02 Nov 2012 16:03:26 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=751</guid>
		<description><![CDATA[A colleague of mine came up with this interesting finding he found on click events in JavaScript. Initially, I was in denial thinking what I saw is not what its supposed to be and I was trying to blame it on jQuery, browsers etc. But turns out, it is nobody&#8217;s fault and the way it&#8230; <a href="http://boxysystems.com/index.php/javascript-gotcha-when-is-a-click-not-a-click/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/javascript-gotcha-when-is-a-click-not-a-click/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Tip: Capturing screenshot of the current active display</title>
		<link>http://boxysystems.com/index.php/java-tip-capturing-screenshot-of-the-current-active-monitor/</link>
		<comments>http://boxysystems.com/index.php/java-tip-capturing-screenshot-of-the-current-active-monitor/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 22:21:02 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=699</guid>
		<description><![CDATA[As you may or may not aware that capturing screenshot from Java (stand alone, applet or webstart) was made easier with the help of java.awt.Robot. But due to the fact that multiple monitors have become a common place, its a challenge to figure out the bounds, width &#38; height of the monitor you are currently&#8230; <a href="http://boxysystems.com/index.php/java-tip-capturing-screenshot-of-the-current-active-monitor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/java-tip-capturing-screenshot-of-the-current-active-monitor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Dart yet another VM language designed for web &amp; mobile?</title>
		<link>http://boxysystems.com/index.php/is-dart-yet-another-vm-language-designed-for-web-mobile/</link>
		<comments>http://boxysystems.com/index.php/is-dart-yet-another-vm-language-designed-for-web-mobile/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 16:32:34 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=649</guid>
		<description><![CDATA[To admit the truth, I&#8217;ve been holding not to write on Dart for a while. After consuming lots of stuff online on this topic I couldn&#8217;t resist but to throw out my thoughts. So, what in the world is this new programming language called &#8220;Dart&#8221;? Why do we need another programming language with new syntax&#8230; <a href="http://boxysystems.com/index.php/is-dart-yet-another-vm-language-designed-for-web-mobile/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/is-dart-yet-another-vm-language-designed-for-web-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DZone Reader android app</title>
		<link>http://boxysystems.com/index.php/dzone-reader-android-app/</link>
		<comments>http://boxysystems.com/index.php/dzone-reader-android-app/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 14:28:26 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=629</guid>
		<description><![CDATA[I am pleased to announce the release of DZone Reader android app. It&#8217;s a productivity app helping developers to keep up with the latest news &#038; blogs from tech community. Some of the features include creating tabs for the topics of interest from Tagcloud and sharing links via Android right from the app. Here is&#8230; <a href="http://boxysystems.com/index.php/dzone-reader-android-app/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/dzone-reader-android-app/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HTML5 based Google voice search on Chrome OS</title>
		<link>http://boxysystems.com/index.php/html5-based-google-voice-search-on-chrome-os/</link>
		<comments>http://boxysystems.com/index.php/html5-based-google-voice-search-on-chrome-os/#comments</comments>
		<pubDate>Fri, 06 May 2011 21:53:54 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=604</guid>
		<description><![CDATA[Alright, here is a major news from Google on HTML5. You may have heard about HTML5 based native speech recognition being added in Chrome version 11 recently. But, its surprising to see that feature is already available on Google search. I noticed this on my Chrome OS netbook version 12.0.742.22. We know that voice search&#8230; <a href="http://boxysystems.com/index.php/html5-based-google-voice-search-on-chrome-os/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/html5-based-google-voice-search-on-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://boxysystems.com/myblog/wp-content/uploads/2011/05/video-2011-05-06-16-14-28.mp4" length="7827718" type="video/mp4" />
		</item>
		<item>
		<title>Nested GIT repo gotchas!</title>
		<link>http://boxysystems.com/index.php/nested-git-repo-gotchas/</link>
		<comments>http://boxysystems.com/index.php/nested-git-repo-gotchas/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 14:35:55 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=593</guid>
		<description><![CDATA[OK, here is a GIT quiz. If you have a GIT repo folder called Parent1Repo and inside that you have 2 folders, Child1Repo and Child2. Both Child1Repo and Child2 have some files in it. Whether accidentally or intentionally, you make Child1Repo a GIT repo on its own. If you clone Parent1Repo what will you get&#8230; <a href="http://boxysystems.com/index.php/nested-git-repo-gotchas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/nested-git-repo-gotchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloudy with a chance of information overflow&#8230;</title>
		<link>http://boxysystems.com/index.php/cloudy-with-a-chance-of-information-snowball/</link>
		<comments>http://boxysystems.com/index.php/cloudy-with-a-chance-of-information-snowball/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 19:12:34 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=512</guid>
		<description><![CDATA[Cloud computing is one of the latest buzzword you keep hearing from pretty much everywhere. I have had numerous discussions on this with my colleagues &#038; friends. I find that cloud computing is a very loose term and it can easily get mixed up with grid/clustered computing or highly-scalable multi-tiered systems. I am going to&#8230; <a href="http://boxysystems.com/index.php/cloudy-with-a-chance-of-information-snowball/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/cloudy-with-a-chance-of-information-snowball/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux/Cygwin Tip: Change directory like a command line commando :)</title>
		<link>http://boxysystems.com/index.php/unixcygwin-tip-change-directory-like-a-command-line-commando/</link>
		<comments>http://boxysystems.com/index.php/unixcygwin-tip-change-directory-like-a-command-line-commando/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 22:14:41 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=442</guid>
		<description><![CDATA[If you are a software developer or system administrator who spend lot of time in CLIs like bash shell &#038; cygwin, you might love this tip. cd command (change directory) is undoubtedly one of the frequently used command. There is a version of cd command (cd -) which helps jumping between directories, kind of like&#8230; <a href="http://boxysystems.com/index.php/unixcygwin-tip-change-directory-like-a-command-line-commando/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/unixcygwin-tip-change-directory-like-a-command-line-commando/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Some HTML5/Canvas awesomeness!</title>
		<link>http://boxysystems.com/index.php/some-html5canvas-awesomeness/</link>
		<comments>http://boxysystems.com/index.php/some-html5canvas-awesomeness/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 14:20:33 +0000</pubDate>
		<dc:creator>Siddique</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://boxysystems.com/?p=436</guid>
		<description><![CDATA[Want to see some HTML5/Canvas awesomeness? Click on the following doodles (using Chrome/Safari or any HTML5 enabled browsers) &#038; interact with them on their sites.These are the winners of recent Google I/O contest. They are very catchy and totally mesmerizing. Kudos to the winners of the contest. My favorite of all is the last one]]></description>
		<wfw:commentRss>http://boxysystems.com/index.php/some-html5canvas-awesomeness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
