<?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>TXLANS.com</title>
	<atom:link href="http://www.txlans.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.txlans.com</link>
	<description>Quit Playing with Yourself! - San Antonio, TX</description>
	<lastBuildDate>Fri, 14 Jan 2011 00:23:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Enable Wireless Tethering on Rooted HTC Aria for AT&amp;T Using Ubuntu</title>
		<link>http://www.txlans.com/2010/10/enable-wireless-tethering-on-rooted-htc-aria-for-att-using-ubuntu/</link>
		<comments>http://www.txlans.com/2010/10/enable-wireless-tethering-on-rooted-htc-aria-for-att-using-ubuntu/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 03:48:34 +0000</pubDate>
		<dc:creator>amp</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pro Tips]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Resources]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[do it yourself]]></category>
		<category><![CDATA[htc aria]]></category>
		<category><![CDATA[tethering]]></category>

		<guid isPermaLink="false">http://www.txlans.com/?p=583</guid>
		<description><![CDATA[Don&#8217;t want to buy one of those little wireless cards that Carriers are selling for $100?  Me neither so I got wireless tethering on my HTC Aria that I use with AT&#38;T. Now what needs to be made clear is that this was not done on Windows but instead using Ubuntu.  I actually found this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.txlans.com/wp-content/uploads/2010/10/tether.jpg" rel="lightbox[583]"><img class="alignright size-thumbnail wp-image-588" title="tether" src="http://www.txlans.com/wp-content/uploads/2010/10/tether-150x150.jpg" alt="" width="150" height="150" /></a>Don&#8217;t want to buy one of those little wireless cards that Carriers are selling for $100?  Me neither so I got wireless tethering on my HTC Aria that I use with AT&amp;T.</p>
<p>Now what needs to be made clear is that this was not done on Windows but instead using Ubuntu.  I actually found this easier to do on Linux and had trouble with Windows (big surprise?). Unfortunately the article was written while I was on a Windows Machine so some files may be RAR&#8217;d or ZIP&#8217;d as opposed to being tar&#8217;d'd&#8217;d'd.</p>
<p>Files you will need that should be downloaded right now and placed in your home folder.  For ease of use, I suggest making a directory and putting them all there for example: <strong>/home/&lt;<em>user</em>&gt;/tetherfiles</strong></p>
<ul>
<li><a href="http://www.txlans.com/wp-content/uploads/2010/10/fw_bcm4329_bin.zip">fw_bcm4329_bin.zip</a></li>
<li><a href="http://www.txlans.com/wp-content/uploads/2010/10/wireless_tether_2_0_5-pre3_apk.zip">wireless_tether_2_0_5-pre3_apk.zip</a></li>
<li><a href="http://www.txlans.com/wp-content/uploads/2010/10/android-sdk_r07-linux_x86.tar">android-sdk_r07-linux_x86.tar</a></li>
</ul>
<p>Download all of these and store in an easy-to-remember location.</p>
<p>The first file we are going to use is the <strong>Android-SDK </strong>(software developers kit).  You will need this to install applications manually that are not from the marketplace (since AT&amp;T are the only ones that got rid of it..).</p>
<p><strong>Step 1.  </strong>Extract the contents of the android sdk kit</p>
<blockquote>
<pre style="text-align: left;">$ tar -zxvf android-sdk_r07-linux_x86.tar</pre>
</blockquote>
<p style="text-align: left;"><strong>Step 2.</strong>  Copy the <strong>adb</strong> application from the tools folder to the <strong>/usr/bin</strong> folder (requires root).</p>
<blockquote>
<pre style="text-align: left;"># cp android-sdk_r07-linux_x86/tools/adb /usr/bin/</pre>
</blockquote>
<p style="text-align: left;"><strong>Step 3.  </strong>Setup the rules file under <strong>/etc/udev/rules.d/</strong> and name it <strong>&#8220;51-android.rules&#8221;</strong>.  The file must contain the following (1 line) :<strong>  *** Note : You must be ROOT!</strong></p>
<blockquote>
<pre style="text-align: left;">SUBSYSTEM=="usb", SYSFS{idVendor}=="00b4", MODE="0666"</pre>
</blockquote>
<p style="text-align: left;">Alternatively, you can just copy paste this line in and it should take care of it.</p>
<blockquote>
<pre style="text-align: left;">echo "SUBSYSTEM==\"usb\", SYSFS{idVendor}==\"00b4\", MODE=\"0666\"" &gt; /etc/udev/rules.d/51-android.rules</pre>
</blockquote>
<p style="text-align: left;"><strong>Step 4.</strong>  Restart udev.</p>
<blockquote>
<pre style="text-align: left;">$ sudo restart udev</pre>
</blockquote>
<p style="text-align: left;"><strong>Step 5.</strong>  Make sure USB Debugging is enabled by going to <strong>Settings &gt; Applications &gt; Developer &gt; USB Debugging</strong> (make sure there is a checkmark next to it) and plug it into your ubuntu laptop or desktop.  Now use adb to get a list of devices.  The result should look similar to this..</p>
<blockquote>
<pre style="text-align: left;">$ adb devices
List of connected devices
HT07YR002154</pre>
</blockquote>
<p style="text-align: left;"><strong>Step 5.</strong>  Unzip <strong>wireless_tether_2_0_5-pre3.apk</strong> from it&#8217;s respective ZIP archive and install it to the HTC Aria using adb.  Make sure you have your device ID written down.  My devices ID in the previous step is <strong>HT07YR002154</strong>.  I expect yours to be different.  Correct syntax should be <em>&#8220;adb install &lt;apk file&gt; &lt;device ID&gt;&#8221;</em>.</p>
<blockquote>
<pre style="text-align: left;">$ adb install wireless_tether_2_0_5-pre3.apk &lt;device ID&gt;</pre>
</blockquote>
<p style="text-align: left;"><strong>Step 6.</strong>  Now that we have the actual Wireless Tether application installed, we need to copy over the binary file it will use.  Unzip fw_bcm4329_bin.zip and you should have the <strong>fw_bcm4329.bin</strong> file.  This file will need to be in the &#8220;<strong>android.tether</strong>&#8221; folder located in root of the SD Card.  If you have your phone plugged in feel free to switch it from Charge only to Disk Drive, then you can simply copy it over that way.</p>
<blockquote>
<pre style="text-align: left;">$ mkdir /media/&lt;device&gt;/android.tether
$ cp fw_bcm4329.bin /media/&lt;device&gt;/android.tether/</pre>
</blockquote>
<p>That&#8217;s it.  Feel free to now launch the Wireless Tethering applicaton.  You can add this to your Aria&#8217;s *slides* as a program (you know, the thing under &#8220;widgets&#8221; in the add menu).  Upon opening it will find the configuration BIN and should work like magic.</p>
<p>As always, comments are appreciated as well as tweets and the retweets.  Also, if there are any questions I will try to answer them as quick as I can.</p>
<p>Good luck!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d583').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Want to share this post with others?</em></strong></a>
<br />
<div class="d583" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Fenable-wireless-tethering-on-rooted-htc-aria-for-att-using-ubuntu%2F&amp;title=Enable+Wireless+Tethering+on+Rooted+HTC+Aria+for+AT%26%23038%3BT+Using+Ubuntu" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Fenable-wireless-tethering-on-rooted-htc-aria-for-att-using-ubuntu%2F&amp;title=Enable+Wireless+Tethering+on+Rooted+HTC+Aria+for+AT%26%23038%3BT+Using+Ubuntu" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Fenable-wireless-tethering-on-rooted-htc-aria-for-att-using-ubuntu%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Fenable-wireless-tethering-on-rooted-htc-aria-for-att-using-ubuntu%2F&amp;title=Enable+Wireless+Tethering+on+Rooted+HTC+Aria+for+AT%26%23038%3BT+Using+Ubuntu" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Fenable-wireless-tethering-on-rooted-htc-aria-for-att-using-ubuntu%2F&amp;title=Enable+Wireless+Tethering+on+Rooted+HTC+Aria+for+AT%26%23038%3BT+Using+Ubuntu" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Enable+Wireless+Tethering+on+Rooted+HTC+Aria+for+AT%26%23038%3BT+Using+Ubuntu+@+http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Fenable-wireless-tethering-on-rooted-htc-aria-for-att-using-ubuntu%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d583').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d583').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.txlans.com/2010/10/enable-wireless-tethering-on-rooted-htc-aria-for-att-using-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Receive Text Message Notifications For Finished Torrents</title>
		<link>http://www.txlans.com/2010/10/receive-text-message-notifications-for-finished-torrents/</link>
		<comments>http://www.txlans.com/2010/10/receive-text-message-notifications-for-finished-torrents/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 14:46:46 +0000</pubDate>
		<dc:creator>amp</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pro Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[do it yourself]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.txlans.com/?p=580</guid>
		<description><![CDATA[If you&#8217;re like me you&#8217;re almost always &#8220;on the go&#8221;.  Work, school, sleep, work, school, sleep, and repeat.  I like to know when my downloads are finished and since I always have my phone on me this is probably one of the most nifty things you can do. Requirements SMS Gateway sendEmail uTorrent SMTP Server [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me you&#8217;re almost always &#8220;on the go&#8221;.  Work, school, sleep, work, school, sleep, and repeat.  I like to <strong>know</strong> when my downloads are finished and since I always have my phone on me this is probably one of the most nifty things you can do.</p>
<p><strong>Requirements</strong></p>
<ul>
<li>SMS Gateway</li>
<li><a href="http://caspian.dotconf.net/menu/Software/SendEmail/" target="_blank">sendEmail</a></li>
<li>uTorrent</li>
<li>SMTP Server</li>
<li>Any kind of CLI experience will help but is not required.</li>
</ul>
<p><strong><span style="font-weight: normal;">You will need each one of these, especially the SMTP server which will be responsible for sending the notification.</span></strong></p>
<p><strong><span style="font-weight: normal;"><br />
</span></strong></p>
<ol>
<li><strong>Find your SMS Gateway<br />
<span style="font-weight: normal;">You can find your SMS Gateway using<a href="http://en.wikipedia.org/wiki/List_of_SMS_gateways" target="_blank"> this list I found on Wikipedia</a>.</span> </strong>Since I use AT&amp;T my SMS gateway will be &#8220;txt.att.net&#8221;.  This means sending an email to <strong>PhoneNumber@txt.att.net</strong> will send an email to the specified phone number in the form of a text message.  Write this down or save it in notepad.</li>
<li><strong>Setting up sendEmail</strong><br />
If you haven&#8217;t already downloaded it from the link above then you need to.  Put it some place easy to remember such as C:\ or something easy to get to.  This way there will be less for you to type.  I am using C:\sendEmail.exe in this example.</li>
<li><strong>Servers<br />
</strong>You want to have this information ready.  You will need:  SMTP Server address, port, username, and a password all for the authentication and connection.</li>
<li><strong>Set up uTorrent to run sendEmail<br />
</strong>This is the fun part.  Right click on a torrent and select properties and then open the <strong>Advanced Tab</strong>.  There is a field there for &#8220;Run this program when the download finishes&#8221;.  This is what we are interested in.</li>
<li><strong>Build your command for uTorrent<br />
<span style="font-weight: normal;">Since sendEmail is a command line utility we need to build the command for uTorrent to execute it.  You can follow this exact example below&#8230;</p>
<p></span></strong><strong>C:\sendEmail.exe -f &lt;<em>from@domain.com&gt; </em>-t <em>&lt;phone@gateway&gt;</em> -u &#8220;<em>subject</em>&#8221; -m &#8220;<em>message&#8221; </em>-s <em>smtp.server.com:port <span style="font-style: normal;">-xu &#8220;</span>username&#8221; </em>-xp <em>&#8220;password&#8221;</em></strong></p>
<p><strong><em><br />
</em></strong></p>
<p><strong><em><span style="font-weight: normal;"><span style="font-style: normal;">Also, uTorrent has some pre-placed variables for you to use : <strong>%N</strong> for the name of file and <strong>%D</strong> for where it is saved so you can be specific with your notification.</span><br />
</span> <span style="font-style: normal;"><strong><span style="font-weight: normal;"><em><br />
<span style="font-style: normal;"><strong><span style="font-weight: normal;"><br />
</span></strong></span></em></span></strong></span></em></strong></li>
</ol>
<ol></ol>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/mCRy_C0m8hk?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/mCRy_C0m8hk?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d580').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Want to share this post with others?</em></strong></a>
<br />
<div class="d580" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Freceive-text-message-notifications-for-finished-torrents%2F&amp;title=Receive+Text+Message+Notifications+For+Finished+Torrents" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Freceive-text-message-notifications-for-finished-torrents%2F&amp;title=Receive+Text+Message+Notifications+For+Finished+Torrents" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Freceive-text-message-notifications-for-finished-torrents%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Freceive-text-message-notifications-for-finished-torrents%2F&amp;title=Receive+Text+Message+Notifications+For+Finished+Torrents" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Freceive-text-message-notifications-for-finished-torrents%2F&amp;title=Receive+Text+Message+Notifications+For+Finished+Torrents" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Receive+Text+Message+Notifications+For+Finished+Torrents+@+http%3A%2F%2Fwww.txlans.com%2F2010%2F10%2Freceive-text-message-notifications-for-finished-torrents%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d580').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d580').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.txlans.com/2010/10/receive-text-message-notifications-for-finished-torrents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Share Files And Create A VPN Between Two Computers Easily</title>
		<link>http://www.txlans.com/2010/09/how-to-share-files-and-create-vpn-between-two-computers-easily/</link>
		<comments>http://www.txlans.com/2010/09/how-to-share-files-and-create-vpn-between-two-computers-easily/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 06:21:19 +0000</pubDate>
		<dc:creator>F-Estrada</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[Sharing Files]]></category>
		<category><![CDATA[Virtual Private Network]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.txlans.com/?p=571</guid>
		<description><![CDATA[Have you ever wanted to remote in to your PC at home or at work to grab some files or a family member or a friend is having issues with their computer and its a simple fix but you don&#8217;t want to drive all the way to their house? I introduce to you Gbridge, Gbridge is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.txlans.com/wp-content/uploads/2010/09/gbridge_logo.jpg" rel="lightbox[571]"><img class="size-full wp-image-579 alignleft" src="http://www.txlans.com/wp-content/uploads/2010/09/gbridge_logo.jpg" alt="" width="64" height="64" /></a>Have you ever wanted to remote in to your PC at home or at work to grab some files or a family member or a friend is having issues with their computer and its a simple fix but you don&#8217;t want to drive all the way to their house? I introduce to you Gbridge, Gbridge is a free software-only solution available for all versions of Windows and uses your Google Account for authentication. It is an extension of Google’s gtalk service and lets you remotely control PCs, sync folders, share files, and chat securely and easily. You can share your desktop with your designated friend from anywhere in the world and automatically traverses firewalls and NATting routers without the need for configuration! Gbridge allows you to securely share and access files and let friends view photos instantly remotely with no download needed. Transfer and sync large files and folders to and from anywhere with no size restrictions, then use AutoSync to auto-schedule, auto-resume, and do incremental transfers as well as set up and auto-backup of your important folder to a local or remote PC.</p>
<p>Here&#8217;s a rundown of the features and functionality offered by Gbridge:</p>
<ul>
<li>Access      files shared by Gbridge on your or your friends&#8217; computers, from within a      Web browser.</li>
<li>When      remotely viewing photos, it creates automatic thumbnails and sideshows.</li>
<li>It      also gives you instant access to video and media files.</li>
<li>Access      the regular Windows shared folders/drives between your computers.</li>
<li>Use      remote desktop over an encrypted connection to your or your friends&#8217;      computers.</li>
<li>Use      AutoSync to synchronize folders between your computers and/or friends.</li>
<li>Use      EasyBackup to automatically have a directory(s) backed up to another      computer.</li>
</ul>
<p>Lets get our technolust going by first downloading  Gbridge and saving  it to your desktop. (<a title="Gbridge Download" href="http://www.gbridge.com/" target="_blank">Gbridge Download</a>)</p>
<ul>
<li>Once the download has finished, install Gbridge. Installation is really straight forward, just go through the motions of the prompts until it is installed.</li>
<li>Once you are done with the installation, you’ll be asked for your Gmail/Google account information, and to give a host name in the login screen as below.<br />
<a href="http://www.txlans.com/wp-content/uploads/2010/09/login.jpg" rel="lightbox[571]"><img class="aligncenter size-medium wp-image-572" src="http://www.txlans.com/wp-content/uploads/2010/09/login-300x174.jpg" alt="" width="300" height="174" /></a></li>
<li>Once you have inserted logon credentials you’re ready to go, but you might want to set up Gbridge on any other computers you own to create a virtual network amongst your PC’s. You can use the same logon at each computer for Gbridge.</li>
<li>You’ll now see a list of all your Google Talk friends listed in the Gbridge window, as well as a list of folders that you are current sharing. You can share files as well as chat with your friends directly in Gbridge. They do not have to install Gbridge to chat with you, but will need the software to access your shared files from their computer<br />
<a href="http://www.txlans.com/wp-content/uploads/2010/09/3_gbridge02.jpg" rel="lightbox[571]"><img class="aligncenter size-medium wp-image-573" src="http://www.txlans.com/wp-content/uploads/2010/09/3_gbridge02-300x260.jpg" alt="" width="300" height="260" /></a></li>
<li>Gbridge has a sample folder shared by default, but can easily add others from the SecureShare tab. Simply select a folder and choose friends with whom you wish to share that folder with. They’ll now be able to browse the contents of that shared folder as well download files using a web browser.<br />
<a href="http://www.txlans.com/wp-content/uploads/2010/09/secure-share.jpg" rel="lightbox[571]"><img class="aligncenter size-medium wp-image-574" src="http://www.txlans.com/wp-content/uploads/2010/09/secure-share-300x252.jpg" alt="" width="300" height="252" /></a><a href="http://www.txlans.com/wp-content/uploads/2010/09/3_gbridge04.jpg" rel="lightbox[571]"><img class="aligncenter size-medium wp-image-575" src="http://www.txlans.com/wp-content/uploads/2010/09/3_gbridge04-299x264.jpg" alt="" width="299" height="264" /></a></li>
</ul>
<p>With Gbridge you can remotely control your computer as well as let other friends control your computer or vice versa. This can come in handy when you forgot a file at home you can simply remote in or say a family member or a friend is having computer issues you can simply remote in and take a look at it for them. Below are steps on how to configure Desktop Share.<br />
<a href="http://www.txlans.com/wp-content/uploads/2010/09/DesktopShareConfiguration.jpg" rel="lightbox[571]"><img class="aligncenter size-medium wp-image-576" src="http://www.txlans.com/wp-content/uploads/2010/09/DesktopShareConfiguration-237x300.jpg" alt="" width="237" height="300" /></a></p>
<ol>
<li>Click the DesktopShare icon on the toolbar, and select &#8220;Configure Gbridge DesktopShare&#8221;.</li>
<li>In the &#8220;DesktopShare (VNC) Configure&#8221; dialog box, check the checkbox &#8220;Allow access after verify DesktopShare password&#8221;.</li>
<li> In the same dialog box, setup a password in &#8220;Desktopshare Password for this computer&#8221; and click &#8220;ok&#8221;.</li>
<li> The Gbridge will do a self test for the DesktopShare. If you see a stack of mirrored windows, that means the selftest passes. Otherwise, it is likely your firewall is blocking the DesktopShare server from accepting request. Typically your firewall will pop out a window asking your permission when gbridge desktopshare server (gbwinvnc.exe) starts, please select &#8220;always allow&#8221;. This is a very critical step. If your firewall does not do pop up, then you will need to check your firewall setting and allow desktopshare server listening on port 5905.</li>
<li>The remote-control is now turned on. On the other PC, log in to Gbridge using the same Google account, then click the icon of the PC to be controlled in the tree in the  Friends tab, and select the meun &#8220;Access my Gbridge DesktopShare&#8221;, and type the password you set in step 3. A firewall warning message may popup, please select &#8220;allow&#8221;.</li>
</ol>
<p>Check that out you have now configured a nice little VPN between your computers and friends computers. Now let the file sharing begin! Ha! Gbridge is a nice little app that will help you out in the long run. I find myself using it every day. Makes it easy when a family member calls that they are having issues with their system, all I do is remote in and check it out, saves the trouble of having to drive all the way across town for a simple fix. Try it out for yourself and let me know what you think of it in the comment section below!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d571').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Want to share this post with others?</em></strong></a>
<br />
<div class="d571" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F09%2Fhow-to-share-files-and-create-vpn-between-two-computers-easily%2F&amp;title=How+To+Share+Files+And+Create+A+VPN+Between+Two+Computers+Easily" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.txlans.com%2F2010%2F09%2Fhow-to-share-files-and-create-vpn-between-two-computers-easily%2F&amp;title=How+To+Share+Files+And+Create+A+VPN+Between+Two+Computers+Easily" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.txlans.com%2F2010%2F09%2Fhow-to-share-files-and-create-vpn-between-two-computers-easily%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F09%2Fhow-to-share-files-and-create-vpn-between-two-computers-easily%2F&amp;title=How+To+Share+Files+And+Create+A+VPN+Between+Two+Computers+Easily" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F09%2Fhow-to-share-files-and-create-vpn-between-two-computers-easily%2F&amp;title=How+To+Share+Files+And+Create+A+VPN+Between+Two+Computers+Easily" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+How+To+Share+Files+And+Create+A+VPN+Between+Two+Computers+Easily+@+http%3A%2F%2Fwww.txlans.com%2F2010%2F09%2Fhow-to-share-files-and-create-vpn-between-two-computers-easily%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d571').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d571').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.txlans.com/2010/09/how-to-share-files-and-create-vpn-between-two-computers-easily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Website Grader&#8221; scores your website based on Content, Marketing, and Speed</title>
		<link>http://www.txlans.com/2010/08/website-grader-scores-your-website-based-on-content-marketing-and-speed/</link>
		<comments>http://www.txlans.com/2010/08/website-grader-scores-your-website-based-on-content-marketing-and-speed/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 17:32:46 +0000</pubDate>
		<dc:creator>amp</dc:creator>
				<category><![CDATA[Pro Tips]]></category>
		<category><![CDATA[Web Resources]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web browsers]]></category>
		<category><![CDATA[web master]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://www.txlans.com/?p=568</guid>
		<description><![CDATA[Search engine optimization has become one of the most important and blatantly juiciest parts of the Web 2.0 movement.  Since massive changes in the way search engines work and with the help of Googles part in sparking the movement there has been a wildfire of new strategies for reaching the #1 spot on search engine [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_569" class="wp-caption alignright" style="width: 160px"><a href="http://www.txlans.com/wp-content/uploads/2010/08/grader.png" rel="lightbox[568]"><img class="size-thumbnail wp-image-569" title="Website Grader" src="http://www.txlans.com/wp-content/uploads/2010/08/grader-150x150.png" alt="Website Grader" width="150" height="150" /></a><p class="wp-caption-text">Website Grader</p></div>
<p>Search engine optimization has become one of the most important and blatantly juiciest parts of the Web 2.0 movement.  Since massive changes in the way search engines work and with the help of Googles part in sparking the movement there has been a wildfire of new strategies for reaching the #1 spot on search engine result pages.</p>
<p>Some can agree that back in the day when AOL 3.0 and Dial-up was running the show that the most important parts of a website that mattered were speed, optimization, and relevant material.  One: I didn&#8217;t want to wait 20 minutes to download these 100+ pages of Goldeneye 007 gameshark codes; Two: I didn&#8217;t want to spend 5 minutes waiting for a website to load and then find out it&#8217;s not what I was looking for.</p>
<p>The <a href="http://websitegrader.com" target="_blank">Website Grader</a> gives your website a score by, you guessed it..grading and giving scores to various categories and sub-categories of your website (or someone elses) for a complete average.  Basically, you end up with a test score.</p>
<p>The various subjects and categories it grades on include but are not limited to:</p>
<ul>
<li>Content and Blog Analysis, Grade, and Recent Articles with Retweets and Inbound Links.</li>
<li>Optimization Tips based on Metadata, Headings, and Image Summery showing how many images your page contains.</li>
<li>Domain information.</li>
<li>Promotion and Marketing information including del.icio.us bookmarks, Link Tweet Summary, and a Twitter Grade.</li>
</ul>
<p>Each of these, including the ones I didn&#8217;t mention can all contribute to the usability and promotion of your website which could ultimately lead up to more traffic and useful input.  Keep grading, keep optimizing.</p>
<p><a href="http://www.websitegrader.com" target="_blank">http://www.websitegrader.com</a> - <a href="http://www.websitegrader.com" target="_blank">The Website Grader</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d568').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Want to share this post with others?</em></strong></a>
<br />
<div class="d568" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fwebsite-grader-scores-your-website-based-on-content-marketing-and-speed%2F&amp;title=%26%238220%3BWebsite+Grader%26%238221%3B+scores+your+website+based+on+Content%2C+Marketing%2C+and+Speed" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fwebsite-grader-scores-your-website-based-on-content-marketing-and-speed%2F&amp;title=%26%238220%3BWebsite+Grader%26%238221%3B+scores+your+website+based+on+Content%2C+Marketing%2C+and+Speed" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fwebsite-grader-scores-your-website-based-on-content-marketing-and-speed%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fwebsite-grader-scores-your-website-based-on-content-marketing-and-speed%2F&amp;title=%26%238220%3BWebsite+Grader%26%238221%3B+scores+your+website+based+on+Content%2C+Marketing%2C+and+Speed" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fwebsite-grader-scores-your-website-based-on-content-marketing-and-speed%2F&amp;title=%26%238220%3BWebsite+Grader%26%238221%3B+scores+your+website+based+on+Content%2C+Marketing%2C+and+Speed" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+%26%238220%3BWebsite+Grader%26%238221%3B+scores+your+website+based+on+Content%2C+Marketing%2C+and+Speed+@+http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fwebsite-grader-scores-your-website-based-on-content-marketing-and-speed%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d568').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d568').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.txlans.com/2010/08/website-grader-scores-your-website-based-on-content-marketing-and-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Tutorial : Adventures in Tilt-Shift Photography</title>
		<link>http://www.txlans.com/2010/08/photoshop-tutorial-adventures-in-tilt-shift-photography/</link>
		<comments>http://www.txlans.com/2010/08/photoshop-tutorial-adventures-in-tilt-shift-photography/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 19:22:11 +0000</pubDate>
		<dc:creator>amp</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Pro Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.txlans.com/?p=563</guid>
		<description><![CDATA[Tilt-shift photography has been around for nearly 43 years and is still popular today.  Granted, this tutorial isn&#8217;t about what you would call &#8220;true&#8221; tilt-shift photography but rather simulated but still achieves the same effect with more control. Recently it has been used the most in taking a photo of a real-life environment and digitally [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_566" class="wp-caption alignright" style="width: 110px"><a href="http://www.txlans.com/wp-content/uploads/2010/08/model.jpg" rel="lightbox[563]"><img class="size-thumbnail wp-image-566 " title="Tilt-Shift Effect" src="http://www.txlans.com/wp-content/uploads/2010/08/model-150x150.jpg" alt="" width="100" height="100" /></a><p class="wp-caption-text">Tilt-Shift Effect</p></div>
<p><a href="http://en.wikipedia.org/wiki/Tilt-shift_photography" target="_blank">Tilt-shift photography</a> has been around for nearly 43 years and is still popular today.  Granted, this tutorial isn&#8217;t about what you would call &#8220;true&#8221; tilt-shift photography but rather simulated but still achieves the same effect with more control.</p>
<p>Recently it has been used the most in taking a photo of a real-life environment and digitally editing it so that it looks like a model (see : <strong><a href="http://en.wikipedia.org/wiki/Miniature_faking" target="_blank">miniature faking</a></strong>).  This tutorial aims to teach you how to achieve this effect using Photoshop along with a few very useful pointers.</p>
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/J3uAZkHrAy0?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/J3uAZkHrAy0?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>Original Stock Photo : <a href="http://www.sxc.hu/photo/1016377" target="_blank">&#8220;Bridge&#8221; by thadz on sxc.hu</a> (stock-xchg)</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d563').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Want to share this post with others?</em></strong></a>
<br />
<div class="d563" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fphotoshop-tutorial-adventures-in-tilt-shift-photography%2F&amp;title=Photoshop+Tutorial+%3A+Adventures+in+Tilt-Shift+Photography" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fphotoshop-tutorial-adventures-in-tilt-shift-photography%2F&amp;title=Photoshop+Tutorial+%3A+Adventures+in+Tilt-Shift+Photography" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fphotoshop-tutorial-adventures-in-tilt-shift-photography%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fphotoshop-tutorial-adventures-in-tilt-shift-photography%2F&amp;title=Photoshop+Tutorial+%3A+Adventures+in+Tilt-Shift+Photography" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fphotoshop-tutorial-adventures-in-tilt-shift-photography%2F&amp;title=Photoshop+Tutorial+%3A+Adventures+in+Tilt-Shift+Photography" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Photoshop+Tutorial+%3A+Adventures+in+Tilt-Shift+Photography+@+http%3A%2F%2Fwww.txlans.com%2F2010%2F08%2Fphotoshop-tutorial-adventures-in-tilt-shift-photography%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.txlans.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d563').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d563').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.txlans.com/2010/08/photoshop-tutorial-adventures-in-tilt-shift-photography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

