<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="http://www.blogger.com/styles/atom.css" version="1.0"?>
<rss xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:georss="http://www.georss.org/georss" version="2.0">
    <channel>
        <title>tessaract.info</title>
        <description>Quick News and updates regarding Tessa Blakeley Silver. Mostly professional, though some, well.. not so professional.</description>
        <link>http://pubsubhubbub.appspot.com/</link>
        <lastBuildDate>Tue, 23 Feb 2010 10:21:33 -0600</lastBuildDate>
        <managingEditor>noreply@blogger.com (tessaract)</managingEditor>
        <pubDate>Tue, 09 Feb 2010 03:15:19 -0600</pubDate>
        <generator>FeedForAll Mac v2.1 (2.1.0.1); http://www.FeedForAll.com/</generator>
        <openSearch:totalResults>5</openSearch:totalResults>
        <openSearch:startIndex>1</openSearch:startIndex>
        <openSearch:itemsPerPage>25</openSearch:itemsPerPage>
        <item>
            <title>Bye Bye Blogger (*Sniff*)</title>
            <description><![CDATA[<img src="/images/pst-blogger.jpg" alt="Fill In Name" class="fltRt"><p>And so all good things must come to an end. I've been a Blogger <acronym title="File Transfer Protocol">FTP</acronym> user since, well, way before Google (though the <a href="http://www.blogger.com/profile/02579751244314298993" title="http://www.blogger.com/profile/02579751244314298993">tessaract</a> accnt is from 2003) and it's served me so well. </p><p>Blogger will stop supporting FTP as of <strong>March 26</strong>. As a WordPress developer and enthusiast, it would seem obvious my next step. However, despite loving, design and development with WordPress, I've stuck with Blogger over the years, mostly for the following reasons:</p><div class="fullpost"><ol class="no-line"><li class="level1"><div class="li"> I have a lot of ideas that I just like to get sites out for quickly.</div><ul><li class="level2"><div class="li"> I like to focus on the design and custom PHP features of these sites and not have to worry up front about incorporating them into a system. If  as site does well, it's always easy to move it to a system like WordPress so other people can start to help managing it. With a simple template, Blogger FTP incorporated into my designs quickly.</div></li></ul></li><li class="level1"><div class="li"> Most of my side projects are light or certainly start off light and just don't MySQL to serve up minimal text and image content. I like how Blogger handled the DB and pushed out nice, organized flat files.</div><ul><li class="level2"><div class="li"> Along that same reasoning, I find I do prefer most of my sites to be flat-file. My hosting provider, while incredibly cheap and overall feature packed, seems to have some um, occasional MySQL “issues”. Flat-file PHP has always served up quickly without issue, while my WordPress, Drupal, Joomla friends have had to gnash their teeth and manage support tickets (Some even have left, only to find ALL cheap, virtual hosting providers have performance issues with MySQL, especially when you have thousands of customers, any of whom can put up a poorly written form which allows the db to be attacked).</div></li></ul></li><li class="level1"><div class="li"> I spend a lot of my time upgrading and patching WordPress and other MySQL <acronym title="Content Management System">CMS</acronym>s for clients, I don't want to have to constantly do that for my own “quick idea”, pet projects. I just want to pop out a great design, add core content and also have an easy way to update items of note with an RSS feed. Blogger FTP was perfect for me. </div></li></ol><p>Don't worry, I'm not leaving Blogger all together, I'm a general fan of Google and do find it hard to just “let go” of my blogger account, especially as some of my pet projects will probably do fine in an all Blogger, custom domain (looking forward to that migration tool on February 22nd). However most projects, especially ones that have custom PHP won't.</p><p>For those of you in the same boat, I'll be trying out the following solutions:</p><ul class="no-line"><li class="level1"><div class="li"> Since I like WordPress so much, yet flat file works best for me, I'll be checking out <a href="http://wordpress.org/extend/plugins/wp-cache/" class="urlextern" title="http://wordpress.org/extend/plugins/wp-cache/">WP Cache</a> and <a href="http://wordpress.org/extend/plugins/wp-super-cache/http://wordpress.org/extend/plugins/wp-super-cache/" title="http://wordpress.org/extend/plugins/wp-super-cache/http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a>. From the look of it, WP Super Cache will be more for me as it produces actual flat files, not a cache of the MySQL db call. <strong>drawback:</strong> I'll be adding WP upgrades and management to my own projects in addition to client maintenance.</div></li><li class="level1"><div class="li"> <a href="http://www.dokuwiki.org/plugin:blog" class="urlextern" title="http://www.dokuwiki.org/plugin:blog">DocuWiki's blog plugin</a>. I already use <a href="http://docuwiki.org" class="urlextern" title="http://docuwiki.org">DocuWiki</a> for my own general project management and documentation. I've helped several clients streamline their internal documentation and project management with it. It's a super sweet and awesome little flat-file wiki. I love that the content is just text files and directories (I'm fine with Wiki Syntax). I sync my local Docuwiki's data/page directory with my Palm phone and can look up info and add/edit info using Documents To Go. It's then easy to sync locally and then to my web server (I also sync/share some Docuwiki directories with other client's Docuwiki directories on their servers). Adding a blog within this system would be great. <strong>drawback:</strong> creating custom skins for Docuwiki is a tad more time consuming than creating themes for WordPress and as with all <acronym title="Content Management System">CMS</acronym> systems there will be upgrade/security maintenance.</div></li><li class="level1"><div class="li"> For fun, I'll also check out a couple flat file CMS, just to see if they'll work a bit more like Docuwiki yet be easy to custom template: <a href="http://www.razorcms.co.uk/" class="urlextern" title="http://www.razorcms.co.uk/">razorCMS</a> and <a href="http://www.skybluecanvas.com/" class="urlextern" title="http://www.skybluecanvas.com/">skyblueCanvas</a>. <b>drawback</b>: having to “learn” a new system and spend a little more time maintaining it, kind of a lot for just wanting a simple Blog with an RSS feed.</div></li><li class="level1"><div class="li"> Last, and what will probably suit me best in most instances: All I really need is a basic blog/news update capability with an RSS feed. The RSS feed is what's really important to me. If I just start handling my RSS feed manually, (I'm no stranger to raw <acronym title="Extensible Markup Language">XML</acronym> especially RSS) and use PHP to parse the XML into my sites (PHP5's XML capabilities are just excellent), I can keep my XHTML/<acronym title="Cascading Style Sheets">CSS</acronym> designs simple and dynamic with custom PHP and get the benefits that Blogger FTP used to provide. I have a couple of my own PHP XML parsers and I've had great success using <a href="http://simplepie.org/" class="urlextern" title="http://simplepie.org/">Simple Pie</a> for RSS parsing on a couple projects. However, if your PHP skills are not that robust (or non existent!), you can try <a href="http://www.feedforall.com/free-php-script.htm" class="urlextern" title="http://www.feedforall.com/free-php-script.htm">Feed For All's RSS to HTML script</a>. I have placed this script on a couple client's sites and it works quite well. Non-PHP coders can easily adjust the template which works very similarly to Blogger's “Classic” FTP templates. I see the Feed For All site also has a “feed manager” which basically provides an interface form to the feed. The Blogger feed is not “Tidy'd” up. You can use something that has <a href="http://www.w3.org/People/Raggett/tidy/">HTMLTidy</a> built in, or Feed For All's 30 day free trial to get your Blogger RSS into a clean view that's much easier to work with.</div></li></ul></div><!--//fullpost--><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4829741758869577111-2068244413568865037?l=tessablakeleysilver.com%2Fposts%2Fblog.php' alt='' /></div>]]></description>
            <link>http://tessablakeleysilver.com/posts/2010/02/bye-bye-blogger-sniff</link>
            <author>tessa@tessaract.info (tessaract)</author>
            <category  domain="/categories/news">news</category>
            <guid isPermaLink="false">tag:blogger.com,1999:blog-4829741758869577111.post-2068244413568865037</guid>
            <pubDate>Tue, 09 Feb 2010 03:15:19 -0600</pubDate>
        </item>

        <item>
            <title>FredElmes.com</title>
            <description><![CDATA[<img src="/images/pst-fredelmes.jpg" alt="FredElmes.com" class="fltRt">A site design cooked up for one of my favorite clients, <a href="http://mediaetc.com" target="_blank">MediaEtc</a>, <a href="http://fredelmes.com/" target="_blank">Fred Elmes'</a> portfolio brings together some custom CSS goodness, brought to life with a little jQuery UI magic, though, the <a href="http://colorpowered.com/colorbox/" target="_blank">ColorBox</a> plugin with my favorite, customized FLV component steals the show.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4829741758869577111-8386942332753287405?l=tessablakeleysilver.com%2Fposts%2Fblog.php' alt='' /></div>]]></description>
            <link>http://tessablakeleysilver.com/posts/2010/01/fredelmescom</link>
            <author>tessa@tessaract.info (tessaract)</author>
            <category  domain="/categories/launch">launch</category>
            <category  domain="/categories/clients">clients</category>
            <guid isPermaLink="false">tag:blogger.com,1999:blog-4829741758869577111.post-8386942332753287405</guid>
            <pubDate>Mon, 25 Jan 2010 08:28:44 -0600</pubDate>
        </item>

        <item>
            <title>WordPress 2.8 Theme Design</title>
            <description><![CDATA[<img alt="WordPress 2.8 " class="fltRt" src="/images/pst-wp28.jpg" /><p><b>It's out!</b> You Can pick it up...</p><ul class="no-line"><li>from: <a href="http://www.amazon.com/gp/product/1849510083?ie=UTF8&amp;tag=xhtmlcheatshe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1849510083">Amazon.com</a><img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=xhtmlcheatshe-20&amp;l=as2&amp;o=1&amp;a=1849510083" style="border: medium none ! important; margin: 0px ! important;" width="1" /></li><li>or: <a href="http://www.packtpub.com/wordpress-2-8-theme-design-2nd-edition/mid/0912093ltrxf?utm_source=tessablakeleysilver.com&amp;utm_medium=affiliate&amp;utm_content=authorsite&amp;utm_campaign=mdb_001782" target="_blank">PacktPub.com</a></li><li><a class="icons pdfIcon" href="http://www.packtpub.com/files/0080-wordpress-2-8-theme-design-sample-chapter-dynamic-menus-and-interactive-elements.pdf">Download a <u><b>free</b></u> chapter!</a></li></ul><i>(pssst: You can save a tree or two by purchasing the pdf from Packt!)</i><div class="fullpost"><p>This second edition covers creating unique themes with WordPress 2.7 and 2.8 enhancements.</p><p>Style your threaded, paginated comments with ease, get a handle on more Template Tags and API Hooks and discover the wonders jQuery can bring to your very own, custom WordPress theme!</p><p><b>Also: Be sure to get your copy of the Joomla 1.5 Template Design Book</b>: From <a href="http://www.amazon.com/gp/product/1847197167?ie=UTF8&amp;tag=xhtmlcheatshe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847197167">Amazon</a><img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=xhtmlcheatshe-20&amp;l=as2&amp;o=1&amp;a=1847197167" style="border: medium none ! important; margin: 0px ! important;" width="1" />, or <a href="http://www.packtpub.com/joomla-1-5-template-design-2nd-edition/mid/090709tecvxx?utm_source=tessablakeleysilver.com&amp;utm_medium=affiliate&amp;utm_content=authorsite&amp;utm_campaign=mdb_001785" target="_blank">Packt Publishing</a>.</p></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4829741758869577111-3459529108491659007?l=tessablakeleysilver.com%2Fposts%2Fblog.php' alt='' /></div>]]></description>
            <link>http://tessablakeleysilver.com/posts/2009/12/wordpress-28-theme-design</link>
            <author>tessa@tessaract.info (tessaract)</author>
            <category  domain="/categories/free">free stuff</category>
            <category  domain="/categories/book">book</category>
            <guid isPermaLink="false">tag:blogger.com,1999:blog-4829741758869577111.post-3459529108491659007</guid>
            <pubDate>Mon, 21 Dec 2009 02:43:23 -0600</pubDate>
        </item>

        <item>
            <title>Blue Beanie Day</title>
            <description><![CDATA[<img src="/images/tessaract_blue_hat.jpg" alt="tessaract_blue_hat" class="fltRt" /><br /><p>Who is this blue beanied persona, peering out of various profile picts? Just your friendly neighborhood <a href="http://vvn.net/wp/2009/11/10/3rd-annual-blue-beanie-day/" target="_blank">web standards supporting</a> developer. </p><div class="fullpost"><p><b>fun fact:</b>I spend most of the winter in a ski hat (beanie). I just happend to spend most of '05 and '06 winters in a blue one. So imagine my surprise to find that I've been showing solidarity with fellow "Standardistas" as well as a great Standards author and designer, <a href="http://www.zeldman.com/dwws/" target="_blank">Jeffrey Zeldman</a>, all the while.</p></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4829741758869577111-2242564531421395377?l=tessablakeleysilver.com%2Fposts%2Fblog.php' alt='' /></div>]]></description>
            <link>http://tessablakeleysilver.com/posts/2009/12/quick-update-get-it-going-on.php</link>
            <author>tessa@tessaract.info (tessaract)</author>
            <category  domain="/categories/webstandards">webstandards</category>
            <guid isPermaLink="false">tag:blogger.com,1999:blog-4829741758869577111.post-2242564531421395377</guid>
            <pubDate>Mon, 30 Nov 2009 03:50:18 -0600</pubDate>
        </item>

        <item>
            <title>Be The Tenth</title>
            <description><![CDATA[<img src="/images/pst-b10.jpg" alt="Be The 10th" class="fltRt"/><p><b>Launched!</b> Be the Tenth, an interactive installation. <a href="http://bethetenth.com">http://bethetenth.com</a></p><p>I was the Flash developer and WordPress Theme designer.</p><div class="fullpost"><p>Please explore the various options and leave your comments for the artist, <a href="http://miriamstern.artspan.com/">Miriam Stern</a>. The site was created in memory of her mother, Bryna bat Menachem Ve'Gela who passed away in 2008. <br /></p></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4829741758869577111-7588625622052558253?l=tessablakeleysilver.com%2Fposts%2Fblog.php' alt='' /></div>]]></description>
            <link>http://tessablakeleysilver.com/posts/2009/12/test-post.php</link>
            <author>tessa@tessaract.info (tessaract)</author>
            <category  domain="/categories/launch">launch</category>
            <category  domain="/categories/clients">clients</category>
            <guid isPermaLink="false">tag:blogger.com,1999:blog-4829741758869577111.post-7588625622052558253</guid>
            <pubDate>Fri, 18 Dec 2009 03:51:54 -0600</pubDate>
        </item>

    </channel>
</rss>
