<?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>Malcolm Micallef&#039;s Blog &#187; Guide</title>
	<atom:link href="http://malcolmmicallef.com/category/guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://malcolmmicallef.com</link>
	<description>Technology, funny stuff and rants done by Malcolm. Warning confusion inside...</description>
	<lastBuildDate>Mon, 09 Aug 2010 17:45:11 +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>Want to learn how to develop games&#8230;</title>
		<link>http://malcolmmicallef.com/2010/06/12/want-to-learn-how-to-develop-games/</link>
		<comments>http://malcolmmicallef.com/2010/06/12/want-to-learn-how-to-develop-games/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 16:02:58 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[starting point]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=435</guid>
		<description><![CDATA[I original went into computing because I wanted to develop games. I have had this desire since I chose computer science in Form 3. I don’t even want to calculate how long ago that was. During my studies I have managed to create some games for several different reasons.  Most of the reasons were to [...]]]></description>
			<content:encoded><![CDATA[<p>I original went into computing because I wanted to develop games. I have had this desire since I chose computer science in Form 3. I don’t even want to calculate how long ago that was.</p>
<p>During my studies I have managed to create some games for several different reasons.  Most of the reasons were to learn a specific language or to learn new skills in that particular language. The first game I ever produced was a clone of master mind. I had created the game for my A-level practical project. I developed the game using the then antic Turbo Pascal; not sure how you would describe it now.</p>
<p>I had even developed a simple AI for the game so that it could have a single player mode. However, it was intended mainly for multiplayer support. Obviously I did not build any network support into the game.</p>
<p>I have built clones of many games. I decided to build clones and not original games for two reasons:</p>
<ul>
<li>No unique idea for a game (well at least anything feasible).</li>
<li>Developing clones is the best way to learn basic and advanced game development techniques.</li>
</ul>
<p>I have developed games on machines of all kind each with their unique challenges. One of my funniest projects involved developing a map for Enemy Territory. The map used the Sliema Balluta front as the war zone where the allies and axis team battled each other for gold. The map involved using a tank to blow up the doors of Ballutta church to gain access to the gold. This involved building a map which was capable of running on a Celerons which had 256mb of RAM and looking good on dual core computers with a stunning 512mb of ram.</p>
<p>I have even developed a game for my Symbian mobile. The game, named Speed Ball, was a single player version of pong. Imagine your pong paddle stuck in a 3 sided room. The object of the game was to keep the ball in this room. Every time the ball bounces off the paddle you get a point. The more points you get the faster the ball moves. Also once you get a high score the ball also stops travelling in a straight line. The game also had an online high score system.</p>
<p>Anyway now to the reason why I decided to write this article. If you want to start developing games I suggest you start making clones. Clones will allow you to learn the basic skills you will need to develop more complicated games. Each of these games come with their own set of problems.</p>
<p>One might ask what you can learn from developing a Pong clone.  From developing Pong you will learn how to make graphics move on screen and how to update the screen. You will also be required to create a very basic AI and/or how to make a game multiplayer. One can then start adding advanced features to this game; such as developing a network enabled multiplayer system, etc, etc.</p>
<p>The list below shows the games (starting from the simplest to create and finishing off with the most challenging) that any budding game developer should really consider making:</p>
<ul>
<li>Tic Tac Toe – Simplest game to create and hence why the perfect starting point. This game involves very basic graphics and user interface development. What great about this game is that the user can really experiment with developing AI. One can create a very simple AI (random play or simply an AI that always blocks a winning move) to an unbeatable AI (MinMax tree to scripted moves).</li>
<li>Who wants to be a millionaire? – User interface important in this. Also can be modified so that it works online. Developer has to decide on how to store and access the questions. A simple data file can be used but features such as downloading new questions from online and allowing users to contribute new questions into the game.</li>
<li>Pong – Simple game to create. Allows you to create your first game engine. Teaches you to take user controls into consideration and graphics. Many AI possibilities and has room to grow as I explained before.</li>
<li>Tetris</li>
<li>Pacman</li>
<li>Bomberman</li>
<li>Mario</li>
<li>Overhead shooter</li>
</ul>
<p>As for a starting language anything really will suffice. Flash would make developing the graphics easier but I would recommend either C++, Java or C#. Using these languages you can learn skills which can be applied any almost any other language. The skills you will gain from using flash will not be easily transferred to other environments but Flash is a very powerful tool to develop games in. Most games online are created using flash and flash does run on all computers and most mobile devices (apart from the flash hating Apple products).</p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/06/12/want-to-learn-how-to-develop-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Tip: Freeze your hard drive to recover your data</title>
		<link>http://malcolmmicallef.com/2010/04/29/top-tip-freeze-your-hard-drive-to-recover-your-data/</link>
		<comments>http://malcolmmicallef.com/2010/04/29/top-tip-freeze-your-hard-drive-to-recover-your-data/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 19:15:32 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[Awesome]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[freeze your hard drive]]></category>
		<category><![CDATA[hard drive failed]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[Top Tip]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=394</guid>
		<description><![CDATA[Everyone should back up their data often but barely anyone does. So when your hard drive fails (and I guarantee you it will fail in the worse time possible) here is a top tip which seems to be true. It seems that placing your hard drive in the freezer and then taking it out and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/04/hddfail.jpg" rel="lightbox-394"><img class="alignleft size-thumbnail wp-image-395" title="hddfail" src="http://malcolmmicallef.com/wp-content/uploads/2010/04/hddfail-150x150.jpg" alt="" width="150" height="150" /></a>Everyone should back up their data often but barely anyone does. So when your hard drive fails (and I guarantee you it will fail in the worse time possible) here is a top tip which seems to be true.</p>
<p style="text-align: justify;">It seems that placing your hard drive in the freezer and then taking it out and plugging it into your PC. Will give you a window where the drive will function correctly and you can take advantage of this and recover the data you require.</p>
<p style="text-align: justify;">I ended up reading a few stories about people who were putting their HD in the freezer to help fix it long enough to be able to recover their data. I guess that by doing this, some metal parts in the HD could contract, putting back in place defective parts, and making everything work again for a few minutes.</p>
<p style="text-align: justify;">Now most of you are saying poppy cock (not sure if that’s how you spell it but I will try not to swear on the site) but it seems to be true. Remove your hard drive and place it in a zip lock bag to prevent condensation getting into the drive. I would place it in two zip lock bags to protect it further. After an hour or two remove the drive from its cold cold grave and plug it into your computer. If you can access the drive, hurry up and recover the data. This is only a temporary solution.</p>
<p style="text-align: justify;">I think the longer you leave it the freezer the better because the drive would get cold. It seems that leaving it in overnight might you a working drive for a whole 20 minutes. So next time your drive fails and you need the data think of using this idea. Either way the drive is dead and there is nothing left to lose.</p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/04/29/top-tip-freeze-your-hard-drive-to-recover-your-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easier and Quicker Way to download MP3s</title>
		<link>http://malcolmmicallef.com/2010/03/27/easier-and-quicker-way-to-download-mp3s/</link>
		<comments>http://malcolmmicallef.com/2010/03/27/easier-and-quicker-way-to-download-mp3s/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 16:30:05 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ares]]></category>
		<category><![CDATA[download mp3]]></category>
		<category><![CDATA[kazaa]]></category>
		<category><![CDATA[napster]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=355</guid>
		<description><![CDATA[Everyone has their preferred method of downloading MP3s. Most of us have been downloading MP3s since the release of Napster. Since Napster we all have been looking for another program to replace it. Some people use Kazaa, others use Ares, etc. Others use Google using some basic but not well known definitions one can search [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/03/part-logo-1.jpg" rel="lightbox-355"><img class="alignleft size-thumbnail wp-image-356" title="YouTube Music Pirate" src="http://malcolmmicallef.com/wp-content/uploads/2010/03/part-logo-1-150x150.jpg" alt="" width="150" height="150" /></a>Everyone has their preferred method of downloading MP3s. Most of us have been downloading MP3s since the release of Napster. Since Napster we all have been looking for another program to replace it. Some people use Kazaa, others use Ares, etc.</p>
<p style="text-align: justify;">Others use Google using some basic but not well known definitions one can search for files. I usually use Usenet to download all my files due to its speed. However the major flaw with these systems is that there is no way to preview the song. In Ares there was once a feature that allowed you to preview the song. However you would have had to download part of the MP3 to preview it.</p>
<p style="text-align: justify;">Nowadays we use YouTube for a lot of our music needs. There are even websites which allow you to create a virtual music library online using YouTube music videos. However, with this system you need to have access to the internet to listen to your songs. In Malta we do have 3G but the data charges are so high it is not an option for most. Either way you would like to hear your music on your basic MP3 player and in your car. Using YouTube you can see the video and decide if you want to make a MP3 or not from it.</p>
<p style="text-align: justify;">In the program I created all you need to do is enter the web address of the video you are viewing on YouTube and select a file name and save location for your MP3 and allow the program to do its magic. It will automatically download and convert the video for you into a MP3. This MP3 then can be played on any MP3 player.</p>
<p style="text-align: justify;">The program I created is not unique in anyway but I believe it is the simplest to use. My inspiration was my father. He wanted some new MP3s and he gave me a list of songs to download for him. Hopefully now he will use this program instead of giving me a list. So inspiration was my laziness. The best ideas come out of one man’s laziness.</p>
<p style="text-align: justify;">I decided to place the file online here for all to use. Be warned that I developed the program over two days and it hasn’t really been tested completely debugged so if errors appear keep that in mind. I might release updates for the program so like this you have to stay coming to my site <img src='http://malcolmmicallef.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: justify;">To use this program you need to download the zip file (<a href="http://malcolmmicallef.com/wp-content/uploads/2010/03/YouTubeMusicPirate.zip" target="_self">here</a>) and just extract it somewhere on your computer. The program should be easy enough to use. Here are the steps:</p>
<ol style="text-align: justify;">
<li>Open the application. The program you need to open is “YouTube Music Pirate.exe” (the pirate skull with headphones).</li>
<li>Select a YouTube video you want to download as a MP3. The link should look something like this <a href="http://www.youtube.com/watch?v=Sqz5dbs5zmo">http://www.youtube.com/watch?v=Sqz5dbs5zmo</a></li>
<li>Copy this link into the program. The link should go in the top text box (“YouTube Video Link”).</li>
<li>Press the button “Save As”. Select a folder where you want to save your MP3 and also the name of the MP3.</li>
<li>Select the quality of the YouTube video you wish to use and the quality of the created MP3.</li>
<li>Press the button “Download and Convert” and wait for the program to inform its done.</li>
<li style="text-align: justify;">Enjoy your new MP3.</li>
</ol>
<p>If you run into any errors or problems either leave a comment on this page or contact me directly so I can fix the program.</p>
<p><strong>Download </strong><a href="http://malcolmmicallef.com/wp-content/uploads/2010/03/YouTubeMusicPirate.zip"><strong>YouTubeMusicPirate</strong></a><strong>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/03/27/easier-and-quicker-way-to-download-mp3s/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3D Televisions should you be an early adopter?</title>
		<link>http://malcolmmicallef.com/2010/03/19/3d-televisions-should-you-be-an-early-adopter/</link>
		<comments>http://malcolmmicallef.com/2010/03/19/3d-televisions-should-you-be-an-early-adopter/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 12:30:25 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Television]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[3D bluray]]></category>
		<category><![CDATA[3D computer]]></category>
		<category><![CDATA[3D games]]></category>
		<category><![CDATA[3D movies]]></category>
		<category><![CDATA[3D televisions]]></category>
		<category><![CDATA[should you buy one]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=338</guid>
		<description><![CDATA[From all the gadget expos it is obvious that TV manufacturers are going to start pushing 3D television to all our homes. Right now I am not sure if any of these 3D sets have been imported to Malta though for some reason I highly doubt it. The prices of these 3D televisions seem to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/03/500x_pan3d.jpg" rel="lightbox-338"><img class="alignleft size-thumbnail wp-image-341" title="500x_pan3d" src="http://malcolmmicallef.com/wp-content/uploads/2010/03/500x_pan3d-150x150.jpg" alt="" width="150" height="150" /></a>From all the gadget expos it is obvious that TV manufacturers are going to start pushing 3D television to all our homes. Right now I am not sure if any of these 3D sets have been imported to Malta though for some reason I highly doubt it. The prices of these 3D televisions seem to start from 2500 US dollars (about 1800 Euro).</p>
<p style="text-align: justify;">However, this will not be the last of your expenses if you want to use your newly purchased 3D television to watch something in 3D. The owe so powerful manufacturers make you buy an infrared emitter to synchronize the expensive standalone active shutter glasses. If you are buying a Sony 3D LCD set you can buy the emitter for around $55 and one set of active shutter glasses will put you back $133.</p>
<p style="text-align: justify;">That means that if you have a family of four you are going to need four sets glasses that means you have to add $532 to the price of your new television set. These glasses would require batteries which means more charging and more batteries around the house. Well at least wireless electricity because mainstream.</p>
<p style="text-align: justify;">So now do you have all the equipment? Nope. You are going to need some kind of 3D source to connect to your TV. Your TV won’t make normal television 3D for you. At least I haven’t heard of that tech and I doubt it would work well. You will need to buy a 3D capable bluray player. However there aren’t many 3D movies on bluray are rare.</p>
<p style="text-align: justify;">3D broadcasts are also starting up in Europe (SKY UK). However, it is illegal to receive Sky UK in Malta so that destroys that little glimmer of hope. Even if you do receive Sky UK you would need the HD package and maybe a special set box made by Sky. I haven’t heard of any other 3D channels starting up.</p>
<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/03/500x_nvidia3dtvplay.jpg" rel="lightbox-338"><img class="alignright size-thumbnail wp-image-342" title="500x_nvidia3dtvplay" src="http://malcolmmicallef.com/wp-content/uploads/2010/03/500x_nvidia3dtvplay-150x150.jpg" alt="" width="150" height="150" /></a>So what’s left? A computer set up with the right equipment to send a 3D signal to a LCD. This was option is my favourite out of them all (however watching football live in 3D does sound interesting). Using a computer you can download 3D movies, play games in 3D and YouTube have already started testing streaming 3D videos online. The possibilities are endless with computers. This 3D technology has been around for a while for computers but the tech never really caught on.</p>
<p style="text-align: justify;">NVidia now released some hardware that will allow your computer to be connected to any 3D set. This makes owning a 3D television set more plausible but still I wouldn’t recommend someone purchasing one of these new television sets.</p>
<p style="text-align: justify;">They are working on a television which would work with passive shutter glasses (the glasses you get at the cinema). These glasses are much cheaper to purchase and require no batteries. However, in the near future they will create a television that would require no glasses.</p>
<p style="text-align: justify;"><strong>WARNING SCIENCE!</strong></p>
<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/03/4a.png" rel="lightbox-338"><img class="alignleft size-thumbnail wp-image-339" title="how3dglasseswork1" src="http://malcolmmicallef.com/wp-content/uploads/2010/03/4a-150x150.png" alt="" width="150" height="150" /></a><a href="http://malcolmmicallef.com/wp-content/uploads/2010/03/Polarised-Glasses.jpg" rel="lightbox-338"><img class="alignright size-thumbnail wp-image-340" title="Polarised Glasses" src="http://malcolmmicallef.com/wp-content/uploads/2010/03/Polarised-Glasses-150x150.jpg" alt="" width="150" height="150" /></a>We wear glasses to watch movies/games in 3D because each lens blocks a certain image. These glasses would make each eye see a slightly different image. These different images allow our brain to see the 2D image as a 3D wonder world. Here is a picture which better explains this concept.</p>
<p style="text-align: justify;">The televisions they are working on use the a technology which we use to play with when we were young. You would have an image and by looking at it at a different angle the image would change. By making this angle smaller they are managing to allow the eyes to see different images. However at the moment the television only has a small view angle making it not ideal for living rooms. There are other advancements in 3D televisions but I won’t go into them all.</p>
<p style="text-align: justify;"><strong>SCIENCE OVER!</strong></p>
<p style="text-align: justify;">Now image combining these television sets, with head tracking like the video below and with other technology such as project Natal. Quickly some get me a patent office.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Jd3-eiid-Uw&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/Jd3-eiid-Uw&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>If you really want 3D television the tech is available but be prepared for an expensive trip and lack of content. If you do get a 3D set I suggest you get a computer attached to the TV with the approiate hardware so that you will have more content and be able to play some games in 3D.</p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/03/19/3d-televisions-should-you-be-an-early-adopter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful tool for anyone writing a document (or in my case blog posts)</title>
		<link>http://malcolmmicallef.com/2010/03/06/useful-tool-for-anyone-writing-a-document/</link>
		<comments>http://malcolmmicallef.com/2010/03/06/useful-tool-for-anyone-writing-a-document/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 17:41:41 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[analyze text]]></category>
		<category><![CDATA[book report]]></category>
		<category><![CDATA[essay]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[movie review]]></category>
		<category><![CDATA[personal narrative]]></category>
		<category><![CDATA[research paper]]></category>
		<category><![CDATA[short story]]></category>
		<category><![CDATA[speech/presentation]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=280</guid>
		<description><![CDATA[Paper rater is a free online tool which analyzes your writing and offers feedback on your grammar, spelling and more. For anyone who knows me will understand how I found and how much I start using this tool. The tool is completely fool proof. Just paste the text you want analyzed into the text field [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/03/500x_paper-rater.jpg" rel="lightbox-280"><img class="alignleft size-thumbnail wp-image-281" title="500x_paper-rater" src="http://malcolmmicallef.com/wp-content/uploads/2010/03/500x_paper-rater-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://paperrater.com/free_paper_grader" target="_blank">Paper rater</a> is a free online tool which analyzes your writing and offers feedback on your grammar, spelling and more. For anyone who knows me will understand how I found and how much I start using this tool.</div>
<div style="text-align: justify;">The tool is completely fool proof. Just paste the text you want analyzed into the text field and select what type of content it is (research paper, personal narrative, essay, book report, speech/presentation, short story, movie review, and other) and submit it for review. Within seconds, Paper rater generates a report that analyzes several aspects of your submission.</div>
<div style="text-align: justify;">The tool looks at your grammar and spelling, but it also gives feedback on your writing style and choice of words. It can also suggest replacement word and phrases by just right clicking on the highlighted words in the generated reports. Paper rater also detects plagiarism by comparing the content you submit with the published online content to see if there are any similarities. This won&#8217;t be caused if you use the proper citations in your text.</div>
<div style="text-align: justify;">Paper Rater is a solid tool for double-checking your work as you prepare your next speech or presentation. Also helps the would be blogger who&#8217;s English is quite up to scratch.</div>
<p style="text-align: justify;">Paper rater is a free online tool which analyzes your writing and offers feedback on your grammar, spelling and more. For anyone who knows me will understand how I found and how much I start using this tool.</p>
<p style="text-align: justify;">The tool is completely fool proof. Just paste the text you want analyzed into the text field and select what type of content it is (research paper, personal narrative, essay, book report, speech/presentation, short story, movie review, and other) and submit it for review. Within seconds, Paper rater generates a report that analyzes several aspects of your submission.</p>
<p style="text-align: justify;">The tool looks at your grammar and spelling, but it also gives feedback on your writing style and choice of words. It can also suggest replacement word and phrases by just right clicking on the highlighted words in the generated reports. Paper rater also detects plagiarism by comparing the content you submit with the published online content to see if there are any similarities. This won&#8217;t be caused if you use the proper citations in your text.</p>
<p style="text-align: justify;">Paper Rater is a solid tool for double-checking your work as you prepare your next speech or presentation. Also helps the would be blogger who&#8217;s English is quite up to scratch.</p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/03/06/useful-tool-for-anyone-writing-a-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting off formatting your computer?</title>
		<link>http://malcolmmicallef.com/2010/02/28/putting-off-formatting-your-computer/</link>
		<comments>http://malcolmmicallef.com/2010/02/28/putting-off-formatting-your-computer/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 11:10:27 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[ninite]]></category>
		<category><![CDATA[no more excuses]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=271</guid>
		<description><![CDATA[Let’s be honest a lot of computers need to be formatted but the people responsible for them wouldn’t feel like backing up all the critical data and also installing the software on the fresh computer would be a huge chore. In a previous blog post I mentioned that an user should keep data backed up [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/02/ninite_thumb.png" rel="lightbox-271"><img class="alignright size-thumbnail wp-image-270" title="ninite_thumb" src="http://malcolmmicallef.com/wp-content/uploads/2010/02/ninite_thumb-150x150.png" alt="" width="150" height="150" /></a>Let’s be honest a lot of computers need to be formatted but the people responsible for them wouldn’t feel like backing up all the critical data and also installing the software on the fresh computer would be a huge chore.</p>
<p style="text-align: justify;">In a <a href="http://malcolmmicallef.com/2010/02/02/leave-your-computer-on-overnight/">previous blog post</a> I mentioned that an user should keep data backed up all the time and I mentioned tools to help the user to accomplish this regular back up. So the last part that needs to be addressed is the installing of software.</p>
<p style="text-align: justify;">When formatting a computer the process is practically all automated. The user just has to start the process and then they can enjoy a nice cup of tea while the operating system formats and installs the new OS. Once complete the user needs to install the software they usually do. To accomplish this faster and easier there is a new service called <a href="http://www.ninite.com/">Ninite</a>.</p>
<p style="text-align: justify;">This service allows you to select some software you wish to install. Once selected you download a small executable which will then download all the selected software and also install them for the user. During this process the computer is completely usable but feel free to get more tea.</p>
<p style="text-align: justify;">The service contains software which I gurantee you would install on any system, such as Chrome, Firefox, Skype, Messenger, VLC, iTunes, Winamp, Adobe Reader, and many more.</p>
<p style="text-align: justify;">For all you who have been putting off formatting your computer you now have one less excuse on why not to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/02/28/putting-off-formatting-your-computer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>X’Buzz?</title>
		<link>http://malcolmmicallef.com/2010/02/22/xbuzz/</link>
		<comments>http://malcolmmicallef.com/2010/02/22/xbuzz/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:19:25 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[clarity]]></category>
		<category><![CDATA[explanation]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[information]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=242</guid>
		<description><![CDATA[Google recently announced Google Buzz. So far all the people I am following seem to be confused what Buzz is really about. I shall now attempt to clear the confusion (or increase it). Google Buzz brings social networking into Gmail and the rest of the Google applications. Whether or not you are into the whole [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/02/500x_google_buzz.jpg" rel="lightbox-242"><img class="alignleft size-thumbnail wp-image-245" title="500x_google_buzz" src="http://malcolmmicallef.com/wp-content/uploads/2010/02/500x_google_buzz-150x150.jpg" alt="" width="150" height="150" /></a>Google recently announced Google Buzz. So far all the people I am following seem to be confused what Buzz is really about. I shall now attempt to clear the confusion (or increase it).</p>
<p style="text-align: justify;">Google Buzz brings social networking into Gmail and the rest of the Google applications. Whether or not you are into the whole social networking scene (twitter or facebook), Buzz offers a different approach to this scene.</p>
<p style="text-align: justify;">Buzz’s key features are:</p>
<ul style="text-align: justify;">
<li>Automatic friend lists (friends are added automatically who you have emailed on Gmail). This caused a lot of controversy since people were finding friends in their friend list which they did not want.</li>
<li>“Rich fast sharing” combines sources like Picasa and Twitter into a single feed. It also includes a full sized photo browsing utility.</li>
<li>Public and private Buzzs.</li>
<li>Inbox integration (instead of emailing you with updates, like facebook does, Buzz features emails that update dynamically with all the Buzz threads).</li>
<li>“Recommended Buzz” puts friend of friend content into your stream, even if you’re not acquainted. The system learns what you would be interested in overtime through user feedback.</li>
</ul>
<p style="text-align: justify;">Buzz lets you share photos, video, links to web sites, and other content from all over the web with your friends and your friends of friends.</p>
<p style="text-align: justify;">The video below has been created by Google to better explain the purpose and the features of Buzz.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/yi50KlsCBio&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/yi50KlsCBio&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://googleblog.blogspot.com/2010/02/introducing-google-buzz.html" target="_blank">Official Google Blog Post regarding Buzz.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/02/22/xbuzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloading and Discovering TV shows Easier than Ever</title>
		<link>http://malcolmmicallef.com/2010/02/15/downloading-and-discovering-tv-shows-easier-than-ever/</link>
		<comments>http://malcolmmicallef.com/2010/02/15/downloading-and-discovering-tv-shows-easier-than-ever/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 18:34:41 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[discovering]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[illegal]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[Television]]></category>
		<category><![CDATA[tv series]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=203</guid>
		<description><![CDATA[Living on a small island, such as Malta, means that you are usually behind the trend in almost everything. The local television in Malta is quite appalling. Recently I saw a breakfast show called “Hadd Ghalik” and I almost had to rip my eyes out. I turn to foreign programming to entertain me during my [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/02/ted2.png" rel="lightbox-203"><img class="alignleft size-thumbnail wp-image-204" title="ted2" src="http://malcolmmicallef.com/wp-content/uploads/2010/02/ted2-150x150.png" alt="" width="150" height="150" /></a>Living on a small island, such as Malta, means that you are usually behind the trend in almost everything. The local television in Malta is quite appalling. Recently I saw a breakfast show called “Hadd Ghalik” and I almost had to rip my eyes out. I turn to foreign programming to entertain me during my morning rituals. Since Malta is so small and in Europe means that most programs shown are behind. However, recently I was surprised to see that a show I watch was being shown on a local network and it was only a couple of months old.</p>
<p style="text-align: justify;">Being able to download movies and television programs is a must for the enthusiastic DVD night people. Being the president of this club I decided to show you the easiest way to obtain these episodes. All you have to worry about is preparing snacks and the ice cold beer.</p>
<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/02/ted1.png" rel="lightbox-203"><img class="alignright size-thumbnail wp-image-205" title="ted1" src="http://malcolmmicallef.com/wp-content/uploads/2010/02/ted1-150x150.png" alt="" width="150" height="150" /></a>There is a freeware program called “<a href="http://www.ted.nu/">ted</a>” (torrent episode downloader). Ted can find episodes of any TV show you like to watch. Just add your favourite shows to ted and it will search for the newest episodes and downloads them for you. Ted uses bit torrent and RSS technology to get you the newest episodes as fast as possible.</p>
<p style="text-align: justify;">With ted you still need a bit torrent client to download the torrent files but this program will allow you to find the torrent files easily and quickly. Also it allows you to discover new shows to watch. Once you add a show to your list it will tell you when a new show comes out and gives you the torrent file for it.</p>
<p style="text-align: justify;">My favourite bit torrent programs are <a href="http://azureus.sourceforge.net/" target="_blank">Azureus</a> and <a href="http://www.utorrent.com/">uTorrent</a>.</p>
<p style="text-align: justify;">Now people can stop coming to me and asking me for my files. You know who you are <img src='http://malcolmmicallef.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p style="text-align: justify;">Malcolm X fought for human rights of Black Americans. Malcolm M (myself) is bringing entertainment to all.</p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/02/15/downloading-and-discovering-tv-shows-easier-than-ever/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 500 Internal Server Error and GoDaddy</title>
		<link>http://malcolmmicallef.com/2010/02/07/wordpress-500-internal-server-error-and-godaddy/</link>
		<comments>http://malcolmmicallef.com/2010/02/07/wordpress-500-internal-server-error-and-godaddy/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 21:09:11 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[500]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internal server error]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[swearing]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[web.config]]></category>
		<category><![CDATA[windows shared hosting]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=181</guid>
		<description><![CDATA[This weekend I didn&#8217;t have much time to write on this blog. One reason is because of parties and the other is the sheer amount of work I had to perform. Apart from electronics failing left, right and centre a site I am working on failed this week for no apparent reason. The site uses [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/02/500-Internal-server-error4.png" rel="lightbox-181"><img class="alignright size-thumbnail wp-image-182" title="500 Internal Server Error" src="http://malcolmmicallef.com/wp-content/uploads/2010/02/500-Internal-server-error4-150x150.png" alt="" width="150" height="150" /></a>This weekend I didn&#8217;t have much time to write on this blog. One reason is because of parties and the other is the sheer amount of work I had to perform. Apart from electronics failing left, right and centre a site I am working on failed this week for no apparent reason.</p>
<p style="text-align: justify;">The site uses wordpress where I was creating a theme and some custom widgets and applications. I wasn&#8217;t working on it when the Internal server error occurred. I immediately went onto Google for the solution, what any experienced trouble-shooter would do. My search immediately lead to a problem between wordpress and my webhost, GoDaddy Shared Windows hosting.</p>
<p style="text-align: justify;">I started by removing all the plug-ins as some people did to fix the problem. This had no effect on the error. I changed the theme name to try force wordpress to use the default theme and Houston we still have a problem. I even resorted to emailing customer support of GoDaddy but they were as helpful as most customer support around the world. Completely useless.</p>
<p style="text-align: justify;">After some thinking and debugging I noticed the web.config which in the subdirectory which I never created. I decided to rename it and presto the site was back up and running like nothing ever happened. Hopefully this little piece of information will find its way onto Google so that if someone has the same problem as I did would be able to notice and fix the problem quicker than I did. Since I wasted a few hours on this problem.</p>
<p style="text-align: justify;">This problem occured on a site I am developing but I was worried that my site would crash too since I was using wordpress too. So it was very important I solved the problem just in case this site decided to bite the dust too. At least now I am more confident that I can fix the site quickly. I don&#8217;t want anyone not to be able to read my crazy thoughts for a day.</p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/02/07/wordpress-500-internal-server-error-and-godaddy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Leave your computer on overnight?</title>
		<link>http://malcolmmicallef.com/2010/02/02/leave-your-computer-on-overnight/</link>
		<comments>http://malcolmmicallef.com/2010/02/02/leave-your-computer-on-overnight/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:35:54 +0000</pubDate>
		<dc:creator>Malcolm Micallef</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[auto shut down]]></category>
		<category><![CDATA[better utilize]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[Gozo]]></category>
		<category><![CDATA[Nadur]]></category>
		<category><![CDATA[overnight]]></category>
		<category><![CDATA[protein folding]]></category>
		<category><![CDATA[ripping]]></category>
		<category><![CDATA[video encoding]]></category>

		<guid isPermaLink="false">http://malcolmmicallef.com/?p=151</guid>
		<description><![CDATA[Technology, unlike its fleshy creators, does not require sleep. I often have left my PC on overnight to allow it to do some processing and other very important things (movies and TV episodes). If you are going to leave your PC on overnight below is a guide of how to utilize the computer completely. With [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://malcolmmicallef.com/wp-content/uploads/2010/02/sleeping.jpg" rel="lightbox-151"><img class="alignleft size-full wp-image-152" title="sleeping" src="http://malcolmmicallef.com/wp-content/uploads/2010/02/sleeping.jpg" alt="" width="116" height="116" /></a>Technology, unlike its fleshy creators, does not require sleep. I often have left my PC on overnight to allow it to do some processing and other very important things (movies and TV episodes). If you are going to leave your PC on overnight below is a guide of how to utilize the computer completely. With electricity prices rising faster and faster this article might save you cash and heart break in the future.</p>
<p style="text-align: justify;">This is also my first HOW-TO or GUIDE post I have ever done in my life so you going to have to bear with me.</p>
<p><span id="more-151"></span></p>
<h2 style="text-align: justify;">Backup, Update, and Clean</h2>
<p style="text-align: justify;">It’s the fun maintenance stuff that everyone loves and enjoys performing. Rather than working this into your routine you can make your computer maintain itself as an overnight task. Like this you have more fun time with your computer.</p>
<h3 style="text-align: justify;">Backup your Precious Data</h3>
<p style="text-align: justify;">Everyone knows how important it is to back up your data, but most of us don’t. I have many times lost data at the most critical time. It seems that the hard drive actually knows when you need it the most and seems to pack up at that time. I hence decided not to save any appointments or deadline on the PC and also my computer thinks it’s still 1999. Though now it might suffer from the Y2K bug.</p>
<p style="text-align: justify;">Backing up can take a long time; especially if you are doing it the proper way and backing up to the Cloud (online). There are many online backup services:</p>
<ul style="text-align: justify;">
<li>Google DOCS recently allowed users to upload files with any extension. This means that anyone with a Google account has 1GB of free storage here.</li>
<li>For people who need more storage (and don’t want to pay for it) can be a little cunning and use Gmail to back up their data. Using the power of Google I found these two links which explain how to do this [<a href="http://www.sciencetext.com/use-your-gmail-account-as-a-virtual-hard-drive.html" target="_blank">link1</a>, <a href="http://techie-buzz.com/tech-news/using-gmail-to-back-up-files-with-ease.html" target="_blank">link2</a>]</li>
<li>Finally there are legit services which allow you to back up to an online site such as <a href="http://www.mozy.com/" target="_blank">Mozy</a>. They provide you 2GB storage with their free service.</li>
</ul>
<p style="text-align: justify;"><a href="http://lifehacker.com/">Lifehacker</a>, a site I often visit, listed the five best backup tools you can use <a href="http://lifehacker.com/5405041/five-best-online-backup-tools">here</a>.</p>
<h3 style="text-align: justify;">Defrag your hard drive</h3>
<p style="text-align: justify;">This is quite self-explanatory. For a hard drive to run at its best it needs to be defrag. So either schedule it or just start it before you go to bed. It’s important so deal with it. The time between defrags depends on how much you use your computer (download, create, move and delete files). Once a week to once every two weeks should be enough.</p>
<h3 style="text-align: justify;">Update your computer</h3>
<p style="text-align: justify;">Updates are important. They not only fix bugs and security loop holes but they (mostly) increase the performance of the PC. Windows have made it quite easy for users to download and install updates automatically so again I won’t go any deeper into this subject. I don’t know how to use MACs so you guys are on your own.</p>
<h3 style="text-align: justify;">Other tasks</h3>
<p style="text-align: justify;">Antivirus, s**t cleaning, and any other general PC clean-up. The best time to run these tasks is at night. Nowadays, most antiviruses have built-in scheduling options so this should be a no brainer. For people that use CCleaner (great piece of freeware) <a href="http://www.howtogeek.com/">How-To-Geek</a> made a great tutorial on <a href="http://www.howtogeek.com/howto/windows-vista/setup-ccleaner-to-automatically-run-each-night-in-vista-or-xp/">how to set up CCLeaner to run automatically</a>.</p>
<h2 style="text-align: justify;">Downloading and Encoding</h2>
<p style="text-align: justify;">Your PC should now be running fast and also be backed up on the mythical cloud. It’s now time to have some fun with your PC. Probably the most popular reason to leave your PC running overnight is to download or convert some videos.</p>
<h3 style="text-align: justify;">Downloads</h3>
<p style="text-align: justify;">If you download using BitTorrent you should use a client such as <a href="http://utorrent.com/">uTorrent</a> which allows the user to shut down the computer once the file has downloaded. For other downloads <a href="http://www.downthemall.net/">DownThemAll</a> also supports shutting down your computer after your downloads are complete. Downloading while you are asleep is very popular because it allows you to use youtube to its top speed when you are awake and the next morning you will find more entertainment on your computer after a night of downloading. Also in Malta your download limit is not effected at this time.</p>
<h3 style="text-align: justify;">Video Encoding</h3>
<p style="text-align: justify;">After you download your favourite TV shows and movies you might want to watch them on that cheap mp4 player you purchased online which only plays WMV and your downloads are DIVX/XVID. Also you might want to rip one of your DVDs to back it up on your computer or just watch it on that Chinese mp4 player. Nowadays all the programs you require are free and a list of the best ripping tools can be found <a href="http://lifehacker.com/380702/five-best-dvd-ripping-tools">here</a>. Nowadays all the programs have an option to switch off the PC when the encoding process is complete. By performing this overnight you can better utilize your computer during the day but also have entertainment ready for your bus trip. In my case the traffic jam which is caused by the Nadur Carnival in Gozo. You need some good entertainment while the person behind you is ramming you…</p>
<h2 style="text-align: justify;">Some other ideas</h2>
<p style="text-align: justify;">When you are downloading your CPU is barely doing any work, even when performing a backup, etc. The only task which is CPU intensive is the video encoding process. While your CPU is falling asleep you can donate those extra CPU cycles to a worthy cause. There are programs which use your CPU when the screen saver is active to solve some very hard problems. These are known as distributed computing tools. The most popular of these tools is <a href="http://folding.stanford.edu/">Folding@home</a> (protein folding) but there are other worthy causes (<a href="http://boinc.berkeley.edu/">BOINC</a>, <a href="http://www.worldcommunitygrid.org/">World Community Grid</a> and <a href="http://lhcathome.cern.ch/">LHC@home</a> (large hadron collider)).</p>
<p style="text-align: justify;">You can set your computer to go at a specific time using <a href="http://www.slawdog.com/products/smartsd/index.aspx">this free program</a>. This will allow you to start watching a movie on your computer and if you fall asleep your computer will join you once the movie is over.</p>
<p style="text-align: justify;">Finally, just switch off the computer. You won’t only be saving money but also the environment. It’s very unlikely that any of the above tasks would require a whole night of processing so you should set up your computer to shut down at a certain time.</p>
]]></content:encoded>
			<wfw:commentRss>http://malcolmmicallef.com/2010/02/02/leave-your-computer-on-overnight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

