<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The World According to Josh &#187; Programming</title>
	<atom:link href="http://joshhaley.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshhaley.com</link>
	<description>one man&#039;s quest for a blog subtitle</description>
	<lastBuildDate>Thu, 06 Oct 2011 03:23:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#ff9a2f0fbd"/>		<item>
		<title>Why I Love the Internet (at work)</title>
		<link>http://joshhaley.com/2007/10/19/why-i-love-the-internet-at-work/</link>
		<comments>http://joshhaley.com/2007/10/19/why-i-love-the-internet-at-work/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 01:11:14 +0000</pubDate>
		<dc:creator>Josh Haley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech]]></category>
<category>access</category><category>date</category><category>function</category><category>sql</category>
		<guid isPermaLink="false">http://joshhaley.com/2007/10/19/why-i-love-the-internet-at-work/</guid>
		<description><![CDATA[When I find myself stuck on a formula that I have used before but simply did not file nor memorize, I am able to search online and find what I need. Today I needed the Access/SQL syntax for returning the &#8230; <a href="http://joshhaley.com/2007/10/19/why-i-love-the-internet-at-work/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I find myself stuck on a formula that I have used before but simply did not file nor memorize, I am able to search online and find what I need. Today I needed the Access/SQL syntax for returning the first day of the current month. After about 3 clicks, I made it to <a href="http://www.thescripts.com/forum/thread634968.html" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank">this site</a> and got my answer. Copy, paste, done. Thanks Rabbit (and Google)!</p>
<p>excerpt:</p>
<p><strong>Re: Function to Return 1st of Month</strong></p>
<hr style="color: #eeeeee; padding-top: 3px" size="1" />This will return the first day of the current month of the current year.</p>
<p style="margin-bottom: 2px">Code: ( text )</p>
<p style="margin: 0px; padding: 2px; background: #fcfcfc none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: #222222">&nbsp;</p>
<p style="font-weight: normal"> CDate(Month(Date()) &amp; &#8220;/1/&#8221; &amp; Year(Date()))</p>
<p>That&#8217;s<br />
<font style="font-weight: bold" size="3">CDate(Month(Date()) &amp; &#8220;/1/&#8221; &amp; Year(Date())) </font></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0503285020364864";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-10-18: joshhaley.com
google_ad_channel = "1288539299";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "E6E6E6";
//-->
</script><br />
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<a href="http://joshhaley.com/index.php?tag=access" rel="tag">access</a>, <a href="http://joshhaley.com/index.php?tag=date" rel="tag">date</a>, <a href="http://joshhaley.com/index.php?tag=function" rel="tag">function</a>, <a href="http://joshhaley.com/index.php?tag=sql" rel="tag">sql</a>]]></content:encoded>
			<wfw:commentRss>http://joshhaley.com/2007/10/19/why-i-love-the-internet-at-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

