<?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>Friedbeef's Tech</title>
	<atom:link href="http://www.friedbeef.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.friedbeef.com</link>
	<description>Solving Everyday Problems With Simple Technology - Freeware, Productivity, Useful Tips &#38; More</description>
	<lastBuildDate>Mon, 16 Nov 2009 00:09:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://www.friedbeef.com</link>
  <url>http://www.friedbeef.com/favicon.ico</url>
  <title>Friedbeef's Tech</title>
</image>
		<item>
		<title>5 Time-Pummeling Ways to Speed Up your Website</title>
		<link>http://www.friedbeef.com/5-time-pummeling-ways-to-speed-up-your-website/</link>
		<comments>http://www.friedbeef.com/5-time-pummeling-ways-to-speed-up-your-website/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 00:07:18 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Useful Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=1054</guid>
		<description><![CDATA[Have you ever come across websites which seem to take…for..e..ver….to load?]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.friedbeef.com/wp-content/uploads/2009/11/clip_image001.jpg" width="450" height="298" /></p>
<p>Have you ever come across websites which seem to take…for..e..ver….to load? They can be an annoyance, right? And with the way the Internet highway is designed, slow websites with smashing artwork and attractive bling often drive away more people than simple, and clean websites attract.</p>
<h3>1. How to Optimize Style: Use CSS as often as you can, and tone down on Javascript</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.friedbeef.com/wp-content/uploads/2009/11/clip_image002.jpg" width="450" height="230" /></p>
<p>Javascript can add a lot of flair to your website, but more often than not we tend to borrow lines of code from other fellow developers rather than reinvent the wheel. Sounds logical, right? Well, the problem with using other people’s JS is that they usually contain lots of code which we ourselves don’t need. Borrowing CSS, however, doesn’t present that problem as much. So if you want your website to display smoothly on dial-up lines, try switching styles a little.</p>
<p>Also check out this excellent post on <a href="http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/">53 CSS-Techniques You Couldn’t Live Without</a></p>
<h3>2. How to Optimize Images: Focus your Format</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.friedbeef.com/wp-content/uploads/2009/11/clip_image003.jpg" width="450" height="301" /></p>
<p>GIF? PNG? JPG? …JPEG? One drawback of the widespread availability of the Internet is that practically anybody can contribute to its development. This leads to overchoice, which consequently is good, but not so good at the same time, and image optimization is no exception. Knowing what type of format to use for your digital images can save you a lot of hard drive estate. Use GIF for flat-tone colors, JPG for bright snazzy photographs with millions of colors, and alternate between either GIF and JPG for PNG when you feel it’ll give you better quality. Basically, different formats handle different images better, so you can expect a sizable difference in image size when you use the correct type. Also, be sure to use the “Save for Web” options in image editors.</p>
<p>Also check out this excellent post on <a href="http://www.raymond.cc/blog/archives/2009/03/19/4-free-tools-to-optimize-and-compress-png-images-without-loosing-quality/">4 free tools to optimize and compress PNG images without losing quality</a></p>
<h3>3. How to Minimize Latency: Group Files Together – United We Stand</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.friedbeef.com/wp-content/uploads/2009/11/clip_image004.jpg" width="449" height="251" /></p>
<p>When you write your website, do you write it page by page starting from the bottom up, or with a bird’s eye view? In most cases, the latter method is better, as you’ll get to save time and space when you code. For instance, CSS and JavaScript both allow you the option to save standalone files for reference by your other pages. This allows you to write a single CSS batch file and share it two to a million webpages, instead of having to rewrite the code every time you start a new page. Can you imagine how much space Google saves by having just one CSS reference file? </p>
<h3>4. How to Squeeze the Sponge Dry: Extra Tips to counter Time-Lag</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://www.friedbeef.com/wp-content/uploads/2009/11/clip_image005.jpg" width="449" height="256" /></p>
<p>There are a certain number of things you can do to reduce the waiting time your website’s visitors have to endure; some which still not many may know of. Make sure to add a slash to the end of your links: “<a href="http://www.myname.com/about/">www.myname.com/about<b>/</b></a>”, as opposed to “<a href="http://www.myname.com/about">www.myname.com/about</a>”. This tells the server that it’s reached the end of the road, so it doesn’t have to waste (milli)seconds detouring when you click on a link. It may not be landing on the moon, but well, you take what you can get. </p>
<h3>5. How to optimize your cache for Wordpress sites: Use super-cache</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="wordpressbar" border="0" alt="wordpressbar" src="http://www.friedbeef.com/wp-content/uploads/2009/11/wordpressbar.jpg" width="450" height="72" /> </p>
<p><a href="http://wordpress.org/extend/plugins/wp-super-cache/">SuperCache</a> is a free Wordpress plugin that caches your page as a static html file. When your visitors arrive at your site, they will be served the static page instead of the actual page.&#160; This usually makes it much faster for your visitors, and more importantly it creates less strain and burden for your servers.</p>
<p><em>This article was written by Aaron Pek &amp; James Yeang.&#160; Contact me if you wish to become a <a href="http://www.friedbeef.com/about/become-a-paid-writer-for-friedbeefs-tech/">writer for this blog</a>.</em></p>
<h3>Those were 5 simple tips to get started.&#160; What other tips do you have for speeding up websites?&#160; Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/10-things-to-consider-when-choosing-a-site-meter/" rel="bookmark" title="Permanent Link: 10 Things to Consider When Choosing a Site Meter">10 Things to Consider When Choosing a Site Meter</a></p><p><a href="http://www.friedbeef.com/how-to-find-out-who-is-hosting-any-website/" rel="bookmark" title="Permanent Link: How to Find Out Who is Hosting ANY Website">How to Find Out Who is Hosting ANY Website</a></p><p><a href="http://www.friedbeef.com/how-to-check-if-your-isp-is-billing-you-correctly-with-bitemeter-2/" rel="bookmark" title="Permanent Link: Check if Your ISP is Billing You Correctly With BiteMeter 2">Check if Your ISP is Billing You Correctly With BiteMeter 2</a></p><p><a href="http://www.friedbeef.com/how-to-get-notified-if-a-website-goes-back-up-or-down/" rel="bookmark" title="Permanent Link: How to Get Notified if a Website Goes Back Up (Or Down)">How to Get Notified if a Website Goes Back Up (Or Down)</a></p><p><a href="http://www.friedbeef.com/7-incredibly-speedy-ways-to-read-web-pages-faster/" rel="bookmark" title="Permanent Link: 7 Incredibly Speedy Ways to Read Web Pages Faster">7 Incredibly Speedy Ways to Read Web Pages Faster</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/5-time-pummeling-ways-to-speed-up-your-website/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>10 Google Wave Invites &#8211; Who Wants Them?</title>
		<link>http://www.friedbeef.com/10-google-wave-invites-who-wants-them/</link>
		<comments>http://www.friedbeef.com/10-google-wave-invites-who-wants-them/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 05:50:50 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Happenings]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google wave]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=1039</guid>
		<description><![CDATA[Google Wave is more fun when you have others to wave with.]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="googlewave" border="0" alt="googlewave" src="http://www.friedbeef.com/wp-content/images/Weblog/10GoogleWaveInvitesWhoWantsThem_BE49/googlewave.jpg" width="450" height="456" /></p>
<h3>I got this in my Google Wave mailbox today:</h3>
<blockquote><p><strong><em>“Invite others to Google Wave</em></strong></p>
<p><em>Google Wave is more fun when you have others to wave with, so please nominate people you would like to add. Keep in mind that this is a preview so it could be a bit rocky at times.&#160; Invitations will not be sent immediately. We have a lot of stamps to lick.</em></p>
<p><em>Happy waving!”</em></p>
</blockquote>
<h3>So what is Google Wave?</h3>
<p>Currently an exclusive invite-only service, Google wave is a whole new way of communicating online!</p>
<blockquote><p><em>“Google Wave is an online communication and collaboration tool that makes real-time interactions more seamless &#8212; in one place, you can communicate and collaborate using richly formatted text, photos, videos, maps, and more.</em></p>
<p><em>A wave is a conversation with multiple participants &#8212; participants are people added to a wave to discuss and collaborate on its content. Participants can reply any time and anywhere within a wave, and they can edit content and add more participants as a wave develops. It&#8217;s also possible to rewind waves with the playback functionality, to see what happened, and when.”</em></p>
<p>via <a href="http://www.google.com/support/wave/bin/answer.py?hl=en&amp;answer=162898">Google Wave Support</a></p>
</blockquote>
<p>Here’s a video do you get a better idea of this cool service:</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:5e4baae7-f7d3-4380-bffd-9a813fac9922" class="wlWriterSmartContent">
<div><embed height="355" type="application/x-shockwave-flash" width="425" src="http://www.youtube.com/v/p6pgxLaDdQw&amp;hl=en" /> </div>
</p></div>
<p>Anyhow, Google Wave is currently under development, and they’ve released a limited number of private invites to their fully usable preview edition.</p>
<h3>Want a free super exclusive private invite to Google Wave?&#160; (CLOSED)</h3>
<p>Just drop a comment on what your favorite Google Wave feature is, and how you would use it, and I’ll pick 10 lucky winners by the end of this week! </p>
<p><em>Update: here are our 10 lucky winners, and why they want to use Google Wave!:</em></p>
<p>1. Rebecca</p>
<blockquote><p>I am a math coach at an elementary school, and I am really intrigued by the real-time communication tool, especially with the translator robot. I spend a lot of time discussing solution strategies with my students. Instead of watching me solve a problem, they collaborate with each other about how to solve problems. This practice helps them build real-life problem solving skills. There is a lot of talk in education today (especially in math) about comparisons between US students and students from other countries. I would love to be able to bring my students into this conversation by allowing them to share their solution strategies with students from other countries! I think this would be a powerful use of the technology, and one that would really drive home an important social concept to my math students.</p>
</blockquote>
<p>2. byflipper</p>
<blockquote><p>Due to multinational projects I am leading, i often need to communicate with people speaking other languages than my own. So, that instantly translating service of Wave amazed me with one word! I’d be pleased to be invited and be a part of this revolution!</p>
</blockquote>
<p>3. cho</p>
<blockquote><p>i really love the fact that it will enable better communication within members of group projects. I have been apart of multiple group assignments where there was a mess of the emails passed back and forth whilst certain members missed out on important information altogether. That&#8217;s why I&#8217;m really excited about Google wave since it changes the way we collectively communicate and recieve information ( and real-time adds a factor of cool) and that was my mini essay…</p>
</blockquote>
<p>4. Jessie</p>
<blockquote><p>I’m a student journalist, and my college newspaper is working on developing its online presence. As a leader within the newspaper, I would like to be able to collaborate with other students at my paper, along with other journalists, to discuss the future of journalism and how the web plays into it. However, none of the people using Wave at my newspaper received any invitations, so I can’t join their conversation. :( It would be beneficial to me and our newspaper if I could join in the discussion!</p>
</blockquote>
<p>5. Ron</p>
<blockquote><p>As a pastor, I’m always sending emails, documents and spreadsheets to others for worship planning. With input from several staff people, our Admin. Assistant cobbles together the Sunday worship bulletin. I think Wave will make our lives easier and our communication better.</p>
</blockquote>
<p>6. Claes</p>
<blockquote><p>I want to get a head start on using Wave to help edit stories. I would post a document and have all the people who need to comment it or edit it to do it without having to send different versions back and forth in an average of 10 emails for one story! It is very frustrating and confusing and wastes lots of time.</p>
</blockquote>
<p>7. Daniel Coopsammy</p>
<blockquote><p>I would like a chance to start using Google wave because i have a lot of team project for college that require team members to share information, a lot of the times requiring us to edit the same document multiply times. Google wave seems like a perfect fit in terms of giving us the ability to share information real time and without the need of sending 30 different emails for the same project.</p>
</blockquote>
<p>8. Mrs Banka</p>
<blockquote><p>As a math teacher, I think Google Wave could revolutionize group projects by lowering the classroom walls so that students can converse with students all over the world. The real-time display of typing will only be pertinent for those students in relatively close time zones, but think about a group of students set up to solve a common, real-life problem. I’d also like to see how the Wave would boost the digital PLN. I just graduated in May with my B.S. in Math Ed and am currently in graduate school for Curriculum and Instruction… but I can already tell, I want to be a change agent in the schools. And what better way than to already be armed with the technology experience to incorporate in my classroom. I want to make math real, meaningful and understandable and I think group projects with students outside of the classroom would be phenomenal!</p>
</blockquote>
<p>9. John Lombaerde</p>
<blockquote><p>I think that education and training is one of the greatest applications for Google Wave. I deal with complex technology subjects on a regular basis, and I always try to use layman’s terms in my explanation, but sometimes the written or spoken word is just not enough. The Multimedia drag and drop capabilities of Google Wave seem to have great potential, as well as the playback feature. These would both be very valuable in a technology training session. The asset Google Wave could bring to online education is very significant, and one for which I would have an immediate use</p>
</blockquote>
<p>10. Patrick</p>
<blockquote><p>I’m currently getting my masters in multimedia and am looking at using Google Wave heavily within my graduate project. I plan on incorporating it into an online educational model aimed towards kids with learning disabilities. It is such a cool and useful tool.</p>
</blockquote>
<h3>For all those who didn’t win, thanks for participating – and if I do get another bunch of invites, I’ll post them up online again!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/how-to-get-a-private-beta-invite-to-anything/" rel="bookmark" title="Permanent Link: How to Get a Private Beta Invite to&#8230; ANYTHING">How to Get a Private Beta Invite to&#8230; ANYTHING</a></p><p><a href="http://www.friedbeef.com/how-to-centralize-all-your-online-communication/" rel="bookmark" title="Permanent Link: How to Centralize ALL Your Online Communication">How to Centralize ALL Your Online Communication</a></p><p><a href="http://www.friedbeef.com/tracking-internet-buzz-over-time-google-trends/" rel="bookmark" title="Permanent Link: Tracking Internet Buzz Over Time (Google Trends)">Tracking Internet Buzz Over Time (Google Trends)</a></p><p><a href="http://www.friedbeef.com/google-mapping-kuala-lumpur-in-flashearth/" rel="bookmark" title="Permanent Link: Google Mapping Kuala Lumpur in FlashEarth">Google Mapping Kuala Lumpur in FlashEarth</a></p><p><a href="http://www.friedbeef.com/electronic-frontier-foundation-google-video-technology-lecture/" rel="bookmark" title="Permanent Link: Electronic Frontier Foundation &#8211; (Google Video Technology Lecture)">Electronic Frontier Foundation &#8211; (Google Video Technology Lecture)</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/10-google-wave-invites-who-wants-them/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>5 Awesome Ways to Capture Screenshots</title>
		<link>http://www.friedbeef.com/5-awesome-ways-to-capture-screenshots/</link>
		<comments>http://www.friedbeef.com/5-awesome-ways-to-capture-screenshots/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 03:58:13 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[screencapture]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=1036</guid>
		<description><![CDATA[Ever wondered how some people manage to take beautiful screenshots?]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/8934493@N05/3202831032/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="screens" border="0" alt="screens" src="http://www.friedbeef.com/wp-content/images/Weblog/5AwesomeWaystoCaptureScreenshots_92B8/screens.jpg" width="450" height="296" /></a> </p>
<p>Ever wondered how some people manage to take beautiful pictures of their desktops or games and post it on the Facebook or LinkedIn profile? Well, it isn’t that hard actually, and with a few handy tools in mind, you’ll be able to do the same. Here are some nifty and interesting ways to capture screenshots of your desktop.</p>
<h3>1. How to screen capture in free-form</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.friedbeef.com/wp-content/images/Weblog/5AwesomeWaystoCaptureScreenshots_92B8/clip_image001.jpg" width="450" height="266" /></p>
<p>Snipping Tool is Window’s very own answer to the legions of Microsoft fans (and critics) who have long been demanding for a way to capture custom screenshots. There are a few options for you to choose from when you make a snip: you can make a rectangular screenshot, dictate the shape and area of your capture by using the free-form snip, or just capture a regular full-screen one. One drawback is that Snipping Tool is only available on Windows Vista and 7, so XP users might feel a little left behind.</p>
<h3>2. How to get a portable screencapture tool</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.friedbeef.com/wp-content/images/Weblog/5AwesomeWaystoCaptureScreenshots_92B8/clip_image002.jpg" width="450" height="304" /></p>
<p>FSCapture, otherwise known as FastStone Capture, is one of the most versatile screenshot capture tools on the block. At 1.5 Megabytes, it’s small enough to fit on even the smallest of portable flash drives. Plus, it comes as a standalone program, or an executable, so you can use it straight out of the box, without having to go through the hassle of installing it first. Take note that <a href="http://software.informer.com/getfree-fscapture-5.6/">FSCapture</a> is only freeware from versions 5.3 and below, as the producers have started charging for the higher updates. However, I’ve been using version 5.2 for awhile now, and it seems to be good enough.</p>
<h3>3. How to capture multiple screenshots in-game without having to minimize</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.friedbeef.com/wp-content/images/Weblog/5AwesomeWaystoCaptureScreenshots_92B8/clip_image003.jpg" width="450" height="333" /></p>
<p>Ever saw pictures of other players performing Monster Kills posted online, and wanted to do the same? Tired of having to hit the PrtScn button and minimizing your full screen game just to paste the photo in Paint? If you’ve answered yes to any of that, <a href="http://www.gadwin.com/printscreen/">Gadwin Printscreen</a> is a freeware version of Snipping Tool that will cause you to salivate over. It’s pretty much like Snipping Tool, but if you run it in the background, you can customize it to take multiple screenshots while you are in-game, and worry about saving the screenshots later. Just remember turn off the notifications before you start playing.</p>
<h3>4. How to capture screenshots, screencasts, and webcam photos and store them all online</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.friedbeef.com/wp-content/images/Weblog/5AwesomeWaystoCaptureScreenshots_92B8/clip_image004.jpg" width="450" height="265" /></p>
<p><a href="http://www.jingproject.com/">Jing</a> has to be one of the gaudiest looking screenshot capture programs available. Unlike its many counterparts, Jing tries to make things look awesome at the same time by providing a really nice-looking interface. And while you can use Jing only for its screen capture abilities, you may enjoy the other functions which Jing provides, namely the screencasting and webcam capture options. In addition, Jing automatically synchronizes with Screencast.com, so you can store your captures online immediately. </p>
<h3>5. How to Screencapture effectively in Linux</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="shutter" border="0" alt="shutter" src="http://www.friedbeef.com/wp-content/images/Weblog/5AwesomeWaystoCaptureScreenshots_92B8/shutter.jpg" width="450" height="225" /> </p>
<p><a href="http://shutter-project.org/">Shutter</a> is a feature-rich screenshot program. You can take a screenshot of a specific area, window, your whole screen, or even of a website – apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window (Only for Linux).&#160; </p>
<p><strong>Bonus Link:</strong> <a href="http://www.makeuseof.com/tag/5-alternative-screen-capture-tools-for-your-mac/">5 Alternative Screen Capture Tools For Your Mac</a></p>
<p><em>This post was written by Aaron Pek &amp; James Yeang</em></p>
<h3>What screencapture tools do you use?&#160; Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/how-to-automate-turning-off-your-computer/" rel="bookmark" title="Permanent Link: How to Automate Turning Off Your Computer">How to Automate Turning Off Your Computer</a></p><p><a href="http://www.friedbeef.com/strange-conversations-with-an-msn-encarta-bot/" rel="bookmark" title="Permanent Link: Strange Conversations With An MSN Encarta Bot">Strange Conversations With An MSN Encarta Bot</a></p><p><a href="http://www.friedbeef.com/3-time-saving-ways-to-deal-with-computer-errors/" rel="bookmark" title="Permanent Link: 3 Time-Saving Ways to Deal with Computer Errors">3 Time-Saving Ways to Deal with Computer Errors</a></p><p><a href="http://www.friedbeef.com/3-productive-ways-to-handle-documents-when-making-purchases/" rel="bookmark" title="Permanent Link: 3 Productive Ways to Handle Documents When Making Purchases">3 Productive Ways to Handle Documents When Making Purchases</a></p><p><a href="http://www.friedbeef.com/5-easy-ways-to-keep-windows-running-smoothly/" rel="bookmark" title="Permanent Link: 5 Easy Ways To Keep Windows Running Smoothly">5 Easy Ways To Keep Windows Running Smoothly</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/5-awesome-ways-to-capture-screenshots/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>3 Tech-Savvy Ways to Actually Do SOMETHING About Climate Change</title>
		<link>http://www.friedbeef.com/3-tech-savvy-ways-to-actually-do-something-about-climate-change/</link>
		<comments>http://www.friedbeef.com/3-tech-savvy-ways-to-actually-do-something-about-climate-change/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 08:29:35 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[green]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=1032</guid>
		<description><![CDATA[In conjunction with Blog Action Day, here are 3 tech-savvy ways to help with one of the most serious issues of our generation – Climate Change]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/24471966@N04/2324482253/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="running out" border="0" alt="running out" src="http://www.friedbeef.com/wp-content/images/Weblog/3TechSavvyWaystoActuallyDoSOMETHINGAbout_1157C/runningout.jpg" width="450" height="450" /></a> </p>
<p>In conjunction with <a href="http://www.blogactionday.org/">Blog Action Day</a>, here are 3 tech-savvy ways to help with one of the most serious issues of our generation – Climate Change.</p>
<h3>1. How to have fun while saving the world</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="carbonrally" border="0" alt="carbonrally" src="http://www.friedbeef.com/wp-content/images/Weblog/3TechSavvyWaystoActuallyDoSOMETHINGAbout_1157C/carbonrally.jpg" width="450" height="111" /> </p>
<p><a href="http://www.carbonrally.com/">Carbon Rally</a> is a eco-community where people can discover and commit to small, positive actions over time. People on the site could propose great ideas for saving energy and reducing carbon dioxide emissions, and the community would choose the best ideas to pursue as a team. </p>
<p>The collective impacts are tracked, and it can show the power of many people getting the job done together.&#160; You can ‘compete’ with friends or people from around the world to take up these small challenges and see how you can make a difference.</p>
<h3>2. How to easily find green products</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ecoseek" border="0" alt="ecoseek" src="http://www.friedbeef.com/wp-content/images/Weblog/3TechSavvyWaystoActuallyDoSOMETHINGAbout_1157C/ecoseek.jpg" width="450" height="91" /> </p>
<p><a href="http://www.ecoseek.net/">Ecoseek</a> is a search engine for eco friendly and green products. Their mission is to connect consumers with eco-friendly products, manufacturers and local earth-conscious retailers.&#160; Here you’ll find everything from baby products to furniture.&#160; </p>
<p>All items listed are tagged to show how it’s eco friendly.&#160; For example, you’ll be able to gauge whether it’s recycled, manufactured in a sustainable process, organic etc.&#160; All so it’s much easier for you can make an environmentally conscious purchase. </p>
<h3>3. How to easily find carpool buddies on facebook</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="carpool" border="0" alt="carpool" src="http://www.friedbeef.com/wp-content/images/Weblog/3TechSavvyWaystoActuallyDoSOMETHINGAbout_1157C/carpool.jpg" width="450" height="110" /> </p>
<p><a href="http://www.facebook.com/apps/application.php?api_key=2bc33ad3f42a1c0e58b37baf82e49839">Carpool</a> is a facebook app which allows you to cut down your carbon emissions by sharing rides.&#160; It’s quite robust in functionality and allows you to: </p>
<ul>
<li>view rides in your network</li>
<li>search them</li>
<li>manage your frequent locations using Google Maps</li>
<li>determine how far a detour you need to drive to pick someone up</li>
<li>Track all the rides you’ve shared, and the miles you’ve traveled and calculate your reduction in CO2 emissions</li>
</ul>
<p>Always a useful green app if you want to help cut down your carbon footprint when you travel.</p>
<p>Remember, <a href="http://www.techcrunch.com/2009/04/22/its-earth-day-so-make-sure-to-try-out-some-green-vanity-apps/">green vanity apps</a> are important, but they don’t mean anything until you do something about it.&#160; Go out, and change the world, and Happy Blog Action Day!</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:693a7e18-5d08-4085-9bac-7b3035aeadb3" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/3CnIJ19EVMo&amp;hl=en"></param><embed src="http://www.youtube.com/v/3CnIJ19EVMo&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<h3>Are you participating in Blog Action Day?&#160; Tell us your blog post in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/9-world-changing-projects-that-your-computer-can-participate-in/" rel="bookmark" title="Permanent Link: 9 World-Changing Projects That YOUR Computer Can Participate In">9 World-Changing Projects That YOUR Computer Can Participate In</a></p><p><a href="http://www.friedbeef.com/speed-linking-5-great-blogging-tips/" rel="bookmark" title="Permanent Link: Speed-linking : 5 Great Blogging Tips">Speed-linking : 5 Great Blogging Tips</a></p><p><a href="http://www.friedbeef.com/how-to-change-formats-quicker-in-excel-and-word/" rel="bookmark" title="Permanent Link: How to Change Formats Quicker in Excel and Word">How to Change Formats Quicker in Excel and Word</a></p><p><a href="http://www.friedbeef.com/how-to-save-your-eyes-from-your-screen-part-1/" rel="bookmark" title="Permanent Link: How to Save Your Eyes from Your Screen (Part 1)">How to Save Your Eyes from Your Screen (Part 1)</a></p><p><a href="http://www.friedbeef.com/friedbeefs-tech-readers-help-to-change-the-world/" rel="bookmark" title="Permanent Link: Friedbeef&#8217;s Tech Readers Help to Change The World">Friedbeef&#8217;s Tech Readers Help to Change The World</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/3-tech-savvy-ways-to-actually-do-something-about-climate-change/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>5 of the Most Useful Email Notifiers You&#8217;ll Ever Find</title>
		<link>http://www.friedbeef.com/5-of-the-most-useful-email-notifiers-youll-ever-find/</link>
		<comments>http://www.friedbeef.com/5-of-the-most-useful-email-notifiers-youll-ever-find/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 08:45:53 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=1028</guid>
		<description><![CDATA[Checking each and every account regularly just to see if there's any new mail becomes tedious very fast, which is why email notifiers have become such a big hit with many users.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/15747413@N00/2755066176/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="gmail" border="0" alt="gmail" src="http://www.friedbeef.com/wp-content/uploads/2009/10/gmail.jpg" width="450" height="335" /></a> </p>
<p>Say what you will about the up-to-date twitters and chat away on your instant messengers, but web users will always come back to their email. With many types to choose from, including various webmails and POP3 emails, it’s no wonder that most users will have more than one email account. </p>
<p>Checking each and every account regularly just to see if there&#8217;s any new mail becomes tedious very fast, which is why email notifiers have become such a big hit with many users.&#160; Here are 5 of the best email notifiers for your perusal.</p>
<h3>1. How to effectively manage 16 email accounts</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.friedbeef.com/wp-content/uploads/2009/10/clip_image0021.jpg" width="449" height="206" /></p>
<p><a href="http://www.eprompter.com/">ePrompter</a> is a free service that allows you to easily handle up to 16 email accounts at one time.&#160; ePrompter lets you read, delete and respond to any of your messages with a simple click on the account of your choice &#8211; without ever having to launch your email program or go to your webmail&#8217;s site. Importantly, when ePrompter retrieves messages, it leaves the original messages on your various email accounts&#8217; servers and/or webmail sites.</p>
<h3>2. Where to get an email notifier which is portable</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.friedbeef.com/wp-content/uploads/2009/10/clip_image004.jpg" width="450" height="232" /></p>
<p><a href="http://www.poppeeper.com/">POP Peeper</a> is free another system tray app that offers visual and audio alerts for when a new email arrives in your inbox. Working with POP3 and IMAP servers, it also responds well to Gmail, Yahoo mail and Hotmail along with other major webmail services.&#160; One key feature is that it is able to run directly off your portable storage device so you can take it anywhere and use it on any machine.</p>
<h3>3. How to use email notifiers on Firefox </h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.friedbeef.com/wp-content/uploads/2009/10/clip_image006.jpg" width="450" height="305" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4490">WebMail Notifier</a> is a Firefox add-on that checks your webmail accounts and tells you the number of unread emails.&#160; It handles most of the major webmail services and also allows you to set up user scripts for the webmail services that it doesn&#8217;t come preloaded with. It is however tied to <a href="http://www.mozilla.com/en-US/?from=sfx&amp;amp;uid=157417&amp;amp;t=435">Mozilla Firefox browsers</a> only, so IE and Chrome users won&#8217;t be able to benefit from it.&#160; </p>
<h3>4. How to get notified about your webmail via Outlook</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.friedbeef.com/wp-content/uploads/2009/10/clip_image008.jpg" width="450" height="233" /></p>
<p>Released under the GNU GPL license, <a href="http://www.freepops.org/en/">FreePOPs</a> allows checking and downloading of e-mail from webmails from any conventional POP3 client program. This means it works in tandem with your normal POP3 email client like Outlook Express, allowing it to handle any POP3 email along with most webmail services. </p>
<p>While it isn&#8217;t exactly an email notifier per se, it does offer email checking services along with plenty of extra functions and plugins that allow it to be expanded for even more uses. FreePOPs is cross-platform and should work anywhere. It also works in the background, reducing system slowdown. </p>
<h3>5. How to fight spam and get notified of email at the same time</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://www.friedbeef.com/wp-content/uploads/2009/10/clip_image010.gif" width="311" height="285" /></p>
<p>The Chrysanth Email Notifier can handle POP3, IMAP4 and Gmail. More than just a notifier, it offers audio and visual alerts along with an internal email viewer. It can handle multiple email accounts and supports extra features like blacklists, whitelists and various customizable filters. For the most part, <a href="http://notifier.email.my/">Chrysanth</a> is quite easy to use with its most notable feature being its filters, minimizing the occurrence of spam to once in a blue moon. The app is freeware and runs in the background as a system tray icon.</p>
<h6><em>This article written by Aaron Pek &amp; James Yeang</em></h6>
<h3>Do you use email notifiers?&#160; Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/get-rid-of-email-overload-once-and-for-all-part-3/" rel="bookmark" title="Permanent Link: Get Rid of Email Overload Once and For All (Part 3)">Get Rid of Email Overload Once and For All (Part 3)</a></p><p><a href="http://www.friedbeef.com/how-to-change-your-email-headers-to-ensure-your-email-gets-read-faster/" rel="bookmark" title="Permanent Link: How to Change Your Email Headers to Ensure Your Email Gets Read Faster">How to Change Your Email Headers to Ensure Your Email Gets Read Faster</a></p><p><a href="http://www.friedbeef.com/how-to-get-more-space-on-your-hard-disk-by-cleaning-out-outlook-properly/" rel="bookmark" title="Permanent Link: How to get more space on your hard disk by cleaning out Outlook properly">How to get more space on your hard disk by cleaning out Outlook properly</a></p><p><a href="http://www.friedbeef.com/a-better-way-to-search-your-documents-and-email-desktop-search/" rel="bookmark" title="Permanent Link: A better way to search your documents and emailâ€¦ (Desktop Search)">A better way to search your documents and emailâ€¦ (Desktop Search)</a></p><p><a href="http://www.friedbeef.com/get-rid-of-email-overload-once-and-for-all-part-1/" rel="bookmark" title="Permanent Link: Get Rid of Email Overload Once and For All (Part 1)">Get Rid of Email Overload Once and For All (Part 1)</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/5-of-the-most-useful-email-notifiers-youll-ever-find/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>3 Auto-Backup Solutions for Your Flash Drives</title>
		<link>http://www.friedbeef.com/3-auto-backup-solutions-for-your-flash-drives/</link>
		<comments>http://www.friedbeef.com/3-auto-backup-solutions-for-your-flash-drives/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:05:31 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[flashdrives]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=1018</guid>
		<description><![CDATA[Whether it’s your favourite playlist or sensitive information, here are a few auto-backup solutions to ensure that you never find yourself hanging in unexpected circumstances]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/87102403@N00/206319460/"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="thumbdrive" border="0" alt="thumbdrive" src="http://www.friedbeef.com/wp-content/uploads/2009/10/thumbdrive.jpg" width="450" height="336" /></a> </p>
<p>People are increasingly turning to flash drives, little pen-sized blocks which somehow manage to store a briefcase full of information, to carry their work or personal details around. While they’re satisfyingly convenient, their petite dimensions ironically contribute to the worst thing about them: flash drives are frustratingly easy to misplace. </p>
<p>Whether it’s your favourite playlist or sensitive information, here are a few auto-backup solutions to ensure that you never find yourself hanging in unexpected circumstances.</p>
<h3>1. How to Auto-Backup with Windows</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.friedbeef.com/wp-content/uploads/2009/10/clip_image001.jpg" width="450" height="353" /></p>
<p><a href="http://www.microsoft.com/Downloads/details.aspx?familyid=C26EFA36-98E0-4EE9-A7C5-98D0592D8C52&amp;displaylang=en">SyncToy</a> is a native Microsoft Tool that allows you to backup information located on your storage mediums with a single click. It works by “pairing” two folders in different locations and updating the files in each so that they have the same content inside. </p>
<p>It even comes with three options: updating the files from Left to Right without overwriting them, updating and overwriting them, or updating bi-directionally. By itself, SyncToy doesn’t automatically backup your files, but it comes with a handy tutorial which teaches you how to use Window’s very own Task Scheduler to do exactly that.</p>
<h3>2. How to Schedule your Auto-Backups</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.friedbeef.com/wp-content/uploads/2009/10/clip_image002.jpg" width="450" height="370" /></p>
<p>As far as freeware comes, <a href="http://www.goodsync.com/">GoodSync</a> is among the best you can get. It makes an effort to be classy (has a nice interface), is user-friendly, and does <i>exactly</i> what it says it will do. Like SyncToy, it makes use of the Left and Right concept to simplify the learning process. </p>
<p>Unlike SyncToy, GoodSync has a built-in synchronization setting which allows you to schedule when you’d like your backups to happen. This means that it backs-up your flash drive automatically as long as it’s plugged into your computer at the specified time (set it to whenever you frequent your computer).</p>
<h3>3. How to Easily Customize your Auto-Backups</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.friedbeef.com/wp-content/uploads/2009/10/clip_image003.jpg" width="450" height="248" /></p>
<p>If you’re prefer a more classic touch or just want to keep things simple, <a href="http://www.dimio.altervista.org/eng/">DSynchronize</a> is a great tool with a clean interface which flattens the learning curve. All the appropriate checkboxes and buttons are where they’re supposed to be, and its simplicity stands out so much that you get the hang of it simply by “muddling” through, or experimenting by yourself. </p>
<p>Like GoodSync, it has a built-in timer, and even makes useful options like Autostart and Shutdown at the end available on the front page so you don’t need to dig into the “Preferences” folder every time you want to tweak your&#8230;well, preferences. </p>
<p><em>This post was written by Aaron Pek.&#160; Contact us to join our writing staff!</em></p>
<h3>Do you back up your flash drives?&#160; Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/can-a-usb-thumbdrive-wear-out/" rel="bookmark" title="Permanent Link: Can a USB Thumbdrive Wear Out?">Can a USB Thumbdrive Wear Out?</a></p><p><a href="http://www.friedbeef.com/how-to-quickly-backup-files-to-your-email/" rel="bookmark" title="Permanent Link: How to Quickly Backup Files to Your Email">How to Quickly Backup Files to Your Email</a></p><p><a href="http://www.friedbeef.com/backing-up-your-data-to-spend-or-not-to-spend/" rel="bookmark" title="Permanent Link: Backing Up Your Data : To Spend or Not to Spend?">Backing Up Your Data : To Spend or Not to Spend?</a></p><p><a href="http://www.friedbeef.com/how-to-copy-files-between-macs-and-pcs/" rel="bookmark" title="Permanent Link: How To Copy Files Between Macs and PCs">How To Copy Files Between Macs and PCs</a></p><p><a href="http://www.friedbeef.com/how-to-backup-any-browser-5-tips-for-google-chrome-firefox-safari-internet-explorer-and-opera/" rel="bookmark" title="Permanent Link: How to Backup ANY Browser &#8211; 5 Tips for Google Chrome, Firefox, Safari, Internet Explorer, and Opera">How to Backup ANY Browser &#8211; 5 Tips for Google Chrome, Firefox, Safari, Internet Explorer, and Opera</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/3-auto-backup-solutions-for-your-flash-drives/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>13 Ways to Save Money Using Twitter</title>
		<link>http://www.friedbeef.com/13-ways-to-save-money-using-twitter/</link>
		<comments>http://www.friedbeef.com/13-ways-to-save-money-using-twitter/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 00:12:34 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Useful Tips]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=1006</guid>
		<description><![CDATA[How to save money in 140 characters or less]]></description>
			<content:encoded><![CDATA[<p>&#160;<a href="http://www.flickr.com/photos/amagill/3367543296/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="money twitter" border="0" alt="money twitter" src="http://www.friedbeef.com/wp-content/uploads/2009/09/moneytwitter.jpg" width="450" height="303" /></a> </p>
<p>People say Twitter is a time waster. I think it depends on how you use it. One awesome opportunity to turn this &quot;time waster&quot; into something really useful is to learn to save money on Twitter.</p>
<h3>3 Ways to Find the Most Tweeted Deals</h3>
<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="cheaptweet" border="0" alt="cheaptweet" src="http://www.friedbeef.com/wp-content/uploads/2009/09/cheaptweet.jpg" width="450" height="180" /> </p>
<p>The following services work the way we are used to by now: the fresher the deal is and the more votes it gets, the more popular it becomes. Most popular deals end up hitting the front page &#8211; that&#8217;s the way Digg and Reddit as well as smaller social voting sites work. </p>
<p><a href="http://cheaptweet.com/">CheapTweet</a>, <a href="http://www.coupontweet.com/">CouponTweet</a> and <a href="http://www.tweetmesavings.com/">TweetMeSavings</a> work this way. People submit and up-vote the deals by Tweeting them. Deals are grouped by category and seller name. You can tweet any of them right from the service page. </p>
<h3>2 Ways to Take Advantage of Twitter Money-Saving Bots</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="tinymassive" border="0" alt="tinymassive" src="http://www.friedbeef.com/wp-content/uploads/2009/09/tinymassive.jpg" width="450" height="173" /> </p>
<p>There are two Twitter bots I am aware of that allow to search and compare prices without even leaving Twitter. <a href="http://twitter.com/tinymassive">TinyMassive</a> works like this: you tweet your product name and include @TinyMassive into the message. In a few seconds you get a public reply containing:</p>
<ol>
<li>Your @Twitter-username; </li>
<li>The requested product name; </li>
<li>The minimum price found; </li>
<li>The link to product search results for more options. </li>
</ol>
<p><a href="http://twitter.com/retrevoq">Retrevoq</a> is another similar twitter bot to consider. </p>
<h3>3 Money-Saving Accounts You Should Follow</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="cheapstingy" border="0" alt="cheapstingy" src="http://www.friedbeef.com/wp-content/uploads/2009/09/cheapstingy.jpg" width="450" height="198" /></p>
<p>Many of coupon code directories and aggregators are on Twitter already, so keeping track of deals and coupons may be done the Twitter-way. I for one do it the following way:</p>
<ol>
<li>I use <a href="http://seesmic.com/">Seesmic desktop</a> Twitter app that allows to add and aggregate several Twitter accounts; </li>
<li>I create a separate account to follow all my money-saving accounts, and whenever there&#8217;s an update, I get a pop-up update: never miss a deal! </li>
</ol>
<p>Here are a couple of recommended Twitter accounts that daily tweet coupons and deals:</p>
<ul>
<li><a href="http://twitter.com/CheapStingy">@CheapStingy</a> (by <a href="http://www.cheapstingybargains.com/">CheapStingyBargains</a>) </li>
<li><a href="http://twitter.com/wisebread">@WiseBread</a> (by <a href="http://www.wisebread.com/">WiseBread.com</a>) </li>
<li><a href="http://twitter.com/BabyCheapskate">@BabyCheapskate</a> (by <a href="http://babycheapskate.com/">BabyCheapSkate.com</a>) </li>
</ul>
<h3>5 Money-Saving Twitter Hashtags Your Should Track</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="hashtags" border="0" alt="hashtags" src="http://www.friedbeef.com/wp-content/uploads/2009/09/hashtags.jpg" width="450" height="211" /> </p>
<p>A Twitter hashtag is the way to organize Tweets by topic. To monitor a hashtag, you can either use a desktop app (like <a href="http://tweetdeck.com/beta/">Tweetdeck</a> or <a href="http://seesmic.com/">Seesmic</a>) or use web-based tools like <a href="http://wthashtag.com/Main_Page">&quot;What the Hashtag?&quot;</a>. The best money-saving hashtags to keep track of are:</p>
<ul>
<li>#bargains; </li>
<li>#coupon; </li>
<li>#coupons; </li>
<li>#freebie; </li>
<li>#freebie </li>
</ul>
<h3>What other interesting ways do you Twitter?&#160; Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/how-to-save-ink-and-paper-when-printing/" rel="bookmark" title="Permanent Link: How to Save Ink and Paper When Printing">How to Save Ink and Paper When Printing</a></p><p><a href="http://www.friedbeef.com/charity/" rel="bookmark" title="Permanent Link: Charity">Charity</a></p><p><a href="http://www.friedbeef.com/twitter-101-7-ways-to-make-better-sense-of-twitter/" rel="bookmark" title="Permanent Link: Twitter 101: 7 Ways to Make Better Sense of Twitter">Twitter 101: 7 Ways to Make Better Sense of Twitter</a></p><p><a href="http://www.friedbeef.com/3-ways-to-improve-your-cooking-with-foodieview/" rel="bookmark" title="Permanent Link: 3 Ways To Improve Your Cooking With Foodieview">3 Ways To Improve Your Cooking With Foodieview</a></p><p><a href="http://www.friedbeef.com/6-effective-ways-to-tweet-directly-from-your-browser/" rel="bookmark" title="Permanent Link: 6 Effective Ways to Tweet Directly From Your Browser">6 Effective Ways to Tweet Directly From Your Browser</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/13-ways-to-save-money-using-twitter/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>9 Great Google Lab Applications You May Have Missed Out</title>
		<link>http://www.friedbeef.com/9-great-google-lab-applications-you-may-have-missed-out/</link>
		<comments>http://www.friedbeef.com/9-great-google-lab-applications-you-may-have-missed-out/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 00:30:22 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=997</guid>
		<description><![CDATA[Interesting apps from Google labs, the revolutionary hi-tech virtual playground]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/96613287@N00/2500560432/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="vial" border="0" alt="vial" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/vial.jpg" width="450" height="296" /></a> </p>
<p><b><i>Google</i></b>, in its venture to expand its empire beyond search has a project that allows users to try experimental applications known as <a href="http://www.googlelabs.com/">Google Labs</a>. This revolutionary, hi-tech virtual playground for exploratory users feature some of the most creative and useful applications around. Here are some of my personal Google Lab favorites.</p>
<h3>1. How to find out what people are searching for </h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/clip_image003.jpg" width="450" height="213" /></p>
<p>The <a href="http://www.google.com/trends">Google Trends tool</a>, with its recent enhancements has been developed to provide an insight into extensive search patterns of what people are presently searching for, such as what they&#8217;ve searched for in the past. The interface of this tool is exceptionally simple, and enables you to compare up to five multiple search terms. </p>
<p>In today’s fast paced and changing world this tool may be valuable for advertisers and search engine optimizers looking for ways to judge how best to position their ads and websites, and to track buzz in general.</p>
<h3>2. How to find similar images </h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/clip_image005.jpg" width="449" height="216" /></p>
<p><a href="http://similar-images.googlelabs.com/">Google Similar Images</a> is an experimental service consists of the ability to upload an image and then search for similarities. Now this is truly something that can appeal to users who may not quite fancy searching up for things the conventional way using keywords, as sometimes using keywords can be a little tedious when many other links unrelated to what you are searching for pop up. </p>
<p>What makes this cool is you can just click on the link of an image you like and it narrows down the image search results to exactly what you&#8217;re looking for. So for those in the creative industry like arts, designs or even those who just want to have fun with images, this may stand out as an awesome search tool.</p>
<h3>3. How to track a news topic over time</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/clip_image007.jpg" width="450" height="190" /></p>
<p><a href="http://newstimeline.googlelabs.com/">Google News Timeline</a> is a handy research tool for online scribes. It presents Google news information in a graphical and chronological timeline. This timeline incorporates a number of different sources, including new and archived news, blog posts, and media. </p>
<p>It is a great search and sorting tool that gives you the ability to sort results by day, week, month, year or even decade.&#160; The snapshot of this tool is constructive and gives one the access to easily see how a story or event has been progressing in the news. </p>
<h3>4. How to create a set of items from a few examples </h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image009" border="0" alt="clip_image009" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/clip_image009.jpg" width="450" height="238" /></p>
<p>We often use keywords on typical search engines, so how does <a href="http://labs.google.com/sets">Google Sets</a> differentiate itself from the rest of the crowd? Well, instead of looking for related links, the tool focuses on related words. It takes your initial keywords and suggests others that are related in meaning. </p>
<p>If you are looking for synonyms or new alternatives in campaigns, Google Sets is a brilliant tool that will bring much success and difference. </p>
<h3>5. How to search for audio using Android</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image011" border="0" alt="clip_image011" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/clip_image011.jpg" width="450" height="197" /></p>
<p>With Android appearing on the scene as Google’s new mobile platform, it was inevitable that Google Labs would try to break ground on it. Its prototype software is <a href="http://listen.googlelabs.com/">Google Listen</a>. It’s fundamentally a way of searching and organizing pod casts and other online audio content. </p>
<p>If you happen to be a music junkie who owns an Android handset, you can look up for your favorite shows and stream it immediately or add it to your listening queue for later utilization. </p>
<h3>6. How to turn your Android phone into a Sky Map</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image013" border="0" alt="clip_image013" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/clip_image013.jpg" width="450" height="198" /></p>
<p>“Awesome” is an understatement for this amazing application. You don’t need to be an astrologer to download this application and have some serious fun. What’s so great about this tool? It’s a star map that uses Android’s GPS capabilities to display planets, constellations and other celestial objects in an area of the sky. </p>
<p>Once you have this application installed on your Android hand phone, just face the phone towards the sky and be amazed by the mesmerizing display on your screen. With <a href="http://www.android.com/market/free.html#app=skymap">Sky Map</a>, the sky is not the limit anymore. </p>
<h3>7. How to Index the Audio WITHIN Video Files</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image015" border="0" alt="clip_image015" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/clip_image015.jpg" width="450" height="218" /></p>
<p>I used to see stuff like this on CSI and always wondered if it was possible to get my hands on it. After seeing Google Labs’ revolutionary product – <a href="http://labs.google.com/gaudi">Google Audio Indexing</a>, I guess its close enough. Google has started indexing what is being spoken in its video and <em>YouTube clips to enhance search results for video</em><i>.</i> </p>
<p>Using speech recognition technology to convert audio into words, they are then indexed into Google search so that you can look for a particular video clip by merely entering keywords into the search engine. </p>
<h3>8. How to Turn Your Android Phone in to a Places Directory </h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image017" border="0" alt="clip_image017" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/clip_image017.jpg" width="450" height="197" /></p>
<p>Places Directory is a handy tool that runs on the Android platform and is Google’s version of a help mobile. If you are on the road and want to know what’s hot and what’s not, download this application on your Android phone and follow the link. Based on your phone’s current location you will be able to obtain a directory of nearby places. </p>
<p>You can then browse through the various categories to look for hotels, banks, shops, etc, see their distance from you and even pull up their locations on Google Maps. For backpackers and active travelers or even for those who just hate to stop and ask for directions, this may be the application for you.</p>
<h3>9. How to Track Routes on Your Android Phone</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image019" border="0" alt="clip_image019" src="http://www.friedbeef.com/wp-content/images/Weblog/9GoogleLabApplicationsYouCantLiveWithout_6524/clip_image019.jpg" width="450" height="271" /></p>
<p>If you love the outdoors, then this is one application you might want to try. It pretty much depends on how it works for you. My Tracks is an application that is available to Android users everywhere. It empowers users by recording precise route using GPS tracks and visualizing live statistics while you are running, biking or hiking. </p>
<p>These include aspects such as speed, distance and elevation, essential pivotal information to any outdoor activity. Once you are done, just stop the recording and you can quickly and easily review your route map, elevation, profile, and workout stats.</p>
<p><em>This post was written by Aaron Pek.&#160; <a href="http://www.friedbeef.com/about/become-a-paid-writer-for-friedbeefs-tech/">Join our writing crew</a> to share your knowledge too!</em></p>
<h3>Do you use Google labs, or any of the apps above?&#160; Tell us about it in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/on-the-go-the-best-mobile-web-applications-reviewed-business-apps/" rel="bookmark" title="Permanent Link: On the Go &#8211; The Best Mobile Web Applications Reviewed &#8211; Business Apps">On the Go &#8211; The Best Mobile Web Applications Reviewed &#8211; Business Apps</a></p><p><a href="http://www.friedbeef.com/can-a-usb-thumbdrive-wear-out/" rel="bookmark" title="Permanent Link: Can a USB Thumbdrive Wear Out?">Can a USB Thumbdrive Wear Out?</a></p><p><a href="http://www.friedbeef.com/first-look-at-google-spreadsheets/" rel="bookmark" title="Permanent Link: First Look At : Google Spreadsheets">First Look At : Google Spreadsheets</a></p><p><a href="http://www.friedbeef.com/anything-you-need-to-do-with-web-20/" rel="bookmark" title="Permanent Link: Anything you need to do with Web 2.0">Anything you need to do with Web 2.0</a></p><p><a href="http://www.friedbeef.com/manage-the-internet-via-instant-messaging-imifiedcom/" rel="bookmark" title="Permanent Link: Manage the Internet via Instant Messaging (IMified.com)">Manage the Internet via Instant Messaging (IMified.com)</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/9-great-google-lab-applications-you-may-have-missed-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 FREE Java-Based Chat Apps for Mobile Phones</title>
		<link>http://www.friedbeef.com/5-free-java-based-chat-apps-for-mobile-phones/</link>
		<comments>http://www.friedbeef.com/5-free-java-based-chat-apps-for-mobile-phones/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 14:35:55 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=994</guid>
		<description><![CDATA[Once only possible for people with smartphones and the likes, the availability of Java apps has made “normal” phones pretty smart.  Here are 5 of the best java-based chat apps.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/84518681@N00/22752982/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="java" border="0" alt="java" src="http://www.friedbeef.com/wp-content/uploads/2009/09/java.jpg" width="450" height="336" /></a> </p>
<p>As I’ve been pretty lazy to carry my laptop around, but I like being in touch with my online contacts, I thought it might be a better idea to install a chat client in my mobile phone. </p>
<p>Once only possible for people with smartphones and the likes, the availability of Java apps has made “normal” phones pretty smart. I’ve scoured the net for Java chat apps which work on my Sony Ericsson K750i (yes, I’m still using that) – it’s old but still does everything well. If the apps work on my phone, it’ll work better on your newer, fancier phone (but I can’t guarantee that, of course). </p>
<h3>1. How to Skype on Your (Apparently Outdated) Phone</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.friedbeef.com/wp-content/uploads/2009/09/clip_image004.png" width="197" height="229" /></p>
<p><a href="http://skype.com/download/skype/skypelite/">Skype Lite</a> is a free Skype App,&#160; took a few seconds to log in but the interface is very handy for mobile. You can chat with multiple contacts in different windows by scrolling right or left including group chat. The phone vibrates and a “missed call” icon is displayed when new message arrives. Skype calls are also possible if you have skypeout credit.</p>
<h3>2. How to Keep Your eBuddies in Your Palm</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.friedbeef.com/wp-content/uploads/2009/09/clip_image006.png" width="179" height="193" /></p>
<p><a href="http://www.ebuddy.com/mobile.php">eBuddy mobile</a> is a multi-network messenger. Just like its web-based counterpart, eBuddy connect you to AIM, ICQ, MSN, Yahoo, Myspace, Facebook, Gtalk. Overall very easy to set up and fast to use, especially with tabbed interface, scrolling through your chats is a breeze. You can even choose your own theme for the app. This app is good if you’re not into meeting new people and joining online communities etc.</p>
<h3>3. How to Stalk Your Friends While Chatting on Your Mobile</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.friedbeef.com/wp-content/uploads/2009/09/clip_image008.png" width="301" height="199" /></p>
<p><a href="http://www.palringo.com">Palringo</a> &#8211; what a name, I thought. This mobile messenger turned out to be the one with the nicest looking interface and most features. Although sluggish and unintuitive upon launch, it worked flawlessly once set up. It connects you to more networks than you can handle – MSN, Yahoo, ICQ, AOL, Jabber, Gadu-gadu, Gtalk, iChat/Mobile Me, QQ and best of all, Facebook chat! </p>
<p>Depending on phone model, it can support voice and picture messaging. You can even share your location with the rest of the world or selected some (depending on your privacy settings) &#8211; if you like being stalked or like stalking others. Palringo automatically discovers your location based on network towers, Wi-Fi, or GPS and you have an option to update your status automatically. I feel that the chat responses are the fastest among all the apps I tested.</p>
<h3>4. How to Chat, Share Photos and Make Cheap IDD Calls from Your Mobile</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://www.friedbeef.com/wp-content/uploads/2009/09/clip_image010.png" width="316" height="352" /></p>
<p><a href="http://www.mig33.com/?fullpage=1">Mig33</a> connects you not only to Yahoo, MSN, GTalk and AOL but also to millions of other mig33 users worldwide. This is especially cool if you like meeting other people besides chatting to your own contacts. Overall this app is pretty easy to set up and fast to use. I also like the clean and minimalist interface. </p>
<p>If you’re not sensitive towards heavier data use, you may also check out <a href="http://www.getjar.com/products/6925/Mig33Plus">mig33 plus</a>, the graphically enhanced version. The cheap IDD call rates are not really cheap in my opinion but that is always subjective on the current rates offered by your mobile operator but it is still a cool feature nevertheless. The only feature I don’t quite understand is the ability to send SMS via the app, can’t we already do that without the app?</p>
<h3>5. How to Send Your Voice and Pictures to Anyone, Anywhere </h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://www.friedbeef.com/wp-content/uploads/2009/09/clip_image012.png" width="328" height="350" /></p>
<p><a href="http://www.getjar.com/products/25464/RocketalkNewwithIM">Rocketalk</a> boasts to be the only application that lets me do video chat (as in not like a 3G video call but record a video and send it to someone), and it does support MSN, Google Talk, Yahoo, AOL and ICQ. Although quite slow to sign in to my messenger accounts but I’m pretty impressed with how many features they packed into one user-friendly main page. </p>
<p>Besides using messengers, RockeTalk, like mig33 also is a community by itself, where you can have you own page, gallery and add other people as your “friends”. </p>
<p><em>This post was written by Jenny Kok who also writes about her Mac experiences on </em><a href="http://madeonmac.com/"><em>Made On Mac</em></a></p>
<h3>Do you IM on your phone?&#160; Tell us about your experience in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/technology-warehouse-sale-in-kl/" rel="bookmark" title="Permanent Link: Technology Warehouse Sale in KL!">Technology Warehouse Sale in KL!</a></p><p><a href="http://www.friedbeef.com/on-the-go-the-best-mobile-web-applications-reviewed-business-apps/" rel="bookmark" title="Permanent Link: On the Go &#8211; The Best Mobile Web Applications Reviewed &#8211; Business Apps">On the Go &#8211; The Best Mobile Web Applications Reviewed &#8211; Business Apps</a></p><p><a href="http://www.friedbeef.com/how-to-quickly-search-multiple-video-sites-from-your-phone/" rel="bookmark" title="Permanent Link: How to Quickly Search Multiple Video Sites From Your Phone">How to Quickly Search Multiple Video Sites From Your Phone</a></p><p><a href="http://www.friedbeef.com/small-business-webware-catalystweb-vs-google-apps-for-domains/" rel="bookmark" title="Permanent Link: Small Business Webware &#8211; CatalystWeb vs Google Apps for Domains">Small Business Webware &#8211; CatalystWeb vs Google Apps for Domains</a></p><p><a href="http://www.friedbeef.com/blurring-the-lines-between-gmail-and-google-talk/" rel="bookmark" title="Permanent Link: Blurring The Lines Between Gmail and Google Talk">Blurring The Lines Between Gmail and Google Talk</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/5-free-java-based-chat-apps-for-mobile-phones/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>12 Awesome iPhone Photography Resources</title>
		<link>http://www.friedbeef.com/12-awesome-iphone-photography-resources/</link>
		<comments>http://www.friedbeef.com/12-awesome-iphone-photography-resources/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:09:45 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Useful Tips]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=981</guid>
		<description><![CDATA[Incredible composition, and tactful editing with an iPhone, can result in some incredible shots which put many high end cameras to shame]]></description>
			<content:encoded><![CDATA[<p>In the face of cameraphones with ever increasing megapixels, the iPhone (even the 3GS) has been much maligned for its supposedly poor camera quality.&#160; </p>
<p>There are however, people who embrace hardware limitations, make up for it with incredible composition, and tactful editing, resulting in some incredible shots which put many high end cameras to shame.&#160; Here are 12 awesome iPhone photography resources.</p>
<h1>Photo Blogs</h1>
<p>These are blogs which take extremely good shots, and are the best examples of what a competent photographer can accomplish on the iPhone.&#160; Check them out to get inspired.</p>
<h3>1. <a href="http://iphoneasart.com/">iPhone as Art</a></h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="iphoneasart" border="0" alt="iphoneasart" src="http://www.friedbeef.com/wp-content/uploads/2009/09/iphoneasart.jpg" width="450" height="402" /> </p>
<h3>2. <a href="http://www.themobileframe.com/">The Mobile Frame</a></h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="motionframe" border="0" alt="motionframe" src="http://www.friedbeef.com/wp-content/uploads/2009/09/motionframe.jpg" width="450" height="461" /> </p>
<h1>Lomography</h1>
<p>These are sites dedicated to the shoot from the hip philosophy of <a href="http://en.wikipedia.org/wiki/Lomography">lomography</a>, which encourages lighthearted approaches to candid photography to document everyday life.</p>
<h3>3. <a href="http://iphonelomo.com/">iPhoneLomo</a></h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="iphonelomo" border="0" alt="iphonelomo" src="http://www.friedbeef.com/wp-content/uploads/2009/09/iphonelomo.jpg" width="450" height="599" /> </p>
<h3>4. <a href="http://www.morecoffeeplease.net/lomophone/">LomoPhone</a></h3>
<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="sign" border="0" alt="sign" src="http://www.friedbeef.com/wp-content/uploads/2009/09/sign.jpg" width="450" height="464" /> </p>
<h1>Awards</h1>
<h3>5. <a href="http://www.ippawards.com/">iPhone Photography Awards</a></h3>
<p>The IPPA is an annual contest which aims to celebrate the creativity of the iPhone users.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="iphoneawards" border="0" alt="iphoneawards" src="http://www.friedbeef.com/wp-content/uploads/2009/09/iphoneawards.jpg" width="450" height="599" /> </p>
<h3>6. <a href="http://photocritic.org/amazing-iphone-photos/">Photocritic’s 100 Amazing iPhone Photos</a></h3>
<p>This collection of the 100 photos remain one of the best testaments of the iPhone’s capability of producing first class photos.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="photocritic" border="0" alt="photocritic" src="http://www.friedbeef.com/wp-content/uploads/2009/09/photocritic.jpg" width="450" height="334" /> </p>
<h1>Flickr Groups</h1>
<h3>7. <a href="http://www.flickr.com/groups/takenwithiphone/">Flickr: Photos Taken with an Apple iPhone</a></h3>
<p>With the iPhone now the #1 most widely used device on Flickr, it’s not a surprise iPhone photos have a very strong following, with the aptly named <em>‘Photos taken with an Apple iPhone’ </em>being the biggest group.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="flickr" border="0" alt="flickr" src="http://www.friedbeef.com/wp-content/uploads/2009/09/flickr.jpg" width="450" height="337" />&#160;</p>
<h1>Interviews</h1>
<p>The best way to understand iPhone photography is to talk to the people behind the lens, learn about their passion, and what makes them tick.</p>
<h3>8. <a href="http://www.iphoneography.com/journal/2009/3/25/the-iphoneography-interview-with-ugur-kaner-another-great-ip.html">Interview with Ugur Kaner, from <a href="http://iphonephoto.org/">&quot;Apple iPhone Photography &#8211; Street photography</a>”</a></h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="uger" border="0" alt="uger" src="http://www.friedbeef.com/wp-content/uploads/2009/09/uger.jpg" width="450" height="451" /> </p>
<h3>9. <a href="http://www.iphoneography.com/journal/2009/1/5/the-iphoneography-interview-with-gabriel-sucho-from-microbia.html">Interview with Gabriel Sucho from &quot;Microbians &#8211; Dreams To Not Forget&quot;</a></h3>
<p><img title="Date" alt="Date" src="http://www.iphoneography.com/universal/images/transparent.png" /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pigeon" border="0" alt="pigeon" src="http://www.friedbeef.com/wp-content/uploads/2009/09/pigeon.jpg" width="450" height="451" /> </p>
<h1>Free Apps</h1>
<h3>10. <a href="http://www.hongkiat.com/blog/30-best-free-iphone-photo-video-applications/">30 Best Free iPhone 3G Photo &amp; Video Applications </a></h3>
<p>This is probably the definitive list of free iPhone photo and video apps currently on the web.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="hongkiat" border="0" alt="hongkiat" src="http://www.friedbeef.com/wp-content/uploads/2009/09/hongkiat.jpg" width="450" height="357" /> </p>
<h1>Photo Taking Tips</h1>
<h3>11. <a href="http://meish.org/2009/03/04/how-to-squeeze-decent-photos-out-of-an-iphone/">How to squeeze decent photos out of an iPhone</a> by Meg Pickard</h3>
<p>Everything from proper techniques to hold your iPhone to composition tips in a single post.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="hold" border="0" alt="hold" src="http://www.friedbeef.com/wp-content/uploads/2009/09/hold.jpg" width="450" height="208" /> </p>
<h3>12. <a href="http://photocritic.org/interview-with-an-iphone-photographer/">Taking fantastic photos with an iPhone</a> : An conversation with Sion Fullana </h3>
<p>Sion Fullana is a recognized iPhone photographer who loves street photography, and shoots mostly in New York, all taken by iPhone.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="sion" border="0" alt="sion" src="http://www.friedbeef.com/wp-content/uploads/2009/09/sion.jpg" width="450" height="602" /> </p>
<p> <strong>Shameless plug: Do also check out my own <a href="http://jamesyeang.posterous.com">iPhone photo blog</a> :)</strong></p>
<h3>What do you think of the iPhone camera?&#160; Do you have more sites and tips to share?&#160; Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/how-to-crop-round-corners-on-pictures/" rel="bookmark" title="Permanent Link: How to Crop Round Corners on Pictures">How to Crop Round Corners on Pictures</a></p><p><a href="http://www.friedbeef.com/how-to-turn-your-phone-into-a-wifi-hotspot/" rel="bookmark" title="Permanent Link: How to Turn Your Phone into a WiFi HotSpot">How to Turn Your Phone into a WiFi HotSpot</a></p><p><a href="http://www.friedbeef.com/top-5-url-shorteners-and-how-they-help-you/" rel="bookmark" title="Permanent Link: Top 5 URL Shorteners and How They Help You">Top 5 URL Shorteners and How They Help You</a></p><p><a href="http://www.friedbeef.com/top-10-best-places-to-get-free-books-part-2/" rel="bookmark" title="Permanent Link: Top 10 Best Places to Get Free Books (Part 2)">Top 10 Best Places to Get Free Books (Part 2)</a></p><p><a href="http://www.friedbeef.com/how-to-watch-real-media-without-installing-real-media-player/" rel="bookmark" title="Permanent Link: How to Watch Real Media without Installing Real Media Player">How to Watch Real Media without Installing Real Media Player</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/12-awesome-iphone-photography-resources/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Tie Useful Knots : 4 Valuable Resources</title>
		<link>http://www.friedbeef.com/how-to-tie-important-knots-4-valuable-resources/</link>
		<comments>http://www.friedbeef.com/how-to-tie-important-knots-4-valuable-resources/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 12:37:27 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[knots]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=965</guid>
		<description><![CDATA[Whether it may be securing a load, or tying a tie, here are 4 very valuable resources to help you tie knots better.]]></description>
			<content:encoded><![CDATA[<p>&#160;<a href="http://www.flickr.com/photos/71727291@N00/373728218/"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="knots" border="0" alt="knots" src="http://www.friedbeef.com/wp-content/images/Weblog/HowtoTieImportantKnots4ValuableResources_10B9D/knots.jpg" width="493" height="331" /></a> </p>
<p>Even if you’re not a boy scout, learning a few basic knots can be very helpful in everyday life.&#160; Whether it may be securing a load, or tying a tie, here are 4 very valuable resources to help you tie knots better.</p>
<h3>1. How to tie a tie</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="tieatie" border="0" alt="tieatie" src="http://www.friedbeef.com/wp-content/images/Weblog/HowtoTieImportantKnots4ValuableResources_10B9D/tieatie.jpg" width="462" height="128" /> </p>
<p><a href="http://www.2tieatie.com/">2tie a tie</a> is a comprehensive guide to all things tie tying.&#160; From traditional bow ties to office friendly Windsor knots, it provides you a step by step guide to wearing them properly.&#160; It also comes with related guides like preventing wrinkles in ties, and cleaning them as well. </p>
<h3>2. How to tie shoelaces in different stylish ways</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="laces" border="0" alt="laces" src="http://www.friedbeef.com/wp-content/images/Weblog/HowtoTieImportantKnots4ValuableResources_10B9D/laces.jpg" width="450" height="152" /> </p>
<p><a href="http://www.fieggen.com/shoelace/index.htm">Ian’s shoelace site</a> helps you learn 33 different ways of tying your shoelaces so you can break out of the traditional methods of stringing up your shoes.&#160; It also has an interesting tutorial on what it bills as the <a href="http://www.fieggen.com/shoelace/ianknot.htm">‘fastest way to tie your shoelaces’.</a>&#160; It also has interesting tips on how to prevent shoelaces from slipping, preventing crooked shoe lace bows, and much more.</p>
<h3>3. How to learn how to tie all kinds of useful knots</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="iwillknot" border="0" alt="iwillknot" src="http://www.friedbeef.com/wp-content/images/Weblog/HowtoTieImportantKnots4ValuableResources_10B9D/iwillknot.jpg" width="450" height="233" /> </p>
<p>Aptly named <a href="http://www.iwillknot.com/">‘I Will Knot’</a> is one of the best resources online on knot tying.&#160; It gives you animated images which show you how exactly to tie the knot, and makes for much easier reference than typical diagrams.&#160; For further reference, you can also check out <em>Mother Earth News’s</em> guide on <a href="http://www.motherearthnews.com/Modern-Homesteading/1979-05-01/How-to-Tie-Useful-Knots.aspx">how to tie the 10 most useful knots</a>.</p>
<h3>4. How to carry about a guide about useful knots in your pocket</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pocketknots" border="0" alt="pocketknots" src="http://www.friedbeef.com/wp-content/images/Weblog/HowtoTieImportantKnots4ValuableResources_10B9D/pocketknots.jpg" width="450" height="195" /> </p>
<p><a href="http://projectpotpourri.blogspot.com/2009/03/infocard-useful-knots.html">Infocard</a> is an interesting project which sets out to collecting a few useful knots and putting them on wallet card for easy reference.&#160; If you want to keep them handy, you can visit the page and print your own.</p>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/3-quick-web-20-tips/" rel="bookmark" title="Permanent Link: 3 Quick Web 2.0 Tips">3 Quick Web 2.0 Tips</a></p><p><a href="http://www.friedbeef.com/top-10-best-places-to-get-free-books-part-1/" rel="bookmark" title="Permanent Link: Top 10 Best Places to Get Free Books (Part 1)">Top 10 Best Places to Get Free Books (Part 1)</a></p><p><a href="http://www.friedbeef.com/about/become-a-paid-writer-for-friedbeefs-tech/" rel="bookmark" title="Permanent Link: Become a Paid Writer for Friedbeef’s Tech">Become a Paid Writer for Friedbeef’s Tech</a></p><p><a href="http://www.friedbeef.com/9-world-changing-projects-that-your-computer-can-participate-in/" rel="bookmark" title="Permanent Link: 9 World-Changing Projects That YOUR Computer Can Participate In">9 World-Changing Projects That YOUR Computer Can Participate In</a></p><p><a href="http://www.friedbeef.com/web-resources-to-help-you-think-out-of-the-box/" rel="bookmark" title="Permanent Link: Web Resources to Help You Think Out of the Box">Web Resources to Help You Think Out of the Box</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/how-to-tie-important-knots-4-valuable-resources/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>5 Easy Ways to Read Free Manga Online</title>
		<link>http://www.friedbeef.com/5-easy-ways-to-read-free-manga-online/</link>
		<comments>http://www.friedbeef.com/5-easy-ways-to-read-free-manga-online/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:57:28 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Useful Tips]]></category>
		<category><![CDATA[manga]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=962</guid>
		<description><![CDATA[Free ways to find manga (Japanese comics) for your reading pleasure]]></description>
			<content:encoded><![CDATA[<p>&#160;<a href="http://www.flickr.com/photos/26483869@N08/3010235425/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="manga" border="0" alt="manga" src="http://www.friedbeef.com/wp-content/images/Weblog/5EasyWaystoReadFreeMangaOnline_14019/manga.jpg" width="450" height="298" /></a> </p>
<p>If you’re one of over 100 million people around the world who has had a delightful taste of the wonderful, magical world of Anime, you’d know it can be rather difficult to find legit media to satisfy our insatiable appetite for cute, cuddly characters with unrealistically large eyes.&#160; This fact has been compounded with the legal clampdowns on previously reliable websites like AnimeSuki and Crunchyroll. As an avid <i>otaku</i>, yours truly has found some totally free ways to find manga (Japanese comics) for your reading pleasure.</p>
<h3>1. How to Read Free Manga Online</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="onemanga" border="0" alt="onemanga" src="http://www.friedbeef.com/wp-content/images/Weblog/5EasyWaystoReadFreeMangaOnline_14019/onemanga.jpg" width="450" height="111" /> </p>
<p>The easiest way to get a hold of your favourite manga is to read it straight from the Web. There are tons of sites which host manga pages, but only a handful of them provide reliable loading times during rush hours and a diverse library of enjoyable reads. My personal favourite is <a href="http://OneManga.com">OneManga.com</a>, which has a simple interface for short loading times and boasts high quality scans. On the off chance that it somehow fails your expectations, you can try <a href="http://www.mangafox.com/">MangaFox.com</a> too. These two sites should be more than enough.</p>
<h3>2. How to Download Manga to your Computer</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mangashare" border="0" alt="mangashare" src="http://www.friedbeef.com/wp-content/images/Weblog/5EasyWaystoReadFreeMangaOnline_14019/mangashare.jpg" width="450" height="185" /> </p>
<p>If you desire to store an entire collection of manga, and have the disk space to do so, then you can download manga straight into your computer. You’ll want to look for sites which don’t require a registration to download, as you may want to flick back and forth to determine which has the better quality scan. Some useful places to keep in mind are <a href="http://narutochuushin.com">NarutoChuushin.com</a>, <a href="http://MangaShare.com">MangaShare.com</a> and <a href="http://Bleach7.com">Bleach7.com</a>. Their interface may take some getting used to, but be patient, it’s worth it.</p>
<h3>3. How to Read Untranslated Manga Scans</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="bleach" border="0" alt="bleach" src="http://www.friedbeef.com/wp-content/images/Weblog/5EasyWaystoReadFreeMangaOnline_14019/bleach.jpg" width="450" height="221" /> </p>
<p>RAW scans are original manga scans which haven’t been translated yet. If you know Japanese, you can consider these scans as they have the advantage of appearing sooner than translated copies.&#160; Some places you can find RAW manga scans are <a href="http://MangaShare.com ">MangaShare.com</a> and <a href="http://VeryManga.com">VeryManga.com</a>. <a href="http://Bleach7.com ">Bleach7.com</a> offers RAWs too, but only for Bleach.</p>
<h3>4. How to Read Manga in Different Languages</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="narutoverse" border="0" alt="narutoverse" src="http://www.friedbeef.com/wp-content/images/Weblog/5EasyWaystoReadFreeMangaOnline_14019/narutoverse.jpg" width="450" height="68" /> </p>
<p>Not a native speaker of English? Don’t understand Japanese? Well, don’t worry, as there is manga in just about any language you can think of! I’ve seen Bleach and Naruto in Spanish, German, Chinese and even Bahasa Malaysia, and who knows how many other languages there might be out there! <a href="http://narutoverse.blogspot.com/">Click here to see for yourself</a>! </p>
<h3>5. How to Use Youtube to Read Manga</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="youtube" border="0" alt="youtube" src="http://www.friedbeef.com/wp-content/images/Weblog/5EasyWaystoReadFreeMangaOnline_14019/youtube.jpg" width="450" height="200" /> </p>
<p>Who knew that Youtube could be used for reading manga? The tremendously popular video-sharing site has even evolved to accommodate us manga fans! The quality for most of the scans is readable, and the loading time is pretty fast too considering they’re static pages. If you can’t keep up with the playing speed, just pause the video and drag the play bar to whatever page you want to read. For some unknown reason, these scans can sometimes appear earlier than their counterparts on well-known manga sites! Go figure!&#160; <a href="http://www.youtube.com/user/c58930001">Here</a> are a <a href="http://www.youtube.com/profile?user=silentdon5&amp;view=videos">few good channels</a> to start you off with.</p>
<p><em>This post was written by Aaron Pek.&#160; Want to write for this blog?&#160; Just contact me!</em></p>
<h3>How do you get your manga fix?&#160; Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/how-to-listen-to-wikipedia-on-your-ipod/" rel="bookmark" title="Permanent Link: How to Listen to Wikipedia on your iPod">How to Listen to Wikipedia on your iPod</a></p><p><a href="http://www.friedbeef.com/how-to-quickly-email-interesting-web-pages-to-yourself/" rel="bookmark" title="Permanent Link: How to Quickly Email Interesting Web Pages To Yourself">How to Quickly Email Interesting Web Pages To Yourself</a></p><p><a href="http://www.friedbeef.com/6-innovative-ways-to-save-trees-online/" rel="bookmark" title="Permanent Link: 6 Innovative Ways to Save Trees Online">6 Innovative Ways to Save Trees Online</a></p><p><a href="http://www.friedbeef.com/how-to-summarize-reviews-quickly/" rel="bookmark" title="Permanent Link: How to Summarize Reviews Quickly">How to Summarize Reviews Quickly</a></p><p><a href="http://www.friedbeef.com/7-incredibly-speedy-ways-to-read-web-pages-faster/" rel="bookmark" title="Permanent Link: 7 Incredibly Speedy Ways to Read Web Pages Faster">7 Incredibly Speedy Ways to Read Web Pages Faster</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/5-easy-ways-to-read-free-manga-online/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>10 Great Sites to Feed Your TV Addiction</title>
		<link>http://www.friedbeef.com/9-great-sites-to-feed-your-tv-addiction/</link>
		<comments>http://www.friedbeef.com/9-great-sites-to-feed-your-tv-addiction/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 15:21:54 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Useful Tips]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=955</guid>
		<description><![CDATA[Where to watch and discover new shows online]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="tv" border="0" alt="tv" src="http://www.friedbeef.com/wp-content/uploads/2009/08/tv.jpg" width="450" height="315" /> </p>
<p>Have you sometimes wondered how much longer conventional TV would be useful to us? It just dawned upon me 3 days ago that was the first time I switched on the TV in 2 months! Don’t get me wrong but I do watch TV shows and movies, it’s just that not on TV. In this era of media streaming and user created content, TV pales in comparison because of:</p>
<ol>
<li>Fixed airtime. We don’t like missing any episodes or rushing somewhere where there is a TV just to watch a programme (although that can be fun but very impractical most of the time)</li>
<li>Loads of advertisements, regardless paid or free TV</li>
<li>Can’t watch on demand (we like freedom to watch anything anytime, don’t we? Anyone without Tivo or the likes will share this notion)</li>
<li>Fixed programming. We only get to watch what is being broadcasted.</li>
</ol>
<p>I have been using the internet for my “TV watching” pleasure for a while now and I’d like to share with you where I go to watch and discover new shows. </p>
<h3>1. How to watch South Park Online</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="spstudios" border="0" alt="spstudios" src="http://www.friedbeef.com/wp-content/uploads/2009/08/spstudios.png" width="450" height="251" /> </p>
<p><a href="http://www.southparkstudios.com">SouthPark Studios</a> has the best collection of Southpark on the web. The whole 13 seasons in full episodes are there. The episodes are uploaded promptly, a day after it’s official airtime in the US, if I’m not mistaken. There might be ads in the episodes but other times not. </p>
<p>The quality is overall very good although not HD. What makes this site special are the bonus materials, songs and clips downloads, as well as news and materials not available elsewhere.</p>
<h3>2. How to watch Family Guy online</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="familiyguyx" border="0" alt="familiyguyx" src="http://www.friedbeef.com/wp-content/uploads/2009/08/familiyguyx.jpg" width="450" height="101" /> </p>
<p><a href="http://www.Familyguyx.net">Familyguyx.net</a> has the entire series online – season 1-7. The site doesn’t host any videos but is rather like a very nice directory of all the episodes of the show including the synopsis. Every episode has at least one working link so the streaming speed and quality depends heavily on where the video is hosted. If one is slow, try the other. I find the full collection of episodes very nice but it’s just that pop-ups and ads are hard to miss when visiting this site. </p>
<h3>3. How to watch full-length shows on Youtube</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CBS on youtube" border="0" alt="CBS on youtube" src="http://www.friedbeef.com/wp-content/uploads/2009/08/cbsonyoutube.jpg" width="450" height="301" /> </p>
<p>Has made moves to tap into Hulu.com’s market, providing full-length episodes of professionally made TV shows. <a href="http://www.youtube.com/profile?user=CBS&amp;view=playlists">CBS</a> has joined youtube in this direction. The drawback is that only old TV shows (which still have its charms) are available for viewing. </p>
<p>If you’re a big fan of Star Trek, Beverly Hill 90210 (the original) or MacGuyver, you’re in luck. It’s bummer that viewers from certain countries are unable to view the channel due to “copyright restrictions”. Fret not, simply download and install <a href="http://hotspotshield.com/">hotspotshield</a> and you’ll see the channel in its full glory.</p>
<h3>4. How to make a catalog of 2 million shows at your disposal</h3>
<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="surf" border="0" alt="surf" src="http://www.friedbeef.com/wp-content/uploads/2009/08/surf.jpg" width="450" height="109" /> </p>
<p>This is one of my favourites. It’s a big catalogue with links to good quality streaming hosts. <a href="http://www.surfthechannel.com/">SurfTheChannel</a> doesn’t host any content but rather serves as a link to numerous hosts. Some videos even have links to purchase on iTunes. This site has almost 2 million links in its database. It’ll keep one busy for a while.</p>
<h3>5. How to watch MTV productions online</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="mtv" border="0" alt="mtv" src="http://www.friedbeef.com/wp-content/uploads/2009/08/mtv.jpg" width="450" height="256" /> </p>
<p>If you’re a music fan, you’ve got to love this site. Loads of music videos, photos, mobile downloads. What is interesting is also the fact that <a href="http://www.mtv.com/ontv/">full episodes of MTV productions</a> are also available online for viewing. You can even watch the 2009 Movie Awards including behind the scenes. I used to watch MTV on satellite, now I watch it free :)</p>
<h3>6. How to watch Warner Bros TV series online</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="thewb" border="0" alt="thewb" src="http://www.friedbeef.com/wp-content/uploads/2009/08/thewb.jpg" width="450" height="320" /> </p>
<p>If you’re a fan of One Tree Hill, Friends, Gilmore Girls, Buffy, Angel among many others, this site is definitely for you. Full episodes are available for viewing but the episodes might be shuffled depending on series.&#160; <a href="http://www.thewb.com">TheWB.com</a> is currently only available for U.S. viewers (surprise!) but with <a href="http://hotspotshield.com/">Hotspot Shield</a> , you’re good to go ;)</p>
<h3>7. How to watch any random show when you feel like having a “lucky dip”</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="google-video" border="0" alt="google-video" src="http://www.friedbeef.com/wp-content/uploads/2009/08/googlevideo.jpg" width="450" height="296" /> </p>
<p>Once in a while, we get bored of our usual series and feel like something totally different but not quite sure what to watch.&#160; <a href="http://videos.google.com">Google videos</a> claims to contain millions of videos and they’re all uncategorized. So you’ll never know what you’ll find (in a good way). </p>
<p>Unlike youtube, google videos has anything from short clips up to full length shows of longer than 1 hour. On top of that, it also features and recommends similar videos hosted by external sites &#8211; aha! I have watched video short clips up to full-length documentaries on that site. I also find the video quality better than youtube. Try your luck!</p>
<h3>8. How to turn your computer into your PVR</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ted" border="0" alt="ted" src="http://www.friedbeef.com/wp-content/uploads/2009/08/ted.jpg" width="450" height="266" /> </p>
<p>If you are an internet and TV addict but don’t have a TiVo or any PVR (like me), you’d love what I’m going to tell you. Introducing <a href="http://www.ted.nu/">Ted</a>, which can be your PVR, utilizing Bit Torrent technology. It doesn’t download but rather works as a scheduler and a torrent hunter for your torrent client </p>
<p>You can even schedule download prior to an episode’s airtime, and Ted will search numerous sites to look for healthy torrents, checks out the information and airtime of new episodes or shows, then ask your torrent client to download it – automatically. </p>
<h3>9. How to expand your knowledge without reading and still appears flawlessly knowledgeable</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="topdocumentaryfilms" border="0" alt="topdocumentaryfilms" src="http://www.friedbeef.com/wp-content/uploads/2009/08/topdocumentaryfilms.jpg" width="450" height="280" /> </p>
<p>In case you’re into documentaries, also check out <a href="http://topdocumentaryfilms.com">topdocumentaryfilms.com</a>. This site contains commercially produced documentaries hosted mainly on google videos. What I like about this site is that it has properly-written introduction and synopsis about every film like an article, just to get your interest to grow. When you’re convinced to watch, he video plays in the middle of the article, which is kind of cool. </p>
<h3>10. How to grow your love for conspiracy theories online</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="freedocumentaries" border="0" alt="freedocumentaries" src="http://www.friedbeef.com/wp-content/uploads/2009/08/freedocumentaries.jpg" width="450" height="281" /> </p>
<p><a href="http://Freedocumentaries.org ">Freedocumentaries.org</a> on the other hand, contains more controversial types of documentaries. The site has a good-sized catalog of various interests and well-written short description for every show. If you like the film well enough, there is also a link to buy the original DVD.&#160; Unlike topdocumentaries.com, the videos are hosted on youtube, so they are broken in parts for every show, which I find very annoying. Well, we can’t have it all, can we?</p>
<p><em>This post was written by Jenny Kok who blogs about Mac related matters at <a href="http://madeonmac.com/">Made On Mac</a>.&#160; Want to write for this blog?&#160; <a href="http://www.friedbeef.com/about/become-a-paid-writer-for-friedbeefs-tech/">Become a paid writer</a> for Friedbeef’s Tech today!</em></p>
<h3>What sites do you use to get your online TV fix?&#160; Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/your-input-pretty-please/" rel="bookmark" title="Permanent Link: Your Input Pretty Please">Your Input Pretty Please</a></p><p><a href="http://www.friedbeef.com/top-5-essential-video-converters-you-shouldnt-miss/" rel="bookmark" title="Permanent Link: Top 5 Essential Video Converters You Shouldn&#8217;t Miss">Top 5 Essential Video Converters You Shouldn&#8217;t Miss</a></p><p><a href="http://www.friedbeef.com/5-steps-to-effective-rss-management/" rel="bookmark" title="Permanent Link: 5 Steps to Effective RSS Management">5 Steps to Effective RSS Management</a></p><p><a href="http://www.friedbeef.com/how-to-find-out-another-blogs-feedburner-count-even-if-they-dont-display-it/" rel="bookmark" title="Permanent Link: How to Find Out Another Blog&#8217;s Feedburner Count &#8211; Even if They Don&#8217;t Display It">How to Find Out Another Blog&#8217;s Feedburner Count &#8211; Even if They Don&#8217;t Display It</a></p><p><a href="http://www.friedbeef.com/want-rss-in-outlook-use-rss-popper/" rel="bookmark" title="Permanent Link: Want RSS in Outlook?  Use RSS Popper">Want RSS in Outlook?  Use RSS Popper</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/9-great-sites-to-feed-your-tv-addiction/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>7 FREE File Compression Tools You Can’t Live Without</title>
		<link>http://www.friedbeef.com/7-free-file-compression-tools-you-can%e2%80%99t-live-without/</link>
		<comments>http://www.friedbeef.com/7-free-file-compression-tools-you-can%e2%80%99t-live-without/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 14:56:14 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=940</guid>
		<description><![CDATA[Extra useful tools to make you even more productive when dealing with zipped files]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/27413494@N00/260254471/"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="zip" border="0" alt="zip" src="http://www.friedbeef.com/wp-content/images/Weblog/7FileZippingToolsYouCantLiveWithout_120B9/zip.jpg" width="450" height="285" /></a> </p>
<p>There’s much more to file compression than simply zipping and extracting files using WinZip.&#160; Here are 7 extra useful tools to make you even more productive when dealing with zipped files.</p>
<h3>1. How to preview zip files before downloading them</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="archview" border="0" alt="archview" src="http://www.friedbeef.com/wp-content/images/Weblog/7FileZippingToolsYouCantLiveWithout_120B9/archview.jpg" width="450" height="159" /> </p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5028">ArchView</a> is a Firefox extension which can open zip files online without downloading the whole archive.&#160; </p>
<p>Not only can you see what’s in the zip file before you download it, you can even choose which individual files to grab.&#160; This is extremely useful when you only want a few files not the whole zip archive. </p>
<p>This extension is also very fast since it merely fetches a small portion of the archive file from server.&#160; </p>
<h3>2. How to zip your files online </h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="filestomp" border="0" alt="filestomp" src="http://www.friedbeef.com/wp-content/images/Weblog/7FileZippingToolsYouCantLiveWithout_120B9/filestomp.jpg" width="450" height="223" /> </p>
<p>Just need&#160; to zip up a few files without installing anything?&#160; Simply upload your files to <a href="http://www.filestomp.com/">FileStomp</a>, and it will create a zip file for you on the fly which you can download.</p>
<h3>3. How to unzip your files online</h3>
<p>&#160;<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="wobzip" border="0" alt="wobzip" src="http://www.friedbeef.com/wp-content/images/Weblog/7FileZippingToolsYouCantLiveWithout_120B9/wobzip.jpg" width="450" height="126" /> </p>
<p>While Filestomp creates zip files, <a href="http://www.wobzip.org/index.php">WobZip</a> is a way to unzip files online without the need of external software.&#160; You can either upload the file, or point WobZip to the URL online, and it will be uncompressed and ready for download.&#160; </p>
<p>Wobzip has a zipped filesize limit of 100MB, will also scan your zipped file for viruses, and even supports password protected zip files.&#160; </p>
<h3>4. How to create a full installer with a Zip file</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="zipinstaller" border="0" alt="zipinstaller" src="http://www.friedbeef.com/wp-content/images/Weblog/7FileZippingToolsYouCantLiveWithout_120B9/zipinstaller.jpg" width="450" height="278" /> </p>
<p><a href="http://www.nirsoft.net/utils/zipinst.html">ZipInstaller</a> is a free tool which installs and uninstalls applications and utilities that do not provide an internal installation program. </p>
<p>It automatically extracts all files from the Zip file, copies them to the destination folder you select, creates shortcuts in the start menu and in your desktop, and adds an uninstall module to allow you to automatically remove the software in the future.</p>
<h3>5. Where to get a free WinZip alternative </h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="7zip" border="0" alt="7zip" src="http://www.friedbeef.com/wp-content/images/Weblog/7FileZippingToolsYouCantLiveWithout_120B9/7zip.jpg" width="450" height="247" /> </p>
<p>&#160;<a href="http://www.7-zip.org/">7-Zip</a> is perhaps one of the best known free alternatives to WinZip.&#160; Capable of handling most popular file compression formats like Zip and RAR, you can either install it on your system, or carry it around with you on a thumbdrive with the <a href="http://portableapps.com/apps/utilities/7-zip_portable">portable version</a>.</p>
<h3>6. How to repair corrupted zip files</h3>
<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ziprepair" border="0" alt="ziprepair" src="http://www.friedbeef.com/wp-content/images/Weblog/7FileZippingToolsYouCantLiveWithout_120B9/ziprepair.jpg" width="489" height="152" /> </p>
<p>Zipped files are pretty sensitive where even a minor corruption of the file will cause it to fail an integrity check.&#160; What <a href="http://www.diskinternals.com/zip-repair/">DiskInternals Zip Repair</a> will do is extract and move all the intact files to a new archive so you gain access to it.</p>
<h3>7. How to hide zip files inside a JPG image</h3>
<p> This is a really cool hack which allows you to hide zip files within a JPG image.&#160; If you click on the file, the picture will display normally, but you can unzip the picture itself to reveal hidden contents!&#160; Check out the video for more details.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:b42b06f7-8f06-45ca-a15e-76bdfd362d3d" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/q6AQL55zMR4&amp;hl=en"></param><embed src="http://www.youtube.com/v/q6AQL55zMR4&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>&#160;</p>
<h3>What do you use to zip files?&#160; Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/how-to-edit-merge-split-and-convert-pdf-files/" rel="bookmark" title="Permanent Link: How to Edit, Merge, Split and Convert PDF Files">How to Edit, Merge, Split and Convert PDF Files</a></p><p><a href="http://www.friedbeef.com/document-backups-and-version-control-in-a-jiffy-filehamster/" rel="bookmark" title="Permanent Link: Document Backups and Version Control in a Jiffy &#8211; FileHamster">Document Backups and Version Control in a Jiffy &#8211; FileHamster</a></p><p><a href="http://www.friedbeef.com/how-to-get-more-space-on-your-hard-disk-by-cleaning-out-outlook-properly/" rel="bookmark" title="Permanent Link: How to get more space on your hard disk by cleaning out Outlook properly">How to get more space on your hard disk by cleaning out Outlook properly</a></p><p><a href="http://www.friedbeef.com/3-delicious-tools-that-will-make-your-mouth-water/" rel="bookmark" title="Permanent Link: 3 del.icio.us Tools That Will Make Your Mouth Water">3 del.icio.us Tools That Will Make Your Mouth Water</a></p><p><a href="http://www.friedbeef.com/open-source-goody-bag-more-freebies/" rel="bookmark" title="Permanent Link: Open Source Goody Bag : More Freebies">Open Source Goody Bag : More Freebies</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/7-free-file-compression-tools-you-can%e2%80%99t-live-without/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>6 Effective Ways to Tweet Directly From Your Browser</title>
		<link>http://www.friedbeef.com/6-effective-ways-to-tweet-directly-from-your-browser/</link>
		<comments>http://www.friedbeef.com/6-effective-ways-to-tweet-directly-from-your-browser/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 00:06:59 +0000</pubDate>
		<dc:creator>James Yeang</dc:creator>
				<category><![CDATA[Useful Tips]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.friedbeef.com/?p=929</guid>
		<description><![CDATA[Become a quicker and more effective tweeter, just by tweaking your web browser.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/73532212@N00/3383916444/"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="twitterbird" border="0" alt="twitterbird" src="http://www.friedbeef.com/wp-content/uploads/2009/07/twitterbird.jpg" width="450" height="252" /></a> </p>
<p>Twitter is already a social networking phenomena in its own right and every other person who has an active online presence also seems to be tweeting.&#160; Rather than posting directly on twitter.com’s default web interface, here are 6 ways to become a quicker and more effective tweeter, just by tweaking your web browser. </p>
<h3>1. How to tweet URLs and post to del.icio.us with one click</h3>
<p>  <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="bigtweet" border="0" alt="bigtweet" src="http://www.friedbeef.com/wp-content/uploads/2009/07/bigtweet.jpg" width="450" height="300" />
<p>&#160;<a href="http://bigtweet.com/">Bigtweet</a> allows you to share websites you visit by clicking a bookmarklet which automatically puts the URL which you&#8217;re currently browsing into your tweet and shortens it for you.&#160; It also posts to del.icio.us and/or Ping.fm so you can even share the URL easily across other social networks.</p>
<h3>2. How to tweet URLs and enter contests at the same time</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="twitthis" border="0" alt="twitthis" src="http://www.friedbeef.com/wp-content/uploads/2009/07/twitthis.jpg" width="450" height="167" /> </p>
<p>Much like BigTweet, <a href="http://www.twitthis.com">TwitThis</a> also automatically puts the URL which you&#8217;re currently browsing into your tweet and shortens it for you.&#160; The unique spin here is that you’re able to enter contests as well, which allow you to tweet and win cool prizes at the same time like iPhones and Kindles.</p>
<h3>3. How to tweet even faster</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="twitlet" border="0" alt="twitlet" src="http://www.friedbeef.com/wp-content/uploads/2009/07/twitlet.jpg" width="450" height="300" /> </p>
<p>With <a href="http://www.twitlet.com/">Twitlet</a>, one can tweet just by hitting a bookmarklet on your browser.&#160; No installation, no browser extensions, just a simple bookmark, and a window pops up where you put in your dose of 140 characters without having to load twitter.&#160; It’s really one of the quickest ways to tweet from a browser.&#160; No sign-up required.</p>
<h3>4. How to tweet directly from the Firefox address bar</h3>
<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="twitterbar" border="0" alt="twitterbar" src="http://www.friedbeef.com/wp-content/uploads/2009/07/twitterbar.jpg" width="445" height="178" /> </p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4664">Twitterbar</a> is a Firefox add-on that allows anyone to post tweets fright from the address bar! Just type in any text you want and press the tweet button. Also convenient for tweeting URLs, in which you just have to press the tweet button.</p>
<h3>5. How to integrate Twitter into your Firefox sidebar</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="twitbin" border="0" alt="twitbin" src="http://www.friedbeef.com/wp-content/uploads/2009/07/twitbin.jpg" width="298" height="190" /> </p>
<p>Self-proclaimed ‘best twitter addon for Firefox’, <a href="https://addons.mozilla.org/en-US/firefox/addon/7631">Twitbin</a> allows users to do anything Twitter-related (send/receive updates, messages etc.) right from the Firefox sidebar. Pretty handy if you are sidebar junkie.</p>
<h3>6. How to share links and track them on Twitter</h3>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="bitly" border="0" alt="bitly" src="http://www.friedbeef.com/wp-content/uploads/2009/07/bitly.jpg" width="450" height="278" /> </p>
<p>If you use the <a href="http://bit.ly">Bit.ly</a> sidebar to post links to Twitter, Facebook, and Gmail, you’ll also be able to see how popular the link is on bit.ly by being able to track the clicks it gets.&#160; You’ll also be able to read all existing twitter and friendfeed conversations surrounding the link you’re sharing. </p>
<p><em>This post was jointly written by <a href="http://figech.blogspot.com/">Chan Huey Hoong</a> and <a href="http://www.friedbeef.com">James Yeang</a></em></p>
<h3>What tips do you have for Twitter productivity? Tell us in the comments!</h3>
<p>---<br />Related Articles at Friedbeef's Tech:<ul><p><a href="http://www.friedbeef.com/how-to-quickly-email-interesting-web-pages-to-yourself/" rel="bookmark" title="Permanent Link: How to Quickly Email Interesting Web Pages To Yourself">How to Quickly Email Interesting Web Pages To Yourself</a></p><p><a href="http://www.friedbeef.com/13-ways-to-save-money-using-twitter/" rel="bookmark" title="Permanent Link: 13 Ways to Save Money Using Twitter">13 Ways to Save Money Using Twitter</a></p><p><a href="http://www.friedbeef.com/how-sit-at-your-desk-and-take-up-astronomy/" rel="bookmark" title="Permanent Link: How Sit at Your Desk and Take up Astronomy">How Sit at Your Desk and Take up Astronomy</a></p><p><a href="http://www.friedbeef.com/twitter-101-7-ways-to-make-better-sense-of-twitter/" rel="bookmark" title="Permanent Link: Twitter 101: 7 Ways to Make Better Sense of Twitter">Twitter 101: 7 Ways to Make Better Sense of Twitter</a></p><p><a href="http://www.friedbeef.com/how-to-sign-up-and-avoid-email-spam-ipooorg/" rel="bookmark" title="Permanent Link: How To Sign Up And Avoid Email Spam&#8230; ( Ipoo.org )">How To Sign Up And Avoid Email Spam&#8230; ( Ipoo.org )</a></p></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.friedbeef.com/6-effective-ways-to-tweet-directly-from-your-browser/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
