<?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>Eric Webb &#187; job</title>
	<atom:link href="http://ericcwebb.com/category/job/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericcwebb.com</link>
	<description>Work, life, and everything else...</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:01:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Handy Regular Expressions</title>
		<link>http://ericcwebb.com/2009/04/01/handy-regular-expressions/</link>
		<comments>http://ericcwebb.com/2009/04/01/handy-regular-expressions/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 20:59:05 +0000</pubDate>
		<dc:creator>Eric Webb</dc:creator>
				<category><![CDATA[Regex]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://ericcwebb.com/?p=22</guid>
		<description><![CDATA[While working on a Sharepoint css file, I was able to use a nift regex instead of copying and pasting all over the place. The tag I had looked like this: #MSOZoneCell_WebPartWPQ4 td h3 a I wanted to add a tag on the end so that it looked like this: #MSOZoneCell_WebPartWPQ4 td h3 a, #MSOZoneCell_WebPartWPQ5 [...]]]></description>
			<content:encoded><![CDATA[<p>While working on a Sharepoint css file, I was able to use a nift regex instead of copying and pasting all over the place.</p>
<p>The tag I had looked like this:</p>
<p style="padding-left: 30px;"><em>#MSOZoneCell_WebPartWPQ4 td h3 a</em></p>
<p>I wanted to add a tag on the end so that it looked like this:</p>
<p style="padding-left: 30px;"><em>#MSOZoneCell_WebPartWPQ4 td h3 a, #MSOZoneCell_WebPartWPQ5 td h3 a</em></p>
<p>I used this Regex in Sharepoint Designer to do so:</p>
<p style="padding-left: 30px;"><strong>Find</strong></p>
<p style="padding-left: 30px;"><em>#MSOZoneCell_WebPartWPQ4 {.*$}</em></p>
<p style="padding-left: 30px;"><strong>Replace</strong></p>
<p style="padding-left: 30px;"><em>#MSOZoneCell_WebPartWPQ4 \1, #MSOZoneCell_WebPartWPQ5 \1</em></p>
<p>The &#8220;\1&#8243; is called a &#8220;Tagged Expression&#8221;.  It refers to the part of the value that is tagged in the &#8220;Find&#8221; syntax.  You tag something using brackets, so in this case &#8220;.*$&#8221; was tagged, which corresponded to this part of the result &#8221; td h3 a&#8221;.  I had about 10 of these, so this saved me a lot of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericcwebb.com/2009/04/01/handy-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Week</title>
		<link>http://ericcwebb.com/2007/12/02/first-week/</link>
		<comments>http://ericcwebb.com/2007/12/02/first-week/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 21:09:52 +0000</pubDate>
		<dc:creator>Eric Webb</dc:creator>
				<category><![CDATA[job]]></category>

		<guid isPermaLink="false">http://ericcwebb.com/2007/12/02/first-week/</guid>
		<description><![CDATA[Well, I&#8217;ve completed my first full week at my new job and everything has been going well so far. Even after only one week, it&#8217;s obvious that there are some very smart people here and I look forward to working with them in the future. I&#8217;ve also started to work on my first two projects. [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve completed my first full week at my new job and everything has been going well so far.  Even after only one week, it&#8217;s obvious that there are some very smart people here and I look forward to working with them in the future.</p>
<p>I&#8217;ve also started to work on my first two projects.  The first is a simple addition to a web application, but it looks really cool so far.  The second is constructing an intranet using Sharepoint 2007.  I had experience with Sharepoint before, but there are so many things that I&#8217;ve had to learn about it for this project.  I was a little uneasy at first, but I think that I&#8217;ll be able to get it done.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericcwebb.com/2007/12/02/first-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New job</title>
		<link>http://ericcwebb.com/2007/11/07/new-job/</link>
		<comments>http://ericcwebb.com/2007/11/07/new-job/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 19:42:32 +0000</pubDate>
		<dc:creator>Eric Webb</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[job]]></category>

		<guid isPermaLink="false">http://ericcwebb.com/?p=5</guid>
		<description><![CDATA[After 3 and half years as a consultant, I&#8217;ve accepted an offer to work for Barefoot, a local advertising agency. I will be the sole .Net developer in the interactive design department, so wish me luck. The other guys there seem to like Ruby on Rails, but that&#8217;s not my problem. I&#8217;ll see if I [...]]]></description>
			<content:encoded><![CDATA[<p>After 3 and half years as a consultant, I&#8217;ve accepted an offer to work for <a href="http://thinkbarefoot.com">Barefoot</a>, a local advertising agency.  I will be the sole .Net developer in the interactive design department, so wish me luck.  The other guys there seem to like Ruby on Rails, but that&#8217;s not my problem.  <img src='http://ericcwebb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;ll see if I can show them the merits of .Net and bring them over to the dark side.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericcwebb.com/2007/11/07/new-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
