<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.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>tubby, little, cubby, all stuffed with fluff &#187; Useful Info</title>
	<link>http://blog.markstudy.org</link>
	<description>This is what's on my mind...  what's on yours?</description>
	<pubDate>Mon, 08 Sep 2008 00:39:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Joomla: Community Builder + LoudMouth Avatar Problem</title>
		<link>http://blog.markstudy.org/2006/09/28/joomla-community-builder-loudmouth-avatar-problem/</link>
		<comments>http://blog.markstudy.org/2006/09/28/joomla-community-builder-loudmouth-avatar-problem/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 02:39:48 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
		<category><![CDATA[Useful Info]]></category>

		<guid isPermaLink="false">http://blog.markstudy.org/2006/09/28/joomla-community-builder-loudmouth-avatar-problem/</guid>
		<description><![CDATA[	I really don&#8217;t post often enough.  And when I do, I have no profound thoughts.  Like tonight.  Not profound at all.  But maybe useful if you&#8217;re running Joomla/Mambo with both Community Builder and LoudMouth.

	The problem is (as far as I can tell) that LoudMouth adds an &#8220;avatar&#8221; column to the jos_users [...]]]></description>
			<content:encoded><![CDATA[	<p>I really don&#8217;t post often enough.  And when I do, I have no profound thoughts.  Like tonight.  Not profound at all.  But maybe useful if you&#8217;re running Joomla/Mambo with both Community Builder and LoudMouth.</p>

	<p>The problem is (as far as I can tell) that LoudMouth adds an &#8220;avatar&#8221; column to the jos_users table.  Thus, when Community Builder calls for the avatar using $user->avatar, it references this value rather than the one under jos_comprofiler.  Upshot: if you upload an image for your Community Builder profile, you won&#8217;t be able to see it.</p>

	<p>The way to see this image again is to hack the following file:<br />
<code>components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php. </code><br />
Look for the following line: <code>$uimage=$user-&#62;avatar;</code></p>

	<p>Add the following code above it:</p>

	<p><code>
$avatar_query = &#34;select avatar from jos_comprofiler where user_id = $user-&#62;id&#34;;
$avatar_result = mysql_query($avatar_query);
$avatar_row = mysql_fetch_row($avatar_result);
$user-&#62;avatar = $avatar_row[0];
</code></p>

	<p>Then when you call <code>$uimage=$user-&#62;avatar;</code> you&#8217;ve got the correct value in place.</p>

	<p>Now, I imagine there&#8217;s probably a nicer way to do this, but I can&#8217;t be bothered to figure it out right now.  At least this works!</p>]]></content:encoded>
			<wfw:commentRss>http://blog.markstudy.org/2006/09/28/joomla-community-builder-loudmouth-avatar-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Super Bowl commercials</title>
		<link>http://blog.markstudy.org/2006/02/06/super-bowl-commercials/</link>
		<comments>http://blog.markstudy.org/2006/02/06/super-bowl-commercials/#comments</comments>
		<pubDate>Tue, 07 Feb 2006 00:20:22 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
		<category><![CDATA[Useful Info]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.markstudy.org/2006/02/06/super-bowl-commercials/</guid>
		<description><![CDATA[	What a great use for Google Video!

	http://video.google.com/superbowl.html

	I can&#8217;t speak to the quality of any of these commercials, given that I watched very little of the Bowl, and pretty much none of the commercials.

	That being said, here&#8217;s a smattering of my favorite commercials.  There are other great ones out there, but these may very well [...]]]></description>
			<content:encoded><![CDATA[	<p>What a great use for Google Video!</p>

	<p><a href="http://video.google.com/superbowl.html">http://video.google.com/superbowl.html</a></p>

	<p>I can&#8217;t speak to the quality of any of these commercials, given that I watched very little of the Bowl, and pretty much none of the commercials.</p>

	<p>That being said, here&#8217;s a smattering of my favorite commercials.  There are other great ones out there, but these may very well be my favorite three commercials of all time.  In no particular order:</p>

	<p><a href="http://www.ifilm.com/ifilmdetail/2423870">When I Grow Up</a></p>

	<p><a href="http://www.ifilm.com/ifilmdetail/2423860">Security Camera</a></p>

	<p><a href="http://www.ifilm.com/ifilmdetail/2459171">Office Linebacker</a></p>

	<p>P.S.  On an unrelated note, my &#8220;fixed&#8221; ski pole barely survived the first run.  Alas.  I&#8217;ll post a picture soon.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.markstudy.org/2006/02/06/super-bowl-commercials/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hamachi&#8211;Instant VPN</title>
		<link>http://blog.markstudy.org/2006/01/09/hamachi-instant-vpn/</link>
		<comments>http://blog.markstudy.org/2006/01/09/hamachi-instant-vpn/#comments</comments>
		<pubDate>Mon, 09 Jan 2006 15:02:38 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
		<category><![CDATA[Useful Info]]></category>

		<guid isPermaLink="false">http://blog.markstudy.org/2006/01/09/hamachi-instant-vpn/</guid>
		<description><![CDATA[	This is fantastic: http://www.hamachi.cc/

	So I haven&#8217;t actually used it with anyone yet, so I don&#8217;t know how well it works in practice, but the user interface is slick, the tutorial is clear, and the concept is phenomenal.

	Basically, using Hamachi, you can easily set up a LAN with any other Internet-enabled computer(s) in the world.  [...]]]></description>
			<content:encoded><![CDATA[	<p>This is fantastic: <a href="http://www.hamachi.cc/">http://www.hamachi.cc/</a></p>

	<p>So I haven&#8217;t actually used it with anyone yet, so I don&#8217;t know how well it works in practice, but the user interface is slick, the tutorial is clear, and the concept is phenomenal.</p>

	<p>Basically, using Hamachi, you can easily set up a <span class="caps">LAN</span> with any other Internet-enabled computer(s) in the world.  Obvious uses include:</p>

	<ul>
		<li>Using <span class="caps">VNC</span> securely to troubleshoot someone&#8217;s computer issues, without messing around with firewall settings.</li>
		<li>Playing <span class="caps">LAN</span> only games:  Starcraft as a spawn or Yu-Gi-Oh: Joey the Passion&#8212;it&#8217;s time to duel!</li>
	</ul>
	<ul>
		<li>Easily sharing iTunes music with your friends anywhere in the world.  (I recently was given $100 in iTunes music, so expect my music collection to suddenly grow again.)</li>
	</ul>

	<p>I&#8217;m sure there are a myriad of other uses that I&#8217;m not thinking about.  Any ideas?</p>]]></content:encoded>
			<wfw:commentRss>http://blog.markstudy.org/2006/01/09/hamachi-instant-vpn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Talking to Real Humans (instead of IVRs)</title>
		<link>http://blog.markstudy.org/2005/12/17/talking-to-real-humans-instead-of-ivrs/</link>
		<comments>http://blog.markstudy.org/2005/12/17/talking-to-real-humans-instead-of-ivrs/#comments</comments>
		<pubDate>Sat, 17 Dec 2005 15:09:04 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
		<category><![CDATA[Useful Info]]></category>

		<guid isPermaLink="false">http://blog.markstudy.org/2005/12/17/talking-to-real-humans-instead-of-ivrs/</guid>
		<description><![CDATA[	Paul English has one of the most useful pages I&#8217;ve ever seen:

	http://www.paulenglish.com/ivr/

	Once upon a time, I thought IVR (Interactive Voice Response) was a really neat technology.  I remember when airlines first got it and me and my brother would call all the time to find out the information for various flights.

	Now, I just long [...]]]></description>
			<content:encoded><![CDATA[	<p>Paul English has one of the most useful pages I&#8217;ve ever seen:</p>

	<p><a href="http://www.paulenglish.com/ivr/">http://www.paulenglish.com/ivr/</a></p>

	<p>Once upon a time, I thought <span class="caps">IVR</span> (Interactive Voice Response) was a really neat technology.  I remember when airlines first got it and me and my brother would call all the time to find out the information for various flights.</p>

	<p>Now, I just long for the days of being able to talk to a real human.</p>

	<p>Every now and then, I think an <span class="caps">IVR</span> system is great (if it&#8217;s got short menus, good navigation, and good voice recognition), but most of them are pretty bad, and it&#8217;s hard to get useful information in a timely manner.  Worse yet are the times that you actually need real information and not canned responses&#8230;</p>

	<p>Paul&#8217;s page is great for two reasons:
	<ol>
		<li>It lists some hard to find customer service numbers (Amazon&#8217;s, for example)</li>
	</ol>
	<ol>
		<li>Once you&#8217;ve called, it tells you the secret of how to talk to real people.</li>
	</ol></p>

	<p>Invaluable.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.markstudy.org/2005/12/17/talking-to-real-humans-instead-of-ivrs/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
