<?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>SysSU.com &#187; How to</title>
	<atom:link href="http://syssu.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://syssu.com</link>
	<description>Seldon&#039;s Tech Blog</description>
	<lastBuildDate>Sun, 22 Jan 2012 04:17:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Skip YouTube Ads With This Google Chrome Extension</title>
		<link>http://syssu.com/2011/skip-youtube-ads-with-this-google-chrome-extension/</link>
		<comments>http://syssu.com/2011/skip-youtube-ads-with-this-google-chrome-extension/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 03:31:36 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=1291</guid>
		<description><![CDATA[I hate having to watch advertisements in YouTube videos before I can watch the actual clip. I hate it even more when the advertisements can be longer than the actual movie or you see the same advertisement 10 times in a row. With this cool Google Chrome extension you can skip the ads with just a click of a button. The [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I hate having to watch advertisements in YouTube videos before I can watch the actual clip. I hate it even more when the advertisements can be longer than the actual movie or you see the same advertisement 10 times in a row. With <a href="https://chrome.google.com/webstore/detail/epbmnbdplhcomkedpjfceakddnbgfjmf">this cool Google Chrome extension</a> you can skip the ads with just a click of a button. The creator also claims that it will always work, and legal. Once you have installed the extension just go to a YouTube video with advertisements and hit the &#8220;Blue Play&#8221; button at the top of the video next to the title (See Image).</p>
<p>Link | <a href="https://chrome.google.com/webstore/detail/epbmnbdplhcomkedpjfceakddnbgfjmf">Google Chrome Extension Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/skip-youtube-ads-with-this-google-chrome-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Trick Of The Week: CSS Selection Background Override</title>
		<link>http://syssu.com/2011/coding-trick-of-the-week-css-selection-background-override/</link>
		<comments>http://syssu.com/2011/coding-trick-of-the-week-css-selection-background-override/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 21:46:10 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[CTOTW]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=1156</guid>
		<description><![CDATA[As of NOW I&#8217;m going to try to do a new segment called &#8220;Coding Trick Of The Week&#8221;. I&#8217;ll show you how to do some cool tricks with coding, and it can be in any coding language. This weeks is going to be how to set a background color when you a user selects or highlights [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As of NOW I&#8217;m going to try to do a new segment called &#8220;Coding Trick Of The Week&#8221;. I&#8217;ll show you how to do some cool tricks with coding, and it can be in any coding language. This weeks is going to be how to set a background color when you a user selects or highlights text on your site. This will be accomplished using CSS3.<span id="more-1156"></span></p>
<p>Put the code below in a CSS file or inline CSS and then you will now have your text with a redish background when highlighting or selecting it. For an example just select any text from this site. It currently only works with FireFox, Chrome, and Safari. To change the background or highlight color just change the hex color code <span style="color: #3366ff;">#ffb7b7</span> to whatever you want. You can even use common color wording such as <span style="color: #3366ff;"><em>RED</em></span>.</p>
<h2>The Code</h2>
<pre class="brush: css; gutter: false">::selection { background: #ffb7b7; /* Safari */ } 
::-moz-selection { background: #ffb7b7; /* Firefox */ }</pre>
<div id="attachment_1177" class="wp-caption aligncenter" style="width: 469px">
	<a href="http://syssu.com/wp-content/uploads/2011/09/code-trick-of-week-selection-background-css.jpg"><img class="size-full wp-image-1177" title="Part of this article highlighted with CSS code above being used." src="http://syssu.com/wp-content/uploads/2011/09/code-trick-of-week-selection-background-css.jpg" alt="Image Part of this article highlighted with CSS code above being used." width="469" height="104" /></a>
	<p class="wp-caption-text">Image showing part of this article highlighted with CSS code above being used.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/coding-trick-of-the-week-css-selection-background-override/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codecademy.com To Learn Basic Coding</title>
		<link>http://syssu.com/2011/codecademy-com-to-learn-basic-coding/</link>
		<comments>http://syssu.com/2011/codecademy-com-to-learn-basic-coding/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 00:05:07 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[Code And Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Web Sites]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=953</guid>
		<description><![CDATA[If you have never tried to code because you are unsure where to start or just afraid of what it would be like or any other reason like that then you should take the time to check out this really cool website called Codecademy.com where you learn to do basic coding such as; variables, strings, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you have never tried to code because you are unsure where to start or just afraid of what it would be like or any other reason like that then you should take the time to check out this really cool website called <a href="http://www.codecademy.com/">Codecademy.com</a> where you learn to do basic coding such as; variables, strings, arrays, while loops, and if statements.  With this simple to use and understand but still very educational interface you will soon be on your way to becoming a well tuned coder.</p>
<p>I think one of the coolest things about the site is the fact that it is social. What this means is you can easily keep track and share your progress with anyone. I even think with this feature we might see beginner programing classes using this as a entry level tool to begin and learn how to code.</p>
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/codecademy-com-to-learn-basic-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get All Google &#8220;Delegation&#8221; Calendars To Sync Correctly With iCal</title>
		<link>http://syssu.com/2011/get-all-google-delegation-calendars-to-sync-correctly-with-ical/</link>
		<comments>http://syssu.com/2011/get-all-google-delegation-calendars-to-sync-correctly-with-ical/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 21:59:03 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=758</guid>
		<description><![CDATA[If you are having any trouble getting your Google Calendar Delegation Calendars to automaticaly sync with your Mac&#8217;s iCal then this step will help you solve this problem. Although it is a long procedure it works with no additional software. Step 1 Open iCal, go to Preference, then to Account, finally to Delegation. Unmark all [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you are having any trouble getting your Google Calendar Delegation Calendars to automaticaly sync with your Mac&#8217;s iCal then this step will help you solve this problem. Although it is a long procedure it works with no additional software.<span id="more-758"></span></p>
<h2>Step 1</h2>
<p>Open iCal, go to Preference, then to Account, finally to Delegation. Unmark all of your delegates.</p>
<h2>Step 2</h2>
<p>Open the app TexEdit and <strong>copy and paste</strong> this account url on your TextEdit worksheet: <strong>https://www.google.<wbr>com/calendar/dav/USERNAME@<wbr>gmail.com/user</wbr></wbr></strong></p>
<h2>Step 3</h2>
<p>Now log into your google calendar. Once you are logged in, go to <strong>&#8220;My Calendar</strong>&#8221; on the left hand side and click on <strong>&#8220;settings&#8221;</strong></p>
<h2>Step 4</h2>
<p>You then will see all the calendars on displayed. Choose one of the delegates which will take you to Calendar <strong>Details</strong> tab.</p>
<h2>Step 5</h2>
<p>Scroll down to <strong>Calendar Address</strong> and fine the &#8220;<strong>Calendar ID</strong>&#8221; on the right hand side. <strong>Copy the Calendar ID</strong>.</p>
<h2>Step 6</h2>
<p>Go back to TextEdit and <strong>replace </strong>part of the account URL, so it goes from https://www.google.com/<wbr>calendar/dav/<strong>USERNAME@gmail.<wbr>com/</wbr></strong>user  to<br />
https://www.google.com/<wbr>calendar/dav/<strong>Calendar ID</strong>/user (mind you that Calendar ID has a &#8220;group.calendar.google.com&#8221; suffix, so an example of the final account url may look like  <strong>https://www.google.com/<wbr>calendar/dav/</wbr></strong><strong>lbuhjrlgkfoi1oqs56710vkn8zh@group.calendar.<wbr>google.com/user<br />
</wbr></strong></wbr></wbr></p>
<h2>Step 7</h2>
<p><strong>Copy</strong> the altered account URL</p>
<h2>Step 8</h2>
<p>Go back to <strong>iCal</strong>, <strong>Preference</strong>, then<strong> Account</strong>.</p>
<h2>Step 9</h2>
<p>Add a new account, if you are using <strong>10.6</strong>, under <strong>Account Type</strong>, select <strong>Caldav</strong>, and <strong>Paste</strong> the altered account URL in the <strong>Server Address</strong> box. If you are using <strong>10.5</strong>, once you click Add an account, expand the<strong>Server Options</strong>, and <strong>Paste</strong> in the altered account URL in the <strong>Account URL</strong> box.</p>
<h2>Step 10</h2>
<p>Finally enter your <strong>google username</strong> and <strong>password</strong>. <strong>Click Add</strong>.</p>
<h2>Step 11</h2>
<p>You&#8217;re done for one of your delegate accounts. Repeat the process till all of your accounts are added in this way. You will see all your calendars showing up under the Account panel in your iCal preference. Then you&#8217;re done.</p>
<p>Source |<a href="http://www.google.com/support/forum/p/Calendar/thread?tid=4e5c309678c75983&amp;hl=en"> http://www.google.com/support/forum/p/Calendar/thread?tid=4e5c309678c75983&amp;hl=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/get-all-google-delegation-calendars-to-sync-correctly-with-ical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seedbox &#8211; The Future Of Anonymous Fast Torrent Downloading</title>
		<link>http://syssu.com/2011/seedbox-the-future-of-anonymous-fast-torrent-downloading/</link>
		<comments>http://syssu.com/2011/seedbox-the-future-of-anonymous-fast-torrent-downloading/#comments</comments>
		<pubDate>Sat, 07 May 2011 02:34:00 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[BitTorrent Sources]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=661</guid>
		<description><![CDATA[A year ago I told everyone to use Proxy servers to avoid harassment from your ISP when downloading torrents, but now there are better alternatives. One alternative is to use a VPS host, known as a SeedBox, where you can download your torrents to at fast speeds. The key is they put the VPS servers in a country [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A year ago I told everyone to <a href="http://syssu.com/2010/03/bittorrent-proxy-avoid-harassment-from-your-isp/">use Proxy servers to avoid harassment from your ISP when downloading torrents</a>, but now there are better alternatives. One alternative is to use a VPS host, known as a SeedBox, where you can download your torrents to at fast speeds. The key is they put the VPS servers in a country with no copyright laws making it NEARLY impossible for anyone to legally track the downloading to you. There are many benefits to make the switch to include;<span id="more-661"></span></p>
<ol>
<li><span style="color: #000000;">Harder to track you because you don&#8217;t download any torrent traffic to your computer through the torrent network. Instead you download it through HTTPS or FTPS.</span></li>
<li><span style="color: #000000;">Faster speeds, most SeedBoxes limit around 10 or less users per server and each server has around a 100MB connection both up and down. </span></li>
<li><span style="color: #000000;">You are now able to share correctly. With this you can leave your uploading going and not fear a slow connection, eating up your bandwidth cap, or even getting caught redistributing the content. </span></li>
<li><span style="color: #000000;">Some Seedboxes offer additional services, like mine offers an HTTP proxy and was very friendly in getting me setup with some good private communities. </span></li>
</ol>
<p>Seeboxes are not a alternative to proxies they are a better solution to avoiding the harassment, and doing anonymous torrenting. If you are interested go ahead and check out the provider I am using now (<a href="http://www.savvyseed.net">SavvySeedBox</a>) they are wonderful. If you know of some other good providers please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/seedbox-the-future-of-anonymous-fast-torrent-downloading/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Maximize Space On Your SSD In Windows 7</title>
		<link>http://syssu.com/2011/how-to-maximize-space-on-your-ssd-in-windows-7/</link>
		<comments>http://syssu.com/2011/how-to-maximize-space-on-your-ssd-in-windows-7/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 04:21:42 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=590</guid>
		<description><![CDATA[Solid state drives (SSD) really do make a difference in speed on your computer but the average price for an SSD is $2per GB, and the size of SSD&#8217;s are very small. So with this guide I&#8217;ll show you how to safely free up some space on your SSD or any other drive that is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Solid state drives (SSD) really do make a difference in speed on your computer but the average price for an SSD is $2per GB, and the size of SSD&#8217;s are very small. So with this guide I&#8217;ll show you how to safely free up some space on your SSD or any other drive that is low on space.</p>
<p><img class="aligncenter size-full wp-image-629" title="ssd" src="http://syssu.com/wp-content/uploads/2011/03/ssd.png" alt="" width="492" height="235" /><br />
<span style="font-size: x-small;">Upper photo by: <a href="http://www.flickr.com/photos/hongiiv/">http://www.flickr.com/photos/hongiiv/</a></span><span id="more-590"></span></p>
<h2><strong>Step 1: Disk Cleanup</strong></h2>
<p>This step only matters if you have been using your SSD for awhile. If this is a fresh install this step will most likely not help you.</p>
<ol>
<li>Go to <strong>Start&gt;All Programs&gt;Accessories&gt;System Tools&gt;Disk Cleanup</strong></li>
<li>A window called Disk Cleanup for (C:) will appear like shown in figured 1.1.</li>
<li>Check all the boxes under Files to delete: and press OK, you have now done a disk cleanup.</li>
</ol>
<div id="attachment_610" class="wp-caption alignnone" style="width: 233px">
	<a href="http://syssu.com/wp-content/uploads/2011/03/windows7-disk-cleanup.png"><img class="size-full wp-image-610 " title="windows7-disk-cleanup" src="http://syssu.com/wp-content/uploads/2011/03/windows7-disk-cleanup.png" alt="Figure 1.1" width="233" height="286" /></a>
	<p class="wp-caption-text">Figure 1.1</p>
</div>
<h2><strong>Step 2: Uninstall unused programs</strong></h2>
<p>Another one that may not effect your SSD space if its a fresh install of Windows but go ahead and give it a try.</p>
<p>To do this just go to <strong>Start&gt;Control Panel&gt;Uninstall a program, </strong>you should see a window like in figure 2.1. Now you can uninstall any programs you don&#8217;t use or need.</p>
<div id="attachment_612" class="wp-caption alignnone" style="width: 300px">
	<a href="http://syssu.com/wp-content/uploads/2011/03/windows7-programs-and-features.png"><img class="size-medium wp-image-612" title="windows7-programs-and-features" src="http://syssu.com/wp-content/uploads/2011/03/windows7-programs-and-features-300x180.png" alt="" width="300" height="180" /></a>
	<p class="wp-caption-text">Figure 2.1 - Windows Programs and Features</p>
</div>
<h2><strong>Step 3: Turn off unused Windows features</strong></h2>
<p>Don&#8217;t play Windows default games? Lets get those space hogging things off your SSD.</p>
<p>This is located the same place you as step 2 but its on the left hand side where it says <strong>&#8220;Turn Windows features on or off&#8221;. </strong>Look at figure 3.1 to see where the button is.</p>
<div id="attachment_613" class="wp-caption alignnone" style="width: 300px">
	<a href="http://syssu.com/wp-content/uploads/2011/03/windows7-turn-windows-features-on-or-off-button.png"><img class="size-medium wp-image-613" title="windows7-turn-windows-features-on-or-off-button" src="http://syssu.com/wp-content/uploads/2011/03/windows7-turn-windows-features-on-or-off-button-300x180.png" alt="" width="300" height="180" /></a>
	<p class="wp-caption-text">Figure 3.1 - Windows Features on or off button</p>
</div>
<h2><strong>Step 4: Turn off Hibernation</strong></h2>
<p>This is a really neat trick and works like a charm to free up to 8GB of space.</p>
<ol>
<li>Go to start and Type cmd in the search and press enter.</li>
<li>A command prompt will open, in the command prompt type <strong>powercfg -h off </strong>to turn off hibernation</li>
<li> Restart Windows and check your drive, it should now have up to 8GB of disk space freed up.</li>
</ol>
<p><em>Note: You may have to run command prompt as administrator.</em></p>
<h2><strong>Step 5: Install programs on 2nd hard drive</strong></h2>
<p>This helps out a lot. Move your programs over to a second hard drive will free up more space than you think.</p>
<p>This is something you have to do BEFORE you install your software. If you already installed something you will have to uninstall and reinstall it to the 2nd hard drive to properly get it to work.</p>
<h2><strong>Step 6: Move your page file</strong></h2>
<p>If your setup is like mine, and you have an extra drive in your system for your programs and user data then you should move your page file over to that drive too. This can free a lot of space, it freed 12GB on my system.</p>
<p>Although this is an easy task to do, it is also an easy task to mess up your computer. For this step I recommend you only do this if you are good with computers. <a href="http://www.youtube.com/watch?v=zAhn-WaW66M">T</a>he video below is a great video on how to do it just make sure and set the page file to your 2nd hard drive.</p>
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/zAhn-WaW66M"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/zAhn-WaW66M" type="application/x-shockwave-flash" allowscriptaccess="always"   width="425" height="344" allowfullscreen="true"></embed></object>
<h2><strong>Step 7: Move user profiles to that 2nd hard drive</strong></h2>
<p>Just like your programs, you can move your user profiles over to that second hard drive too.</p>
<p>To accomplish this just download<a title="Profile Relocator" href="http://software.bootblock.co.uk/?id=profilerelocator"> Profile Relocator</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/how-to-maximize-space-on-your-ssd-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AirPrint To Your PC</title>
		<link>http://syssu.com/2011/airprint-to-your-pc/</link>
		<comments>http://syssu.com/2011/airprint-to-your-pc/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 01:47:53 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=605</guid>
		<description><![CDATA[If you didn&#8217;t already know the new iPhone OS starting at iOS 4.2.1 has a cool little feature called AirPrint. With AirPrint you can print from your iOS device to a wifi AirPrint supported printer, but what about the ones that are not? This cool applications for Windows makes it possible to route all your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;"><a href="http://syssu.com/wp-content/uploads/2011/03/airprint-ipad.png"><img class="size-full wp-image-606 aligncenter" title="airprint-ipad" src="http://syssu.com/wp-content/uploads/2011/03/airprint-ipad.png" alt="" width="417" height="225" /></a></p>
<p>If you didn&#8217;t already know the new iPhone OS starting at iOS 4.2.1 has a cool little feature called <a href="http://www.apple.com/ipad/features/airprint.html">AirPrint</a>. With AirPrint you can print from your iOS device to a wifi AirPrint supported printer, but what about the ones that are not? This cool applications for Windows makes it possible to route all your AirPrint jobs to your computer to your printer.</p>
<p><strong>Link</strong>: <a href="http://jaxov.com/2010/11/download-airprint-installer-for-windows-7-xp-vista/">AirPrint To Your PC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/airprint-to-your-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LifeHacker Makes Video For Jailbreaking Your iOS 4.2.1 Device</title>
		<link>http://syssu.com/2011/lifehacker-makes-video-for-jailbreaking-your-ios-4-2-1-device/</link>
		<comments>http://syssu.com/2011/lifehacker-makes-video-for-jailbreaking-your-ios-4-2-1-device/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 19:55:29 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=570</guid>
		<description><![CDATA[LifeHacker, one of my favorite sites just released a how-to for doing a untethered jailbreak for your iOS 4.2.1 device. Before you get started make sure and download GreenPois0n. Once you have that downloaded just follow along with the video below or read the quoted instructions from LifeHacker. QUOTED INSTRUCTIONS FROM LIFEHACKER Connect your iOS [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>LifeHacker, one of my favorite sites just released a <a href="http://lifehacker.com/#!5754463/how-to-jailbreak-your-ios-421-device">how-to for doing a untethered jailbreak for your iOS 4.2.1 device</a>. Before you get started make sure and <a href="http://greenpois0n.com/">download GreenPois0n</a>. Once you have that downloaded just follow along with the video below or read the quoted instructions from LifeHacker.</p>
<p style="text-align: center;"><object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/GbWo_aN7uHk"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/GbWo_aN7uHk" type="application/x-shockwave-flash" allowscriptaccess="always"   width="425" height="344" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;"><span id="more-570"></span></p>
<blockquote><p>
<strong>QUOTED INSTRUCTIONS FROM LIFEHACKER</strong></p>
<ul>
<li>Connect your iOS device to your computer. It&#8217;s always good to back it up before jailbreaking in case something goes wrong, but before you get started with the jailbreak you&#8217;ll want to quit iTunes.</li>
<li><a href="http://greenpois0n.com/">Download Greenpois0n</a> and open it up. Press the jailbreak button as soon as you&#8217;re ready. Once the process starts, you&#8217;ll only have 5 seconds to get in position.</li>
<li>Hold down the sleep button at the top of your iOS device for 3 seconds.</li>
<li>Once the 3 seconds have passed, start holding down the home button <em>without letting go of the sleep button</em>. Do this for 10 seconds.</li>
<li>After the 10 seconds have passed, let go of the sleep button but continue holding down the home button for about another 10 seconds. Once the Greenpois0n logo appears in the window on your computer, you can let go.</li>
<li>Wait for the jailbreak to complete. It&#8217;ll finish on your computer first and the button that formerly read &#8220;Jailbreak!&#8221; will now read &#8220;Complete!&#8221; Click that to exit Greenpois0n. You can now disconnect your iOS device from your computer.</li>
<li>Your iOS device will take some time to boot. It might need to boot twice. Once it does, you should find a new application on your homescreen called &#8220;Loader.&#8221; Open that up, and if the jailbreak was 100% successful you&#8217;ll see a single button that reads &#8220;Cydia.&#8221; Tap that and then tap the &#8220;Install Cydia&#8221; button that&#8217;ll pop up. This will—believe it or not—install Cydia on your iOS device. Once it&#8217;s done, you&#8217;ll have Cydia installed and your jailbreak is complete (although you may need to restart to see Cydia on your home screen).</li>
</ul>
<p>If this doesn&#8217;t work for you and you don&#8217;t see Cydia, you&#8217;ll need to add the redsn0w jailbreak as well. You can <a href="http://www.techknowl.com/download-redsn0w-0-9-6-b6-hactivate-iphone-3g-3gs-sam.html">download redsn0w here</a>. You&#8217;ll also need the <a href="http://www.mobiclue.com/download-ios-4-2-1-ipsw-direct-link-iphone-ipod-touch-ipad.html">iOS 4.2.1 software</a> for your specific device. Once you have both of these things you can run the redsn0w jailbreak on the device with the greenpois0n jailbreak already installed. Running redsn0w successfully should solve your Cydia problem if it occurs. I&#8217;ve jailbroken two 4.2.1 devices now and I&#8217;ve had the problem on only the second jailbreak, so this issue may have already been resolved.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/lifehacker-makes-video-for-jailbreaking-your-ios-4-2-1-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instant Search Results in Google Apps With CloudMagic</title>
		<link>http://syssu.com/2011/instant-search-results-in-google-apps-with-cloudmagic/</link>
		<comments>http://syssu.com/2011/instant-search-results-in-google-apps-with-cloudmagic/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 16:40:29 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Lumix]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=546</guid>
		<description><![CDATA[If you want to have a way to quickly search your docs, contacts, and emails within Google Apps or even Gmail then this is for you. This free browser add-on works just like a Macs finder or Windows Search, quickly showing you results as you type. Few Enhancements: Quoted From Cloud Magic CloudMagic 2.0 also [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you want to have a way to quickly search your docs, contacts, and emails within Google Apps or even Gmail then this is for you. This free browser add-on works just like a Macs finder or Windows Search, quickly showing you results as you type.</p>
<p style="text-align: center;"><object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/8RrH-cysl7E"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/8RrH-cysl7E" type="application/x-shockwave-flash" allowscriptaccess="always"   width="425" height="344" allowfullscreen="true"></embed></object><span id="more-546"></span></p>
<blockquote><p><strong>Few Enhancements: Quoted From Cloud Magic</strong><br />
CloudMagic 2.0 also boasts many UI enhancements to make your search better &amp; faster. Few noteworthy changes are – a) tabbed interface for emails, docs &amp; contacts search results &amp; b) full screen mode for integrated search in emails, docs &amp; contacts. You continue to get rich preview of the content inside search results. With CloudMagic 2.0 you can refer to other emails &amp; docs while composing a message without opening different tab or window. Similarly you can refer to any docs or emails while working on docs.</p></blockquote>
<h2><a title="CloudMagic" href="http://cloudmagic.com/downloads.php">Download Link</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/instant-search-results-in-google-apps-with-cloudmagic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac: Hacking &#8220;Some&#8221; Mac Apps</title>
		<link>http://syssu.com/2011/mac-hacking-some-mac-apps/</link>
		<comments>http://syssu.com/2011/mac-hacking-some-mac-apps/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 04:59:05 +0000</pubDate>
		<dc:creator>Sel</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=536</guid>
		<description><![CDATA[If you are bored like I was and own a Mac then maybe you should expand your knowledge and do a little App hacking. I was able to hack an example shareware app to bypass the registration process and unlock all its feathres. To begin read LifeHackers, &#8220;How to Crack Just About Any Mac App [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you are bored like I was and own a Mac then maybe you should expand your knowledge and do a little App hacking. I was able to hack an example shareware app to bypass the registration process and unlock all its feathres. To begin read LifeHackers, &#8220;<a href="http://lifehacker.com/5736101/how-to-crack-just-about-any-mac-app-and-how-to-prevent-it">How to Crack Just About Any Mac App (and How to Prevent It)</a>&#8220;. Once you hack his freeware App or if you get stuck head on over to mrsspeaker.net, &#8220;<a href="http://www.mrspeaker.net/2011/01/06/mac-hacking/">Beginning Mac Hacking</a>&#8220;. And so you know, it actually works on some Apps.</p>
<p style="text-align: center;"><a href="http://syssu.com/wp-content/uploads/2011/01/hacking-for-dummies.png"><img class="size-full wp-image-537 aligncenter" title="hacking-for-dummies" src="http://syssu.com/wp-content/uploads/2011/01/hacking-for-dummies.png" alt="" width="518" height="255" /></a></p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2011/mac-hacking-some-mac-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

