<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<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>echo{Blog}</title>
	<link>http://74.54.4.213/blog</link>
	<description></description>
	<pubDate>Mon, 19 Nov 2007 04:51:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>Building a Wordpress Theme</title>
		<link>http://74.54.4.213/blog/?p=11</link>
		<comments>http://74.54.4.213/blog/?p=11#comments</comments>
		<pubDate>Mon, 19 Nov 2007 04:50:00 +0000</pubDate>
		<dc:creator>Kelani</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

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

		<guid isPermaLink="false">http://74.54.4.213/blog/?p=11</guid>
		<description><![CDATA[This is a record of the steps I am taking to build a Wordpress Theme from the ground up.  Since I have been using Dreamweaver more and more, I have been frustrated with the limitations of simply modifying existing Wordpress Templates.  I want everything where I want it - so I am going [...]]]></description>
			<content:encoded><![CDATA[<p>This is a record of the steps I am taking to build a Wordpress Theme from the ground up.  Since I have been using Dreamweaver more and more, I have been frustrated with the limitations of simply modifying existing Wordpress Templates.  I want everything where I want it - so I am going to try to put it there.</p>
<p>I have started with a basic Dreamweaver template to place the main DIVs in the layout that I am trying to produce.  Dreamweaver template files are the perfect starting point because they are basic layouts with CSS properties already defined, and they have extensive notes explaining each element of the layout.  Here is the page layout I have created starting from a Dreamweaver template:</p>
<p>http://74.54.4.213/blog/wordpresslayout.html</p>
<p>Here are the files that I edited in order to insert the wordpress functionality into my template:</p>
<p>Page Template (page.php): This is the page that is called when you click on links to &#8216;pages&#8217; on your blog.<br />
Main Index Template (index.php) This file controls the layout of the main index page.</p>
<p>Single Post (single.php) This file is called when you click on  blog post - it shows a single blog post.</p>
<p>Stylesheet (stylesheet.css) The stylesheet.</p>
<p>To start, I BACKED EVERYTHING UP.  Then, I pasted all the CSS that was generated by the dreamweaver template at the end of style.css.  I began hacking index.php by re-naming the DIVs to match my template, being careful to keep all the PHP intact.  I eliminated the sidebar function, and placed some filler text in the new DIV that I created.  I found that the container DIV for my template needed to be placed before the header.php file was called in index.php in order for everything to display correctly - this is most definitely a hack, as there was nothing like that in the old theme.</p>
<p>I did the same for header.php and footer.php, as well as single.php and page.php.</p>
<p>This seemed to work until&#8230;I realized the wordpress theme is a BEAST.  It was ambitious, but I guess it is going to take more than two weeks to master this art.  Currently, I am running with a hacked-up version of a template submitted by the community - changes sure to be coming soon!</p>
<p>V.2:</p>
<p><img src="../images/echo_v2.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://74.54.4.213/blog/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>The Plan</title>
		<link>http://74.54.4.213/blog/?p=10</link>
		<comments>http://74.54.4.213/blog/?p=10#comments</comments>
		<pubDate>Tue, 06 Nov 2007 02:45:11 +0000</pubDate>
		<dc:creator>Kelani</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://74.54.4.213/blog/?p=10</guid>
		<description><![CDATA[Step #1:

Step #2:

Step #3:
Profit.
]]></description>
			<content:encoded><![CDATA[<p><strong>Step #1:</strong></p>
<p><img src="http://74.54.4.213/blog/images/migration_plan.png" height="100" width="214" /></p>
<p><strong>Step #2:</strong></p>
<p><img src="http://74.54.4.213/blog/images/question.png" height="75" width="75" /></p>
<p><strong>Step #3:</strong></p>
<p>Profit.</p>
]]></content:encoded>
			<wfw:commentRss>http://74.54.4.213/blog/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>Migration</title>
		<link>http://74.54.4.213/blog/?p=6</link>
		<comments>http://74.54.4.213/blog/?p=6#comments</comments>
		<pubDate>Fri, 02 Nov 2007 15:08:09 +0000</pubDate>
		<dc:creator>Kelani</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

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

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

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

		<guid isPermaLink="false">http://74.54.4.213/blog/?p=6</guid>
		<description><![CDATA[
EchoAbility has been in a dormant state for a few months.  To give it new life, we are moving it off of the old Joomla platform.  We are going to move to a hybrid of Wordpress and Drupal for the new site, and are hoping that the change will give the project more [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://74.54.4.213/blog/images/migration.png" height="100" width="400" /></p>
<p>EchoAbility has been in a dormant state for a few months.  To give it new life, we are moving it off of the old Joomla platform.  We are going to move to a hybrid of Wordpress and Drupal for the new site, and are hoping that the change will give the project more legs this season.  We&#8217;ve outgrown Joomla  and are looking for a new challenge!</p>
<p>To start, I have installed Wordpress and moved the few blog posts we had on the old site into the new platform.  Wordpress was a delight to install, and I was able to create a sleek template in just under two hours.  Here is a shot of the new Echo in its first manifestation:</p>
<p><img src="http://74.54.4.213/blog/images/echo_blog.png" height="282" width="400" /></p>
<p>The things I LOVE about Wordpress thus far:</p>
<ul>
<li>Intallation was SO easy</li>
<li>The admin interface is sexy right out of the box (okay, it&#8217;s not <em>that </em>important but it is nice!)</li>
<li>You can edit the CSS file from the admin interface</li>
<li>The WISYG editor is pretty nice - much better than Joomla&#8217;s - especially in the code view</li>
</ul>
<p>Next steps will be to play around with Wordpress to see how versatile it is, and to get more of a feel for the community.  I want to find a way to integrate our other blogs into the echo[blog] to centralize the information.  Then, in a few weeks we&#8217;ll move onto Drupal integration as we start to fill out the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://74.54.4.213/blog/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>Cross-Walks: Weaving Fabric Row.</title>
		<link>http://74.54.4.213/blog/?p=5</link>
		<comments>http://74.54.4.213/blog/?p=5#comments</comments>
		<pubDate>Thu, 01 Nov 2007 01:31:54 +0000</pubDate>
		<dc:creator>Kelani</dc:creator>
		
		<category><![CDATA[Projects]]></category>

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

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

		<guid isPermaLink="false">http://74.54.4.213/blog/?p=5</guid>
		<description><![CDATA[   Media Wiki is a wonderful, powerful thing.
Similar to the software that powers Wikipedia, Media Wiki is free to download and install from MediaWiki.org .  Once the wiki is up and running with the help of PHP5 and MySql, all that is left to do is some customization and your wiki can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.mediawiki.org/skins-1.5/common/images/poweredby_mediawiki_88x31.png" alt="WikiWalks" height="31" width="88" />   Media Wiki is a wonderful, powerful thing.<br />
Similar to the software that powers Wikipedia, Media Wiki is free to download and install from <a href="http://www.mediawiki.org/" target="_blank">MediaWiki.org</a> .  Once the wiki is up and running with the help of PHP5 and MySql, all that is left to do is some customization and your wiki can be available to the world.  The easy-to-use WYSIWYG editor makes editing and updating pages a breeze, and Media Wiki has a number of innovative extensions including media extensions for streaming video, audio, and photo galleries.  For <a href="http://www.cross-walks.org/">this project</a> I am working to structure the Wiki in such a way to accommodate narratives as opposed to Wikipedia-style definitions and cross references.  To achieve this we need to design an innovative structure for our wiki and outline clearly the project&#8217;s intent.  With good information and the help of the handy-dandy Google Maps API extension, WikiWalks will serve as a new platform for storytelling and documentary in conjunction with this multimedia project.</p>
]]></content:encoded>
			<wfw:commentRss>http://74.54.4.213/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Mass Mail</title>
		<link>http://74.54.4.213/blog/?p=4</link>
		<comments>http://74.54.4.213/blog/?p=4#comments</comments>
		<pubDate>Thu, 01 Nov 2007 01:12:24 +0000</pubDate>
		<dc:creator>Kelani</dc:creator>
		
		<category><![CDATA[Tools]]></category>

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

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

		<category><![CDATA[PHP Tools]]></category>

		<guid isPermaLink="false">http://74.54.4.213/blog/?p=4</guid>
		<description><![CDATA[How to communicate with thousands of potential customers without nearly that many dollars:

A common client need is to be able to mass mail customers and potential customers. For those of you with money to spare hosted services such as Mail Chimp (written about on [Echo]ability.com) and Sourekit&#8217;s Contactology are great options because they are feature [...]]]></description>
			<content:encoded><![CDATA[<p>How to communicate with thousands of potential customers without nearly that many dollars:<br />
<img src="http://www.phplist.com/images/phplist-logo-larger.png" alt="PHPList" height="110" width="244" /><br />
A common client need is to be able to mass mail customers and potential customers. For those of you with money to spare hosted services such as Mail Chimp (written about on [Echo]ability.com) and Sourekit&#8217;s Contactology are great options because they are feature rich and provide support. I had the opportunity to work alongside Sourckit&#8217;s programmers, testing, evaluating and suggesting features for improvements as well as extensively using the Contactology application. This gave me a good feel for client needs and the availability of features. These applications very often require an initial start up fee and charge anywhere between $.01 and $.10 an email or contact, which can add up when trying to communicate with thousands of customers.<br />
For those of us with money to lose and bandwidth to spare open source web based mass mail applications you can install on your own server can be an excellent alternative to payed for mass mail services. I have tried out several available on Soureforge.net such as Tellmatic which, despite having a high sourceforge ranking lacked some essential features such as proper English language support.<br />
Phplist is an <strong>open-source newsletter manager</strong>. phplist is free to download, install and use, and is easy to integrate with any website. phplist is downloaded more than 10 000 times per month and is listed in the top open source projects for <a href="http://www.phplist.com/t/%7Ehttp://freshmeat.net/stats/#vitality">vitality score on Freshmeat</a>.</p>
<p>phplist&#8217;s 30+ feature set includes:</p>
<ul>
<li><strong>double opt-in subscription mechanism</strong></li>
<li><strong>scheduling </strong></li>
<li><strong>RSS </strong></li>
<li><strong>click-tracking </strong></li>
<li><strong>attachments </strong></li>
<li><strong>bounce management</strong></li>
</ul>
<p>Click here to for an <a href="http://www.phplist.com/demo" target="_blank">online demo of phplist</a>  and email me if you&#8217;d like it a copy of it installed for your organization.</p>
]]></content:encoded>
			<wfw:commentRss>http://74.54.4.213/blog/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
		<item>
		<title>Helper Monkey for email marketing campaigns!</title>
		<link>http://74.54.4.213/blog/?p=3</link>
		<comments>http://74.54.4.213/blog/?p=3#comments</comments>
		<pubDate>Thu, 01 Nov 2007 01:03:17 +0000</pubDate>
		<dc:creator>Kelani</dc:creator>
		
		<category><![CDATA[Tools]]></category>

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

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

		<guid isPermaLink="false">http://74.54.4.213/blog/?p=3</guid>
		<description><![CDATA[
Eventhough it is NOT free it is cheap,and very user friendly.  Mail Chimp makes it easy to create professional email marketing campaigns.  I put one together for Zoll&#8217;s using Mail Chimp&#8217;s solid WYSIWYG editor, and step-by-step instructions in no time at all.
Some of the fabulous built-in features include a campaign manager that lets [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.mailchimp.com/img/logo_mailchimp.gif" alt="MailChimp" align="top" height="33" width="125" /><br />
Eventhough it is NOT free it is cheap,and very user friendly.  Mail Chimp makes it easy to create professional email marketing campaigns.  I put one together for Zoll&#8217;s using Mail Chimp&#8217;s solid WYSIWYG editor, and step-by-step instructions in no time at all.<br />
Some of the fabulous built-in features include a campaign manager that lets you track clicks, see delivery success rates, and easily manage multiple campaigns.  Also, there is a built-in &#8216;Unsubscribe&#8217; feature that ensures your emails are fully compliant to canned spam regulations. Best of all, when you sign-up for an account you get 26 free emails&#8211;meaning you can put the Mail Chimp to the test for no cost!<br />
Highly recommended for DIY email marketing.</p>
]]></content:encoded>
			<wfw:commentRss>http://74.54.4.213/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
