<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<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/"
	>

<channel>
	<title>A Cold Blog</title>
	<link>http://mntdesigns.info</link>
	<description>The cold reality of a programmer &#038; designer</description>
	<pubDate>Tue, 29 Apr 2008 18:06:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>CRUD Wizard mess up</title>
		<link>http://mntdesigns.info/2008/04/29/crud-wizard-mess-up/</link>
		<comments>http://mntdesigns.info/2008/04/29/crud-wizard-mess-up/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 18:06:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Site Crap]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2008/04/29/crud-wizard-mess-up/</guid>
		<description><![CDATA[When you run the wizard in flex 3 remeber to select your rowid or you will not be able to pass information to the details section&#8230;
	  for some reason flex CF wizard does not automatically assume it is the unique qualifier.  Oh well.
	  
    
]]></description>
			<content:encoded><![CDATA[<p>When you run the wizard in flex 3 remeber to select your rowid or you will not be able to pass information to the details section&#8230;<br />
	  for some reason flex CF wizard does not automatically assume it is the unique qualifier.  Oh well.<br />
	  <BR/>
    </p>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2008/04/29/crud-wizard-mess-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuration for coldfusion on flex 3</title>
		<link>http://mntdesigns.info/2008/04/28/configuration-for-coldfusion-on-flex-3/</link>
		<comments>http://mntdesigns.info/2008/04/28/configuration-for-coldfusion-on-flex-3/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 20:32:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Site Crap]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2008/04/28/configuration-for-coldfusion-on-flex-3/</guid>
		<description><![CDATA[This is for a local CF8 running on IIS 
&#160;
Use default location
	Webroot =
	c:\\inetpub\wwwroot\
root url = http;//localhost
This SHOULD validate correctly&#8230; 
    
]]></description>
			<content:encoded><![CDATA[<p>This is for a local CF8 running on IIS </p>
<p>&#160;</p>
<p>Use default location</p>
<p>	Webroot =<br />
	c:\\inetpub\wwwroot\</p>
<p>root url = http;//localhost</p>
<p>This SHOULD validate correctly&#8230; <BR/>
    </p>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2008/04/28/configuration-for-coldfusion-on-flex-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>test</title>
		<link>http://mntdesigns.info/2008/04/08/test/</link>
		<comments>http://mntdesigns.info/2008/04/08/test/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 22:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Site Crap]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2008/04/08/test/</guid>
		<description><![CDATA[	This is a test. 
]]></description>
			<content:encoded><![CDATA[<p>	This is a test. <BR/></p>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2008/04/08/test/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Calendar Embedding</title>
		<link>http://mntdesigns.info/2008/03/05/google-calendar-embedding/</link>
		<comments>http://mntdesigns.info/2008/03/05/google-calendar-embedding/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 17:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Fun Stuff]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2008/03/05/google-calendar-embedding/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><iframe height="600" scrolling="no" width="400" frameBorder="0" src="http://www.google.com/calendar/embed?height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=hahntro%40gmail.com&amp;color=%232952A3&amp;ctz=America%2FLos_Angeles" style="border-width: 0px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2008/03/05/google-calendar-embedding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Cheating for Flex</title>
		<link>http://mntdesigns.info/2007/11/09/css-cheating-for-flex/</link>
		<comments>http://mntdesigns.info/2007/11/09/css-cheating-for-flex/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 20:08:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Flex 2.0]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2007/11/09/css-cheating-for-flex/</guid>
		<description><![CDATA[	i was struggling with some Flex styling and it was just frustrating me.  So what is a developer to do other than use Google  In my so ever long crawl i.e. the second link!  I found this:
http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html
I highly suggest that any of you that are using flex to use this style helper. [...]]]></description>
			<content:encoded><![CDATA[<p>	i was struggling with some Flex styling and it was just frustrating me.  So what is a developer to do other than use Google <img src='http://mntdesigns.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> In my so ever long crawl i.e. the second link!  I found this:</p>
<p>http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html</p>
<p>I highly suggest that any of you that are using flex to use this style helper.  It builds the CSS for you hahah and boy am I lazy, so it was nice to be able to plug in what I wanted to make and presto! there is the code!</p>
<p>	<BR/></p>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2007/11/09/css-cheating-for-flex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fun Max Photos</title>
		<link>http://mntdesigns.info/2007/10/05/fun-max-photos/</link>
		<comments>http://mntdesigns.info/2007/10/05/fun-max-photos/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 20:24:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Fun Stuff]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2007/10/05/fun-max-photos/</guid>
		<description><![CDATA[\
	  

	  
    




	  
    
    
	  
    
]]></description>
			<content:encoded><![CDATA[<p><img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000962.jpg" width="300" height="187" />\</p>
<p>	  <img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000950.jpg" width="300" height="187" /></p>
<p><img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000949.jpg" width="300" height="187" /><br />
	  <img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000954.jpg" width="300" height="187" /></p>
<p>    <img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000948.jpg" width="300" height="187" /></p>
<p><img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000955.jpg" width="300" height="187" /></p>
<p><img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000972.jpg" width="300" height="187" /></p>
<p><img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000986.jpg" width="300" height="187" /></p>
<p><img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000975.jpg" width="300" height="187" /><br />
	  <img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000978.jpg" width="300" height="187" /><br />
    <img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000966.jpg" width="300" height="187" /><br />
    <img src="http://mntdesigns.info/wp-content/uploads/2007/10/p1000974.jpg" width="300" height="187" /></p>
<p>	  <BR/>
    </p>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2007/10/05/fun-max-photos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MAX 2007 - Monday&#8217;s Keynote</title>
		<link>http://mntdesigns.info/2007/10/04/max-2007-mondays-keynote/</link>
		<comments>http://mntdesigns.info/2007/10/04/max-2007-mondays-keynote/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 05:08:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Fun Stuff]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2007/10/04/max-2007-mondays-keynote/</guid>
		<description><![CDATA[Monday&#8217;s Keynote was extremely awesome!&#160; Quite Exciting if you ask me.&#160; Thanks to the MAX Website I can show you a clip from the General Session. 







          
        
]]></description>
			<content:encoded><![CDATA[<p>Monday&#8217;s Keynote was extremely awesome!&#160; Quite Exciting if you ask me.&#160; Thanks to the MAX Website I can show you a clip from the General Session. </p>
<p><BR/></p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="225" id="FLVPlayer">
<param name="movie" value="http://mntdesigns.info/wp-content/uploads/2007/10/flvplayer-progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&#038;MM_ComponentVersion=1&#038;skinName=http://mntdesigns.info/wp-content/uploads/2007/10/clear-skin-11&#038;streamName=rtmp://flashstream.adobe.com/ondemand/flash/devcenter/max_2007/keynote&#038;autoPlay=true&#038;autoRewind=false" />
          <embed src="http://mntdesigns.info/wp-content/uploads/2007/10/flvplayer-progressive.swf" flashvars="&#038;MM_ComponentVersion=1&#038;skinName=http://mntdesigns.info/wp-content/uploads/2007/10/clear-skin-11&#038;streamName=rtmp://flashstream.adobe.com/ondemand/flash/devcenter/max_2007/keynote&#038;autoPlay=true&#038;autoRewind=false" quality="high" scale="noscale" width="400" height="225" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" /></embed><br />
        </object></p>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2007/10/04/max-2007-mondays-keynote/feed/</wfw:commentRss>
		</item>
		<item>
		<title></title>
		<link>http://mntdesigns.info/2007/10/01/44/</link>
		<comments>http://mntdesigns.info/2007/10/01/44/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 03:46:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Fun Stuff]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2007/10/01/44/</guid>
		<description><![CDATA[MAX 2007 is turning out to be a blast.  Lots to learn and lots of beverage intake lol !  So ffar We have seen some pretty intense things.  Check out some of these items!
tweetr &#8212; http://www.tweet-r.com/
Snippage &#8212; http://snippage.gabocorp.com/
Pronto &#8211; Desktop mail client using services from www.communigate.com
Analytics Reporting For Google Analytics &#8212; http://www.aboutnico.be/index.php/google-analytics-air-beta-sign-up/
Paypal Desktop &#8212; Thanks to [...]]]></description>
			<content:encoded><![CDATA[<p>MAX 2007 is turning out to be a blast.  Lots to learn and lots of beverage intake lol !  So ffar We have seen some pretty intense things.  Check out some of these items!</p>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>tweetr &#8212; <a href="http://www.tweet-r.com/"><font color="#00a5db">http://www.tweet-r.com/</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Snippage &#8212; <a href="http://snippage.gabocorp.com/"><font color="#00a5db">http://snippage.gabocorp.com/</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Pronto &#8211;<span> </span>Desktop mail client using services from <a href="http://www.blogger.com/www.communigate.com"><font color="#00a5db">www.communigate.com</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Analytics Reporting For Google Analytics &#8212; <a href="http://www.aboutnico.be/index.php/google-analytics-air-beta-sign-up/"><font color="#00a5db">http://www.aboutnico.be/index.php/google-analytics-air-beta-sign-up/</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Paypal Desktop &#8212; Thanks to PayPal for letting Kevin demo this application currently in development. <a href="http://www.blogger.com/www.paypal.com"><font color="#00a5db">www.paypal.com</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>SAP Spend Analytics &#8212; Thanks to SAP for letting Kevin demo this application currently in development. <a href="http://www.blogger.com/www.sap.com"><font color="#00a5db">www.sap.com</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Digimix &#8212; Alan Queen <a href="http://www.blogger.com/www.digimix.com"><font color="#00a5db">www.digimix.com</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Wave IM &#8212; Mark Kantor </span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Pownce &#8212; <a href="http://www.blogger.com/www.pownce.com"><font color="#00a5db">www.pownce.com</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Nickelodeon &#8212; Thanks to Nickelodeon for letting us demo this application currently in development. <a href="http://www.blogger.com/www.nickelodeon.com"><font color="#00a5db">www.nickelodeon.com</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>AOL &#8212; <a href="http://music.aol.com/help/syndication/desktop-widgets"><font color="#00a5db">http://music.aol.com/help/syndication/desktop-widgets</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Desktop Magnets &#8212; <a href="http://www.wezcrozier.com/DesktopMagnets.rar"><font color="#00a5db">http://www.wezcrozier.com/DesktopMagnets.rar</font></a></span><span style="font-family: Arial"><span></span></span></span></li>
<li><span style="font-size: 100%"><span style="font-family: Arial"><span></span>Buzzword &#8212; showed importing of Microsoft Word documents to Buzzword.<span> </span>Welcome to Adobe!</span></span></li>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2007/10/01/44/feed/</wfw:commentRss>
		</item>
		<item>
		<title>facilites report</title>
		<link>http://mntdesigns.info/2007/09/26/facilites-report/</link>
		<comments>http://mntdesigns.info/2007/09/26/facilites-report/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 19:51:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FAA Website]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2007/09/26/facilites-report/</guid>
		<description><![CDATA[Facilites report requirements
After thinking about how the best way to present this type of form will be through a internet form.  Which is diffrent from the PDF document we hurridly put together last year.
1.  Ability to have multiple PI&#8217;s
2.  Drop down menu to select number of students for the project. This will also include all [...]]]></description>
			<content:encoded><![CDATA[<p>Facilites report requirements</p>
<p>After thinking about how the best way to present this type of form will be through a internet form.  Which is diffrent from the PDF document we hurridly put together last year.</p>
<p>1.  Ability to have multiple PI&#8217;s<br />
2.  Drop down menu to select number of students for the project. This will also include all contact information of the student.</p>
<p>3.  Auto Expansion on all &#8216;paragraph&#8217; type questions</p>
<p>4.  All items that can be multiple i.e. facilites be setup so the user picks how many items they need and the form auto-builds the desired number.</p>
<p>5.  Allow dollar amount to be next to account number,<br />
5B.  Budget sheet is built autmoatically based upon account numbers and dolalr amount</p>
<p>6.  State vechicles and Aerator costs will be given prior to form being &#8216;live.&#8217;</p>
<p>7.  Create archive database that keeps track of ALL requests.  This will assist in making Renee&#8217;s life simplier.  As well as allowing us to see a historical trend.</p>
<p>8.  Ability for the submitter to come back later to make changes to their form.  I am still trying to deciede the best approach for this item.  Once I figure this out I will let everyone know.</p>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2007/09/26/facilites-report/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some Neat AJAX Sites</title>
		<link>http://mntdesigns.info/2007/09/18/some-neat-ajax-sites/</link>
		<comments>http://mntdesigns.info/2007/09/18/some-neat-ajax-sites/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 00:00:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Fun Stuff]]></category>

		<guid isPermaLink="false">http://mntdesigns.info/2007/09/18/some-neat-ajax-sites/</guid>
		<description><![CDATA[Heh this is some kick butt stuff
1.  http://www.backpackit.com/
2.  http://www.dynamicdrive.com/dynamicindex18/gajaxpausescroller.htm    &#8211;dynamic scroller for rss.
]]></description>
			<content:encoded><![CDATA[<p>Heh this is some kick butt stuff</p>
<p>1.  http://www.backpackit.com/</p>
<p>2.  http://www.dynamicdrive.com/dynamicindex18/gajaxpausescroller.htm    &#8211;dynamic scroller for rss.</p>
]]></content:encoded>
			<wfw:commentRss>http://mntdesigns.info/2007/09/18/some-neat-ajax-sites/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
