<?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>kyleabaker.com &#187; Web</title> <atom:link href="http://kyleabaker.com/category/web/feed/" rel="self" type="application/rss+xml" /><link>http://kyleabaker.com</link> <description>Web Technologies, Linux, Tips, Tricks and my Life</description> <lastBuildDate>Mon, 09 Jan 2012 03:53:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>How to setup and use Tor Anonymity in Ubuntu</title><link>http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/</link> <comments>http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/#comments</comments> <pubDate>Tue, 11 Jan 2011 18:11:45 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[Holiday]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Product Review]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[tor]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4576</guid> <description><![CDATA[Just before the new year, I saw a news article by Wired that highlighted flaws found in the Tor Anonymity Network. I had never used Tor, but I knew what it was, the benefits it could provide, and a bit about how it worked. With a little free time on my hands I decided to [...]]]></description> <content:encoded><![CDATA[<p>Just before the new year, I saw a news article by Wired that highlighted <a
href="http://www.wired.com/threatlevel/2010/12/flaws-spotlighted-in-tor-anonymity-network/">flaws found in the Tor Anonymity Network</a>. I had never used <a
href="http://www.torproject.org/">Tor</a>, but I knew what it was, the benefits it could provide, and a bit about how it worked.</p><p>With a little free time on my hands I decided to set it up and see what all the fuss was about. At the time I was installing the Tor components in OS X, but I was curious about installing it in Ubuntu and the resources and instructions that I came across were not as straight forward as they could have been. That is where this post comes it, to provide a simple step by step guide with no fuss.</p><p><strong>What is Tor?</strong></p><p>This is how <a
href="http://en.wikipedia.org/wiki/Tor_(anonymity_network)">Wikipedia</a> explains Tor:</p><blockquote><p>Tor is a system intended to enable online anonymity, composed of client software and a network of servers which can hide information about users&#8217; locations and other factors which might identify them. Use of this system makes it more difficult to trace internet traffic to the user, including visits to Web sites, online posts, instant messages, and other communication forms. It is intended to protect users&#8217; personal freedom, privacy, and ability to conduct confidential business, by keeping their internet activities from being monitored.</p></blockquote><p><strong>What does it look like?</strong></p><p>Tor itself doesn&#8217;t have a graphical user interface (GUI), but there is an application known as Vidalia which provides a nice and simple user interface for controlling all of your Tor needs.</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2011/01/tor-vidalia-control-panel-ubuntu-11-04.png"><img
class="alignnone size-medium wp-image-4577" title="tor-vidalia-control-panel-ubuntu-11-04" src="http://kyleabaker.com/wp-content/uploads/2011/01/tor-vidalia-control-panel-ubuntu-11-04-300x286.png" alt="" width="300" height="286" /></a></p><p>When installing Tor in Ubuntu, you will need to install 3 components: <a
href="https://www.torproject.org/">Tor</a>, <a
href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, and <a
href="http://www.torproject.org/projects/vidalia.html.en">Vidalia</a>. Tor and Vidalia should now be obvious to you (since I&#8217;ve explained that Vidalia provides a GUI to Tor).</p><p>Again, according to <a
href="http://en.wikipedia.org/wiki/Polipo">Wikipedia</a> here is what Polipo is:</p><blockquote><p>Polipo is a fast and lightweight, forwarding and caching proxy server, SOCKS proxy and computer software daemon.</p></blockquote><p><strong>Install Tor in Ubuntu</strong></p><p>This is really quite simple and I could easily provide a simple bash script to automate all of this for you, but that would mean that I would have to maintain it and that you wouldn&#8217;t learn anything. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>For simplicity, I will write this guide assuming you are using Ubuntu 10.10, aka <strong>Maverick</strong>. If you&#8217;re using a different version, make sure you change the necessary bits below.</p><ol><li>Open &#8220;Software Sources,&#8221; select the &#8220;Other Software&#8221; tab, click the &#8220;Add&#8221; button at the bottom and paste the following:<p><span
style="color: #333399;">deb http://deb.torproject.org/torproject.org <strong>maverick</strong> main</span></p><p>Click &#8220;Add Source,&#8221; then click Close. When it asks if you want to Reload, click yes and ignore any errors for now.</li><li>Open a Terminal and add the Tor Repository keys and update Apt:<p><span
style="color: #333399;">gpg &#8211;keyserver keys.gnupg.net &#8211;recv 886DDD89<br
/> gpg &#8211;export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -<br
/> sudo apt-get update</span></li><li>Install Tor, Polipo, and Vidalia:<p><span
style="color: #333399;">sudo apt-get install tor tor-geoipdb polipo vidalia -y</span></p><p>When prompted during the installation of Vidalia, select the option to permanently replace (or however it is worded).</li><li>Download a pre-made config file for Polipo:<p><span
style="color: #333399;">wget https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf<br
/> sudo mv /etc/polipo/config /etc/polipo/config.bak<br
/> sudo mv polipo.conf /etc/polipo/config</span></li><li>Now Stop and Restart both Tor and Polipo for safe measure:<p><span
style="color: #333399;">sudo /etc/init.d/tor stop<br
/> sudo /etc/init.d/polipo stop<br
/> sudo /etc/init.d/polipo start</span></p><p>Open the application Vidalia when you would like to connect to the Tor network. If you want it on by default, you can always set Vidalia to autostart with your computer.</li><li>All thats left is to configure your Applications to use the Tor proxies! If you don&#8217;t adjust the network settings of your applications to use the Tor proxy settings then you&#8217;re not using Tor at all. You can confirm that Tor is indeed working by visiting <a
href="https://check.torproject.org/">the Tor detector</a> page.</li></ol><p>If you run into issues for any reason, check back through the steps listed above. If that still doesn&#8217;t fix them, you might check the <a
href="https://help.ubuntu.com/community/Tor">Community Ubuntu Documentation on Tor</a> page or the official <a
href="http://www.torproject.org/docs/tor-doc-unix.html.en">Tor for Linux/BSD/Unix</a> page.</p><p><strong>Configuring applications to use the Tor proxies</strong></p><p>There are 2 types of configurations for Tor:</p><ol><li>HTTP or HTTPS &#8211; Typically used for web browsers such as Opera, Firefox, Safari, Google Chrome, etc.<p><span
style="color: #333333;">Host: 127.0.0.1<br
/> Port: 8118</span></li><li>Sockets &#8211; Typcially used for instant messaging applications such as Trillian, Digsby, MSN, AOL, Empathy, Pidgin, etc.<p><span
style="color: #333333;">Host: 127.0.0.1<br
/> Port: 9050</span></li></ol><p>Nearly any application that allows you to adjust network settings by using proxies can make use of the Tor Anonymity Network. Configuring your application of choice is a matter of selection to use HTTP or Sockets.</p><p>If you&#8217;re unsure, use trial and error. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>A great note that I came across on the <em>Community Ubuntu Documentation</em> page for Tor that I think everyone should read carefully before using Tor is as follows:</p><blockquote><p>What&#8217;s the use of having Tor and Privoxy setup without enabling your new anonymous proxy in your common web applications? At this time Tor only supports HTTP and HTTPS traffic, but still recommends using Tor in your browser&#8217;s proxy settings for all protocols as a hidden image link can give away your IP address if linked to an image on an FTP site.</p></blockquote><p><strong>Conclusion</strong></p><p>Hopefully by this point you&#8217;ve successfully configured Tor for all of your anonymity needs. Will Tor works great, it only works great if you&#8217;ve configured it correctly.</p><p>Some Tor connections may be slower than others. If you&#8217;re experiencing a connection that is simply too slow for your needs or if you need a new ip address so you can get that file from RapidShare without having to wait for an hour, simply open Vidalia Control Panel and click &#8220;Use a New Identity.&#8221;</p><p>Remember that Tor can be used for Windows and Mac, and is more straightforward to install for them as well.</p><p>While there have been a <a
href="http://www.wired.com/threatlevel/2010/12/flaws-spotlighted-in-tor-anonymity-network/">few flaws exposed</a>, as mentioned before, I would tend to think the risk of being identified over Tor is very low since the attacks would have to occur on the same network that you&#8217;re connected to. I typically only use Tor at public internet access points (which is where these attacks would be most likely to occur), but it can be very handy in many situations and will likely continue to be on the list of my apps to install for a long long time.</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>UbuntuForums.org Site Makeover via UserJS</title><link>http://kyleabaker.com/2010/12/09/ubuntuforums-org-site-makeover-via-userjs/</link> <comments>http://kyleabaker.com/2010/12/09/ubuntuforums-org-site-makeover-via-userjs/#comments</comments> <pubDate>Thu, 09 Dec 2010 23:56:18 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[ECMAScript]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Safari]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Web Browsers]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[userjs]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4528</guid> <description><![CDATA[A while back there was a neat little styling script being passed around that tuned the Ubuntu Forums to match the new official designs a little more closely. While its not official and no where near a perfect solution, it does dramatically improve the appearance of the forums overall. Before After To use this, all [...]]]></description> <content:encoded><![CDATA[<p>A while back there was a <a
href="http://www.omgubuntu.co.uk/2010/08/give-the-ubuntu-forums-a-new-look-using-stylish/">neat little styling script</a> being passed around that tuned the Ubuntu Forums to match the new official designs a little more closely. While its not official and no where near a perfect solution, it does dramatically improve the appearance of the forums overall.</p><p><strong>Before</strong></p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/12/40915_before.jpeg"><img
class="alignnone size-medium wp-image-4529" title="40915_before" src="http://kyleabaker.com/wp-content/uploads/2010/12/40915_before-300x206.jpg" alt="" width="300" height="206" /></a></p><p><strong>After</strong></p><p><strong><a
href="http://kyleabaker.com/wp-content/uploads/2010/12/40915_after.jpeg"><img
class="alignnone size-medium wp-image-4530" title="40915_after" src="http://kyleabaker.com/wp-content/uploads/2010/12/40915_after-300x181.jpg" alt="" width="300" height="181" /></a> </strong></p><p>To use this, all you have to do is <a
href="http://userstyles.org/styles/40915">download and install</a> the Stylesheet or UserJS file and configure it in your browser! I&#8217;m using the UserJS version, but you may prefer the other. Either way, enjoy!</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2010/12/09/ubuntuforums-org-site-makeover-via-userjs/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Get Steam Specials via RSS Feed</title><link>http://kyleabaker.com/2010/12/08/get-steam-specials-via-rss-feed/</link> <comments>http://kyleabaker.com/2010/12/08/get-steam-specials-via-rss-feed/#comments</comments> <pubDate>Thu, 09 Dec 2010 02:47:04 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Entertainment]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[News]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[feed]]></category> <category><![CDATA[game]]></category> <category><![CDATA[games]]></category> <category><![CDATA[rss]]></category> <category><![CDATA[steam]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4521</guid> <description><![CDATA[This is just a little hack I&#8217;ve used so I can subscribe to the &#8220;Specials&#8221; that are periodically released and published on the Steam website. If you&#8217;re interested in letting your Feed client simplify your life by bringing the Steam updates directly to you then I suggest you subscribe to the feed that I&#8217;ve setup [...]]]></description> <content:encoded><![CDATA[<p>This is just a little hack I&#8217;ve used so I can subscribe to the &#8220;Specials&#8221; that are periodically released and published on the <a
href="http://store.steampowered.com/search/?specials=1">Steam website</a>.</p><p>If you&#8217;re interested in letting your Feed client simplify your life by bringing the Steam updates directly to you then I suggest you subscribe to the feed that I&#8217;ve setup (via a great free service call <a
href="http://www.feed43.com/">Feed For Free</a>).</p><p>The Steam News &#8211; Specials feed:</p><blockquote><p><code><a
href="http://feed43.com/4758788726706067.xml">http://feed43.com/4758788726706067.xml</a></code></p></blockquote><p>The Steam News &#8211; Announcements feed:</p><blockquote><p><code><a
href="http://feed43.com/7724635415454743.xml">http://feed43.com/7724635415454743.xml</a></code></p></blockquote><p>When I searched for a feed for these Specials I came across one forum post after another asking the same thing. We all know how annoying that can be, so to remedy the situation I decided to post a solution myself. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>As you can see below, these pages don&#8217;t have feeds of their own, but the very awesome <em>Feed For Free</em> site will let you pull the updates straight into your feed reader with ease. See my Google Reader pictured below.</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/12/steam-specials-via-feed43.png"><img
class="alignnone size-medium wp-image-4525" title="steam-specials-via-feed43" src="http://kyleabaker.com/wp-content/uploads/2010/12/steam-specials-via-feed43-300x123.png" alt="" width="300" height="123" /></a></p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2010/12/08/get-steam-specials-via-rss-feed/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Happy Halloween</title><link>http://kyleabaker.com/2010/11/01/happy-halloween-3/</link> <comments>http://kyleabaker.com/2010/11/01/happy-halloween-3/#comments</comments> <pubDate>Mon, 01 Nov 2010 13:20:51 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Holiday]]></category> <category><![CDATA[Jasmine]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[Music]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[halloween]]></category> <category><![CDATA[music video]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4469</guid> <description><![CDATA[Hope everyone had a great Halloween this year! If you missed visiting my blog, then you also missed my Halloween theme! Thats about as far as my Halloween decorations went (other than dressing up as a pirate) this year, but I saw a lot of great looking jack-o&#8217;-lanterns this year and some really great costumes [...]]]></description> <content:encoded><![CDATA[<p>Hope everyone had a great Halloween this year! If you missed visiting my blog, then you also missed my Halloween theme!</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/11/Screen-shot-2010-11-01-at-8.53.26-AM.png"><img
class="alignnone size-medium wp-image-4470" title="Halloween Design 2010-11-01 at 8.53.26 AM" src="http://kyleabaker.com/wp-content/uploads/2010/11/Screen-shot-2010-11-01-at-8.53.26-AM-300x216.png" alt="" width="300" height="216" /></a></p><p>Thats about as far as my Halloween decorations went (other than dressing up as a pirate) this year, but I saw a lot of great looking  jack-o&#8217;-lanterns this year and some really great costumes at <a
href="http://www.moogfest.com/">Moogfest</a>! Had a blast!</p><p>Here&#8217;s a quick video of this random guy dancing during Massive Attack. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p><p><object
type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://vimeo.com/moogaloop.swf?clip_id=16375212&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1"><param
name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=16375212&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><param
name="wmode" value="transparent"></param></object></p><p>We got to see MGMT, Dan Deacon, Girl Talk, Thievery Corporation, Massive Attack, Shiongle, Disco Biscuits and a few others. Overall, it was a pretty amazing Halloween weekend! If only they were all that way&#8230;</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2010/11/01/happy-halloween-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MacBook Pro</title><link>http://kyleabaker.com/2010/09/29/macbook-pro/</link> <comments>http://kyleabaker.com/2010/09/29/macbook-pro/#comments</comments> <pubDate>Thu, 30 Sep 2010 03:41:30 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Applications]]></category> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Product Review]]></category> <category><![CDATA[Twitter]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[apple]]></category> <category><![CDATA[mac os x]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4421</guid> <description><![CDATA[In with the new, out with the old. I got my new MacBook Pro 13&#8243; around noon today, but had to wait until noon to start playing around on it. Here are my phones blurring pictures of the old HP dv4000 (left) and the new MacBook Pro (right). Notice the HP isn&#8217;t running. Thats because [...]]]></description> <content:encoded><![CDATA[<p>In with the new, out with the old. I got my new MacBook Pro 13&#8243; around noon today, but had to wait until noon to start playing around on it.</p><p>Here are my phones blurring pictures of the old HP dv4000 (left) and the new MacBook Pro (right).</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/09/0929102047.jpg"><img
class="alignnone size-medium wp-image-4422" title="0929102047" src="http://kyleabaker.com/wp-content/uploads/2010/09/0929102047-300x225.jpg" alt="" width="300" height="225" /></a></p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/09/0929102049.jpg"><img
class="alignnone size-medium wp-image-4423" title="0929102049" src="http://kyleabaker.com/wp-content/uploads/2010/09/0929102049-300x225.jpg" alt="" width="300" height="225" /></a></p><p>Notice the HP isn&#8217;t running. Thats because it no longer even boots thanks to some internal hardware problems.</p><p>This time around I decided that I wanted a smaller, more portable laptop. Since I&#8217;ve had plenty of Windows computers and have been running <a
href="http://www.ubuntu.com/">Ubuntu</a> Linux for a few years, I decided it was about time for me to get a Mac.</p><p>So far I&#8217;ve gotten the basics installed and setup thanks to suggestions from my brother and friends.</p><ul><li>Opera</li><li>Adium</li><li>Skype</li><li>Last.fm Scrobbler</li><li>Tweetie</li><li>Dropbox</li><li>Coda</li><li>QuickSynergy</li><li>Xcode</li></ul><p>I&#8217;m still testing out Xcode to see how I like it, but my first impression of the 3gb download wasn&#8217;t too positive. If it works well then great, but I was hoping to find a good medium between size and features.</p><p>I&#8217;ve also tweaked my MacBook&#8217;s name so it appears a little more customized on the network (using <a
href="http://www.askdavetaylor.com/how_to_change_imac_mac_name_on_network.html">this guide</a>). Now it appears as &#8220;<em>kyBook Pro</em>.&#8221; <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p><p>Have some suggested apps or tips for me, or something better than what I&#8217;ve listed above? I&#8217;d love to hear what you like to install on your Mac!</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2010/09/29/macbook-pro/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Eliminate Opera&#8217;s Address Bar Like IE9</title><link>http://kyleabaker.com/2010/09/24/eliminate-operas-address-bar-like-ie9/</link> <comments>http://kyleabaker.com/2010/09/24/eliminate-operas-address-bar-like-ie9/#comments</comments> <pubDate>Fri, 24 Sep 2010 06:44:06 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Web Browsers]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4417</guid> <description><![CDATA[If you&#8217;re a fan of minimizing toolbar space and maximizing browser space, you might be interested in this short guide that explains how to make your Opera look just a little more like this (arrangement-wise). While this isn&#8217;t a perfect solution, it will show you how you can customize your Opera browser to be arranged [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;re a fan of minimizing toolbar space and maximizing browser space, you might be interested in this short guide that explains how to make your Opera look just a little more like this (arrangement-wise).</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/09/internet-explorer-9.jpg"><img
class="alignnone size-medium wp-image-4419" title="internet-explorer-9" src="http://kyleabaker.com/wp-content/uploads/2010/09/internet-explorer-9-300x223.jpg" alt="" width="300" height="223" /></a></p><p>While this isn&#8217;t a perfect solution, it will show you how you can customize your Opera browser to be arranged a tad bit more like the upcoming Internet Explorer 9 web browser. While you&#8217;re at it, you might consider installing an Internet Explorer themed skin as well. I&#8217;m only kidding. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/09/opera-10-70-ie9-style.png"><img
class="alignnone size-medium wp-image-4418" title="opera-10-70-ie9-style" src="http://kyleabaker.com/wp-content/uploads/2010/09/opera-10-70-ie9-style-300x217.png" alt="" width="300" height="217" /></a></p><p><strong>Step 1</strong></p><p>Hide the address bar. To do this, you simply need to right click on the address bar and select &#8220;Customize -&gt; Appearance..&#8221; from the menu.</p><p>In the window that appears, uncheck Address Bar and leave the Appearance window open for the next step.</p><p><strong>Step 2</strong></p><p>Add the address box and preferred navigation buttons. To do this, using the Appearance window that you opened in Step 1, click on the Buttons tab and make sure that the category item &#8220;Browser&#8221; is selected.</p><p>In this window you will find back, forward, refresh, log in and home buttons (as well as several others). Click on a button that you want to add such as the back/forward combo button and drag it up to the right of the Opera menu button until you see arrows to drop it.</p><p>If you dropped the buttons just right then they should now be resting to the right of the Opera menu button. If they didn&#8217;t appear, try again or is they are placed incorrectly you can move them around or remove them via right clicking the button and selecting &#8220;Customize -&gt; Remove From Toolbar&#8221;.</p><p><strong>Step 3</strong></p><p>Now the last thing you probably want to add is the address box. You can find this in the buttons category labeled &#8220;Browser view&#8221;. Drag and drop this widget where you want it as you did with the buttons before.</p><p>Feel free to experiment with other buttons and widgets. After you&#8217;ve finished customizing your browser&#8217;s layout, click OK to close the Appearance window. You are not finished!</p><p><strong>Conclusion</strong></p><p>As I said before, this isn&#8217;t a perfect solution and there are several problems present that I encountered while rearranging various parts of the browser.</p><p>The biggest problem I have with this at the moment is the lack of ability to control the width of the address box. The address box drop down is also very narrow which makes it more difficult to use. than before.</p><p>Most buttons, when dropped into this toolbar are sized much larger than the back/forward combo button which makes it difficult to create a clean interface. This is the reason you only see this combo button and the address box in the screenshot above. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>Its great to see that Opera is still the king of browser layout customizations, but there are still problems that need to be fixed before this can be used as a true method of mimicking IE9.</p><p>If you&#8217;ve got tips, post &#8216;em in the comments! I love getting feedback and suggestions!</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2010/09/24/eliminate-operas-address-bar-like-ie9/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Solaris International/Deep Blue Radio Show Podcast</title><link>http://kyleabaker.com/2010/09/23/solaris-international-deep-blue-radio-show-podcast/</link> <comments>http://kyleabaker.com/2010/09/23/solaris-international-deep-blue-radio-show-podcast/#comments</comments> <pubDate>Fri, 24 Sep 2010 01:49:42 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Applications]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[Music]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[internet radio]]></category> <category><![CDATA[podcast]]></category> <category><![CDATA[rhythmbox]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4412</guid> <description><![CDATA[A few years ago, while I was up late working and listening to what was then known as Virgin Radio at the time (and now as Absolute Radio), I happened to catch an episode of the &#8220;Deep Blue Radio Show.&#8221; Since then, it appears to have been renamed to &#8220;Solaris International.&#8221; If you&#8217;re unfamiliar with [...]]]></description> <content:encoded><![CDATA[<p>A few years ago, while I was up late working and listening to what was then known as Virgin Radio at the time (and now as <a
href="http://www.absoluteradio.co.uk/">Absolute Radio</a>), I happened to catch an episode of the &#8220;Deep Blue Radio Show.&#8221; Since then, it appears to have been renamed to &#8220;Solaris International.&#8221;</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/09/solaris-international.png"><img
class="alignnone size-full wp-image-4413" title="solaris-international" src="http://kyleabaker.com/wp-content/uploads/2010/09/solaris-international.png" alt="" width="400" height="138" /></a></p><p>If you&#8217;re unfamiliar with this show, its simply a two hour mix of <a
href="http://en.wikipedia.org/wiki/Electronica">electronica</a> and <a
href="http://en.wikipedia.org/wiki/Trance_music">trance</a> tunes by <a
href="http://www.solarstone.co.uk/radio/">Solaris International with Solarstone</a>. You can listen to their previous airings straight from their website, but I&#8217;ve finally come across their podcast in iTunes and found that it works perfectly in Linux as well with Rhythmbox!</p><p>Their site doesn&#8217;t seem to be as intuitive as it could be, which is why it took me so long to stumble across their podcast link. If you&#8217;re interested in subscribing, the link is posted immediately below. Copy and past it into your media player. If you&#8217;re unsure how, take a look at this excellent guide from <a
href="http://goinglinux.com/articles/Subscribe.html">GoingLinux.com</a>.</p><p><strong>Podcast Link to copy and paste:</strong><br
/> <span
style="text-decoration: underline;">﻿﻿<em>http://www.solarstone.co.uk/listenAgain/deepblueradishow-podcast.xml</em></span></p><p>At the moment, there are over 220 previous podcast episodes available to download, so if you&#8217;ve got the time then they&#8217;ve got the tunes. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>I&#8217;m usually not a fan of podcasts, but I have a select few that I frequent. This will easily become my favorite.</p><p>If you&#8217;re not a fan of electronica or trance music then you can kindly disregard this post or use this as a reminder to search for podcasts featuring music you yourself may enjoy! <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p><p>If you have podcast recommendations, I would love to hear about them in the comments!</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2010/09/23/solaris-international-deep-blue-radio-show-podcast/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Ubuntu 10.10 Banner</title><link>http://kyleabaker.com/2010/09/02/ubuntu-10-10-banner/</link> <comments>http://kyleabaker.com/2010/09/02/ubuntu-10-10-banner/#comments</comments> <pubDate>Thu, 02 Sep 2010 06:15:47 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[How-To]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[ubuntu 10.10]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4383</guid> <description><![CDATA[Recently I was looking through the Ubuntu 10.10 banners and really liked the simplistic design of one by Anthony Scarth. Curious about adding it to my blog (as you should now see in the right column), I fired him an email. Unfortunately he didn&#8217;t have a script prepared, but still offered up the images! Taking a [...]]]></description> <content:encoded><![CDATA[<p>Recently I was looking through the <a
href="https://wiki.ubuntu.com/Website/MaverickCountdownBanner">Ubuntu 10.10 banners</a> and really liked the simplistic design of one by Anthony Scarth.</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/09/38.png"><img
class="alignnone size-full wp-image-4384" title="38" src="http://kyleabaker.com/wp-content/uploads/2010/09/38.png" alt="" width="180" height="150" /></a> <a
href="http://kyleabaker.com/wp-content/uploads/2010/09/381.png"><img
class="alignnone size-full wp-image-4385" title="38" src="http://kyleabaker.com/wp-content/uploads/2010/09/381.png" alt="" width="180" height="150" /></a></p><p>Curious about adding it to my blog (as you should now see in the right column), I fired him an email. Unfortunately he didn&#8217;t have a script prepared, but still offered up the images!</p><p>Taking a little time, I grabbed the old script for an Ubuntu 10.04 Banner, made a few modifications (and corrections) and got the banner up and ticking in no time!</p><p>If you&#8217;re interested in using one of these two banners on your site then you&#8217;ll be happy to know I&#8217;m posting easily linkable scripts to these two right here!</p><p><strong>Orange</strong><br
/> <code>&lt;script type='text/javascript' src='http://www.kyleabaker.com/fun/ubuntu1010banner/orange.js'&gt;&lt;/script&gt;</code></p><p><strong>Purple</strong><br
/> <code>&lt;script type='text/javascript' src='http://www.kyleabaker.com/fun/ubuntu1010banner/purple.js'&gt;&lt;/script&gt;</code></p><p>Copy and paste the style that you&#8217;d like to use into your blog or web site. If you have any problems just let me know.</p><p>Be sure to give Anthony a shout out and thanks if you like his design as well! You can find his email listed on the Ubuntu banners page linked above.</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2010/09/02/ubuntu-10-10-banner/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Making Calls From Gmail</title><link>http://kyleabaker.com/2010/08/27/making-calls-from-gmail/</link> <comments>http://kyleabaker.com/2010/08/27/making-calls-from-gmail/#comments</comments> <pubDate>Fri, 27 Aug 2010 04:52:55 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Applications]]></category> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Product Review]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Web Browsers]]></category> <category><![CDATA[google]]></category> <category><![CDATA[google phone]]></category> <category><![CDATA[phone]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4366</guid> <description><![CDATA[If you&#8217;ve somehow managed to miss this one in the news then you must be hiding in one deep dark hole. Here are some pictures for your entertainment. If you&#8217;d like to use this, you need to install the Google Voice plugin first and then restart you web browser. Keep in mind that you need [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve <a
href="http://gmailblog.blogspot.com/2010/08/call-phones-from-gmail.html">somehow</a> <a
href="http://www.betanews.com/article/Google-unveils-voice-calling-through-Gmail/1282756472">managed</a> <a
href="http://www.downloadsquad.com/2010/08/25/google-voice-gmail-skype-killer-yadda-domination/">to</a> <a
href="http://arstechnica.com/web/news/2010/08/google-voice-and-gmail-sitting-in-a-tree-c-a-l-l-i-n-g.ars">miss</a> <a
href="http://www.afterdawn.com/news/article.cfm/2010/08/26/google_chat_gets_phone_call_capability_for_us_users">this</a> <a
href="www.youtube.com/watch?v=L1gRCfq7_0c">one</a> <a
href="http://www.ubergizmo.com/15/archives/2010/08/use_gmail_to_call_other_phones.html">in</a> <a
href="http://www.huffingtonpost.com/2010/08/25/gmail-phone-calls-coming-_n_693701.html">the</a> <a
href="http://www.engadget.com/2010/08/25/google-introduces-voice-in-gmail/">news</a> <a
href="http://www.economist.com/blogs/gulliver/2010/08/phone_calls_gmail">then</a> <a
href="http://www.buzztab.com/technology/google-call-phone-latest-feature-in-gmail/">you</a> <a
href="http://googlevoiceblog.blogspot.com/2010/08/make-and-receive-calls-in-gmail.html">must</a> <a
href="http://www.dailywireless.org/2010/08/25/google-call-any-phone-from-gmail/">be</a> <a
href="http://gawker.com/5622000/now-you-can-call-people-from-gmail-for-some-reason">hiding</a> <a
href="http://techie-buzz.com/tech-news/gmail-phone-calls-and-call-rates.html">in</a> <a
href="http://consumerist.com/2010/08/call-phones-for-free-through-gmail.html">one</a> deep dark hole. <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p><p>Here are some pictures for your entertainment. If you&#8217;d like to use this, you need to install the <a
href="http://www.google.com/chat/video">Google Voice plugin first</a> and then restart you web browser.</p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/08/gmail-calling-02.png"><img
class="alignnone size-full wp-image-4367" title="gmail-calling-02" src="http://kyleabaker.com/wp-content/uploads/2010/08/gmail-calling-02.png" alt="" width="286" height="284" /></a></p><p><a
href="http://kyleabaker.com/wp-content/uploads/2010/08/gmail-calling-01.png"><img
class="alignnone size-medium wp-image-4368" title="gmail-calling-01" src="http://kyleabaker.com/wp-content/uploads/2010/08/gmail-calling-01-300x207.png" alt="" width="300" height="207" /></a></p><p>Keep in mind that you need the plugin to do this (and obviously a microphone) and that you&#8217;ll be calling friends or family using a number provided to you by Google Voice (so they may not recognize it at first).</p><p>The best thing going for Google&#8217;s new calling feature (if you ask me) is that its completely free for me to call any phone in the USA. While this pricing may not be permanent, it should at least last through the course of this year (my source for that is linked somewhere up above <img
src='http://kyleabaker.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ).</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2010/08/27/making-calls-from-gmail/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>WTF Should I Watch?</title><link>http://kyleabaker.com/2010/08/05/wtf-should-i-watch/</link> <comments>http://kyleabaker.com/2010/08/05/wtf-should-i-watch/#comments</comments> <pubDate>Thu, 05 Aug 2010 18:01:31 +0000</pubDate> <dc:creator>kyleabaker</dc:creator> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Picture]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[comedy]]></category> <category><![CDATA[entertainment]]></category> <category><![CDATA[movie]]></category> <category><![CDATA[movies]]></category> <category><![CDATA[web 2.0]]></category> <guid
isPermaLink="false">http://kyleabaker.com/?p=4235</guid> <description><![CDATA[Just for laughs I through together this quick page that gives you a new movie or show suggestion in a humorous way each time you load the page. The idea for this type of site is not my own and was inspired by site like What The F*** Should I Make For Dinner, F***ing Movie [...]]]></description> <content:encoded><![CDATA[<p>Just for laughs I through together <a
href="http://kyleabaker.com/wtfshouldiwatch/">this quick page</a> that gives you a new movie or show suggestion in a humorous way each time you load the page.</p><div
id="attachment_4236" class="wp-caption alignnone" style="width: 310px"><a
href="http://kyleabaker.com/wp-content/uploads/2010/08/why-dont-you-watch-some-fucking-friends.png"><img
class="size-medium wp-image-4236" title="why-don't-you-watch-some-fucking-friends" src="http://kyleabaker.com/wp-content/uploads/2010/08/why-dont-you-watch-some-fucking-friends-300x272.png" alt="" width="300" height="272" /></a><p
class="wp-caption-text">Screenshot of the WTFSIW page in action..</p></div><p>The idea for this type of site is not my own and was inspired by site like <a
href="http://www.whatthefuckshouldimakefordinner.com/">What The F*** Should I Make For Dinner</a>, <a
href="http://fuckingmoviereviews.com/">F***ing Movie Reviews</a>, <a
href="http://www.thefuckingweather.com/">The F***ing Weather</a> and others.</p><p>The page works off of three very short files and the code is minimal, so if anyone&#8217;s wanting to make something similar just let me know if you&#8217;re curious about my implementation of this.</p><p>Hopefully you find this both useful as well as funny! Comments, retweets and other shares are always appreciated!</p> ]]></content:encoded> <wfw:commentRss>http://kyleabaker.com/2010/08/05/wtf-should-i-watch/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
