<?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>Vito Cassisi - Tech Blog &#187; Software</title>
	<atom:link href="http://www.vitocassisi.com/archives/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vitocassisi.com</link>
	<description>Delving into technology</description>
	<lastBuildDate>Wed, 04 Aug 2010 11:38:06 +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>10 browser extensions that rock</title>
		<link>http://www.vitocassisi.com/archives/1442</link>
		<comments>http://www.vitocassisi.com/archives/1442#comments</comments>
		<pubDate>Sat, 30 Jan 2010 15:50:28 +0000</pubDate>
		<dc:creator>Vito Cassisi</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.vitocassisi.com/?p=1442</guid>
		<description><![CDATA[Enhancing the Internet, one add-on at a time. The humble web browser has become an integral part of peoples lives. It gives us access to the biggest pool of information available - the Internet - whilst providing the tools to navigate its unimaginably large scope with ease. It's for this reason that extensions/add-ons, additional software [...]]]></description>
			<content:encoded><![CDATA[<p><em>Enhancing the Internet, one add-on at a time.</em></p>
<p><a href="http://www.vitocassisi.com/wp-content/uploads/2010/01/firechrome.png"><img src="http://www.vitocassisi.com/wp-content/uploads/2010/01/firechrome.png" alt="" title="firechrome" width="102" height="97" class="alignleft size-full wp-image-1443" /></a>The humble web browser has become an integral part of peoples lives. It gives us access to the biggest pool of information available - the Internet - whilst providing the tools to navigate its unimaginably large scope with ease. It's for this reason that extensions/add-ons, additional software which adds extra functionality to the browser, have become very popular in recent years. People want software customised to facilitate their needs and wants, not what a team of developers think is best.<br />
<span id="more-1442"></span><br />
I've come to rely on many add-ons of late. In the interest of sharing these, I've chosen ten of my favourites for both <a href="http://www.google.com/chrome/">Chrome</a> and <a href="http://www.mozilla.com/firefox/">Firefox</a> browsers.</p>
<p><strong>1. Lazarus Form Recovery</strong><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/6984">Firefox</a> | <a href="https://chrome.google.com/extensions/detail/loljledaigphbcpfhfmgopdkppkifgno">Chrome</a><br />
This awesome extension does exactly what it claims - form recovery. Have you ever written a lengthy piece of text within a web form, hit submit, and had the server time-out? Or perhaps the auto-logoff 'feature' caught you off guard? Sometimes you can hit 'back' on your browser and have all your text remain intact. Other times, however, you're greeted with a black canvas, ready for you to re-type your message. Fortunately, Lazarus logs <em>all</em> the forms you fill out, and keeps them in an encrypted database for future reference. If you're concerned about privacy, you can set it to disable logging of secure https pages. It's a brilliant safeguard to have.</p>
<p><strong>2. ChatZilla</strong><br />
<a href="https://addons.mozilla.org/addon/16">Firefox</a> only<br />
ChatZilla is an Internet Relay Chat (IRC) client based on the Mozilla framework. It's a neat add-on to have if you're still communicating via this 22 year old technology. I know I do, and so should you!</p>
<p><strong>3. ChromoDoro</strong><br />
<a href="https://chrome.google.com/extensions/detail/edhkjecdcakijjmlelnjjiohjmlaikhb">Chrome</a> only<br />
Chrome's answer to the Pomodoro. "What's a Pomodoro?" I hear you ask. It's an Italian kitchen timer. Now why would you want a kitchen timed in your browser? It's the perfect way to use the <a href="http://www.pomodorotechnique.com/">Pomodoro Technique</a> whilst working within your browser, of course! For people who want a structured study/work system, this is a really cool way to go about it. The extension adds a timer to the browser that when activated, initiates a countdown from 25 minutes. When the timer's up, you have the opportunity to take a five minute break (also timed). Want to know the specifics? Read about it <a href="http://www.pomodorotechnique.com/resources/cirillo/ThePomodoroTechnique_v1-3.pdf">here</a>.</p>
<p><strong>4. Net Usage Item</strong><br />
<a href="http://netusage.iau5.com/">Firefox</a> only<br />
Keep finding yourself capped due to heavy Internet usage? This add-on will provide you with a constantly updated percentage of your used quota, including a marker informing you where you should be that month. Go beyond that mark, and you're setting yourself up for being capped. It's a handy tool for managing your Internet usage in Firefox.</p>
<p><strong>5. SmoothScroll</strong><br />
<a href="https://chrome.google.com/extensions/detail/cccpiddacjljmfbbgeimpelpndgpoknn">Chrome</a> only<br />
For some unknown reason, Chrome doesn't natively support smooth scrolling. Fortunately this has been solved with the arrival of SmoothScroll, a customisable smooth scrolling extension. The default settings are a little odd, but after some tweaking, the result is silky smooth scrolling. For reference, these are the settings I'm using:</p>
<blockquote><p>Frames per second: 60<br />
Animation time in milliseconds: 200<br />
Stride size per scroll in pixel: 50<br />
Pulse Scale: 2<br />
Pulse Normalize: 1
</p></blockquote>
<p><strong>6. Firebug</strong><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firefox</a> only<br />
Unlike Chrome, Firefox doesn't support element inspection natively. Firebug allows Firefox users to inspect the elements of a given web page. This includes viewing and editing markup on a live page to quickly determine how changes will affect particular elements. It's a handy debugging tool for web developers.</p>
<p><strong>7. UndoIt!</strong> (Firefox equivalent, <strong>Undo Closed Tabs Button</strong>)<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/3082">Firefox</a> | <a href="https://chrome.google.com/extensions/detail/coeggldaeiejgpigkhpldbbdgmhhkopc">Chrome</a><br />
UndoIt! is a simple concept. A one click solution to restoring the last tab closed. Accidently close a tab you needed? Just hit undo and you're set!</p>
<p><strong>8. Flashblock</strong><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/433">Firefox</a> | <a href="https://chrome.google.com/extensions/detail/gofhjkjmkpinhpoiabjplobcaignabnl">Chrome</a><br />
Flash can be a pain sometimes. It can be used for annoying purposes (automatically loading videos), malware (via Flash exploits) and uses up valuable CPU cycles in machines such as netbooks. Flashblock solves this by replacing flash content with an icon inside a blank box. If you want to see the Flash content, you click on the box to activate it. If you trust a site, you can add it to the whitelist so that Flash can run on that particular domain at any time.</p>
<p><strong>9. Turn Off the Lights</strong><br />
<a href="https://chrome.google.com/extensions/detail/bfbmjmiodbnnpllbbbfblcplfjjepjdn">Chrome</a> only<br />
Turn Off the Lights darkens the screen exposing Flash elements. This is handy when watching videos online, similar to the YouTube feature 'lights off'.</p>
<p><strong>10. DownloadThemAll!</strong><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/201">Firefox</a> only<br />
The download manager in Firefox is dismal. It's unreliable, often slow, and is limited in the amount of features it offers. DownloadThemAll! solves this problem by integrating a full-fledged download manager right into the browser itself. Batch, segmented and closely controlled downloading is no longer an issue with this brilliant add-on installed.</p>
<p>Now that I've shared my picks, I want to hear yours! Let me know what you use in the comments section below! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitocassisi.com/archives/1442/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Awesome ways to backup your data</title>
		<link>http://www.vitocassisi.com/archives/1134</link>
		<comments>http://www.vitocassisi.com/archives/1134#comments</comments>
		<pubDate>Sun, 20 Dec 2009 15:14:31 +0000</pubDate>
		<dc:creator>Vito Cassisi</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.vitocassisi.com/?p=1134</guid>
		<description><![CDATA[Yes, I just used 'awesome' and 'backup' in the same sentence. And lived. Data backup is one of the most critical aspects to computing. There's always a risk of losing data when using our PCs, whether this is due to a hardware, software or user fault. It's for this reason that backup routines must be [...]]]></description>
			<content:encoded><![CDATA[<p><em>Yes, I just used 'awesome' and 'backup' in the same sentence. And lived.</em></p>
<p><a href="http://www.vitocassisi.com/wp-content/uploads/2009/12/Backup.png"><img src="http://www.vitocassisi.com/wp-content/uploads/2009/12/Backup.png" alt="" title="Backup" width="105" height="105" class="alignleft size-full wp-image-1187" /></a>Data backup is one of the most critical aspects to computing. There's always a risk of losing data when using our PCs, whether this is due to a hardware, software or user fault. It's for this reason that backup routines must be performed regularly to ensure irreplaceable data can be restored in the case of unfortunate events. But what's the best way to do this? I've collected five of my favourite methods to help spread the word about the importance of data redundancy.<br />
<span id="more-1134"></span></p>
<p><strong>Dropbox</strong><br />
<a href="https://www.dropbox.com/">http://www.dropbox.com/</a><br />
Dropbox is a fusion of <a href="http://en.wikipedia.org/wiki/Data_synchronization">data synchronisation</a> and backup. The great thing about this product is that you can share data between computers via dedicated online storage. All you need to do is install the client software to each of your computers, of which a custom folder is created i.e. your 'Dropbox'. Any files you place in this 'box' can be accessed via your online account, or through any PC directly via the aforementioned client software.</p>
<p><a href="http://www.vitocassisi.com/wp-content/uploads/2009/12/dropbox.png"><img src="http://www.vitocassisi.com/wp-content/uploads/2009/12/dropbox.png" alt="" title="dropbox" width="322" height="221" class="aligncenter size-full wp-image-1193" /></a><br />
This software is a blessing when working on large documents where you're constantly switching between computers. Not only can you work off a single copy in the <a href="http://en.wikipedia.org/wiki/Cloud_computing">cloud</a>, but you have essentially created an <a href="http://en.wikipedia.org/wiki/Off-site_data_protection">off-site backup</a> - which is very important in case of tragedies such as natural disasters, or large scale local mishaps.</p>
<p><strong>PaperBack</strong><br />
<a href="http://www.ollydbg.de/Paperbak/index.html">http://www.ollydbg.de/Paperbak/index.html</a><br />
PaperBack is really neat. It combines the reliability of paper with the wonders of compression and high DPI printing. PaperBack will take any file and turn it into a bunch of strategically placed dots on a piece of everyday copy paper. To read the data back, you just scan it back in! According to the developers website, up to 3MB of data can be stored on a page. This might not sound like much, but for vital files such as assignments, this is a great addition to your backup arsenal!</p>
<p><strong>Skydrive</strong><br />
<a href="http://skydrive.live.com/">http://skydrive.live.com/</a><br />
Skydrive is similar to Dropbox in that you store data in the cloud (online). The main difference is that there's no client software as it's all web based. The great thing about Skydrive is its large 25GB of free storage, compared to 2GB on Dropbox. It's another great off-site solution for your photos and vital assignments - and a lifesaver if you have a habit of leaving your flash drive at home!</p>
<p><strong>External HDD and RAID1</strong><br />
<a href="http://en.wikipedia.org/wiki/RAID">http://en.wikipedia.org/wiki/RAID</a><br />
An external Hard Disk Drive (HDD) is a simple on-site backup solution for protecting data against HDD failure. Due to the delicate nature of HDDs, it's not unheard of for internal drives to fail suddenly. Regularly copying data to an external drive is a quick and easy way to ensure you have a safeguard in place for your critical data. However, being an on-site solution means you're not protected against fires, floods, and any other nasty phenomena which may damage the device.</p>
<p>RAID1 (or Redundant Array of Independent Disks) is a storage set up where you insert a second internal HDD into your PC solely for backup purposes. A RAID1 configuration will automatically mirror any data you store on your main HDD to the second one. In the case of either HDD dying, you still have your data intact on the second HDD. Of course, if both die, you're out of luck.</p>
<p><strong>Ubuntu One</strong><br />
<a href="https://one.ubuntu.com/">https://one.ubuntu.com/</a><br />
This is one for the open source folk among us. Ubuntu One is the Linux community's alternative to Dropbox. You get 2GB of free storage space, which can be accessed online. You can also backup your contacts which is quite handy. At this point in time, the synchronisation facilities are limited to the Linux platform.</p>
<p>There's many websites which offer online storage for free, or a small fee. And there's several other ways to backup your data, such as flash drives and optical media. Choose your favourite methods and use them regularly - it'll save many headaches when bad things happen! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitocassisi.com/archives/1134/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
