<?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>d  a  n  i  e  l  k  .  o  r  g &#187; Applications</title>
	<atom:link href="http://danielk.org/blog/tag/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielk.org/blog</link>
	<description>an eclectic collection of information</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:50:19 +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>Must have Ubuntu Packages</title>
		<link>http://danielk.org/blog/2010/01/17/must-have-ubuntu-packages/</link>
		<comments>http://danielk.org/blog/2010/01/17/must-have-ubuntu-packages/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:27:46 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Packages]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=478</guid>
		<description><![CDATA[These are packages that I use and recommend on my Linux Ubuntu box. System Tools Filelight Displays a circular graph of the space used by your files, so you know when you have big files (for example, images of your work) that if you backup them you&#8217;ll save space. sudo apt-get install filelight gdmap Displays [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2010%2F01%2F17%2Fmust-have-ubuntu-packages%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2010%2F01%2F17%2Fmust-have-ubuntu-packages%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>These are packages that I use and recommend on my Linux Ubuntu box.</p>
<p><strong>System Tools</strong></p>
<ul>
<li><a href="http://www.methylblue.com/filelight/">Filelight</a><br />
        Displays a circular graph of the space used by your files, so you know when you<br />
        have big files (for example, images of your work) that if you backup them you&#8217;ll save space.<br />
        <code>sudo apt-get install filelight</code>
        </li>
<li><a href="http://gdmap.sourceforge.net/">gdmap</a><br />
        Displays space used by files, but with squares.<br />
        <code>sudo apt-get install gdmap</code>
        </li>
<li><a href="http://gparted.sourceforge.net/">gParted</a><br />
         Interface for partitioning your hard disk drive, and make it a bit easier, without having to reinstall everything.<br />
        <code>sudo apt-get install gparted</code>
        </li>
<li><a href="http://aptoncd.sourceforge.net/screenshots.html">aptoncd</a><br />
         Just for Ubuntu and Debian. Allows to backup your packages installed in a CD so you can have them ready to<br />
         install in another computer.<br />
         <code>sudo apt-get install aptoncd</code>
         </li>
<li><a href="http://packages.ubuntu.com/jaunty/htop">htop</a><br />
        <code>sudo apt-get install htop</code>
        </li>
</ul>
<p><strong>Programming/Editor Tools</strong></p>
<ul>
<li>
       <a href="http://pdfedit.petricek.net/en/index.html">PDFedit</a><br />
        Free (and open source) editor for manipulating PDF documents. GUI version + command line interface.<br />
       <code>sudo apt-get install pdfedit</code>
        </li>
<li><a href="http://bluefish.openoffice.nl/">Bluefish</a><br />
        <code>sudo apt-get install bluefish</code>
        </li>
<li><a href="http://meld.sourceforge.net/">Meld</a><br />
        A simple but powerful small tool that can compare two files or directories and tell you the differences, or merge them.<br />
        <code>sudo apt-get install meld</code></li>
</li>
<li>vim<br />
        <code>sudo apt-get install vim</code>
        </li>
</ul>
<p><strong>Music Tools</strong></p>
<ul>
<li><a href="http://soundconverter.berlios.de/">SoundConverter</a></li>
</ul>
<p><strong>Photo Tools</strong></p>
<ul>
<li><code>sudo apt-get install xaralx</code></li>
</ul>
<p><strong>Networking Tools</strong></p>
<ul>
<li><a href="http://gftp.seul.org/">gFTP</a></li>
</ul>
<p><strong>Media Players</strong></p>
<ul>
<li><a href="http://www.boxee.tv/">Boxee</a></li>
<li><a href="http://getsongbird.com/">Songbird</a><br />
        <a href="http://www.ubuntugeek.com/install-songbird-music-player-in-ubuntu.html">How to configure songbird.</a>
        </li>
<li><a href="http://www.videolan.org/vlc/download-ubuntu.html">VLC Player</a></li>
</ul>
<p><strong>Downloading Tools</strong></p>
<ul>
<li><a href="http://jdownloader.org/download/index">JDownloader</a></li>
<li><a href="https://launchpad.net/~deluge-team/+archive/ppa">Deluge</a><a href="http://dev.deluge-torrent.org/wiki/Download">, download it here.</a><br />
        <code>sudo add-apt-repository ppa:deluge-team/ppa</code><br />
        <code>sudo apt-get install deluge</code>
        </li>
</ul>
<p><strong>GUI</strong></p>
<ul>
<li><a href="http://superuser.com/questions/96501/mac-dock-for-linux">Mac Dock For Linux?</a></li>
<li><a href="http://do.davebsd.com/">GnomeDo</a><br />
        <code>sudo apt-get install gnome-do gnome-do-plugins</code>
        </li>
<li>Compiz</li>
</ul>
<p><strong>Additional</strong></p>
<ul>
<li>p7zip<br />
        <code>sudo apt-get install p7zip</code>
        </li>
<li><a href="http://www.taskcoach.org/">TaskCoach</a></li>
<li><a href="https://launchpad.net/~keepassx/+archive/ppa">KeePassX</a><br />
        <code>sudo apt-get install keepassx</code>
        </li>
<li>ntp<br />
        <code>sudo apt-get install ntp</code>
        </li>
<li><a href="http://packages.ubuntu.com/jaunty/ubuntu-restricted-extras">ubuntu-restricted-extras</a><br />
        <code>sudo apt-get install ubuntu-restricted-extras</code></li>
</ul>
<p><strong>More Great Sites</strong></p>
<p>This is great site to get applications</p>
<ul>
<li><a href="http://appnr.com/">Appnr</a></li>
</ul>
<p>Other great lists of packages:</p>
<ul>
<li><a href="http://www.anewmorning.com/2009/02/24/15-essential-ubuntu-productivity-apps/">Essential Ubuntu Productivity Apps</a></li>
<li><a href="http://superuser.com/questions/4685?sort=votes&#038;page=1#sort-top">Must have Ubuntu Packages from SuperUser.com</a></li>
<li><a href="http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/<br />
">Top 100 of the Best (Useful) OpenSource Applications</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2010/01/17/must-have-ubuntu-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Machines</title>
		<link>http://danielk.org/blog/2009/11/05/virtual-machines/</link>
		<comments>http://danielk.org/blog/2009/11/05/virtual-machines/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 04:02:58 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=408</guid>
		<description><![CDATA[Virtual Machines software I recommend. Linux I recommendations: VMWare Xen I hear this is good as well, though I have never tried it: VirtualBox/]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F11%2F05%2Fvirtual-machines%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F11%2F05%2Fvirtual-machines%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Virtual Machines software I recommend.</p>
<p>Linux I recommendations:<br />
<a href="http://en.wikipedia.org/wiki/VMware">VMWare</a><br />
<a href="http://en.wikipedia.org/wiki/Xen">Xen</a></p>
<p>I hear this is good as well, though I have never tried it:<br />
<a href="http://www.virtualbox.org/">VirtualBox/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/11/05/virtual-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel</title>
		<link>http://danielk.org/blog/2009/09/22/excel/</link>
		<comments>http://danielk.org/blog/2009/09/22/excel/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 23:38:03 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=313</guid>
		<description><![CDATA[My list of useful things you can do in Microsoft Excel 2007: How to Create a Drop Down List Validation with Lists: VLOOKUP FUNCTION: One of the best free add-ins I have seen for excel is ASAP Utilites.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F09%2F22%2Fexcel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F09%2F22%2Fexcel%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>My list of useful things you can do in Microsoft Excel 2007:</p>
<p>How to Create a Drop Down List<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/7DkoRjd_8L4&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7DkoRjd_8L4&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Validation with Lists:<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/DrKxod9Z738&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/DrKxod9Z738&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>VLOOKUP FUNCTION:<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/2wHtcct7mCE&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2wHtcct7mCE&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>One of the best free add-ins I have seen for excel is <a target="_blank" href="http://www.asap-utilities.com/">ASAP Utilites</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/09/22/excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Plugins</title>
		<link>http://danielk.org/blog/2009/05/27/firefox-plugins/</link>
		<comments>http://danielk.org/blog/2009/05/27/firefox-plugins/#comments</comments>
		<pubDate>Wed, 27 May 2009 06:18:53 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=138</guid>
		<description><![CDATA[Below are the Firefox plugins I generally use and recommend to people: AutoCopy ColorfulTabs Download Statusbar DownThemAll! external IP Firefox Showcase Flagfox Xmarks Groowe Search Toolbar LinkedIn Companion New Tab Homepage Session Manager ShowIP Speed Dial Tab Mix Plus Video DownloadHelper WebMail Notifier]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F05%2F27%2Ffirefox-plugins%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F05%2F27%2Ffirefox-plugins%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Below are the Firefox plugins I generally use and recommend to people:</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/383" target="_blank">AutoCopy</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1368" target="_blank">ColorfulTabs</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/26" target="_blank">Download Statusbar</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/201" target="_blank">DownThemAll!</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3372" target="_blank">external IP</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1810" target="_blank">Firefox Showcase</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/5791" target="_blank">Flagfox</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2410" target="_blank">Xmarks</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/534" target="_blank">Groowe Search Toolbar</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1512" target="_blank">LinkedIn Companion</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/777" target="_blank">New Tab Homepage</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2324" target="_blank">Session Manager</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/590" target="_blank">ShowIP</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4810" target="_blank">Speed Dial</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1122" target="_blank">Tab Mix Plus</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3006" target="_blank">Video DownloadHelper</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4490" target="_blank">WebMail Notifier</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/05/27/firefox-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Website Development Tools</title>
		<link>http://danielk.org/blog/2009/05/21/website-development-tools/</link>
		<comments>http://danielk.org/blog/2009/05/21/website-development-tools/#comments</comments>
		<pubDate>Thu, 21 May 2009 01:19:36 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=106</guid>
		<description><![CDATA[Always find a good team that you can work with for coverting PSD files and indesign files to html, css and javascript, here is a good one that I know of call xhtmlized. Site Design: zurb.com, a bit more expensive but they&#8217;ve worked with tons of startups. electricpulp This is a great place to find [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F05%2F21%2Fwebsite-development-tools%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F05%2F21%2Fwebsite-development-tools%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Always find a good team that you can work with for coverting PSD files and indesign files to html, css and javascript, here is a good one that I know of call <a href="http://xhtmlized.com">xhtmlized</a>.</p>
<p>Site Design:</p>
<ul>
<li><a href="zurb.com">zurb.com</a>, a bit more expensive but they&#8217;ve worked with tons of startups.</li>
<li><a href="http://electricpulp.com/">electricpulp</a> </li>
</ul>
<p>This is a great place to find stock photos for you sites</p>
<ul>
<li><a href="http://www.istockphoto.com/">istockphoto.com</a></li>
</ul>
<p>MS Windows editors:</p>
<ul>
<li><a target="_blank" href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>, some <a href="http://www.31nst31n-in-me.com/tips-tricks/tricks-with-notepad/" target="_blank">tips can be found here</a>.</li>
</ul>
<p>Online resources:</p>
<ul>
<li><a target="_blank" href="http://gomockingbird.com/">gomockingbird, one of the best wireframe tools ever.</a></li>
<li><a target="_blank" href="http://www.lonniebest.com/FormatCSS/">CSS Cleanup Tool</a></li>
<li><a target="_blank" href="http://infohound.net/tidy/">HTML Cleanup Tool</a></li>
<li><a target="_blank" href="http://www.blueprintcss.org">Blueprint CSS Framework</a> (e.g. <a target="_blank" href="http://www.blueprintcss.org/tests/parts/forms.html">Example</a>)</li>
<p><a href="http://www.favicon.cc">Create a favicon.ico</a></p>
</ul>
<p>Firefox development plugins:</p>
<ul>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/573">Add N Edit Cookies</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/827">DNSStuff Toolbar</a></li>
<li><a target="_blank" href="http://toolbar.netcraft.com/install">Netcraft Toolbar</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/179?id=179">EditCSS</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/249">Html Validator</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/532">LinkChecker</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/2409">Server Switcher</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/2318">Total Validator</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/315">View Cookies</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/60?id=60">Web Developer</a></li>
<li><a target="_blank" href="http://developer.yahoo.com/yslow/">YSlow</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/1419">IE Tab</a></li>
<li><a target="_blank" href="http://code.google.com/speed/page-speed/">Page Speed from Google</a></li>
<li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/6647">HttpFox, to view GET and POST data from HTTP requests</a></li>
<li><a target="_blank" href="http://www.fiddler2.com/fiddler2/">Fiddler, to view GET and POST data from HTTP requests</a></li>
</ul>
<p>Google Chrome plugins:</p>
<ul>
<li><a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm">Web Developer</a></li>
</ul>
<p><a target="_blank" href="http://en.wikipedia.org/wiki/Search_engine_optimization">SEO</a> Tools:</p>
<ul>
<li><a target="_blank" href="http://websitegrader.com">Free SEO report</a></li>
<li><a target="_blank" href="http://www.socialseo.com/the-top-15-free-seo-tools.html">The Top 15 Free SEO Tools</a></li>
</ul>
<p>Certificate Verification:</p>
<ul>
<li><a target="_blank" href="http://www.digicert.com/help/index.htm">Validate Your Verification</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/05/21/website-development-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Antivirus Protection</title>
		<link>http://danielk.org/blog/2009/05/21/windows-antivirus-protection/</link>
		<comments>http://danielk.org/blog/2009/05/21/windows-antivirus-protection/#comments</comments>
		<pubDate>Thu, 21 May 2009 01:03:12 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=98</guid>
		<description><![CDATA[Avast! antivirus is free software that I recommend for home use computers. It is great and protects you for free on a windows machine, you can&#8217;t beat that! A few people asked me how to schedule a boot scan before letting window start. To schedule boot scan using Avast, follow the steps below: Right click [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F05%2F21%2Fwindows-antivirus-protection%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F05%2F21%2Fwindows-antivirus-protection%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.avast.com/eng/download-avast-home.html">Avast! antivirus</a> is free software that I recommend for home use computers. It is great and protects you for free on a windows machine, you can&#8217;t beat that!</p>
<p>A few people asked me how to schedule a boot scan before letting window start. </p>
<p>To schedule boot scan using Avast, follow the steps below:</p>
<blockquote>
<ul>
<li>Right click on the Avast system tray icon</li>
<li>Click on “Start Avast Anti Virus”</li>
<li>Avast anti virus window will pop up and run a memory scan</li>
<li>Once memory scan finish, you can right click on the Avast anti virus window and select “Schedule Boot Time Scan”</li>
<li>“Schedule Boot Time Scan” window will popup, select “Scan all local disk” and check on “Advanced Options” and you can go from there</li>
</ul>
</blockquote>
<p>&#8230;hope this helps</p>
<p>I&#8217;ll be updating this post from time to time.</p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/05/21/windows-antivirus-protection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone, iPod Touch Software, Config and Applications</title>
		<link>http://danielk.org/blog/2009/01/09/iphone-software-config-applications/</link>
		<comments>http://danielk.org/blog/2009/01/09/iphone-software-config-applications/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 02:04:16 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Apple, iPhone, iPod, iPad]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=35</guid>
		<description><![CDATA[Before doing anything I would recommend that you sync your iphone with google contacts and calender, this is how you would do this: Google Sync: Set Up Your iPhone or iPod Touch The best windows software for accessing your iphone is i-funbox, try it, it&#8217;s free! (I use it to remove videos from cycorder, just [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F01%2F09%2Fiphone-software-config-applications%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F01%2F09%2Fiphone-software-config-applications%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Before doing anything I would recommend that you sync your iphone with google contacts and calender, this is how you would do this:<br />
<a href="http://www.google.com/support/mobile/bin/answer.py?answer=138740&#038;topic=14252" target="_blank">Google Sync: Set Up Your iPhone or iPod Touch</a></p>
<p>The best windows software for accessing your iphone is <a target="_blank" href="http://i-funbox.com/">i-funbox</a>, try it, it&#8217;s free! (I use it to remove videos from cycorder, just going to the directory: root/var/Media/videos)</p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_iPod_Managers">Comparison of iPod Managers</a>&#8230;there is more then just iTunes!</p>
<p>Below is the list of iPhone applications I have tested out on an iPhone, I recommend most of the programs listed.<br />
<br />
Please note that if you want to install some of the jail broken apps below, please go check out this youtube video first: <a href="http://www.youtube.com/watch?v=qDDEN3zfQOg">http://www.youtube.com/watch?v=qDDEN3zfQOg</a>.</p>
<p><strong>Web Searching Tools</strong></p>
<ul>
<li><a href="http://www.apptism.com/apps/gsearch">gSearch &#8211; Great for google searching</a></li>
<li><a href="http://www.apptism.com/apps/google-mobile-app">Google &#8211; Great for google searching</a></li>
<li><a href="http://www.apptism.com/apps/quickpedia-wikipedia-for-the-iphone">Quickpedia &#8211; Great for wiki searching</a></li>
</ul>
<p><strong>News</strong></p>
<p><a href="http://www.apptism.com/apps/newsstand">Newsstand  &#8211; Great for RSS feeds</a><br />
<a href="http://www.apptism.com/apps/nytimes">NYTimes &#8211; New York Times</a></p>
<p><strong>Weather</strong><br />
<a href="http://www.apptism.com/apps/weatherbug">Weatherbug &#8211; Great for weather</a></p>
<p><strong>Maps</strong><br />
<a href="http://www.apptism.com/apps/google-earth">Google Earth &#8211; Great google map software</a><br />
<a href="http://www.apptism.com/apps/itrans-nyc-subway">iTrans NYC &#8211; Great if you live in NYC</a></p>
<p><strong>Find a Store, Bar&#8230;</strong><br />
<a href="http://www.apptism.com/apps/ypmobile">YPmoble &#8211; Yellow Pages</a><br />
<a href="http://www.apptism.com/apps/yelp">Yelp &#8211; Reviews of merchants close to you</a><br />
FF Finder &#8211; If you need fast food&#8230;fast<br />
<a href="http://www.apptism.com/apps/urbanspoon">Urbanspoon &#8211; Resturant reviews</a><br />
Where &#8211;  Need a starbucks? Look here<br />
<a href="http://www.apptism.com/apps/sloshspot-social-bar-and-nightlife-app">SloshSpot &#8211; Need to grab a drink? Look here</a></p>
<p><strong>TV &#038; Video</strong><br />
<a href="http://www.apptism.com/apps/what-s-on">What&#8217;s On? &#8211; A tv guide</a><br />
<a href="http://www.appsafari.com/software/3343/mxtube-native/">MxTube &#8211; Download and play youtube videos anytime(from Cydia) *</a><br />
<a href="http://www.appsafari.com/utilities/6218/cycorder/">cycorder &#8211; Record video (from Cydia) *</a></p>
<p><strong>Sleeping Tools</strong><br />
<a href="http://www.apptism.com/apps/night-stand">Night Stand &#8211; Clock plugin</a><br />
<a href="http://www.apptism.com/apps/clock-3d">Clock 3D &#8211; Clock plugin</a><br />
<a href="http://www.apptism.com/apps/ambiance">Ambiance &#8211; Helps me relax, best relaxing noise around</a><br />
White Noise &#8211; Helps me relax</p>
<p><strong>Management Tools</strong><br />
<a href="http://www.apptism.com/apps/mint-com">Mint.com &#8211; Money managment, everyone should use this</a><br />
Todo &#8211; Time managment<br />
<a href="http://www.apptism.com/apps/weightbot">Weightbot &#8211; Weight manager</a><br />
FastFoodCal &#8211; Calorie counter</p>
<p><strong>Social</strong><br />
<a href="http://www.apptism.com/apps/linkedin">LinkedIn &#8211; Networking with profesionals</a><br />
<a href="http://www.apptism.com/apps/facebook">Facebook &#8211; Networking with friends</a><br />
<a href="http://www.apptism.com/apps/tweetie">Tweetie &#8211; Networking Twitter application, this is one of my favs</a><br />
<a href="http://www.apptism.com/apps/beejiveim">BeejiveIM &#8211; Instant messaging, there may be better ones out there</a><br />
<a href="http://www.apptism.com/apps/wordpress">WordPress &#8211; Blogging with wordpress</a></p>
<p><strong>Calculators</strong><br />
Tip &#8211; Tip calculator<br />
<a href="http://www.apptism.com/apps/checkplease">CheckPlease &#8211; Tip calculator</a></p>
<p><strong>Buying Stuff</strong><br />
<a href="http://www.apptism.com/apps/ebay-mobile">eBay</a><br />
<a href="http://www.apptism.com/apps/amazon-mobile">Amazon.com</a><br />
<a href="http://www.apptism.com/apps/delivery-status-touch">Deliveries &#8211; Track a delivery</a></p>
<p><strong>Networking Tools</strong><br />
<a href="http://www.apptism.com/apps/winadmin">WinAdmin &#8211; Remote desktop</a><br />
<a href="http://www.apptism.com/apps/issh">iSSH &#8211; Secure terminal</a><br />
<a href="http://www.appsafari.com/utilities/377/ssh-terminal/">Terminal (from Cydia) *</a><br />
<a href="http://www.appleiphoneschool.com/openssh/">OpenSSH (from Cydia) *</a><br />
<a href="http://lifehacker.com/5049729/iphone-modem-tethers-jailbroken-iphones">modem (from Cydia) *</a></p>
<p><strong>Radio</strong><br />
WonderRadio &#8211; iPhone radio, this is the best one out of all of them, if you get one this one is it<br />
<a href="http://www.apptism.com/apps/tuner-internet-radio">Tuner &#8211; iPhone radio, this one is just ok</a><br />
Radio &#8211; iPhone radio<br />
AOLRadio &#8211; iPhone radio<br />
<a href="http://www.apptism.com/apps/stitcher">Stitcher &#8211; iPhone radio</a><br />
<a href="http://www.apptism.com/apps/pandora-radio">Pandora &#8211; iPhone music</a><br />
<a href="http://www.apptism.com/apps/last-fm">Last.fm &#8211; iPhone music</a><br />
<a href="http://www.apptism.com/apps/finetune">finetune &#8211; iPhone music</a></p>
<p><strong>Music Tools</strong><br />
<a href="http://www.apptism.com/apps/shazam">Shazam &#8211; iPhone music determiner</a><br />
Remote &#8211; Play your iTunes from your iPhone</p>
<p><strong>Games</strong><br />
<a href="http://www.apptism.com/apps/fieldrunners">Fieldrunners &#8211; Game</a><br />
Zombies &#8211; Game<br />
<a href="http://www.apptism.com/apps/centipede">Centipede &#8211; Game</a><br />
<a href="http://iphonefreakz.com/2008/04/02/playstation-games-on-your-iphone-with-psx4iphone/">psx4iphone &#8211; Play playstation games (from Cydia) *</a><br />
<a href="http://www.youtube.com/watch?v=LVh429Dp7r0">NES &#8211; Play any NES games(from Cydia) *</a><br />
<a href="http://www.appsafari.com/games/5418/macman/">Macman (from Cydia) *</a></p>
<p><strong>Fun, Not Really Useful</strong><br />
<a href="http://www.apptism.com/apps/ichoose">iChoose &#8211; Flip a coin</a><br />
<a href="http://www.apptism.com/apps/koi-pond">Koi Pond &#8211; Koi fish</a><br />
Spawn &#8211; Cool Screensaver like game<br />
Dice &#8211; Role dice<br />
Alpha Tips &#8211; Dating help for men</p>
<p><strong>Math</strong><br />
<a href="http://www.apptism.com/apps/pcalc">PCalc &#8211; Alternate calculator</a><br />
GraphCalc<br />
<a href="http://www.apptism.com/apps/quick-graph">Quick Graph</a><br />
MissingCalc<br />
<a href="http://www.apptism.com/apps/triangulator">Triangulator</a><br />
<a href="http://www.apptism.com/apps/math-tricks">Math Tricks</a></p>
<p><strong>Additional Tools</strong><br />
Spanish &#8211; Learn spanish<br />
<a href="http://www.apptism.com/apps/spell-check">Spell Check &#8211; Spell check anything</a><br />
<a href="http://www.apptism.com/apps/txtpedia">Txtpedia &#8211; Need to know what something means in txting speak, this is where to go</a><br />
<a href="http://www.apptism.com/apps/clinometer">Clinometer &#8211; Leveler for construction</a><br />
<a href="http://www.apptism.com/apps/flashlight-2">Flashlight &#8211; Flashlight if you need one</a><br />
<a href="http://www.apptism.com/apps/gas-cubby-o-mpg-and-maintenance">Gas Cubby &#8211; Ok tool for car, I don&#8217;t recommend it to most people</a><br />
Conversions &#8211; Good for conversions<br />
<a href="http://www.apptism.com/apps/msecure">mSecure &#8211; Password manager</a><br />
<a href="http://www.intelliborn.com/products.html">Intelliscreen &#8211; One of my favs this lets you config your locked screen with information like weather (from Cydia) *</a></p>
<p><strong>Recorders</strong><br />
<a href="http://www.apptism.com/apps/happytalk-recorder">HappyTalk &#8211; Recorder</a><br />
<a href="http://www.apptism.com/apps/voxie">Voxie &#8211; Recorder</a><br />
<a href="http://www.apptism.com/apps/speakeasy-voice-recorder">SpeakEasy &#8211; Recorder</a></p>
<p><strong>Install &#038; Backup Programs</strong><br />
<a href="http://www.scott-wallace.net/iphone/appbackup">AppBackup &#8211; Backup iPhone data (from Cydia) *</a><br />
<a href="http://cydia.thebigboss.org/moreinfo/AptBackup.php">AptBackup &#8211; Backup iPhone data (from Cydia) *</a><br />
<a href="http://www.appsafari.com/software/5325/cydia/">Cydia &#8211; Installer for hacked programs, look on youtube for how to install, VERY IMPORTANT *</a><br />
<a href="http://www.appsafari.com/maps/825/installerapp/">Installer &#8211; Installer for hacked programs, look on youtube for how to install *</a></p>
<p>* Cydia is a jail broken app installer that you get when you jail break your phone.</p>
<p>There are a ton of apps that I haven&#8217;t listed, the list keeps growing and growing!</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/01/09/iphone-software-config-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
