<?xml version="1.0" encoding="iso-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
  <title>Building things</title>
  <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/" />
  <modified>2004-11-20T10:14:39Z</modified>
  <tagline></tagline>
  <id>tag:www.gwenharlow.com,2005:/building//24</id>
  <generator url="http://www.movabletype.org/" version="3.121">Movable Type</generator>
  <copyright>Copyright (c) 2004, gwen</copyright>
  <entry>
    <title>Like radio.blog, but for Mac and movies, too</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20041030_like_radioblog_but_for_mac_and_movies_too.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-10-30T14:02:02-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.3947</id>
    <created>2004-10-30T22:02:02Z</created>
    <summary type="text/plain">I&apos;ve been looking for this for ages.</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>Mac users who couldn't figure out how to get radio.blog working should check out <a href="http://www.flashavplayers.com/" title="flash AV">flash AV</a>.</p>

<p>- sets up on both Mac and PC</p>

<p>- has more functionality than radio.blog (supports MP3, SWF, JPG, and MID files, has key controls for nav)</p>

<p>- has a number of skins to use</p>

<p>- <i>doesn't</i> require any file conversion (though you'll probably wanna downsize your mp3s to a lower kbps so they don't kill your bandwidth)</p>

<p>- comes with much better <a href="http://www.flashavplayers.com/documentation.html" title="documentation">documentation</a> (though I haven't found a user forum yet, but I haven't really looked since all my questions so far have been covered in the doc)</p>

<p>You can get it up and running just by uploading the default files; you can set up your own tunes by editing the playlist in /media (there's an XML generator available if you don't want to do it by hand), then uploading that and your MP3s.</p>

<p>Only downside is that, according to the author, the demo version you download expires the first of each month, when a new version is released; I'm not sure if this means you simply have to upgrade at that point or if it stops working altogether -- I guess I'll find out Monday -- but you can get the non-expiring verion by making a donation of 15 euros (about $30, I think), which isn't much for such a cool little app.</p>

<p><b>Making multiple playlists on the same install</b><br />
<i>Assumes a degree of comfort working with raw mark-up</i></p>

<p>You can put all the songs in the same directory, if you want, or not, and you can use the same song on however many playlists, just make sure you specify the correct location of the song in the playlist (e.g. if you're using songs from multiple directories on your playlist, <i>don't</i> use the subfolders variable in the PLAYLIST tag, and <i>do</i> use full URLs to the files in the TRACK tag -- see below for examples).</p>

<p>1. Make a new playlist in /media. Should be named whatever_playlist.xml<br />
ex. 80sladies_playlist.xml<br />
I'm pretty sure the underscore isn't necessary, it just looks for whatever comes before "playlist", just make sure in steps below that you use exact same prefix...</p>

<p>2. Make a copy of the html page of the player of your choice in the top dir (I used av_aqua.html as the original)*</p>

<p>3. Change name of that to whatever.html (ex. 80sladies.html)</p>

<p>4. Open your whatever.html in text editor, look for the instances of the filePrefx variable -- there are two:<br />
param name="movie" value="av_aqua.swf?filePrefX=onlyAudio_&custom=true"<br />
and<br />
embed src="av_aqua.swf?filePrefX=onlyAudio_&custom=true"</p>

<p>5. Change "onlyAudio_" to whatever you named the new playlist file. ex. I changed "onlyAudio_" to "80sladies_":<br />
param name="movie" value="av_aqua.swf?filePrefX=80sladies_&custom=true"<br />
and<br />
embed src="av_aqua.swf?filePrefX=80sladies_&custom=true"</p>

<p>* some of the default players don't have the filePrefx variable, so they pull the plain playlist.xml, just stick "filePrefX=onlyAudio_&" in there to use a different playlist, ex. change:<br />
av_basic.swf?custom=true<br />
to<br />
av_basic.swf?filePrefX=onlyAudio_&custom=true</p>

<p>6. Upload your new whatever.html into the top dir, your new whatever_playlist.xml into /media, and whatever songs into wherever you specified in your playlist.</p>

<p>7. Hit up http://yourdomain.com/yourflashAVdir/whatever.html et voila!<br />
ex. <a href="http://ofrenda.org/canciones/yow/80sladies.html" title="my first audioblogthingy">http://ofrenda.org/canciones/yow/80sladies.html</a></p>

<p><br />
<b>An example of a playlist with all play files in one directory</b><br />
The subfolder variable should reflect the directory within /media where you uploaded your MP3s or other files.<br />
&lt;?xml version="1.0" encoding="iso-8859-1"?&gt;<br />
&lt;PLAYLISTdb&gt;<br />
	&lt;!--begin PLAYLIST (defaultKbps, defaultFolder, Xtension, BGproperties, offline are optional and can be left with empty quotes--&gt;<br />
&lt;PLAYLIST name="Your title" author="Your name" subfolder="whatever"&gt;<br />
&lt;TRACK name="First track name" Url="whatever1.mp3"/&gt;<br />
&lt;TRACK name="Second track name" Url="whatever2.mp3"/&gt;<br />
&lt;/PLAYLIST&gt;<br />
&lt;/PLAYLISTdb&gt;</p>

<p><b>An example of a playlist with play files in more than one directory</b><br />
&lt;?xml version="1.0" encoding="iso-8859-1"?&gt;<br />
&lt;PLAYLISTdb&gt;<br />
	&lt;!--begin PLAYLIST (defaultKbps, defaultFolder, Xtension, BGproperties, offline are optional and can be left with empty quotes--&gt;<br />
&lt;PLAYLIST name="Your title" author="Your name"&gt;<br />
&lt;TRACK name="First track name" Url="http://yourdomain.com/yourflashAVdir/directory/whatever1.mp3"/&gt;<br />
&lt;TRACK name="Second track name" Url="http://yourdomain.com/yourflashAVdir/anotherdirectory/whatever2.mp3"/&gt;<br />
&lt;/PLAYLIST&gt;<br />
&lt;/PLAYLISTdb&gt;<br />
</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Trotts &amp; Dash plunge ahead in nefarious scheme to take over the internet, vow to restore uppercase I</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20040831_trotts_dash_plunge_ahead_in_nefarious_scheme_to_take_over_the_internet_vow_to_restore_uppercase_i.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-08-31T18:13:35-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.3779</id>
    <created>2004-09-01T02:13:35Z</created>
    <summary type="text/plain">MT3.1 is out and it&apos;s adorable</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>1. <a href="http://www.sixapart.com/corner/archives/2004/08/movable_type_31.shtml" title="Mena's Corner: 3.1 etc. etc.">3.1 released</a> -- dynamic pages is the big news, but my favorite feature is subcategories. I have longed for subcategories for longer than I can tell you and now...<a href="http://www.photofluffer.com" title="Photofluffer">Photofluffer</a>'s going to get a makeover, for starters. I don't know what else. I was on the beta test (I can say that now, right?) but didn't get a chance to install until a few days ago, so I haven't played with everything. I'm still waiting for them to bundle <a href="http://www.gwenharlow.com/building/blogware/20040122_individual_archive_navigation_by_category.php" title="navigate by category">navigate by category</a> or <a href="http://www.gwenharlow.com/building/blogware/20040214_sort_by_id_with_lastn.php" title="sort by id with lastn">sort_by last mod</a> into the app, but I'm going to assume the workarounds I was using before still work and not get too het up about it, because those subcategories are <a href="http://www.gwenharlow.com/shh/" title="shhh">cute as the dickens</a> and I've got that glow.</p>

<p>2. <a href="http://mt-plugins.org/" title="MT-Plugins.org">MT-Plugins.org</a> got a major overhaul to visually fit in with the rest of 6A's growing empire. It loads a lot faster and has a new section listing plugins that are compatible with MT3 (psst: <a href="http://mt-plugins.org/archives/entry/embedimage.php" title="EmbedImage">EmbedImage</a> works on 3, <a href="http://www.photofluffer.com" title="Photofluffer">too</a>!). A few minor beefs: that small, light grey text you use on all the sites? It's killing my eyes. And where'd the comments go? I can't count the number of times I've had a problem figuring out a plugin and found some other moron who'd beaten me to the punch and had the decency to leave a comment detailing how s/he solved it. </p>

<p>3. The <a href="http://www.sixapart.com/pronet/" title="Six A-Partners">Six Apart Professional Network</a> (or, as Mena sugggested, the Six A-Partners (my eyes just rolled up out the back of my head)). This group was announced back when we all busy hating 6A with all our might (incidentally, there are currently only <i>three</i> trackbacks on Mena's post, and only <i>one</i> is negative -- c'mon people! They're way too cute to let them get away with that sort of thing un-pun-ished). There was an e-mail a week or so ago about it and now it's up and running, and if you are a Profressional Developer sort, you can get some nifty bonuses for signing up, though I don't know what I'm going to do with my own Anil.</p>

<p>4. <a href="http://www.movabletype.org/developers_contest_plugin_pack_2004.shtml" title="Developer's Contest Plugin Pack">Developer's Contest Plugin Pack</a>. Just what it says. Available for download, includes compatible version of Blacklist.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>WordPress discovery session</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20040610_wordpress_discovery_session.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-06-10T13:26:07-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.3525</id>
    <created>2004-06-10T21:26:07Z</created>
    <summary type="text/plain">Initial findings while researching WordPress as alternative to Movable Type</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>A client has expressed interest in WordPress, and I've amassed a nice collection of links, tips, and tutorials that I wanted to consolidate rather than throwing into the swamp of my <a href="http://www.gwenharlow.com/resources" title="Gwen Harlow resources">resources page</a>. The information below addresses our specific concerns and interests, and I've only just started, so this entry is far from comprehensive. </p>

<p>I'd be most appreciative of any comments regarding your experiences, and hacks/plugins that you've found indispensible -- anything is helpful at this point ;)</p>

<p><b>The official stuff</b><br />
<a title="WordPress.org" href="http://wordpress.org/">WordPress.org</a> . <a title="WordPress Download" href="http://wordpress.org/download/">download</a> . <a title="WordPress Wiki - Home Page" href="http://wiki.wordpress.org/">wiki</a> . <a title="WordPress Support" href="http://wordpress.org/support/">support/forums</a> . <a title="WordPress Wiki - Template Tags" href="http://wiki.wordpress.org/TemplateTags">template tags</a></p>

<p><b>Blogware comparisons</b><br />
Asymptomatic's <a title="Blog Software Breakdown" href="http://www.asymptomatic.net/blogbreakdown.htm">Blog Software Breakdown</a> &uuml;berchart (and its author's<br />
<a title="Asymptomatic » Blogware Choice" href="http://www.asymptomatic.net/archives/2004/05/28/568/blogware-choice">reasoning behind his final choice</a></p>

<p>Scot Hacker on installing <a title="birdhouse.org: WordPress, TextPattern, TikiWiki" href="http://birdhouse.org/blog/archives/001330.php#001330">WordPress, TextPattern, and TikiWiki</a></p>

<p>Mindful Musings: <a title="Mindful Musings » Why would one switch from Moveable Type to WordPress?" href="http://mindfulmusings.net/weblog/2004/1/8/why-would-one-switch-from-moveable-type-to-wordpress/">Why would one switch from Moveable Type to WordPress?</a></p>

<p>Neowin.net forum: <a title="Neowin.net Comparative: WordPress versus Movable Type" href="http://www.neowin.net/forum/index.php?showtopic=167839">WordPress versus Movable Type</a></p>

<p><b>User documentation</b><br />
<a title="Burningbird » Survival Guide to LAMP: Multiple Weblogs Support In Wordpress" href="http://weblog.burningbird.net/archives/2004/05/15/survival-guide-to-lamp-multiple-weblogs-support-in-wordpress/">Multiple Weblogs Support In Wordpress</a> and <a title="Burningbird" href="http://weblog.burningbird.net/index.php?s=wordpress">other wonderfully well-documented tips</a> at Burningbird</p>

<p><a href="http://www.scriptygoddess.com/archives/category/wordpress/" title="Scriptygoddess">Scriptygoddess</a>: community superstar switches teams without missing a beat (and if you've got a favorite of one of her many, many MT hacks that you'd like ported to WP, <a title="scriptygoddess" href="http://www.scriptygoddess.com/archives/2004/06/07/question-for-mt-to-wp-converts-or-those-thinking-about-it/">she'd like to know</a>)</p>

<p><b>Resources and links</b><br />
Carthik's <a title="C A R T H I K . N E T » Moving from movable type to WordPress" href="http://blog.carthik.net/vault/2004/05/14/movabletype-to-wordpress/">Moving from movable type to WordPress</a> (soup-to-nuts linkage on getting started, much of which was cannibalized for this entry)</p>

<p><a title="Photo Matt » Unlucky In Cards" href="http://photomatt.net/">Photo Matt</a> has tons and tons of WP-related info, but I can't figure out which direct archive category link contains all the WP linkage, so you get the scattered-about index. Matt also has some very useful general <a title="Photo Matt » scripts" href="http://photomatt.net/scripts/">scripts</a> available, too)</p>

<p><b>Design</b><br />
Alex King's <a title="alexking.org: Software > WordPress Styles" href="http://www.alexking.org/index.php?content=software/wordpress/styles.php">WordPress Styles contest</a> (tons of 'em, includes screenshots and templates for download), and Alex' <a title="alexking.org: Software > WordPress/b2 Hacks" href="http://www.alexking.org/index.php?content=software/wordpress/content.php">WP Style Switcher</a> and several other hacks</p>

<p>Weblog Tools Collection on <a title="Weblog Tools Collection » WordPress Templates Wordpress Skins Wordpress Themes" href="http://weblogtoolscollection.com/archives/category/wordpress-templates-wordpress-skins-wordpress-themes/">templates, skins, and themes</a></p>

<p>There are bunches of non-WP-specific style and template links on my <a href="http://www.gwenharlow.com/resources" title="Gwen Harlow resources">resources</a> page (ready-to-wear fixed and fluid x-columned stylesheets under "CSS" and specific templates and styles under "Movable Type," which I'm guessing can be relatively easily modified to work with WP)</p>

<p><b>Photoblogs/photologs</b><br />
<a title="www.prashantmullick.com » My Photolog in Wordpress" href="http://prashantmullick.com/wlog/archives/2004/05/15/my-photolog-in-wordpress/">Prashant Mullick</a> (documentation, example)</p>

<p><a title="Mindful Musings » Photolog with WordPress" href="http://mindfulmusings.net/weblog/2004/4/10/photolog-with-wordpress/">Mindful Musings</a> (documentation, template download, example)</p>

<p>The <a title="Strobelit on techniques Archives" href="http://www.strobelit.com/techniques/index.php">techniques section</a> and sidebar (under "Photoblog Tutorials" and "Other Resources") of my <a href="http://www.strobelit.com" title="Strobelit">Strobelit</a> blog contains links to other (mostly non-WP-specific) photologging (and photography) tricks.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Photo-Blogger</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/templates/20040521_photoblogger.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-05-21T16:16:56-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.3472</id>
    <created>2004-05-22T00:16:56Z</created>
    <summary type="text/plain">Nothing to do with the MT hubbub, bub, only because I wanted to see how it turned out: I made you a single-image photoblog template for Blogger. It&apos;s got the uniform look that you&apos;ve probably seen on many photoblogs lately,...</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>templates</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>Nothing to do with the MT hubbub, bub, only because I wanted to see how it turned out: I made you a single-image photoblog template for Blogger.</p>

<p>It's got the uniform look that you've probably seen on many photoblogs lately, with the bar at the top and the photo underneath and grey, grey, grey everywhere! You know the grey makes your photo <i>pop</i> on the screen -- definitely the new black. Or the new beige. Or whatever the bgcolor du jour is. </p>

<p>The navigation isn't ideal -- this is my first meet-up with Blogger in two years, and I couldn't find the tags I was looking for, so it'll have to do unless a more experienced Blogger-blogger wants to offer up a better method.</p>

<p>Nice difference from how I have my Movable Type <a href="http://www.photofluffer.com" title="Photofluffer!">photoblog</a> set up is that you can post as many images and as much text in one entry as you like and it all looks swank. (Not that you can't do that very easily in MT, too; I just had other things I was trying to accomplish.)</p>

<p>If you want to give it a crack, <a title="Strobelit Articles on Photo-Blogger" href="http://www.strobelit.com/articles/templates/20040521_photoblogger.php">get it here</a> and let me know how it goes.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Tools</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20040519_tools.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-05-19T01:16:39-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.3466</id>
    <created>2004-05-19T09:16:39Z</created>
    <summary type="text/plain">34 blogs, 23 folks</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p><a href="http://www.sixapart.com/log/2004/05/how_are_you_usi.shtml" title="Tool">Tool</a>. Heh.</p>

<p>Currently have three installs, two 2.66 and one 3.0b3, on one server, multiple domains (mine, all mine).</p>

<p>34 blogs total:</p>

<p>4 test blogs<br />
12 blogs used by other people (4 may as well be dead)<br />
2 group blogs (both languishing)<br />
13 personal (11 active; some are cross-blog and -domain published)<br />
1 for my class (dead as of next week)<br />
2 unaccounted for</p>

<p>23 authors total - 8 relatively active, all family and friends, no one's paying</p>

<p>What's funny reading the other responses is that people are either saying, "limit the authors but not the blogs" or "limit the blogs but not the authors".</p>

<p>Very cool seeing what some other people are doing:<br />
<a href="http://radiofreeblogistan.com/2004/05/18/according_to_mtmedic.html" title="Christian Crumlish">Christian Crumlish</a><br />
<a href="http://www.scriptygoddess.com/archives/005126.php" title="scriptygoddess">scriptygoddess</a><br />
<a href="http://mamamusings.net/archives/2004/05/18/how_im_using_movable_type.php" title="mamamusings">mamamusings</a><br />
<a href="http://randomwalks.com/drublood/archives/019545.html" title="Dru Blood">Dru Blood</a></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>But what about meeeeee?</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20040516_but_what_about_meeeeee.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-05-16T15:56:44-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.3454</id>
    <created>2004-05-16T23:56:44Z</created>
    <summary type="text/plain">I am over my initial hysteria, and willing to write our whole tiff as very poor handling on both sides, but you could still...</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>1. I am trying to wrap my head around the idea that <a href="http://www.gwenharlow.com/building/mt/20040515_take_two.php#comments" title="Anil wuz here">Anil Dash</a> is not just reading every single one of the thousand-plus trackbacks to the MT3D release-related posts on 6A, but doing it on the weekend.</p>

<p>2. "And you can create as many posts/documents as you want on any blog, which might be a better analogy to documents in Photoshop. However, you can have 5 people use the lowest-end license of Movable Type, and there's no version of Photoshop that lets 5 people use it, to extend the analogy."</p>

<p>Photoshop doesn't offer a free license at all ;P but if you pay for five Photoshop licenses, five people <i>can</i> use it.</p>

<p>MT3's lowest-end personal license is one user, not five, and doesn't cost anything; in effect, when you move up to a paid license, you are paying for additional user licenses, as well as technical support and additional blogs.</p>

<p>I'm still arguing that that my analogy's better as is: the MT3 cost structure is out of line with software standards in that it levies aditional fees based on usage on a per-user level even after the application is paid for.</p>

<p>Commercial products more similar than Photoshop to MT in their purpose and scope -- the WYSIWYGs and CMSs that streamline web publishing -- don't do this (I'm sure you can find exceptions somewhere, but wading through the MS, Adobe, Oracle, and Macromedia licenses has worn me out); once you've paid for your license, that's it. You can create as many documents, posts, blogs, sites, or whatever you want to call them, as you like, and don't incur additional fees unless you're extending those capabilities to additional users.</p>

<p>Even MT's sister, TypePad, offers the unfettered Pro account, where you're limited on the hosting side -- the disk space and bandwidth -- but not by what you may do with it, the number of blogs you can create. (I realize it's an imperfect comparison since they're somewhat different products, TP Pro also gives you unlimited authors, and you pay monthly for TP, but I think it holds nonetheless; once you've made your payment, you are unrestricted in what you can do with the application.)</p>

<p>I'd really like to know the reasoning behind this deviation.</p>

<p>If the idea is that having cost-based blog restrictions will prevent people from cheating the system and making a buck without giving back, the <a href="http://www.movabletype.org/license.shtml" title="MT3 personal license">license</a> states perfectly clearly that that's a no-no. The people going that route are the same scurrilous rapscallions who are breaking their 2.x licenses by offering paid hosting, installations, etc., without paying for a commercial license, and <i>still</i> won't pay, no matter how strongly you word your terms, as long as the only thing stopping them is an honor code.</p>

<p>Personally, I would love the option of paying a flat fee for a one-user, non-commercial, completely unsupported account <i>with no limit on the number of blogs</i>. An option for the multi-user, non-commercial single blog would be a nice touch. I'm guessing several members of the <a href="http://www.sixapart.com/log/2004/05/movable_type_30.shtml" title="in a survey of 2500 people, a whopping 85% of respondents had 5 of fewer weblogs or authors">elite other-15% crew</a> might agree.</p>

<p>3. "We have substantial non-profit discounts available, just contact us."<br />
Why isn't this anywhere besides buried in the FAQs? Why not slightly alter the wording on the Get MT page to something like, "Accredited educational <i>and 501c3</i> institutions that make use of Movable Type are eligible for our discounted licensing program"?</p>

<p>(4. I'd like to take a final, brief moment to point out that Adobe and many offer software companies offer <a href="http://www.adobe.com/aboutadobe/openoptions/ataglance.html" title="Adobe licensing">licensing structures</a> geared toward both small businesses <i>and</i> big, bad corporations. Thank you. The end.)</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Take two</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20040515_take_two.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-05-15T13:50:03-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.3453</id>
    <created>2004-05-15T21:50:03Z</created>
    <summary type="text/plain">Put up or shut up, it&apos;s innovative as hell, isn&apos;t it?</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>Snappiest trackback title to date:<br />
<a title="ryanbeam.com: 600 Trackbacks Later, Six Apart Backtracks" href="http://www.ryanbeam.com/archives/2004/05/15/600_trackbacks_later_six_apart_backtracks.php">600 Trackbacks Later, Six Apart Backtracks</a><br />
(trackback on today's <a title="Six Log: Movable Type 3.0 Developer Edition" href="http://www.sixapart.com/log/2004/05/movable_type_30.shtml">announcement</a>)</p>

<p>I still haven't received any emails, though I've seen posts from people who have, and what they got seems to be the same content as what was posted on the beta blog last night, which is mainly a new licensing structure for personal blogs, 6A's refined definition of what they consider to be blog, and a discount for beta testers.</p>

<p>Someone points out what I've been thinking in response to the yay-sayers' numerous exhortations that this is a <i>developer</i> release and non-devs need to put up, shut up, and stay the hell out of it until the feature release is made available for the moronic masses: "<a title="scriptygoddess" href="http://www.scriptygoddess.com/archives/005120.php#22359">developer releases aren't usually presented on the home page</a>." Jay Allen responds by saying that "Apple already had an established developer network."</p>

<p>Forgive me, but I was under the impression that MT already had a rather large, established group of <a href="http://mt-plugins.org/author.php" title="87 MT-Plugins authors">developers</a> <a href="http://www.movabletype.org/support/" title="2453 members">available</a>.</p>

<p>(Incidentally, have spotted reference on MT site to <a href="http://www.MT-Plugins.org" title="MT-Plugins.org">MT-Plugins.org</a> as "<i>our</i> developer plug-ins site" (emphasis added) and noting 6A's official support, and am wondering what is up with that, since I can't find any explanation or announcment of this on 6A or MT-Plugins, except for something about a redesign of MT-Plugins. I'm thinking grab 'em before they implement a per-plug-in, per blog charge, kids.)</p>

<p>(I'm also wondering about this: <i>In addition there will be a Member-only Knowledge Database that will be a central location for all online support resources. A Member-only Forum will be added in the near future.</i>)</p>

<p>Have also had thoughts about 6A's definition of "user." A very basic take on the definition, based on my understanding and experience, which is far from complete :</p>

<p>In general, a user is one computer and/or one person.</p>

<p>If I have a one-user license for an application, I can install that application on my own computer, for my own use.</p>

<p>In most cases, I may allow someone else to sit at my computer and use that application.</p>

<p>Under some licenses, if I have two computers I switch between, I can install it on both with a single license, provided I'm only using the application on one computer at a time; if I want to install the application on a second computer to allow someone else to use it at the same time, I need to purchase a second user license.</p>

<p>There are no limitations to my personal usage of the application; I can use it 24 hours a day. With a Photoshop license, you can to create and modify as many images as is humanly possible, without incurring additional fees. Eudora doesn't cap the number of e-mails a single user can send and receive. A single FrontPage license allows you to build and publish as many godawful sites as you'd like.</p>

<p>What really bothers me about MT3's personal licensing structure -- I don't have a problem with the corporate licensing pricing except that it's not affordable for the majority of my clients, particularly the non-profits -- is that it redefines the standard and essentially penalizes you for creating additional documents. A base charge is fine, additional user charges are fine, but limitations on what I, personally, may do with the application are not.</p>

<p>Warning addendum 040516: <a href="http://www.jayallen.org/comment_spam/2004/05/six_apart_quells_the_fury#comment-7248" title="pathetic.">There's a stanknasty slandering poser running around</a>. Watch out.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>MT $99.95 and up, special intro prices starting at $69.95 for a limited time!</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20040513_mt_9995_and_up_special_intro_prices_starting_at_6995_for_a_limited_time.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-05-13T14:34:38-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.3452</id>
    <created>2004-05-13T22:34:38Z</created>
    <summary type="text/plain">This is what it sounds like when devs cry</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p><b>Initial thoughts on <a title="Get Movable Type" href="http://secure.sixapart.com/">Movable Type 3.0D</a></b></p>

<p>I don't know why I signed up for the 6A/MT newsletters; I always have to find things out through sidebars. Sloppy.</p>

<p>I'm surprised they didn't do it sooner, but I'm <i>shocked</i> by the personal license fees. I don't think they actually talked to anyone about personal blog usage. $100 is an awful lot for what is a procrastinatory hobby for the masses.</p>

<p>It would have been nice if the beta group had been sent a notice, too. Yes, there's the blog, but I'm not obsessive about checking it like I am with the e-mail. It would have been nice if the test groups had been offered an incentive as a thank you for putting in month(s) of free QA, like 6A did with TypePad.</p>

<p>Going full-on corporate with no notice isn't the best way to endear yourself to your existing community.</p>

<p>Do any of the plugin developers besides the <a href="http://www.movabletype.org/contest.shtml" title="Win!">top six</a> get a cut?<br />
<i>By entering the contest, the entrants...grants Six Apart and its authorized agents the right to reprint, display, reproduce, perform or exhibit the entry without limitation and without any further compensation</i></p>

<p>Not even a free 3.0D license? Will anyone update those 2.x plugins that break in v.3? </p>

<p>Think the beta folks are still going to post bugs, as we're exhorted to do? Anyone want to test next time now that you're a bit more informed?</p>

<p>How about the thousands of people in the forums who have presented solutions and workarounds that have widened MT's audience immeasurably? Do they get anything?</p>

<p>Is anyone who gets the 3.0D a developer? Can I add that to my r&eacute;sum&eacute;?</p>

<p>I wasn't planning on upgrading my main install any time soon anyway; besides the fact that I'm in the contact-us-about-special-corporate-rates pricing area, the idea of updating the templates on the 30 blogs (don't ask) to include the new commenting functionality, which, honestly, is about all that's any different with v.3, is a logistical nightmare -- my personal blog alone, which admittedly is my little playground, has 27 templates (you really don't want to know), and incorporates content from five other blogs.</p>

<p>Maybe I can slap one of those new <a href="https://google.com/adsense/faq#imageads" title="AdSense image ads">AdSense image ads</a> on here.</p>

<p>The blogs on the beta install are just going to stay beta for the time being. They're pretty stable at this point, and I'm tired of looking at them, though I hope you're growing more enchanted by the minute.</p>

<p><b>Entertaining elsewhere, perhaps more so</b></p>

<p><a title="Mena's Corner: It's About Time" href="http://www.sixapart.com/corner/archives/2004/05/its_about_time.shtml#trackback">Mena's Corner: It's About Time (trackbacks)</a><br />
<a title="movabletype.org : Support Forum" href="http://www.movabletype.org/support/index.php?s=35bf02f7dde81d88e2ffbcbd6199bfc8&act=SC&c=6">3.0 Developer Forum</a></p>

<p><a title="Movable Type RIP | Metafilter" href="http://www.metafilter.com/mefi/33072">Movable Type RIP | Metafilter</a><br />
<a title=" For those about to move to Wordpress or Textpattern" href="http://weblog.burningbird.net/archives/2004/05/13/for-those-about-to-move-to-wordpress-or-textpattern/">Burningbird: For those about to move to Wordpress or Textpattern</a><br />
<a title="O'Reilly Network: Movable Type 3.0 and Eating. [May. 13, 2004]" href="http://www.oreillynet.com/pub/wlg/4870">O'Reilly Network: Movable Type 3.0 and Eating. [May. 13, 2004]</a><br />
<a title="onepotmeal: Licensure" href="http://www.onepotmeal.com/article/80/licensure">onepotmeal: Licensure</a><br />
<a title="Blogroll.org: Show me the money!" href="http://jubilee.bloghosts.com/~blogroll/archives/2004/05/show_me_the_mon.html#comments">Blogroll.org: Show me the money!</a></p>

<p><a title="opensourceCMS" href="http://www.opensourcecms.com/index.php">opensourceCMS</a><br />
<a title="ExpressionEngine | Overview" href="http://www.pmachine.com/expressionengine/">ExpressionEngine</a><br />
<a title="WordPress: New Pricing Scheme" href="http://wordpress.org/development/archives/2004/05/13/new-pricing-scheme/">WordPress: New Pricing Scheme</a><br />
<a title="Textpattern" href="http://www.textpattern.com/">Textpattern</a><br />
<a title="LiveJournal.org" href="http://www.livejournal.org/">LiveJournal.org</a></p>

<p><b>added 040514</b><br />
<a title="PCWorld.com - Blog Development Tool Ships" href="http://www.pcworld.com/news/article/0,aid,116134,00.asp">PCWorld.com - Blog Development Tool Ships</a><br />
<i>By the general release of Movable Type 3.0, we expect to not only have a rich platform but also a great number of plug-ins created by the developer community.</i></p>

<p><a title="Ben and Mena Trott - Six Apart" href="http://www.itconversations.com/transcripts/121/transcript-print121-1.html">Interview with Ben and Mena Trott</a><br />
<i>Mena Trott: Hi!<br />
Ben Trott: Hi!</i></p>

<p>Liza Sabater: <a title="Timothy Appnel Doesn't Get It : Adding to the MT 3.0 debate @ Radio Free Blogistan" href="http://radiofreeblogistan.com/2004/05/14/timothy_appnel_doesnt_get_it_adding_to_the_mt_30_debate.html">Timothy Appnel Doesn't Get It : Adding to the MT 3.0 debate</a></p>

<p>Phil Wolff: <a title="a klog apart" href="http://dijest.com/aka/2004/05/14.html#a2723">Scale-hostile pricing: Movable Type maxes me out</a></p>

<p>Jason Kottke: <a title="The end of free (kottke.org)" href="http://www.kottke.org/04/05/the-end-of-free">The end of free</a></p>

<p><a title="Trackback on business sites | Blog | 1976design.com" href="http://1976design.com/blog/archive/2004/05/13/business-trackback/">Trackback on business sites | Blog | 1976design.com</a></p>

<p>D. Keith Robinson: <a title="Movable Type SOLD OUT!?!" href="http://www.7nights.com/asterisk/archives/movable_type_sold_out.php">Movable Type SOLD OUT!?!</a></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Easy cropping</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/photo/20040217_easy_cropping.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-02-17T15:36:04-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.2742</id>
    <created>2004-02-17T23:36:04Z</created>
    <summary type="text/plain">use the crop tool</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>photo</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p><a href="http://www.gwenharlow.com/building/files/cropping.php" onclick="window.open('http://www.gwenharlow.com/building/files/cropping.php','popup','width=528,height=337,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img alt="croptool.gif" src="http://www.gwenharlow.com/building/croptool.gif" width="57" height="72" border="0" align="left" /></a>David Huyck, proprietor of the very fine <a href="http://www.enchantedceiling.com/" title="Enchanted Ceiling">Enchanted Ceiling</a>, responds to a <a href="http://www.enchantedceiling.com/notes?nid=4" title="Enchanted Ceiling, cropping using select tool">FAQ about cropping photos to specified size</a> by suggesting using the selection tool.</p>

<p>I'm one of those hands-on learners who prefers to find solutions for problems at hand rather than cluttering up my peabrain with useless data, so reading manuals and taking LCD classes is sheer torture. On the occasions when I can't figure it out on my own, I have plenty of more-talented friends available -- "Could you tell me how to do this really simple thing -- the one everyone else already knows how to do but I've never bothered to learn -- so I don't have to go find the answer myself? Thanks!"</p>

<p>I never asked them about cropping, though; I'd already figured out the same method Huyck suggests. Sure, it's a lot of steps, but it works, and if it ain't broke...</p>

<p>Then one day Chad peered over my shoulder and asked what the hell I was doing.</p>

<p><i>"Jesus, woman, you're driving me insane with all that clicking and mousing! Just use the crop tool!"</i></p>

<p>Who knew.</p>

<p>So, because some of you may be doing it the long way like I used to because you don't have Chad around to point out not only that there's a much simpler way, but that you're crippling your wrists:</p>

<p><b>How to crop</b><br />
1. Select the crop tool. That's it in the image there. The one that's darkened. Click the image for a bigger, detailed view of the following instructions.<br />
2. If you want to resize the photo, specify height and/or width (you can do both, either -- handy for when you're doing memes that have a longest-side max, like <a href="http://mirrorproject.com/search/results/?term=gwen+harlow" title="The Mirror Project">The Mirror Project</a> -- or neither), do that in the Options bar (use the Window menu and select Options if it's not showing up).<br />
3. Drag your mouse to select the area you want to crop.<br />
4. Hit return.</p>

<p>If you don't have Photoshop, just look around your toolbar; the crop tool is pretty standard and usually looks the same or very similar.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Lux</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/photo/20040216_lux.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-02-16T21:21:41-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.2731</id>
    <created>2004-02-17T05:21:41Z</created>
    <summary type="text/plain">White background portraits mixed up with odd backgrounds</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>photo</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>White background portraits mixed up with odd backgrounds, a la <a title="Yossi Milo Gallery: Loretta Lux" href="http://www.yossimilogallery.com/lorettaLux/index.htm">Loretta Lux</a>.</p>

<p><a href="http://www.ofrenda.org/pho/text/20010211_luxian.php"><img src="http://www.ofrenda.org/pho/photo/010211_luxianiansea-thumb.jpg" width="133" height="100" border="0" hspace="8" align="left" /></a>My first attempt, using a photo taken of Ian at Zeum about two years ago, against a PCH vista somewhere south of Big Sur from our road trip last October. Need more victims, white backdrop.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>E-mail encoder</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/scripts/20040216_email_encoder.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-02-16T20:24:52-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.2729</id>
    <created>2004-02-17T04:24:52Z</created>
    <summary type="text/plain">Trick the bots, make it easy for your audience</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>scripts</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>We all know it's a bad idea to post your e-mail address on the Internet, but the main way new clients find me is through word of mouth or via that webmaster contact link on existing clients' sites, so it's a necessary evil.</p>

<p>Some of the more popular bot deterrents offer worst-case scenarios that are unappealing to those of us who depend on a steady stream of new clients to make a decent living:</p>

<p>- dirtied addresses (e.g. <a href="mailto:build REMOVE EVERYTHING YOURSELF ing A [*****] T gwenharlow DAHT c*m">build REMOVE EVERYTHING YOURSELF ing A [*****] T gwenharlow DAHT c*m</a>) can be very confusing for the unsavvy, and if I don't notice those extra characters, I'll send without removing, get a bounce, decide you're inept, and take my business elsewhere.</p>

<p>- <a href="http://www.gwenharlow.com/contact.php" title="contact me with my handy form!">mail forms</a>: Maybe you missed it and never responded. I really like your work, but I can't remember where that form was to try again, and I've forgotten all about you anyway since I didn't get a copy, so I'm taking my business elsewhere.</p>

<p>- text images: I can't click it, I can't copy it, my text browser can't see it, it's <i>way</i> too much trouble. I'm taking my business elsewhere.</p>

<p><b>My preferred solution</b><br />
This handy little script converts your plain text link to numeric entities so bots miss it when they spider your site.</p>

<p>I've been using it for several years now, and it seems to work well -- the only e-mail I ever receive at the converted addresses that appear on a variety of sites is from Live Humans who want to give me money. It allows prospective clients (in my case, mostly small businesses or individuals who don't have a whole lot of technical know-how) a very simple, recognizable way to contact me.</p>

<p><a href="&#109;&#097;&#105;&#108;&#116;&#111;&#058;&#098;&#117;&#105;&#108;&#100;&#105;&#110;&#103;&#064;&#103;&#119;&#101;&#110;&#104;&#097;&#114;&#108;&#111;&#119;&#046;&#099;&#111;&#109;">&#098;&#117;&#105;&#108;&#100;&#105;&#110;&#103;&#064;&#103;&#119;&#101;&#110;&#104;&#097;&#114;&#108;&#111;&#119;&#046;&#099;&#111;&#109;</a></p>

<p>It's clickable, it's one step, you can copy and paste to your heart's content, and you get something in your outbox to remind you of how much you like me.</p>

<p><a href="http://www.gwenharlow.com/building/files/emailencoder.html" onclick="window.open('http://www.gwenharlow.com/building/files/emailencoder.html','popup','width=500,height=500,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">Convert your address</a></p>

<p>Get it: <a href="http://www.gwenharlow.com/building/files/emailencoder.html" title="control-click or right-click to download html file">Control-click or right-click to download html file including script and form.</a></p>

<p>Original source unknown; it was passed on to me by a very kind <a href="http://www.sfwow.org" title="SFWOW">SFWOWer</a>, who got it from someone else; I can't remember who either of them was, and there's not attribution in the code.</p>

<p><b>Related</b><br />
<a href="http://www.jish.nu/2003_12_01_archive.php#107057896485042863" title="Jish: tricking the bots">Jish Mukerji has a trick of his own</a></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Sort by ID with lastn</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20040214_sort_by_id_with_lastn.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-02-14T15:04:35-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.2703</id>
    <created>2004-02-14T23:04:35Z</created>
    <summary type="text/plain">Requires SQL db and MTSQL plugin</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>I wanted to sort thumbnail include at top of <a href="http://www.ofrenda.org/pho" title="pho">pho</a> to show most recently added rather than by date, since I regularly back-date posts.</p>

<p>The  first thing I tried was sticking sort_by="id". That didn't work for me, but <a href="http://www.movabletype.org/support/index.php?act=ST&amp;f=14&amp;t=28143" title="sort by ID, MT forums">word on the street</a> is that's because I want a specific, non-default number of entries shown, so need my lastn. If you're good with the default, it should be fine for you.</p>

<p>Maddy pointed me to <a href="http://www.movabletype.org/support/index.php?act=ST&amp;f=14&amp;t=13010" title="sort by recently edited">a very similar question</a> (I'm working on those search skills), where I found Brenna Koch's solution.</p>

<p><b>Requirements</b><br />
An installation of Movable Type running with a MySQL database<br />
Installation of one Brad Choate plugin<br />
- <a href="http://bradchoate.com/weblog/2002/07/11/sql-plugin" title="MTSQL">MTSQL</a></p>

<p>Code and instructions available as a <a href="http://www.gwenharlow.com/building/files/040214_sortbyid.txt" title="sort by ID using SQL db">text file</a>.</p>

<p>Please refer to the <a href="http://www.movabletype.org/support/index.php?act=ST&amp;f=14&amp;t=28143" title="more info">forum topic</a> if you have questions.</p>

<p><b>Example</b><br />
<a href="http://www.ofrenda.org/pho/lib/mini.php" title="thumbnail include">include</a><br />
<a href="http://www.ofrenda.org/pho/" title="included">included</a></p>

<p><b>Related</b><br />
<a href="http://www.movabletype.org/support/index.php?act=ST&amp;f=14&amp;t=35588" title="MT Forum thread 1">My question on MT Forums</a><br />
<a title="Gwen Harlow resources: Sort by most recent" href="http://www.gwenharlow.com/resources/mt/20040211_sort_by_most_recent.php">Sort by most recent</a> links</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Collage: 800x600</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/photo/20040211_collage_800x600.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-02-11T18:19:12-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.2685</id>
    <created>2004-02-12T02:19:12Z</created>
    <summary type="text/plain">Collage: 64 100x75 thumbnails on theme</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>photo</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p><a title="Bright Blue Sun: The 800x600 Project" href="http://abe.midco.net/baike/800x600project/">800x600 Project</a>: Sixty-four 100x75 thumbnails on same theme or subject, arranged in 8x8 grid.</p>

<p>Possibility: sunsets. I have eleventy kajillion of those. I would like Esther to do a Thailand one.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Note: check back on this</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20040202_note_check_back_on_this.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-02-02T11:06:35-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.2623</id>
    <created>2004-02-02T19:06:35Z</created>
    <summary type="text/plain">iPhoto2Typepad</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p><a title="Deez Steeles: iPhoto2Typepad - coming soon...hold your horses!" href="http://jerryandsarasteele.typepad.com/deez_steeles/2004/01/hold_your_horse.html">Deez Steeles: iPhoto2Typepad - coming soon...hold your horses!</a></p>

<p>Update: <a title="Deez Steeles: iPhoto2Typepad is functional" href="http://jerryandsarasteele.typepad.com/deez_steeles/2004/02/iphoto2typepad_.html">Deez Steeles: iPhoto2Typepad is functional</a></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Individual archive navigation by category</title>
    <link rel="alternate" type="text/html" href="http://www.gwenharlow.com/building/blogware/20040122_individual_archive_navigation_by_category.php" />
    <modified>2004-11-20T10:14:39Z</modified>
    <issued>2004-01-22T13:27:42-08:00</issued>
    <id>tag:www.gwenharlow.com,2004:/building//24.2573</id>
    <created>2004-01-22T21:27:42Z</created>
    <summary type="text/plain">Requires MySQL and two plugins; other options</summary>
    <author>
      <name>gwen</name>
      <url>http://www.ofrenda.org</url>
    </author>
    <dc:subject>blogware</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.gwenharlow.com/building/">
      <![CDATA[<p>I was looking for a by-category navigation option to use within the individual archives for a sectioned photo gallery for a client. I tried out <a href="http://www.gwenharlow.com/resources/mt/20040110_category_navigation.php" title="other options">several options</a>, but settled on the <a href="http://www.movabletype.org/support/?act=ST&f=14&t=5934&" title="Previous/next within Individual archives by category">simplest one</a> -- you just install two plugins then pop a bit of code in your individual archive template.</p>

<p>The first post (by jlamos) has a script that almost works, except for a minor tweak suggested by <a href="http://www.muhajabah.com/islamicblog/mt-tips/" title="Al-Muhajabah">Al-Muhajabah</a>, "In the MTSQL code where you want the next entry in the category to show up, it should be ASC LIMIT 1 not DESC. Otherwise you get the most recent entry in the category."</p>

<p><b>Requirements</b><br />
An installation of Movable Type running with a MySQL database<br />
Installation of two Brad Choate plugins<br />
- <a href="http://bradchoate.com/weblog/2002/07/11/sql-plugin" title="MTSQL">MTSQL</a><br />
- <a href="http://bradchoate.com/weblog/2002/07/08/mtifempty" title="MTIfEmpty">IfEmpty</a></p>

<p>Corrected code available as a <a href="http://www.gwenharlow.com/building/mt/040122_MTcatprevnext.txt">text file</a>.</p>

<p>Please refer to the <a href="http://www.movabletype.org/support/?act=ST&f=14&t=5934&" title="Previous/next within Individual archives by category">forum topic</a> if you have questions.</p>

<p><b>update 040214:</b> Phil Ringnalda's <a href="http://philringnalda.com/blog/2004/02/previous_and_next_in_category.php" title="Previous/Next in Category plugin">Previous/Next in Category plugin</a> does this, too.</p>

<p><b>Examples</b><br />
<a href="http://www.sugarpussclothing.com/" title="Sugarpuss Clothing">Sugarpuss Clothing</a>: one blog, 5 or 6 categories used for galleries in various sections. Probably not worksafe, it's a clothing and lingerie show with lots of scantily-clad honeys roaming about.</p>

<p><a href="http://www.ofrenda.org/pho" title="pho">pho</a>: personal photoblog, uses  prev/next chronologically and by category</p>

<p><b>Drawback</b><br />
These methods only use primary category, which is fine for Sugarpuss, where each entry is only assigned one category and goes in one gallery, but doesn't work so well on pho, where many entries have secondary categories.</p>

<p>Reminder to self: try sticking it all in an &lt;MTCategories&gt; list. Or ask someone more competent than me to figure it out.</p>

<p><b>Related</b><br />
<a href="http://www.gwenharlow.com/resources/mt/20040110_category_navigation.php" title="Category navigation">Category navigation</a> links<br />
Ramblings of a Code Monkey: <a href="http://www.milbertus.com/archives/2003/01/001691.php" title="Ramblings of a Code Monkey: NOT Filter for Categories">NOT Filter for Categories</a><br />
Mark Pasc: <a href="http://markpasc.org/code/mt/CatEntries/" title="CatEntries plugin">CatEntries plugin</a></p>]]>
      
    </content>
  </entry>

</feed>