<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.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>eironae: [ahy-ruh-nee]</title>
	<link>http://www.eironae.com</link>
	<description>geek girl living the technophile life</description>
	<pubDate>Tue, 27 Nov 2007 04:57:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Upgrading to WP 2.3.1</title>
		<link>http://www.eironae.com/geekd/2007/upgrading-to-wp-231/</link>
		<comments>http://www.eironae.com/geekd/2007/upgrading-to-wp-231/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 04:44:24 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

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

		<guid isPermaLink="false">http://www.eironae.com/2007/11/26/upgrading-to-wp-231/</guid>
		<description><![CDATA[Though I successfully upgraded several other sites, my experience on this site hasn&#8217;t been pleasant. Issues I&#8217;ve faced (with varying levels of success):

Upgrade flat out didn&#8217;t work, I had to import my exported blog entries (I tried to use a db backup and just had the same problems over again).
Lost all category assignments (and haven&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Though I successfully upgraded several other sites, my experience on this site hasn&#8217;t been pleasant. Issues I&#8217;ve faced (with varying levels of success):</p>
<ol>
<li>Upgrade flat out didn&#8217;t work, I had to import my exported blog entries (I tried to use a db backup and just had the same problems over again).</li>
<li>Lost all category assignments (and haven&#8217;t found any bulk category assigning mechanism)</li>
<li>Lost over a year of UTW tags (2.3.1 doesn&#8217;t support ultimate tag warrior, it&#8217;s got its own internal engine that didn&#8217;t accept the old ones)</li>
<li>URLs didn&#8217;t &#8220;stick&#8221;</li>
<li>Lost all my blogroll link categorization</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/geekd/2007/upgrading-to-wp-231/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Breadcrumb Plugin</title>
		<link>http://www.eironae.com/wordpress/2007/breadcrumb-plugin/</link>
		<comments>http://www.eironae.com/wordpress/2007/breadcrumb-plugin/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 03:09:37 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

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

		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.eironae.com/2007/11/26/breadcrumb-plugin/</guid>
		<description><![CDATA[Explanation &#38; History
First and foremost, I did not write this plugin. Credit for that goes to Dan Peverill. He long ago stopped supporting/developing it, and graciously allowed me to re-release it for public consumption after I contacted him looking for the old config instructions I knew used to be out there.
Why do I want to [...]]]></description>
			<content:encoded><![CDATA[<h2>Explanation &amp; History</h2>
<p>First and foremost, I did not write this plugin. Credit for that goes to <a href="http://www.thedevproject.com" title="The Dev Project" target="_blank">Dan Peverill</a>. He long ago stopped supporting/developing it, and graciously allowed me to re-release it for public consumption after I contacted him looking for the old config instructions I knew used to be out there.</p>
<p>Why do I want to regurgitate an old, unsupported plugin? Because I use it&#8230;a lot, because it still works beautifully in WP 2.3.1, and because as far as I can tell it&#8217;s the most graceful solution out there for WP breadcrumbs.</p>
<p>I&#8217;m not a programmer by a long shot, but I will attempt to support any issues you have to the best of my ability. My hope is the people who used this plugin previously will seep out of the woodwork with valuable insights and make themselves useful. <img src='http://www.eironae.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Most of the instructions here are taken verbatim from the archived version of the original support site. I will edit as necessary as time permits.</p>
<h2>Installation</h2>
<p>Start by <a href="http://www.eironae.com/wp-content/uploads/2007/11/breadcrumb.zip" title="latest version of the breadcrumb plugin"><strong>downloading the latest version</strong></a>. Then to install, simply unzip breadcrumb.php to your plugins directory, and enable the plugin in your admin panel. For information on <em>how</em> to use the breadcrumb, scroll down to <a href="#usage">basic usage</a>.</p>
<h2>What’s a Breadcrumb?</h2>
<p>A breadcrumb is a navigation trail that leads from the user’s current location in your web site, back to the home page. This is useful for larger web sites that have deeply nested pages or sections in their site. For a live demo of the breadcrumb, <del>simply look around on this site. You’ll see the breadcrumb located just under the header. What you see on my site is only the basic usage of the breadcrumb.</del><ins>I&#8217;ll add breadcrumbs to this site and produce several more real-world examples shortly. Feel free to email me with examples of your work and I may include them here.</ins> Screenshot(s) detailing more customization:</p>
<p><a href="http://nazgul.nu/blog/" target="blank">From Nazgul’s blog:</a><br />
<img src="http://www.eironae.com/wp-content/uploads/2007/11/breadcrumb-nazgul.gif" alt="breadcrumb-nazgul.gif" class="imageframe" height="36" width="318" /><br />
(example no longer in use on target site, but example is still valid)</p>
<h2 id="usage">Basic Usage</h2>
<p>This plugin will allow you to display a breadcrumb navigation anywhere on your site. It’s usage is simple. Wherever you want the breadcrumb navigation to display, simply call the breadcrumb() function:</p>
<pre class="codeview"><span style="color: #000000; font-weight: bold">&lt;?php</span> breadcrumb<span style="color: #66cc66">(</span><span style="color: #66cc66">)</span>; <span style="color: #000000; font-weight: bold">?&gt;</span></pre>
<p>If you’d like to use the breadcrumb in your titlebar, no problem, there’s a function for that as well:</p>
<pre class="codeview">&lt;title&gt;&lt;?php breadcrumb_title<span style="color: #66cc66">(</span><span style="color: #66cc66">)</span>; ?&gt;&lt;/title&gt;</pre>
<p>If you want more control over how the breadcrumb is displayed, there are a few options. You can specify a different separator, text to put before a crumb, and text to put after a crumb. So displaying the breadcrumb as a unordered list, for example, would loook something like this:</p>
<pre class="codeview"><span style="color: #000000; font-weight: bold">&lt;?php</span><span style="color: #b1b100">if</span> <span style="color: #66cc66">(</span>has_breadcrumb<span style="color: #66cc66">(</span><span style="color: #66cc66">)</span><span style="color: #66cc66">)</span><span style="color: #66cc66">{</span>
<a href="http://web.archive.org/web/20070809093139/http://www.php.net/echo"><span style="color: #000066">echo</span></a> <span style="color: #ff0000">&#8216;&lt;ul class=&#8221;breadcrumb&#8221;&gt;&#8217;</span>;
<span style="color: #808080; font-style: italic">// Note that any and all of these parameters are optional.</span>
breadcrumb<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;&#8221;</span>, <span style="color: #ff0000">&#8220;&lt;li&gt;&#8221;</span>, <span style="color: #ff0000">&#8220;&lt;/li&gt;&#8221;</span>, <span style="color: #ff0000">&#8216;&lt;li class=&#8221;selected&#8221;&gt;&#8217;</span><span style="color: #66cc66">)</span>;
<a href="http://www.php.net/echo"><span style="color: #000066">echo</span></a> <span style="color: #ff0000">&#8220;&lt;/ul&gt;&#8221;</span>;
<span style="color: #66cc66">}</span>
<span style="color: #000000; font-weight: bold">?&gt;</span></pre>
<p>Using a different separator between your crumbs would look like this:</p>
<pre class="codeview"><span style="color: #000000; font-weight: bold">&lt;?php</span> breadcrumb<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;:&#8221;</span><span style="color: #66cc66">)</span>; <span style="color: #000000; font-weight: bold">?&gt;</span></pre>
<h2>Advanced Usage</h2>
<p>Sometimes, more options are required. A lot of users love to customize every inch of their web site, and I’ve provided a way to do that with the breadcrumb. Through advanced options, you can control just about any part of the breadcrumb in combination with its filtering system (scroll down for <a href="http://www.eironae.com/wp-admin/post.php#filtering">filtering information</a>).</p>
<p>Advanced options include:</p>
<ul>
<li><strong>sep</strong> <em>(breadcrumb() only)</em> : Separator between crumbs.</li>
<li><strong>before</strong> <em>(breadcrumb() only)</em> : Text before a crumb.</li>
<li><strong>after</strong> <em>(breadcrumb() only)</em> : Text after a crumb.</li>
<li><strong>last</strong> <em>(breadcrumb() only)</em> : Text before the last crumb.</li>
<li><strong>echo</strong> <em>(breadcrumb() only)</em> : Set to false to return the breadcrumb rather than printing it.</li>
<li><strong>home_always</strong> <em>(breadcrumb() and get_breadcrumb())</em> : Set to true to always display the Home crumb.</li>
<li><strong>home_never</strong> <em>(breadcrumb() and get_breadcrumb())</em> : Set to true to never show the Home crumb (this is the same as removing the get_breadcrumb_home filter).</li>
<li><strong>home_title</strong> <em>(breadcrumb() and get_breadcrumb())</em> : Change the text displayed for the Home crumb.</li>
<li><strong>link_all</strong> <em>(breadcrumb() and get_breadcrumb())</em> : Set to true to link all crumbs.</li>
<li><strong>link_none</strong> <em>(breadcrumb() and get_breadcrumb())</em> : Set to true to link no crumbs.</li>
</ul>
<p>You can use advanced options by specifying their key/value pairs within the breadcrumb() function:</p>
<pre class="codeview"><span style="color: #000000; font-weight: bold">&lt;?php</span> breadcrumb<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;home_always=true&amp;link_all=true&#8221;</span><span style="color: #66cc66">)</span>; <span style="color: #000000; font-weight: bold">?&gt;</span></pre>
<h2>The Breadcrumb Itself</h2>
<p>The breadcrumb is built as an array of strings. The breadcrumb() function may or may not offer what you’re looking for in terms of customization. If that’s the case, you can use the breadcrumb array itself by calling the get_breadcrumb() function and applying any customization you want to each individual crumb:</p>
<pre class="codeview"><span style="color: #000000; font-weight: bold">&lt;?php</span><span style="color: #0000ff">$breadcrumb</span> = get_breadcrumb<span style="color: #66cc66">(</span><span style="color: #66cc66">)</span>;<span style="color: #b1b100">foreach</span><span style="color: #66cc66">(</span><span style="color: #0000ff">$breadcrumb</span> <span style="color: #b1b100">as</span> <span style="color: #0000ff">$crumb</span><span style="color: #66cc66">)</span>
<span style="color: #66cc66">{</span>
<span style="color: #808080; font-style: italic">// $crumb is a string.</span>
<a href="http://www.php.net/echo"><span style="color: #000066">echo</span></a> <span style="color: #ff0000">&#8220;- &#8220;</span>.<span style="color: #0000ff">$crumb</span>.<span style="color: #ff0000">&#8220;&lt;br /&gt;&#8221;</span>;
<span style="color: #66cc66">}</span>
<span style="color: #000000; font-weight: bold">?&gt;</span></pre>
<h2 id="filtering">Filtering the Breadcrumb</h2>
<p>The breadcrumb plugin, much like any other part of WordPress, is filter based. Each part of the breadcrumb, whether it be the home page, the categories, and so on, are attached by filters. This allows you to do whatever you like to the breadcrumb, such as removing and adding new filters. You can add or remove any filter either specifically for a template by using your functions.php template file, or by creating a custom plugin yourself. In fact, other plugins are able to extend the breadcrumb if they so desire. Here are the default filters:</p>
<pre class="codeview">add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_home&#8221;</span>, <span style="color: #cc66cc">1</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_category&#8221;</span>, <span style="color: #cc66cc">5</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;
add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_page&#8221;</span>, <span style="color: #cc66cc">5</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;
add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_single&#8221;</span>, <span style="color: #cc66cc">5</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;
add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_date&#8221;</span>, <span style="color: #cc66cc">5</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;
add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_author&#8221;</span>, <span style="color: #cc66cc">5</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;
add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_search&#8221;</span>, <span style="color: #cc66cc">5</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;
add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_404&#8243;</span>, <span style="color: #cc66cc">5</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;
add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_paged&#8221;</span>, <span style="color: #cc66cc">5</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;</pre>
<p>To remove a filter:</p>
<pre class="codeview">remove_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;get_breadcrumb_home&#8221;</span><span style="color: #66cc66">)</span>;</pre>
<p>To add a filter:</p>
<pre class="codeview">add_filter<span style="color: #66cc66">(</span><span style="color: #ff0000">&#8220;get_breadcrumb&#8221;</span>, <span style="color: #ff0000">&#8220;breadcrumb_search_ext&#8221;</span>, <span style="color: #cc66cc">10</span>, <span style="color: #cc66cc">2</span><span style="color: #66cc66">)</span>;<span style="color: #808080; font-style: italic">/*** @param array  The breadcrumb itself.
* @param array  Advanced parameters passed by the user.
*/
</span><span style="color: #000000; font-weight: bold">function</span> breadcrumb_search_ext<span style="color: #66cc66">(</span><span style="color: #0000ff">$breadcrumb</span>, <span style="color: #0000ff">$params</span><span style="color: #66cc66">)</span>
<span style="color: #66cc66">{</span>
<span style="color: #b1b100">if</span> <span style="color: #66cc66">(</span>is_search<span style="color: #66cc66">(</span><span style="color: #66cc66">)</span><span style="color: #66cc66">)</span>
<span style="color: #66cc66">{</span>
<span style="color: #808080; font-style: italic">// Do whatever you like to the breadcrumb. The user is viewing the search page.</span>
<span style="color: #808080; font-style: italic">// Be sure to check the $params for user specified options, such as $params[&#8221;link_all&#8221;] if crumbs should always be linked.</span>
<span style="color: #66cc66">}</span>
<span style="color: #b1b100">return</span> <span style="color: #0000ff">$breadcrumb</span>;
<span style="color: #66cc66">}</span></pre>
<h2>Release History</h2>
<ul>
<li><strong>0.5.2</strong> [11/26/2007] :  Re-release plugin under new management.</li>
<li><strong>0.5.1</strong> [06/14/2006] : Fixed a few pagination bugs.</li>
<li><strong>0.5</strong> [06/13/2006] : Added advanced formatting options for breadcrumb() and get_breadcrumb, such as sep, before, after, last, echo, home_always, home_never, home_title, link_all, and link_none. Added breadcrumb_title() function for displaying the breadcrumb in a web site’s title (browser’s titlebar).</li>
<li><strong>0.4.1</strong> [06/12/2006] : Multiple calls to breadcrumb(); now working properly.</li>
<li><strong>0.4</strong> [06/11/2006] : Added pagination crumb, added option text before current crumb (users location), fixed home page crumb while paging, fixed 404 crumb, fixed month link, fixed day link.</li>
<li><strong>0.3</strong> [06/10/2006] : Fixed reverse order bug for page and category crumbs.</li>
<li><strong>0.2</strong> [06/10/2006] : Changed the breadcrumb to filter based, allowing easy extension and customization.</li>
<li><strong>0.1</strong> [06/09/2006] : Initial beta release.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/wordpress/2007/breadcrumb-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[blog] to do list</title>
		<link>http://www.eironae.com/life/2007/blog-to-do-list/</link>
		<comments>http://www.eironae.com/life/2007/blog-to-do-list/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 04:06:43 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.eironae.com/2007/11/25/blog-to-do-list/</guid>
		<description><![CDATA[
change the default theme header photos to my own
add the breadcrumb plugin

put up plugin page and add to WP plugins site


follow up on Facebook posts
post accumulated research

Facebook
Google Analytics
Higher ed user expectations



]]></description>
			<content:encoded><![CDATA[<ol>
<li>change the default theme header photos to my own</li>
<li>add the breadcrumb plugin
<ol>
<li><a href="http://www.eironae.com/2007/11/26/breadcrumb-plugin/" title="Breadcrumb plugin"><del>put up plugin page and add to WP plugins site</del></a></li>
</ol>
</li>
<li>follow up on Facebook posts</li>
<li>post accumulated research
<ol>
<li>Facebook</li>
<li>Google Analytics</li>
<li>Higher ed user expectations</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/life/2007/blog-to-do-list/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebook Pages continued</title>
		<link>http://www.eironae.com/geekd/2007/facebook-pages-continued/</link>
		<comments>http://www.eironae.com/geekd/2007/facebook-pages-continued/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 22:52:55 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

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

		<category><![CDATA[the news]]></category>

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

		<guid isPermaLink="false">http://www.eironae.com/?p=63</guid>
		<description><![CDATA[Well after hours of poking and prodding at Facebook, here&#8217;s what I&#8217;ve got to show for it.
To setup your page, click &#8220;Businesses&#8221; in the Facebook footer.

 At the Business Services page, choose &#8220;Facebook Pages&#8221;.

Then you create your page:

You&#8217;ll be asked to establish what type of page (Education) and the name of the page (Your School). [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Well after hours of poking and prodding at Facebook, here&#8217;s what I&#8217;ve got to show for it.</p>
<p align="left">To setup your page, click &#8220;Businesses&#8221; in the Facebook footer.</p>
<p align="center"><img src="http://www.eironae.com/wp-content/uploads/2007/11/footer.jpg" title="Footer" alt="Footer" border="1" /></p>
<p align="left"> At the Business Services page, choose &#8220;Facebook Pages&#8221;.</p>
<p align="center"><img src="http://www.eironae.com/wp-content/uploads/2007/11/options2.jpg" title="Business Services" alt="Business Services" border="1" /></p>
<p align="left">Then you create your page:</p>
<p style="text-align: center" align="center"><img src="http://www.eironae.com/wp-content/uploads/2007/11/create1.jpg" title="Create the page" alt="Create the page" border="1" /></p>
<p>You&#8217;ll be asked to establish what type of page (Education) and the name of the page (Your School). It&#8217;s important to note here that at this point, you can create a page for ANY organization&#8230;there&#8217;s no validation of any kind. This is a scary scary thing.</p>
<p align="center"><img src="http://www.eironae.com/wp-content/uploads/2007/11/create2.jpg" title="Starting Info" alt="Starting Info" border="1" /></p>
<p align="left">Your initial view will look like this. Most of the interface is classic Facebook.</p>
<p align="center"> <img src="http://www.eironae.com/wp-content/uploads/2007/11/create3.jpg" title="Initial View" alt="Initial View" border="1" /></p>
<p align="left">When you click &#8220;Edit my page&#8221; you&#8217;re presented with this:</p>
<p align="center"><img src="http://www.eironae.com/wp-content/uploads/2007/11/create4.jpg" title="Edit View" alt="Edit View" border="1" /></p>
<p align="left">You&#8217;ll notice a new Applications Menu option, &#8220;Page Manager&#8221;. It wasn&#8217;t initially in the top 5, I had to drag it up from the lower hidden menu.</p>
<p align="left">&nbsp;</p>
<p style="text-align: center" align="left"><img src="http://www.eironae.com/wp-content/uploads/2007/11/menu1.jpg" title="Applications Menu" alt="Applications Menu" border="1" /></p>
<p>There are 3 applications pre-installed on your page: Events, Photos, and Video. You get the same photo album capabilities that individual profiles enjoy, and the ability to create semi-robust events. My only beef, I want to be able to put a URL in the event creation screen somewhere to link to more information (like our University calendar or news).</p>
<p>I did add the Feedheads app so I could pull our news and calendar feeds into the Facebook page, but a glitch in it has caused the results to show up on my personal profile instead of the University page.  Mario Romero, the developer of Feedheads, has responded that they&#8217;re hoping to get the bugs out by the weekend.</p>
<p>I created additional admins by simply inviting my friends (i.e. coworkers and student employees in my office) to accept admin status. The process was pretty easy on my end, but they all had issues either accepting the invite or finding their way back to the page if they hadn&#8217;t chosen to &#8220;Add to my organizations&#8221;. These additional admins are not getting the &#8220;Page Manager&#8221; menu item at this point, it&#8217;s only if you actually created a page. This is a usability issue they&#8217;re going to have to work out. The UWebD list reports similar problems. Also, the page doesn&#8217;t show up in searches. Someone indicated they&#8217;re read something about 3 days before search would work, but I couldn&#8217;t find that info anywhere. I&#8217;ve put up an announcement as a &#8220;Share&#8221; within my friends and anticipate a little traffic from the curious.</p>
<p>I did experience an issue where the University hours were &#8220;forgotten&#8221; once, and I&#8217;m pretty sure this was caused by simply clicking on the &#8220;Basic Info&#8221; edit box and then navigating away without saving. Stephanie Leary of A&amp;M reports the same problem.</p>
<p>The photo album app is going to be great for us as it&#8217;ll allow users to comment, hopefully generating some activity we&#8217;ve been missing out with our lack of a robust photo album. The problem(s) with the albums: (1) users can&#8217;t tag, (2) the photo purchase option is only available for those with admin rights (as far as I&#8217;ve been able to determine). For higher ed especially, the ability to tag and use photos the same way as individual profiles would be key. It might be important to note that unless a user chooses to become a fan of your school, they won&#8217;t even be able to comment on the pictures, and there&#8217;s no instructions indicating this at the photo level.</p>
<p>All in all I&#8217;m very excited, but it&#8217;s still a little green. They&#8217;re going to have to offer us some clarification, and beef up some of the places they left out (tagging&#8230;seriously). I think most of it is simple oversight, you can&#8217;t think of everything. I&#8217;m looking forward to seeing how they overcome and/or compensate for these issues. Until then, <a href="http://saumag.facebook.com/profile.php?id=21695437176" title="SAU Facebook Page" target="_blank">take a look at what we built in a day</a>.</p>
<p align="left">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/geekd/2007/facebook-pages-continued/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebook Pages</title>
		<link>http://www.eironae.com/geekd/2007/facebook-pages/</link>
		<comments>http://www.eironae.com/geekd/2007/facebook-pages/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 15:51:42 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

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

		<category><![CDATA[the news]]></category>

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

		<category><![CDATA[random thoughts]]></category>

		<guid isPermaLink="false">http://www.eironae.com/?p=62</guid>
		<description><![CDATA[Facebook just announced the addition of a feature they&#8217;re calling &#8220;Facebook Pages&#8221;, which adds an interesting twist to the recent (and not so recent) ongoing discussions among higher ed pros about the uses of Facebook for recruiting, retention, and general communication with our various student audiences.
The Facebook Blog entry really only focused on use of [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook just announced the addition of a feature they&#8217;re calling &#8220;Facebook Pages&#8221;, which adds an interesting twist to the recent (and not so recent) ongoing discussions among higher ed pros about the uses of Facebook for recruiting, retention, and general communication with our various student audiences.</p>
<p>The Facebook Blog entry really only focused on use of this new feature for bands, brands, business and celebrities, but I&#8217;ll be really interested to see if there are any restrictions that prevent higher ed orgs from taking advantage of this. It could be just the solution we&#8217;ve been looking for to actually create a full fledged institutional Facebook presence while still playing by the rules.</p>
<p>I&#8217;m off to investigate further.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/geekd/2007/facebook-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>1 yr older and deeper in debt&#8230;</title>
		<link>http://www.eironae.com/random/2007/1-yr-older-and-deeper-in-debt-2/</link>
		<comments>http://www.eironae.com/random/2007/1-yr-older-and-deeper-in-debt-2/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 03:43:33 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[random thoughts]]></category>

		<guid isPermaLink="false">http://www.eironae.com/2007/10/30/1-yr-older-and-deeper-in-debt-2/</guid>
		<description><![CDATA[I just realized this blog is now a year old. I don&#8217;t post enough! I have so much to say about being a full time student, employee, active web geek, having a family, house, life, interests, hobbies&#8230;but with all that I don&#8217;t have time to talk about it.
]]></description>
			<content:encoded><![CDATA[<p>I just realized this blog is now a year old. I don&#8217;t post enough! I have so much to say about being a full time student, employee, active web geek, having a family, house, life, interests, hobbies&#8230;but with all that I don&#8217;t have time to talk about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/random/2007/1-yr-older-and-deeper-in-debt-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>meh.</title>
		<link>http://www.eironae.com/life/2007/meh/</link>
		<comments>http://www.eironae.com/life/2007/meh/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 22:00:02 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[life]]></category>

		<category><![CDATA[random thoughts]]></category>

		<guid isPermaLink="false">http://www.eironae.com/?p=60</guid>
		<description><![CDATA[That&#8217;s it, no big post today. I&#8217;m still sick with some fun chesty/throaty goodness, Woot.com is having a Woot-Off today but they keep sticking poo in there and slowing the whole thing down, I&#8217;ve discovered claimID recently and been playing with that when I should be writing my history paper (the one that was due [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s it, no big post today. I&#8217;m still sick with some fun chesty/throaty goodness, Woot.com is having a Woot-Off today but they keep sticking poo in there and slowing the whole thing down, I&#8217;ve discovered <a href="http://claimid.com/eironae" title="My claimID info" target="_blank">claimID</a> recently and been playing with that when I should be writing my history paper (the one that was due LAST Monday) or going to algebra class (which I haven&#8217;t done since before I went to NY). I&#8217;ve got a tutoring session setup tomorrow with the professor to catch me up, he&#8217;s being very understanding.</p>
<p>There&#8217;s something weird about my newfound Facebook obsession&#8230;I was never that into it until this week.</p>
<p>The initial leg-work is in process to establish a statewide higher-ed web organization. I&#8217;m gathering information from similar groups throughout the country in hopes of making minor modifications to, rather than reinventing, the wheel. I&#8217;m planning to delve into that quite a bit tomorrow since I&#8217;ve built a decent list of resources over the last week.</p>
<p>If you&#8217;re surprised that being gone and/or sick for a week has put me seriously behind at work, raise your hand. I&#8217;ve got people coming at me from all angles. Such is life when you&#8217;re the only one that does what you do on an entire campus. Thank god the library has a competent content manager over there or I&#8217;d just curl up in a corner and cry.</p>
<p>Smurf out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/life/2007/meh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HighEdWebDev lite</title>
		<link>http://www.eironae.com/geekd/2007/highedwebdev-lite/</link>
		<comments>http://www.eironae.com/geekd/2007/highedwebdev-lite/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 22:19:54 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[best things]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.eironae.com/?p=59</guid>
		<description><![CDATA[The presentations are up, so if you missed the conference, you can at least get the gui center. Get it&#8230;gui center&#8230;I KILL ME! Thanks tons to Lori Packer for getting that done so quickly (and check out her blog for the fun pics I took of her at the conference).
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://highedweb.org/2007/presentations/index.html" title="High Ed Web Dev 2007 Presentation materials" target="_blank">presentations</a> are up, so if you missed the conference, you can at least get the gui center. Get it&#8230;gui center&#8230;I KILL ME! Thanks tons to <a href="http://www.goddessofclarity.com/" title="Lori Packers website">Lori Packer</a> for getting that done so quickly (and check out her blog for the fun pics I took of her at the conference).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/geekd/2007/highedwebdev-lite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>That&#8217;s the end - HEWD Day 5</title>
		<link>http://www.eironae.com/geekd/2007/thats-the-end-hewd-day-5/</link>
		<comments>http://www.eironae.com/geekd/2007/thats-the-end-hewd-day-5/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 04:33:54 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[geekd]]></category>

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

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

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

		<guid isPermaLink="false">http://www.eironae.com/?p=58</guid>
		<description><![CDATA[subtitle: Disjointed and sleep deprived.
It&#8217;s all over. We&#8217;ve packed up the boxes and tabulated the results and eaten our final meal together. I&#8217;ve posted &#8216;Post Mortem&#8217; photos on Flickr, but only a few.
Quote of the day: &#8220;Come on baby, gimme some network! &#8221; - Kirk Anne
I did manage to go purchase luggage. Go me. Now [...]]]></description>
			<content:encoded><![CDATA[<p>subtitle: Disjointed and sleep deprived.</p>
<p>It&#8217;s all over. We&#8217;ve packed up the boxes and tabulated the results and eaten our final meal together. I&#8217;ve posted &#8216;Post Mortem&#8217; photos on Flickr, but only a few.</p>
<p>Quote of the day: &#8220;Come on baby, gimme some network! &#8221; - Kirk Anne</p>
<p>I did manage to go purchase luggage. Go me. Now hopefully I will make it to Shreveport with all the items I put into said luggage. It would be nice.</p>
<p>I sat in on a post-conference session on usability methods for higher education. I&#8217;ll try to remember enough of it tomorrow to post something coherent and intelligent, which would admittedly be a first.</p>
<p>I did find out something slighly surreal today. Karine Joly (of CollegeWebEditor fame) reads my blog and knew who I was (i.e. Eironae) as soon as she saw my name tag. So, since she&#8217;s effectively my only readership&#8230;hiya Karine <img src='http://www.eironae.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/geekd/2007/thats-the-end-hewd-day-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HEWD - Day 4</title>
		<link>http://www.eironae.com/geekd/2007/hewd-day-4/</link>
		<comments>http://www.eironae.com/geekd/2007/hewd-day-4/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 05:59:47 +0000</pubDate>
		<dc:creator>eironae</dc:creator>
		
		<category><![CDATA[geekd]]></category>

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

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

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

		<guid isPermaLink="false">http://www.eironae.com/?p=57</guid>
		<description><![CDATA[Tuesday&#8230;wow.
Sessions were good. We got blown away by a couple today. I have to say that all of our AUD track presenters have been absolutely amazing. Steph and I totally lucked out. You guys rocked the house.
I learned something today. 3&#8243; heels are ok for work, only the truly disturbed wear them at conferences. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Tuesday&#8230;wow.</p>
<p>Sessions were good. We got blown away by a couple today. I have to say that all of our AUD track presenters have been absolutely amazing. Steph and I totally lucked out. You guys rocked the house.</p>
<p>I learned something today. 3&#8243; heels are ok for work, only the truly disturbed wear them at conferences. I&#8217;m an idiot. Luckily, this is not my big take-away.</p>
<p>Chris Nixon and I have connected a bit over the last couple of days. Funny that it took a trip to NY to let me finally meet another Arkansas higher ed web geek.  I think we&#8217;re going to at least attempt a couple of interesting projects, including setting up some type of higher ed web organization for our counterparts statewide.</p>
<p>The announcement was made today that we&#8217;re moving the conference to Missouri next year. I&#8217;m told they put forth an extraordinary proposal and are apparently uniquely equipped to handle a group of this type/size. I look forward to working on that further.</p>
<p>Club 23 has been a blast&#8230;we even got a <a href="http://www.flickr.com/photos/koryandkelly/1595309020/" title="man with lamp shade on his head" target="_blank">guy with a lampshade on his head</a>. I say that makes a successful party.</p>
<p>Breakfast is at 7:30 am, and it&#8217;s already 2. Flickr shots are up. There has been revenge photo backlash for my shutterbugedness&#8230;but hopefully a few pics of me WITHOUT a drink in my hand <img src='http://www.eironae.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eironae.com/geekd/2007/hewd-day-4/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
