<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>archGFX &#187; plugin</title>
	<atom:link href="http://archgfx.net/tag/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://archgfx.net</link>
	<description>Austin web designer - Adam Freetly</description>
	<lastBuildDate>Thu, 19 Apr 2012 18:01:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress Flash Photo Carousel Plugin</title>
		<link>http://archgfx.net/blog/2008/geek/blogging/wordpress-flash-photo-carousel-plugin</link>
		<comments>http://archgfx.net/blog/2008/geek/blogging/wordpress-flash-photo-carousel-plugin#comments</comments>
		<pubDate>Tue, 16 Sep 2008 17:19:14 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://archgfx.net/?p=1398</guid>
		<description><![CDATA[Today, my Chicago-based WordPress-powered design firm released their first plugin: WordPress Flash Photo Carousel Plugin.  It allows you to easily manage photo galleries from your media library, and creates a template tag to easily insert the Carousel Galleries into your theme. I love working with WordPress 9-5.  It's different than building and supporting general use [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 249px"><a href="http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/"><img title="Flash powered Photo Carousel" src="http://blueprintds.com/wp-content/uploads/2008/09/fllive-239x128.jpg" alt="flShow WordPress Plugin" width="239" height="128" /></a><p class="wp-caption-text">flShow WordPress Plugin</p></div>
<p>Today, my <a title="Blueprint Design Studio" href="http://blueprintds.com/">Chicago-based WordPress-powered design firm</a> released their first plugin: <a href="http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/">WordPress Flash Photo Carousel Plugin</a>.  It allows you to easily manage photo galleries from your media library, and creates a template tag to easily insert the Carousel Galleries into your theme.</p>
<p>I love working with WordPress 9-5.  It's different than building and supporting general use templates, though.  Most of our projects have little application outside of the very specific niche that our clients serve.  Occassionally, though, we need something broad enough that it's worth making widely available.  It's great to be able to give back to the community.</p>
<p><strong>UDPATE:</strong> the plugin is <a title="WordPress Plugin Directory" href="http://wordpress.org/extend/plugins/flshow-manager/">now available on WordPress.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2008/geek/blogging/wordpress-flash-photo-carousel-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPW &#8211; Linkslist</title>
		<link>http://archgfx.net/blog/2006/geek/wpw-linkslist</link>
		<comments>http://archgfx.net/blog/2006/geek/wpw-linkslist#comments</comments>
		<pubDate>Fri, 02 Jun 2006 02:03:47 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[geekery]]></category>
		<category><![CDATA[noteworthy]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-plugins]]></category>

		<guid isPermaLink="false">http://www.archgfx.net/blog/index.php/2006/geek/wpw-linkslist</guid>
		<description><![CDATA[I'm not a web developer. I'm a designer. I put down PHP fast &#38; easy development after 3 chapters because i couldn't get the examples right. I've gotten better since then, but i'm still no expert. It still feels odd to be releasing a plugin. WordPress widgets are a fantastic plugin. and a fantastic platform. [...]]]></description>
			<content:encoded><![CDATA[<p>I'm not a web developer.  I'm a designer.  I put down <a href="http://www.amazon.com/exec/obidos/ASIN/076153055X/alaundrlistof-20/102-6390222-0086548?%5Fencoding=UTF8&amp;camp=1789&amp;link%5Fcode=xm2" title="i tried to learn php from this book"><acronym title='PHP Hypertext Processor'><span class='caps'>PHP</span></acronym> fast &amp; easy development</a> after 3 chapters because i couldn't get the examples right.  I've gotten better since then, but i'm still no expert.  It still feels odd to be releasing a plugin.</p>
<p>WordPress widgets are a fantastic plugin.  and a fantastic platform.  the links widget, however, was rather an afterthought it seems.  I'm not the first one to replace it.  it's a shame.  The wordpress link administratration panel offers massive customization options, but most of the wordpress template tags completely disregard them.  The standard widget is much the same, completely disregarding the widget <acronym title='Application Interface'><span class='caps'>API</span></acronym>.</p>
<p><a href="http://moho.optera.net/projects/wordpress/linkblock/" title="Links Block">Links block</a> is interesting, and it follows the <acronym title='Application Interface'><span class='caps'>API</span></acronym>, but it requires more effort from the user.  <a href="http://www.blog.mediaprojekte.de/cms-systeme/wordpress-plugins/wordpress-widget-king-links/" title="King Links">King Links</a> does everything the original links admin page does, but it's a replacement for <em>the entire panel</em>.  and it requires modifying core files.</p>
<p>So, this is a simple replacement for the links widget.  I originally released it as part of the Disconnected theme.  It gives back all the functionality of the admin panel, and conforms to the widget <acronym title='Application Interface'><span class='caps'>API</span></acronym>.   This isn't some great achievement, all of this code comes straight out of the codex. Which is why the <a href="http://tarskitheme.com/help/widgets/" title="Tarski Theme widgets">Tarski Links Widget</a> is nearly identical.  I'm still working on adding the option to use something other than a list.  Since it's pretty rare that anyone changes the before and after link values, I'm going to release this now.  So I can waste my brain power on other things.</p>
<p><a class="download" href="http://wordpress.org/extend/plugins/plugin/wpw-linkslist/" onclick="javascript:urchinTracker('/downloads/LinksList');" title="Links list widget">Links List 0.1.beta(zip)</a> </p>
<p class="alert">Per <a href="http://widgets.wordpress.com" title="skeltoac - author of wordpress widgets">andy</a>'s comment below, this widget is for WordPress 2.0.x only.  version 2.1+ is set to contain <a href="http://trac.wordpress.org/ticket/2587" title="wp_list_bookmarks">bugfixes</a> that will supercede this widget</p>
<p><ins datetime="2007-03-18T20:29:33+00:00">This plugin is now hosted in the <a href="http://wordpress.org/extend/plugins/plugin/wpw-linkslist/">wordpress plugin database</a>.  Please file any bugs or feature requests <a href="http://dev.wp-plugins.org/browser/wpw-linkslist">in trac</a>.</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2006/geek/wpw-linkslist/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

