<?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>Technology Blog &#187; Uncategorized</title>
	<atom:link href="http://www.brianessig.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianessig.com</link>
	<description>Tips and Tricks for Techies</description>
	<lastBuildDate>Fri, 27 Aug 2010 19:44:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter Updates for 2010-08-27</title>
		<link>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-27/</link>
		<comments>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-27/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 19:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-27/</guid>
		<description><![CDATA[
#askhero what&#39;s the best way to configure an HA load balancer setup with iptakeover? #
@alexmbt do you watch royal pains? #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>#<a href="http://search.twitter.com/search?q=%23askhero" class="aktt_hashtag">askhero</a> what&#39;s the best way to configure an HA load balancer setup with iptakeover? <a href="http://twitter.com/creatingdigital/statuses/22218797800" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/alexmbt" class="aktt_username">alexmbt</a> do you watch royal pains? <a href="http://twitter.com/creatingdigital/statuses/22265994944" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to switch an svn repository url</title>
		<link>http://www.brianessig.com/2010/08/how-to-switch-an-svn-repository-url/</link>
		<comments>http://www.brianessig.com/2010/08/how-to-switch-an-svn-repository-url/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 14:19:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/?p=252</guid>
		<description><![CDATA[Sometimes an svn url path may change due to server relocation etc. To remap back the svn path we can use svn switch –relocate
First check the old url path with &#8220;svn info&#8221; next do the switch

svn switch –relocate
i.e.
svn switch --relocate https://udklstr1/SWITCHING/generic/SunManager/trunk https://10.162.24.3/svn/SWITCHING/generic/SunManager/trunk
]]></description>
			<content:encoded><![CDATA[<p>Sometimes an svn url path may change due to server relocation etc. To remap back the svn path we can use svn switch –relocate</p>
<p>First check the old url path with &#8220;svn info&#8221; next do the switch<br />
<code><br />
svn switch –relocate</code></p>
<p>i.e.<br />
<code>svn switch --relocate https://udklstr1/SWITCHING/generic/SunManager/trunk https://10.162.24.3/svn/SWITCHING/generic/SunManager/trunk</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/08/how-to-switch-an-svn-repository-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail from different IP Address</title>
		<link>http://www.brianessig.com/2010/08/mail-from-different-ip-address/</link>
		<comments>http://www.brianessig.com/2010/08/mail-from-different-ip-address/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 14:16:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/?p=250</guid>
		<description><![CDATA[Have all mail get sent from one ipaddress on your server:
iptables -t nat -A POSTROUTING -p tcp --dport 25  -j SNAT --to-source IP_YOU_WANT_TO_USE
]]></description>
			<content:encoded><![CDATA[<p>Have all mail get sent from one ipaddress on your server:</p>
<p><code>iptables -t nat -A POSTROUTING -p tcp --dport 25  -j SNAT --to-source IP_YOU_WANT_TO_USE</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/08/mail-from-different-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-08-17</title>
		<link>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-17/</link>
		<comments>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-17/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 19:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-17/</guid>
		<description><![CDATA[
@mediatemple seeing the same network issues as everyone else. #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a href="http://twitter.com/mediatemple" class="aktt_username">mediatemple</a> seeing the same network issues as everyone else. <a href="http://twitter.com/creatingdigital/statuses/21357836291" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-08-15</title>
		<link>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-15/</link>
		<comments>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-15/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 19:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-15/</guid>
		<description><![CDATA[
Unsuck-It: translates business jargon to simple English &#8211; http://bit.ly/bWkTDi #
Improve Your Paid Search Performance by Addressing These 5 Common PPC Mistakes http://om.ly/qxfo #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Unsuck-It: translates business jargon to simple English &#8211; <a href="http://bit.ly/bWkTDi" rel="nofollow">http://bit.ly/bWkTDi</a> <a href="http://twitter.com/creatingdigital/statuses/21182927976" class="aktt_tweet_time">#</a></li>
<li>Improve Your Paid Search Performance by Addressing These 5 Common PPC Mistakes <a href="http://om.ly/qxfo" rel="nofollow">http://om.ly/qxfo</a> <a href="http://twitter.com/creatingdigital/statuses/21183258110" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-08-10</title>
		<link>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-10/</link>
		<comments>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-10/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 19:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-10/</guid>
		<description><![CDATA[
HTML5 Features, Tips, and Techniques you Must Know &#8211; http://bit.ly/bydYj6 #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>HTML5 Features, Tips, and Techniques you Must Know &#8211; <a href="http://bit.ly/bydYj6" rel="nofollow">http://bit.ly/bydYj6</a> <a href="http://twitter.com/creatingdigital/statuses/20790387679" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-08-09</title>
		<link>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-09/</link>
		<comments>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-09/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 19:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-09/</guid>
		<description><![CDATA[
@chasebank you guys really need to get your stuff together&#8230;.absolutely terrible #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a href="http://twitter.com/chasebank" class="aktt_username">chasebank</a> you guys really need to get your stuff together&#8230;.absolutely terrible <a href="http://twitter.com/creatingdigital/statuses/20644693980" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-08-06</title>
		<link>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-06/</link>
		<comments>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-06/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 19:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-06/</guid>
		<description><![CDATA[
http://www.noupe.com/freebie/80-useful-psd-templates-for-designers.html #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li><a href="http://www.noupe.com/freebie/80-useful-psd-templates-for-designers.html" rel="nofollow">http://www.noupe.com/freebie/80-useful-psd-templates-for-designers.html</a> <a href="http://twitter.com/creatingdigital/statuses/20464950679" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-08-04</title>
		<link>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-04-2/</link>
		<comments>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-04-2/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 19:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-04-2/</guid>
		<description><![CDATA[
Awesome time at the NYC tech meetup last night &#8211; best presentation hands down goes to @twilio for prank calling 850 people at once!!! #
@twilio can you use xfire to place voip calls with your service or openvbx?  Or is it meant more for trunking pots lines? #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Awesome time at the NYC tech meetup last night &#8211; best presentation hands down goes to @<a href="http://twitter.com/twilio" class="aktt_username">twilio</a> for prank calling 850 people at once!!! <a href="http://twitter.com/creatingdigital/statuses/20301019886" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/twilio" class="aktt_username">twilio</a> can you use xfire to place voip calls with your service or openvbx?  Or is it meant more for trunking pots lines? <a href="http://twitter.com/creatingdigital/statuses/20304872416" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/08/twitter-updates-for-2010-08-04-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-07-22</title>
		<link>http://www.brianessig.com/2010/07/twitter-updates-for-2010-07-22/</link>
		<comments>http://www.brianessig.com/2010/07/twitter-updates-for-2010-07-22/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 19:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianessig.com/2010/07/twitter-updates-for-2010-07-22/</guid>
		<description><![CDATA[
“@smashingmag: Ultimate Guide to HTML Emails – Basics, Tips, Tutorials and Resources &#8211; http://bit.ly/bf6pdi” #
“@alexmbt: Only 2 deal in &#38; already a typo &#8211; brutal! With Embarrassing Typo, Twitter’s @earlybird Fails To Get Worm http://tcrn.ch/cph2OH #
The absolute bare minimum every programmer should know about regular expressions &#8211; http://bit.ly/eLRVj #
http://immike.net/blog/2007/06/21/extreme-regex-foo-what-you-need-to-know-to-become-a-regular-expression-pro/ advanced regex!! #
20 Free Web UI [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>“@smashingmag: Ultimate Guide to HTML Emails – Basics, Tips, Tutorials and Resources &#8211; <a href="http://bit.ly/bf6pdi”" rel="nofollow">http://bit.ly/bf6pdi”</a> <a href="http://twitter.com/creatingdigital/statuses/19114461722" class="aktt_tweet_time">#</a></li>
<li>“@alexmbt: Only 2 deal in &amp; already a typo &#8211; brutal! With Embarrassing Typo, Twitter’s @<a href="http://twitter.com/earlybird" class="aktt_username">earlybird</a> Fails To Get Worm <a href="http://tcrn.ch/cph2OH" rel="nofollow">http://tcrn.ch/cph2OH</a> <a href="http://twitter.com/creatingdigital/statuses/19114585025" class="aktt_tweet_time">#</a></li>
<li>The absolute bare minimum every programmer should know about regular expressions &#8211; <a href="http://bit.ly/eLRVj" rel="nofollow">http://bit.ly/eLRVj</a> <a href="http://twitter.com/creatingdigital/statuses/19114600326" class="aktt_tweet_time">#</a></li>
<li><a href="http://immike.net/blog/2007/06/21/extreme-regex-foo-what-you-need-to-know-to-become-a-regular-expression-pro/" rel="nofollow">http://immike.net/blog/2007/06/21/extreme-regex-foo-what-you-need-to-know-to-become-a-regular-expression-pro/</a> advanced regex!! <a href="http://twitter.com/creatingdigital/statuses/19115543449" class="aktt_tweet_time">#</a></li>
<li>20 Free Web UI Element Kits and Stencils &#8211; <a href="http://bit.ly/bO214u" rel="nofollow">http://bit.ly/bO214u</a> <a href="http://twitter.com/creatingdigital/statuses/19252839535" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brianessig.com/2010/07/twitter-updates-for-2010-07-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
