<?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>Carpe PM</title>
	<atom:link href="http://carpepm.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://carpepm.net</link>
	<description>seize the night</description>
	<lastBuildDate>Wed, 16 Dec 2009 04:01:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Old Chinese Characters</title>
		<link>http://carpepm.net/2009/12/old-chinese-characters/</link>
		<comments>http://carpepm.net/2009/12/old-chinese-characters/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 03:58:12 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://carpepm.net/?p=178</guid>
		<description><![CDATA[
I have spoken about this before locally, but it is quite fascinating what one can find. Embedded in a number of Chinese characters are what is believed to be pictographic representations of many of the Genesis stories from the Bible. In this example, the verb &#8216;to create&#8217; is made up of a subset of other [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://carpepm.net/images/2009-create.jpg" alt="Traditional Chinese Character: To Create" /></p>
<p>I have spoken about this before locally, but it is quite fascinating what one can find. Embedded in a number of Chinese characters are what is believed to be pictographic representations of many of the Genesis stories from the Bible. In this example, the verb &#8216;to create&#8217; is made up of a subset of other character words. It appears that the Chinese might actually embed both meaning and story within their traditional language. Now that is super cool! But really, how interesting that the Genesis story would be in there. Another tid bit of info&#8230; The Chinese culture was once theist, worshiping a singular being named Shang Ti (forgive if any misspelling please).</p>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/12/old-chinese-characters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>StudioLive Digital Mixer</title>
		<link>http://carpepm.net/2009/11/studiolive-digital-mixer/</link>
		<comments>http://carpepm.net/2009/11/studiolive-digital-mixer/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 05:38:12 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://carpepm.net/?p=172</guid>
		<description><![CDATA[
Behold, the mixer I have been waiting for. It can record 16 channels simultaneously at an affordable price yielding professional results. It is on the very top of my to buy list at the moment. The company supports linking two mixers together to allow for 32 channels of recording, but I would prefer to have [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://carpepm.net/images/2009-presonus.jpg" alt="Presonus StudioLive 16.4.2" /></p>
<p>Behold, the mixer I have been waiting for. It can record 16 channels simultaneously at an affordable price yielding professional results. It is on the very top of my to buy list at the moment. The company supports linking two mixers together to allow for 32 channels of recording, but I would prefer to have one solid 24 channel desk to work with instead because the snake I use has 24 channels.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/11/studiolive-digital-mixer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL Rewrite For A Page Manager</title>
		<link>http://carpepm.net/2009/11/url-rewrite-for-a-page-manager/</link>
		<comments>http://carpepm.net/2009/11/url-rewrite-for-a-page-manager/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 05:27:24 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://carpepm.net/?p=164</guid>
		<description><![CDATA[Let&#8217;s pretend you have a web page where you want to use a URL rewrite to load content from a db where you have specified a guid with a year and month from a date. For example, you want to visit /2010/01/page-name/. Behold the solution below to add to your .htaccess file.

RewriteRule ^([0-9]+)/([0-9]+)/([A-Za-z0-9-]+)/$ ?y=$1&#038;m=$2&#038;g=$3 [L]

]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s pretend you have a web page where you want to use a URL rewrite to load content from a db where you have specified a guid with a year and month from a date. For example, you want to visit /2010/01/page-name/. Behold the solution below to add to your .htaccess file.</p>
<pre name="code" class="vb.net">
RewriteRule ^([0-9]+)/([0-9]+)/([A-Za-z0-9-]+)/$ ?y=$1&#038;m=$2&#038;g=$3 [L]
</pre>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/11/url-rewrite-for-a-page-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Transparent Screen</title>
		<link>http://carpepm.net/2009/11/a-transparent-screen/</link>
		<comments>http://carpepm.net/2009/11/a-transparent-screen/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 01:30:31 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://carpepm.net/?p=156</guid>
		<description><![CDATA[
You&#8217;ve probably seen Iron Man. One of the coolest parts of Tony Stark&#8217;s mansion was the window in his bedroom. It was literally a transparent screen hooked up to his computer network. That technology is not far away. Samsung recently unveiled their own transparent OLED screen. Imagine waking up in your bedroom with an epic [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://carpepm.net/images/2009-oled.jpg" alt="Image: Transparent OLED Screen" /></p>
<p>You&#8217;ve probably seen Iron Man. One of the coolest parts of Tony Stark&#8217;s mansion was the window in his bedroom. It was literally a transparent screen hooked up to his computer network. That technology is not far away. Samsung recently unveiled their own transparent OLED screen. Imagine waking up in your bedroom with an epic sized window that shows the current weather reports while being unobtrusive enough to allow you to still enjoy the view.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/11/a-transparent-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macro Sorting In Excel 2007</title>
		<link>http://carpepm.net/2009/11/macro-sorting-in-excel-2007/</link>
		<comments>http://carpepm.net/2009/11/macro-sorting-in-excel-2007/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 01:15:41 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://carpepm.net/?p=151</guid>
		<description><![CDATA[Say you want to sort in Excel by columns W, V, S, M &#038; L in a spreadsheet and the actual data starts at row 6 from columns A to Z. This script sorts any number of rows by those columns starting at row 6 in the Excel spreadsheet. Sorting in Excel with macros is [...]]]></description>
			<content:encoded><![CDATA[<p>Say you want to sort in Excel by columns W, V, S, M &#038; L in a spreadsheet and the actual data starts at row 6 from columns A to Z. This script sorts any number of rows by those columns starting at row 6 in the Excel spreadsheet. Sorting in Excel with macros is not always well documented. Hopefully, this post will pop up in search results in the future to help others with their macro sorting woes.</p>
<pre name="code" class="vb">
Sub derpurtSortColumns()
'
' derpurtSortColumns Macro
'
    Dim mySheet As Worksheet
    Dim myRange As Range
    Dim LastRow As Long

    Set mySheet = ActiveWorkbook.Worksheets(1)

    mySheet.Activate

    'Determine Last Row
    LastRow = ActiveSheet.UsedRange.Rows.Count

    mySheet.Sort.SortFields.Clear

    'Sort Data
    mySheet.Sort.SortFields.Add Key:=Range("W6"), _
        SortOn:=xlSortOnValues, _
        Order:=xlAscending, _
        DataOption:=xlSortNormal
    mySheet.Sort.SortFields.Add Key:=Range("V6"), _
        SortOn:=xlSortOnValues, _
        Order:=xlAscending, _
        DataOption:=xlSortNormal
    mySheet.Sort.SortFields.Add Key:=Range("S6"), _
        SortOn:=xlSortOnValues, _
        Order:=xlAscending, _
        DataOption:=xlSortNormal
    mySheet.Sort.SortFields.Add Key:=Range("M6"), _
        SortOn:=xlSortOnValues, _
        Order:=xlAscending, _
        DataOption:=xlSortNormal
    mySheet.Sort.SortFields.Add Key:=Range("L6") _
        SortOn:=xlSortOnValues, _
        Order:=xlAscending, _
        DataOption:=xlSortNormal

    With mySheet.Sort
        .SetRange Range("A6:Z" &#038; LastRow)
        .Header = xlGuess
        .MatchCase = False
        .Orientation = xlTopToBottom
        .SortMethod = xlPinYin
        .Apply
    End With

    Range("A1").Select
End Sub
</pre>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/11/macro-sorting-in-excel-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Camera &#8211; The Scarlet</title>
		<link>http://carpepm.net/2009/11/red-camera-the-scarlet/</link>
		<comments>http://carpepm.net/2009/11/red-camera-the-scarlet/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:24:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://carpepm.net/?p=148</guid>
		<description><![CDATA[
Red, the camera company that made the Red One camera has been working on a whole slew of new film cameras. It will be a wonderful day when I can use one of these. They film at a higher quality than most theatrical release films. Nonetheless, I&#8217;m more than content with my HVX, which is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.carpepm.net/images/2009-scarlet.jpg" alt="Scarlet Camera Rig" /></p>
<p>Red, the camera company that made the Red One camera has been working on a whole slew of new film cameras. It will be a wonderful day when I can use one of these. They film at a higher quality than most theatrical release films. Nonetheless, I&#8217;m more than content with my HVX, which is capable of quality images. To stir my abilities, I&#8217;m planning to get something filmed either this weekend or the next depending on how soon I can fully map out the project. Should be a good result since the idea for it is pretty cool already.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/11/red-camera-the-scarlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug &amp; FCK Editor</title>
		<link>http://carpepm.net/2009/11/firebug-fck-editor/</link>
		<comments>http://carpepm.net/2009/11/firebug-fck-editor/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 01:14:46 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://carpepm.net/?p=142</guid>
		<description><![CDATA[Lets pretend an IT department has hidden the button that allows you to edit in html mode when using FCKEditor on a website. No problems there. Just install Firebug and run the following code to toggle between html source and rich text edit modes. Firebug allows users extra control when that control has been taken [...]]]></description>
			<content:encoded><![CDATA[<p>Lets pretend an IT department has hidden the button that allows you to edit in html mode when using FCKEditor on a website. No problems there. Just install Firebug and run the following code to toggle between html source and rich text edit modes. Firebug allows users extra control when that control has been taken away from them. </p>
<p><strong>Note:</strong> &#8220;editor&#8221; is the id of the FCKEditor instance. You can navigate the DOM to discover the ids for the instances of the FCKEditor that are currently in the page.</p>
<pre name="code" class="js">
FCKeditorAPI.GetInstance("editor").SwitchEditMode();
</pre>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/11/firebug-fck-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sydney Red Dust Storm</title>
		<link>http://carpepm.net/2009/09/sydney-dust-storm/</link>
		<comments>http://carpepm.net/2009/09/sydney-dust-storm/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 23:24:55 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://carpepm.net/?p=131</guid>
		<description><![CDATA[
Amidst the rumors and Snopes denounced stories of Mars coming so close to earth that it would be the equivalent size of the moon, Sydney was hit with a massive red dust storm. The girlfriend of my brother in law took this picture from her flat in Sydney when it hit. I am starting to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://carpepm.net/images/2009-sydney-duststorm.jpg" alt="Sydney Red Dust Storm" /></p>
<p>Amidst the rumors and Snopes denounced stories of Mars coming so close to earth that it would be the equivalent size of the moon, Sydney was hit with a massive red dust storm. The girlfriend of my brother in law took this picture from her flat in Sydney when it hit. I am starting to wonder if I am really on the same planet anymore. Maybe the flight over the Pacific also consisted of some sleeping gas halfway. Perhaps we made a short jump to light speed to take us home to our red planet? Nah&#8230; In any case, it is pretty cool that something that affects Sydney would not get us as bad in the Western regions.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/09/sydney-dust-storm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>World Audience</title>
		<link>http://carpepm.net/2009/03/world-audience/</link>
		<comments>http://carpepm.net/2009/03/world-audience/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 02:39:45 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.carpepm.net/?p=121</guid>
		<description><![CDATA[
Apparently, I have a world audience now. The above image is a color concentration map from Google Analytics of countries that people are visiting this blog from. How strange that something I just did for fun would get so many hits. I look at about 10,000 page views per month. A lot of this stems [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.carpepm.net/images/2009_visits.png" alt="CarpePM Google Analytics Stats [Image]" /></p>
<p>Apparently, I have a world audience now. The above image is a color concentration map from Google Analytics of countries that people are visiting this blog from. How strange that something I just did for fun would get so many hits. I look at about 10,000 page views per month. A lot of this stems from Google indexing some things on my site in high ranks. But, some of it is repeat visitors. I do not pay a lot of attention to this thing lately, but I suppose I will continue to use it as a venue to show personal works in progress. I definitely need to make time to record more footage with my camera. However, I actually have some other web related projects in the works at the moment during my weekends.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/03/world-audience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working On A Project</title>
		<link>http://carpepm.net/2009/01/working-on-a-project/</link>
		<comments>http://carpepm.net/2009/01/working-on-a-project/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 01:12:26 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.carpepm.net/?p=119</guid>
		<description><![CDATA[
You always get interesting stuff when it come time to work on an advertisement. Who would&#8217;ve thought that I&#8217;d be animating eyeballs, crashing people into cars, and everything else I can find time for in a few short days. Well, I better get back to it.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.carpepm.net/images/2009_eye.jpg" alt="Eyeball" /></p>
<p>You always get interesting stuff when it come time to work on an advertisement. Who would&#8217;ve thought that I&#8217;d be animating eyeballs, crashing people into cars, and everything else I can find time for in a few short days. Well, I better get back to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpepm.net/2009/01/working-on-a-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
