<?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"
	>

<channel>
	<title>cafefrenzy.com</title>
	<atom:link href="http://cafefrenzy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafefrenzy.com</link>
	<description>web development and technology ramblings</description>
	<pubDate>Tue, 24 Jun 2008 21:53:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Yay! Free Paintings!</title>
		<link>http://cafefrenzy.com/49/</link>
		<comments>http://cafefrenzy.com/49/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 01:17:08 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/?p=49</guid>
		<description><![CDATA[Can I just say, I have the best mother-in-law a guy could ask for. A few weeks ago my mother-in-law sent my wife and I three abstract paintings that she made just for us. Take a look at the gallery below. We love them! (Check out the photos after the break)]]></description>
			<content:encoded><![CDATA[<p>Can I just say, I have the best mother-in-law a guy could ask for. A few weeks ago my mother-in-law sent my wife and I three abstract paintings that she made just for us. Take a look at the gallery below. We love them! (Check out the photos after the break)<br />
<span id="more-49"></span><br />

<a href='http://cafefrenzy.com/49/img_1299/' title='Abstract Paintings'><img src="http://cafefrenzy.com/wp-content/uploads/2008/04/img_1299-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://cafefrenzy.com/49/img_1300/' title='Abstract Paintings'><img src="http://cafefrenzy.com/wp-content/uploads/2008/04/img_1300-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://cafefrenzy.com/49/img_6505/' title='Dining Room 2'><img src="http://cafefrenzy.com/wp-content/uploads/2008/04/img_6505-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://cafefrenzy.com/49/img_6506/' title='Dining Room'><img src="http://cafefrenzy.com/wp-content/uploads/2008/04/img_6506-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/49/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Includes Bug in Dreamweaver CS3</title>
		<link>http://cafefrenzy.com/php-includes-bug-in-cs3/</link>
		<comments>http://cafefrenzy.com/php-includes-bug-in-cs3/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 23:20:38 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/php-includes-bug-in-cs3/</guid>
		<description><![CDATA[I have a love hate relationship with WYSIWYG editors.  Historically they&#8217;re great for &#8220;quick and dirty&#8221; sites but crash and burn with all their bloated add-ons when you need to do any back end programming.  However, I must say, Adobe Dreamweaver CS3 is a huge improvement over Dreamweaver 8 but there are still [...]]]></description>
			<content:encoded><![CDATA[<p>I have a love hate relationship with WYSIWYG editors.  Historically they&#8217;re great for &#8220;quick and dirty&#8221; sites but crash and burn with all their bloated add-ons when you need to do any back end programming.  However, I must say, Adobe Dreamweaver CS3 is a huge improvement over Dreamweaver 8 but there are still some problems with it interpreting PHP.</p>
<p><strong>The Problem</strong><br />
I opened an existing website I created with PHP/mySQL and CSS in Dreamweaver CS3 and immediately noticed Dreamweaver didn&#8217;t interpret the include(); function correctly.  Dreamweaver neglected to include my header.php file which contains my CSS link (amoung other crucial elements) thus, the entire site lacked my formatting in the design view.  I thought, &#8220;that&#8217;s odd considering Dreamweaver has a PHP code insertion tab with the include() function&#8221;.  Then I noticed my footer.php file was showing up in Dreamweaver.  Now I am getting angry.</p>
<p>It turns out, Dreamweaver does not correctly interpret the include function if there is any other code in the PHP script.</p>
<p><em>For example, Dreamweaver would be baffled by the following simple script:  </em></p>
<p><code>< ?php<br />
$title = "Home page";<br />
include("includes/header.php");<br />
?><br />
</code></p>
<p>Dreamweaver would not include the header.php file in the above senario.  However, if you breakup the code into two scripts:</p>
<p><code>< ?php<br />
$title = "Home page";<br />
?><br />
</code><br />
<code><br />
< ?php<br />
include("includes/header.php);<br />
?><br />
</code></p>
<p>Dreamweaver will correctly interpret the PHP script and include your header.php file.  What a headache.</p>
<p><strong>< --UPDATE--></strong><br />
I should note that the problem for me is not so much viewing the webpage correctly in the Dreamweaver preview pane (I use a test server for that), it&#8217;s more that I want to have the nifty auto suggest feature work for my attached CSS styles. The CSS stylesheet link is in my header.php file so unless I chunk my code like the above example, Dreamweaver doesn&#8217;t see that I have an attached CSS stylesheet.</p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/php-includes-bug-in-cs3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Obadiah Parker &#8220;Hey Ya&#8221; Live Cover</title>
		<link>http://cafefrenzy.com/new-hey-ya-cover-uploaded/</link>
		<comments>http://cafefrenzy.com/new-hey-ya-cover-uploaded/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 04:02:19 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/new-hey-ya-cover-uploaded/</guid>
		<description><![CDATA[
I just finished uploading my first video ever to YouTube.  I feel so behind the times.  I&#8217;m sorry for the crappy quality, but you have to admit, it&#8217;s pretty good for a cell phone.  This is a Hey ya cover sung by Mat Weddle and Obadiah Parker at Martini Ranch in Scottsdale, [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/XF3Y7etbccA"></param><embed src="http://www.youtube.com/v/XF3Y7etbccA" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
<p>I just finished uploading my first video ever to YouTube.  I feel so behind the times.  I&#8217;m sorry for the crappy quality, but you have to admit, it&#8217;s pretty good for a cell phone.  This is a Hey ya cover sung by Mat Weddle and <a href="http://www.obadiahparker.com">Obadiah Parker</a> at Martini Ranch in Scottsdale, AZ.  The crowd was going crazy when they started playing the song.</p>
<p>After seeing Obadiah Parker live three times, I must say I am impressed at the quality of their musicianship.  Not only are they all amazing musicians, but they all have a humble spirit that is a rare find these days.  If you enjoy their music as much as I do you should purchase some of their merch on their website <a href="http://www.obadiahparker.com/store.html">www.obadiahparker.com</a>.</p>
<p>*UPDATE*  I just noticed Obadiah posted a full band studio version of the Hey Ya cover.  You can check it out on their myspace account <a href="http://www.myspace.com/obadiahparker">http://www.myspace.com/obadiahparker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/new-hey-ya-cover-uploaded/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Transformers meets your conference table</title>
		<link>http://cafefrenzy.com/transformers-meets-your-conference-table/</link>
		<comments>http://cafefrenzy.com/transformers-meets-your-conference-table/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 06:00:25 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/transformers-meets-your-conference-table/</guid>
		<description><![CDATA[I came across this video on dailymotion.com and had to share it.  It&#8217;s a conference table that all you have to do is spin for it to get larger.  It&#8217;s really an interesting innovation.  Check it out!
read more&#160;&#124;&#160;digg story
]]></description>
			<content:encoded><![CDATA[<p>I came across this video on dailymotion.com and had to share it.  It&#8217;s a conference table that all you have to do is spin for it to get larger.  It&#8217;s really an interesting innovation.  Check it out!</p>
<p><a href="http://www.dailymotion.com/popular-week/video/xwgxu_db-fletcher">read more</a>&nbsp;|&nbsp;<a href="http://digg.com/videos_people/Transformers_meets_your_conference_table">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/transformers-meets-your-conference-table/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Table showing calories burned per hour by type of exercise - I was surprise</title>
		<link>http://cafefrenzy.com/table-showing-calories-burned-per-hour-by-type-of-exercise-i-was-surprise/</link>
		<comments>http://cafefrenzy.com/table-showing-calories-burned-per-hour-by-type-of-exercise-i-was-surprise/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 02:25:51 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/table-showing-calories-burned-per-hour-by-type-of-exercise-i-was-surprise/</guid>
		<description><![CDATA[An hour of bowling burns more calories than walking at 2mph? Interesting&#8230;  Linked directly to the Mayo Clinic&#8217;s website.  The table includes a handy formula to adjust the figures to your weight.
read more&#160;&#124;&#160;digg story
]]></description>
			<content:encoded><![CDATA[<p>An hour of bowling burns more calories than walking at 2mph? Interesting&#8230;  Linked directly to the Mayo Clinic&#8217;s website.  The table includes a handy formula to adjust the figures to your weight.</p>
<p><a href="http://www.mayoclinic.com/health/exercise/SM00109">read more</a>&nbsp;|&nbsp;<a href="http://digg.com/health/Table_showing_calories_burned_per_hour_by_type_of_exercise_I_was_surprise">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/table-showing-calories-burned-per-hour-by-type-of-exercise-i-was-surprise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Double padding IE7 Fix</title>
		<link>http://cafefrenzy.com/css-double-padding-ie7-fix/</link>
		<comments>http://cafefrenzy.com/css-double-padding-ie7-fix/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 21:52:15 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/css-double-padding-ie7-fix/</guid>
		<description><![CDATA[Nothing is more annoying than finishing a web design, having it dispay just the way you like it in your standards compliant browser (*cough* get Firefox) only to remember to check it in IE and find it a garbled mess.  Today I came across a rather annoying CSS bug in IE7.  IE7 doubles [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing is more annoying than finishing a web design, having it dispay just the way you like it in your standards compliant browser (*cough* <a href="http://getfirefox.com">get Firefox</a>) only to remember to check it in IE and find it a garbled mess.  Today I came across a rather annoying CSS bug in IE7.  IE7 doubles the top padding on my link bar.</p>
<p><strong>CSS Code</strong><br />
<em>#quicklinks {<br />
clear: left;<br />
color: #fff;<br />
font-size: 0.8em;<br />
padding: 16px 0 0 30px;<br />
}</em></p>
<p>Here&#8217;s what it looks like:<br />
<img src="http://www.cafefrenzy.com/wp-images/IE7_bug.jpg" alt="IE7 Double padding bug" /></p>
<p><strong>And the fix&#8230;</strong></p>
<p>Just add <em>display: inline-block</em> in your div.  That&#8217;s it&#8230;  I know, it&#8217;s ridiculous.</p>
<p><strong>*UPDATE* If you want a more detailed explanation of the issue, go to: <a title="Position is Everything" href="http://www.positioniseverything.net/explorer/doubled-margin.html" target="_blank">Position is Everything</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/css-double-padding-ie7-fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Zune&#8217;s &#8220;pay-per-share&#8221; rumor dead</title>
		<link>http://cafefrenzy.com/35/</link>
		<comments>http://cafefrenzy.com/35/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 19:41:36 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[Technology News]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/35/</guid>
		<description><![CDATA[
It looks like the rumors of Microsoft&#8217;s &#8220;pay-per-share&#8221; weren&#8217;t true, says Cesar from the Zune Insider:
&#8220;&#8230;I can tell you that we have no plans to pay people to share songs sent via Zune to Zune sharing&#8230;&#8221;
Bummer.  Just when you begin to think Microsoft might be cool, they remind us not to set our expectations [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cafefrenzy.com/wp-content/uploads/2006/10/microsoft_zune_closeup.thumbnail.jpg" alt="Microsoft Zune Closeup"  align="right" /></p>
<p>It looks like the rumors of Microsoft&#8217;s &#8220;pay-per-share&#8221; weren&#8217;t true, says Cesar from the Zune Insider:</p>
<blockquote><p>&#8220;&#8230;I can tell you that we have no plans to pay people to share songs sent via Zune to Zune sharing&#8230;&#8221;</p></blockquote>
<p>Bummer.  Just when you begin to think Microsoft might be cool, they remind us not to set our expectations too high. </p>
<p>Source:  <a href="http://www.gizmodo.com/gadgets/portable-media/the-zune-will-not-pay-you-for-sharing-songs-210061.php" title="gizmodo.com">Gizmodo.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/35/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft says sharing music is good</title>
		<link>http://cafefrenzy.com/microsoft-says-sharing-music-is-good/</link>
		<comments>http://cafefrenzy.com/microsoft-says-sharing-music-is-good/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 16:31:49 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[Technology News]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/microsoft-says-sharing-music-is-good/</guid>
		<description><![CDATA[As long as you share on their terms that is.  Microsoft&#8217;s much hyped Zune mp3 player is set to debut November 14th.  Rather than try to compete with the iPod head-to-head, Microsoft is trying a different strategy:  Attack the ipod at its weaknesses.  Just in case you haven&#8217;t heard the details, [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" title="Microsoft Zune" id="image32" alt="Microsoft Zune" src="http://cafefrenzy.com/wp-content/uploads/2006/10/microsoft_zune.thumbnail.jpg" />As long as you share on their terms that is.  Microsoft&#8217;s much hyped <a href="https://www.comingzune.com/" title="Microsoft Zune">Zune</a> mp3 player is set to debut November 14th.  Rather than try to compete with the iPod head-to-head, Microsoft is trying a different strategy:  Attack the ipod at its weaknesses.  Just in case you haven&#8217;t heard the details, Zune will have a bigger/brighter screen then the Ipod, an FM tuner, and wireless connectivity along with all the other goodies the iPod video has.</p>
<p>&#8220;Wireless,&#8221; you ask, &#8220;what would that be used for?&#8221;  Good question!  What this means is now when you have a song you want to share with a friend, rather than sharing your ear buds with someone who&#8217;s ears kind of scare you, you share the actual mp3 (err..wma) instead.  Your friend can now play the song 3 times before it self-destructs or he/she has the option to purchase the song.  If by chance your friend liked it enough to purchase it, you get Zune points for bringing Microsoft business.  Once you accumulate enough points (yet to be determined) you can get free songs.  This sounds like an interesting new strategy for the music industry.  I think it&#8217;s a great idea.</p>
<p><em>[Source:  <a href="http://crunchgear.com/2006/10/23/zune-to-pay-you-back-for-sharing-songs/" title="crunchgear.com">CrunchGear</a>]</em></p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/microsoft-says-sharing-music-is-good/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASU Announces New Email System in Partnership with Google</title>
		<link>http://cafefrenzy.com/asu-announces-new-email-system-in-partnership-with-google/</link>
		<comments>http://cafefrenzy.com/asu-announces-new-email-system-in-partnership-with-google/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 18:28:31 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[Technology News]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/asu-announces-new-email-system-in-partnership-with-google/</guid>
		<description><![CDATA[I can&#8217;t contain my excitement.  After years of complaining about the sub-par email system at Arizona State University they finally made the switch.
Here is the email I received a few minutes ago.
&#8220;Arizona State University, in partnership with Google, is excited to announce a new, improved student email system with email, calendaring and IM built [...]]]></description>
			<content:encoded><![CDATA[<p><a title="ASU Meet Gmail Full" href="http://www.cafefrenzy.com/wp-images/asu_gmail.jpg"><img align="right" title="ASU meet Gmail" alt="ASU meet Gmail" src="http://www.cafefrenzy.com/wp-images/asu_gmail_small.jpg" /></a>I can&#8217;t contain my excitement.  After years of complaining about the sub-par email system at Arizona State University they finally made the switch.</p>
<p>Here is the email I received a few minutes ago.</p>
<p>&#8220;Arizona State University, in partnership with Google, is excited to announce a new, improved student email system with email, calendaring and IM built on Gmail and Google&#8217;s other collaboration tools. The benefits to you include:</p>
<p>â€¢ A massively increased storage quota â€“ 2 Gigs</p>
<p>â€¢ Shared calendaring to coordinate schedules with classmates</p>
<p>â€¢ Instant messaging capability right from your inbox</p>
<p>â€¢ A search mechanism to mine your emails</p>
<p>â€¢ Improved spam and virus filtering</p>
<p>Best of all, you keep your current asu.edu address, keeping you connected with the ASU community and ensuring seamless email delivery.  You will continue to login to email as you do other ASU systems â€“ using your ASURITE User ID â€“ and your EMMA archive will be available after the switch.  The complete transition to Gmail for ASU and the decommissioning of EMMA services will occur in January 2007, but you donâ€™t have to wait.<br />
For more details or to sign up simply click www.asu.edu/emailsignup. For frequently asked questions, please visit http://gmail.wiki.asu.edu.&#8221;</p>
<p>I have heard of other universities partnering with Google and Microsoft to manage their student email systems but never thought ASU would follow.  ASU will <strong>not</strong> be switching faculty and staff email&#8217;s to gmail.  ASU plans to continue using Microsoft Exchange Server 2003 for that.  A large number of employees (including the President) use a BlackBerry so, until Google comes out with a competing system for professionals that won&#8217;t change.</p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/asu-announces-new-email-system-in-partnership-with-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Samsung t809 USB Connection</title>
		<link>http://cafefrenzy.com/samsung-t809-usb-connection/</link>
		<comments>http://cafefrenzy.com/samsung-t809-usb-connection/#comments</comments>
		<pubDate>Sun, 11 Jun 2006 20:26:07 +0000</pubDate>
		<dc:creator>cafefrenzy</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://cafefrenzy.com/samsung-t809-usb-connection/</guid>
		<description><![CDATA[For those of you who bought a Samsung t809 like me and were excited to connect it to your computer and manage your contacts only to find out that your computer would not connect to the device try the following fix:

Before you plug your phone into your computer make sure you install the driver and [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who bought a <a title="Samsung t809 info" href="http://www.samsung.com/Products/MobilePhones/T_Mobile/SGH_T809OKATMB.asp">Samsung t809</a> like me and were excited to connect it to your computer and manage your contacts only to find out that your computer would not connect to the device try the following fix:</p>
<ol>
<li>Before you plug your phone into your computer make sure you install the driver and software first.</li>
<li>On your phone go to the Menu -> Settings -> Phone Settings -> USB settings, and select the Modem option and Save.</li>
<li>Plug your phone into your computer and your computer should tell you it found a new USB device.  Click next through the windows that pop up until it finishes configuring your new USB device.</li>
<li>Go to your Samsung PC Studio 3 software and it should recognize the new phone.</li>
</ol>
<p>Hopefully this helps some of you who might be extremely frustrated by the lack of documentation.</p>
<p>*/Edit/*</p>
<p>Another annoyance many of you have probably stumbled across is the t809&#8217;s inability to add your non-DRM enabled mp3&#8217;s as a ring tone.  An easy fix for this is to change the file name of the mp3 from <em>[file_name].mp3</em> to <em>[file_name].3gp</em>.  You can still play your songs on the phone&#8217;s built in mp3 player and now you can set the song as your ring tone.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://cafefrenzy.com/samsung-t809-usb-connection/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
