<?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>Gosdot &#187; wordpress</title>
	<atom:link href="http://gosdot.com/unity/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://gosdot.com/unity</link>
	<description>ux, data, design</description>
	<lastBuildDate>Sat, 22 May 2010 22:17:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress 2.7 Arrives</title>
		<link>http://gosdot.com/unity/2008/12/04/wordpress-27-arrives/</link>
		<comments>http://gosdot.com/unity/2008/12/04/wordpress-27-arrives/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 07:04:04 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/2008/12/04/wordpress-27-arrives/</guid>
		<description><![CDATA[Wordpress continues to evolve with the release of 2.7 to the public on Thursday, December 4, 2008 at 8pm Eastern Time. That’s 5pm Thursday in California, 1am Friday in London (UTC), 8am Friday in Jakarta, noon on Friday in Sydney and so on. For a quick rundown of all the new features and updates visit [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress continues to evolve with the release of 2.7 to the public on Thursday, December 4, 2008 at 8pm Eastern Time. That’s 5pm Thursday in California, 1am Friday in London (UTC), 8am Friday in Jakarta, noon on Friday in Sydney <a href="http://www.timeanddate.com/worldclock/fixedtime.html?year=2008&amp;month=12&amp;day=5&amp;hour=1&amp;min=0&amp;sec=0">and so on.</a> For a quick rundown of all the new features and updates visit <a href="http://en.blog.wordpress.com/2008/12/03/27-gets-here-in-two-days/">Wordpress Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/12/04/wordpress-27-arrives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking Wordpress When You’ve Forgotten Your Password</title>
		<link>http://gosdot.com/unity/2008/12/02/hacking-wordpress-when-you%e2%80%99ve-forgotten-your-password/</link>
		<comments>http://gosdot.com/unity/2008/12/02/hacking-wordpress-when-you%e2%80%99ve-forgotten-your-password/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 11:18:17 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/2008/12/02/hacking-wordpress-when-you%e2%80%99ve-forgotten-your-password/</guid>
		<description><![CDATA[Do you have multiple Wordpress self-hosted blogs? If so, you&#8217;ve likely run into a scenario where you just can&#8217;t remember the password to one. With Wordpress 2.5 and beyond there&#8217;s an annoying bug that sometimes generates passwords that don&#8217;t work when you click the &#8220;Forgot Password&#8221; option. Usually that button generates a query that will [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have multiple Wordpress self-hosted blogs? If so, you&#8217;ve likely run into a scenario where you just can&#8217;t remember the password to one. With Wordpress 2.5 and beyond there&#8217;s an annoying bug that sometimes generates passwords that <strong>don&#8217;t work</strong> when you click the &#8220;Forgot Password&#8221; option. Usually that button generates a query that will send an email with a temporary password that allows you to reset your password to whatever you wish. The bug in 2.5 will still do that but when you click on the link that should allow you to reset your password, nothing happens.</p>
<p>Actually something does happen, Wordpress resets the password internally (in the MySQL database) but the link that it sent you to activate that password fails to connect with the database effectively locking you out of your blog. In this scenario, at least for me, all the potentially viable solutions lead to dead ends.</p>
<p>Although it should&#8217;ve, launching the database manager to reset the password manually didn&#8217;t work. I tried doing this in various ways including <a href="http://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin">this method</a> from Codex, <a href="http://www.watchingthenet.com/webmaster-tip-recover-wordpress-password.html">this one</a> from Watching The Net and <a href="http://anirudhsanjeev.org/reset-your-local-wordpress-password-easily/">this one</a> from Thought Outflux. But none of them worked!</p>
<p>Opening up <strong>wp-config.php</strong> and trying to reset the password there didn&#8217;t work there either.</p>
<p>I was at a loss as to what to do. That is until I found the <a href="http://www.village-idiot.org/archives/2007/05/22/wp-emergency-password-recovery/">Village Idiot Emergency Password Recovery</a> software. Using it is simple:</p>
<ul>
<li>Download the script from Village Idiot WordPress Emergency Password Script.</li>
<li>Unpack the downloaded zip file.</li>
<li>Upload the file emergency.php to the root of your WordPress installation (the same directory that contains wp-config.php).</li>
<li>In your browser, open http://example.com/emergency.php.</li>
<li>As instructed, enter the administrator username (usually admin) and the new password, then click Update Options. A message is displayed noting the changed password. An email is sent to the blog administrator with the changed password information.</li>
<li>Delete emergency.php from your server when you are done. Do not leave it on your server as someone else could use it to change your password.</li>
</ul>
<p>For whatever reason this worked flawlessly where the other methods failed and I was able to regain access to my wordpress blog and set the password to something I&#8217;ll (hopefully) never forget again. I&#8217;m not ruling out operator error on the other methods but the aptly titled Village Idiot software makes the process <i>fool-proof</i>.</p>
<p><strong>Note:</strong> Keep in mind that all of these options will only work if you are the site administrator or have direct access to the server at which the blog is hosted.</p>
<p><sup>Look familiar? I originally published this article as a writer for <a href="http://www.developertutorials.com/blog/wordpress-blog/hacking-wordpress-when-youve-forgotten-your-password-177/">DeveloperTutorials</a></sup></p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/12/02/hacking-wordpress-when-you%e2%80%99ve-forgotten-your-password/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Revamps Jaiku</title>
		<link>http://gosdot.com/unity/2008/06/16/google-just-bought-jaiku/</link>
		<comments>http://gosdot.com/unity/2008/06/16/google-just-bought-jaiku/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:02:02 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/?p=311</guid>
		<description><![CDATA[The waters ahead just got a little more Turbulent for Twitter, Google may be prepping the retun of Jaiku&#8230;

Jaiku is joining Google. While it&#8217;s too soon to comment on specific plans, we look forward to working with our new friends at Google over the coming months to expand in ways we hope you&#8217;ll find interesting [...]]]></description>
			<content:encoded><![CDATA[<p>The waters ahead just got a little more Turbulent for Twitter, Google may be prepping the retun of Jaiku&#8230;</p>
<blockquote><p>
Jaiku is joining Google. While it&#8217;s too soon to comment on specific plans, we look forward to working with our new friends at Google over the coming months to expand in ways we hope you&#8217;ll find interesting and useful. Our engineers are excited to be working together and enthusiastic developers lead to great innovation. We look forward to accomplishing great things together. In order to focus on innovation instead of scaling, we have decided to close new user sign-ups for now.</p>
<p>But fear not, all our Jaiku services will stay running the way you are used to and you will be able to invite your friends to Jaiku. We have put together a quick Q&#038;A about the acquisition.</p>
<p>Jyri Engeström and Petteri Koponen, Jaiku Founders
</p></blockquote>
<p><a href="http://www.readwriteweb.com/archives/can_twitter_be_saved.php">In the past few weeks</a> Twitter has faced confusion and what some might call a mass exodus of users because of the fact that it was unprepared for such heavy traffic from users.  The combination of high traffic, too many calls to the API and the strain of Instant mesaging has brought the Twitter servers to their knees more than once.  <strike>Now it appears Google is kicking the service while it&#8217;s down <a href="http://jaiku.com/help/google">by purchasing Jaiku</a>, Twitter&#8217;s nearest competitor.</strike>  Now it appears Google may be prepping a big relaunch of the service it purchased last year, Jaiku. Meanwhile new competitor Plurk and FreindFeed continue to experience rapid booms in growth from former Twitter users who seem to be debating on weather or not they want to stick with the ailing service.</p>
<p><strong>Note:</strong> This post has been corrected due to an error on my part.  I left the original erroneous text but <strike>struck it out</strike> to avoid confusion.</p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/06/16/google-just-bought-jaiku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Ways Twitter Could Appeal to Joe Average and Become Ubiquitous</title>
		<link>http://gosdot.com/unity/2008/05/04/ten-ways-twitter-could-appeal-to-joe-average-and-become-ubiquitous/</link>
		<comments>http://gosdot.com/unity/2008/05/04/ten-ways-twitter-could-appeal-to-joe-average-and-become-ubiquitous/#comments</comments>
		<pubDate>Mon, 05 May 2008 02:48:19 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/?p=255</guid>
		<description><![CDATA[With all the recent attention twitter.com has received many people have asked what the relevance of such a service is to the average user?  Twitter is very popular among the early adopter tech crowd, but why would people who use their computers less than 20 hours per week ever have a need for such [...]]]></description>
			<content:encoded><![CDATA[<p>With all the recent attention <a href="http://thecleversheep.blogspot.com/2008/05/how-many-twitter-tools-are-there.html" target="_blank">twitter.com</a> has received many people have asked what the relevance of such a service is to the average user?  Twitter is very popular among the early adopter tech crowd, but why would people who use their computers less than 20 hours per week ever have a need for such a service?  In other words, how can Twitter benefit <a href="http://beth.typepad.com/beths_blog/2007/03/twitter_waste_o.html" target="_blank" rel="bookmark">non-profit organizations</a>, public institutions or <A href="http://www.smstextnews.com/2008/04/using_twitter_as_a_real_time_business_sales_marketing_service.html#comment-222664" rel="bookmark" target="_blank">everyday business</a>?  More importantly how can Twitter benefit the average person and become more useful than it is <a href="http://www.chrisheuer.com/2007/09/18/on-social-viruses-and-memes/" target="_blank" rel="bookmark">trendy</a>?</p>
<p>Here are some ideas I had as for how embracing a <a href="http://www.techcrunch.com/2008/05/05/twitter-can-be-liberated-heres-how/" rel="bookmark" target="_blank">&#8216;twitter-like&#8217;</a> service could benefit more than just the over-ambitious blogging crowd.  These applications could be built using Twitter or any other <a href="http://searchmobilecomputing.techtarget.com/sDefinition/0,,sid40_gci1265620,00.html" target="_blank" rel="bookmark">microblog service</a>.  What I&#8217;m trying to do is demonstrate how developers can capitalize on the popularity of Twitter and possibly push it to the point of ubiquity (like Google).<br />
<br />
<a href="http://flickr.com/photos/dharmasphere/2104128557/" target="_blank"><img src="http://farm3.static.flickr.com/2007/2104128557_5c662de4de.jpg"></a><br />
</p>
<ol>
<li><strong>Tracking Packages from FedEx, UPS and other Postage Services.</strong><br />
Just the other day I waited all morning for an important package to be delivered, constantly refreshing the  FedEx tracking webpage to see what the latest updates were.  It was actually my girlfriend who pointed out, &#8220;..too bad they don&#8217;t have Twitter!&#8221;  which caused me to think about such a scenario.  If shipping companies did employ service like Twitter, it would allow me to stay constantly updated to the progress of my packages.  If I didn&#8217;t have access to a computer for instance, I could have the tracking updates forwarded to my cell phone or mobile device.  The driver of the shipping truck would update status by simply waving a wand across his packages and typing in his location, expected delays or ETA.  Far fetched?  Not at all, this exactly how tracking info is gathered right now.  What&#8217;s missing is an application that would turn these updates into messages or &#8216;tweets&#8217;.</li>
<p></p>
<li><strong>Amber Alerts/Emergency Awareness/Public Service Announcements</strong><br />
So the state or federal government has a public menace that they need to  make the public aware of. They often use traditional media (TV, radio) as well as some localized metods (highway LED Signs) but they&#8217;re notorious for ignoring the medium with the biggest audience of them all&#8230;the internet.   In fact, if the government were to contract Twitter to relay these alerts it would be mutually advantageous as Twitter could send the occasional emergency alert to it&#8217;s users site-wide while the authorities could potentially reach new segments of the populous.  </p>
<p>You might recall a few years ago <a href="http://mashable.com/2007/01/22/myspace-amber-alerts/" rel="bookmark" target="_blank">MySpace became a testing ground</a> for this very type of collaboration.</li>
<p></p>
<li><strong>Film and Music Product Release Dates</strong><br />
For all the paranoia that new media is stealing public attention from old media, there aren&#8217;t very many traditional outlets taking advantage of what control they do still have left.  For instance, why does every record label or major film distributor not have Twitter accounts?  Most of us actually want to know when that new album from our favorite artist is released. I&#8217;m also twice as likely to follow a companies&#8217; Twitter stream than to join their newsletter.  Of course ,the next step would be to offer a way to filter out all the stuff that I DON&#8217;T want to be notified of.</li>
<p></p>
<li><strong>GPS Breadcrumbs with Notes</strong><br />
Say you&#8217;re a professional runner, national park sentry or hiking enthusiast and you&#8217;re hiking along a very rarely used trail.  Perhaps you then notice that a bridge is washed out or you see some other danger you want to make people more aware of. You might pull out a GPS cacheing unit, geo tag the location, type a quick note about the incident and either store the message to be sent later or send it via satellite immediately.  The people in your community or your colleagues following you would then have all the information they need to avoid the same area and teams could be sent out to rectify the problem.</li>
<p></p>
<li><strong>Sport Scores</strong><br />
For you sports enthusiasts out there, if there was a way to get score updates that you&#8217;re interested in without having to check the paper the next morning or various websites, would you be interested?  Similar to the application described in #3, if the end user could pick a handful of sport teams that they love and have those new scores appear in his or her Twitter stream (which can also ping your mobile device) it would save quite a bit of time.  The user would also need to be able to easily deactivate certain teams or games, for those times when they&#8217;ve TIVO&#8217;ed it and don&#8217;t want to spoil the surprise.</li>
<p></p>
<li><strong>Grades</strong><br />
Often times in the school system, grades and test scores don&#8217;t necessarily need to be kept confidential.  In those cases, wouldn&#8217;t it be great if a student could ping a dedicated Twitter account with their name as a <a href="http://factoryjoe.com/blog/2007/12/23/making-the-most-of-hashtags/" target="_blank" rel="bookmark">hashtag</a> (ex. #jongos) and get a response back with their scores?  Alternatively pinging the account with a #all hastag would retrieve a link to a page with all the grades of their classmates and would mention if a curve was applied.  It would be efficient, save paper and save time.</li>
<p></p>
<li><strong>Voting</strong><br />
One of my favorite Twitter applications is <a href="http://twitter.polldaddy.com/" rel="bookmark" target="_blank">twitter.polldaddy.com</a> which allows you to post polls to Twitter.  Here&#8217;s a real world example: At my condo the HOA often takes votes on various issues:  &#8220;Should we get a new fence?&#8221; &#8220;Should we buy that new flood light?&#8221;  The HOA president could use a service like this to poll our neighbors.  </p>
<p>It&#8217;s not hard to imagine a world where a Twitter-like service could be used for more official votes like public office or internal company decisions.</li>
<p></p>
<li><strong>Health Appointment Reminders</strong><br />
Do you have trouble remembering when your next physical is or when you scheduled that next teeth cleaning?  While services like <a href="http://www.rememberthemilk.com/" target="_blank" rel="bookmark">Remember the Milk</a> allow you to to create to-do lists and manage tasks, I envision local dentist offices rolling out a service something like this themselves that solely exists to help you manage your appointments.  How convenient would it be to receive a Direct Twitter message from a database at your dentist&#8217;s clinic reminding you not to be late?</li>
<p></p>
<li><strong>Home Security</strong><br />
A number of people have their home alarms call them when it goes off.  It would be smart for companies like ADT to offer a service that can be set up to text, email and or IM you, all things that Twitter does when prompted. The message could inform you of the time, address (especially useful if you have multiple homes) and the area in the home that was triggered.  This of course would be a complimentary service offered in addition to the phone call that&#8217;s become the standard and the request to send out police.</li>
<p>
<a href="http://flickr.com/photos/suburbia_org_uk/431285455/" rel="bookmark" target="_blank"><img src="http://farm1.static.flickr.com/168/431285455_11005098c9.jpg"></a><br />
</p>
<li><strong>Crash Reports</strong><br />
Lastly, something that might be useful for software developers, especially those using open source applications like Mozilla&#8217;s products or Linux, is an application that logs crashes or software bugs.  Something like  <a href="http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/" title="_blank" rel="bookmark">this application</a> created by Kevin except the database would be public. Normally these messages are sent to huge databases where they may or may not be analyzed by engineers at the company that makes the product.  I imagine a service that would send these messages to a web database that would take the users notes, along with the crash report and application info, archive them online and make it all searchable.</p>
<p>The big concern of course is security, but that could be easily addressed by only making the most common errors and repair public.  Hashtags and Twitter&#8217;s search option would allow programmers to find the relevant code.</li>
</ol>
<p>
Companies like <a href="http://www.mosio.com/twitter/" rel="bookmark" target="_blank">Mosio</a> are already harnessing the power of the crowd to answer questions.  In his post <a href="http://www.lifehack.org/articles/lifehack/5-ways-to-use-twitter-for-good.html" rel="bookmark" target="_blank">&#8220;5 Ways to Use Twitter For Good&#8221;</a>, <a href="http://www.chrisbrogan.com/sobcon08-was-great/" target="_blank" rel="bookmark" title="Chris Brogan">Chris Brogan</a> explores the possibilities of using the Twitter community to solve problems.  This is where we start and as more and more developers build on the <a href="http://twitter.com/help/api" rel="bookmark" target="_blank" title="use the twitter api for development">Twitter API</a> applications like the ones I&#8217;ve described will inevitably come into existence.  As they do, and as Twitter&#8217;s popularity increases, Twitter will venture closer and closure to that tipping point that will make it a household name for years to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/05/04/ten-ways-twitter-could-appeal-to-joe-average-and-become-ubiquitous/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free Wordpress Theme: Aqua Marina</title>
		<link>http://gosdot.com/unity/2008/05/01/free-wordpress-theme-aqua-marina/</link>
		<comments>http://gosdot.com/unity/2008/05/01/free-wordpress-theme-aqua-marina/#comments</comments>
		<pubDate>Thu, 01 May 2008 18:24:00 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/2008/05/01/free-wordpress-theme-aqua-marina/</guid>
		<description><![CDATA[
Theme: Aqua MarinaAuthor: Jon GosVersion: 0.5 RosieDescription: An original Wordpress theme.

This was my first attempt at a bespoke wordpress theme.  I created it in Photoshop then marked up to XHTML and then PHP.  This is a public beta, please help me work out all the bugs and kinks by posting any errors as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mediafire.com/?ftdljjcynvm" target="_blank" title="Aqua Marina"><img src="http://farm4.static.flickr.com/3001/2456694397_ae2cd7ded5.jpg" alt="Aqua Marina"></a></p>
<p>Theme: Aqua Marina<br />Author: Jon Gos<br />Version: 0.5 Rosie<br />Description: An original Wordpress theme.</p>
<hr />
<p>This was my first attempt at a bespoke wordpress theme.  I created it in Photoshop then marked up to XHTML and then PHP.  This is a public beta, please help me work out all the bugs and kinks by posting any errors as a comment here! The photoshop file used to make it is included for anyone who wants to redesign it.</p>
<p>Download <a href="http://www.mediafire.com/?ftdljjcynvm" target="_blank" title="Aqua Marina">Aqua Marina</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/05/01/free-wordpress-theme-aqua-marina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working With Wordpress Offline Like a Pro</title>
		<link>http://gosdot.com/unity/2008/04/07/working-with-wordpress-offline-like-a-pro/</link>
		<comments>http://gosdot.com/unity/2008/04/07/working-with-wordpress-offline-like-a-pro/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 03:38:00 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/2008/04/07/working-with-wordpress-offline-like-a-pro/</guid>
		<description><![CDATA[I recently started blogging for Developertutorials.com.  In this tutorial I explain how to work with Wordpress offline using MAMP, Headdress and Dreamweaver. Check it out here.


]]></description>
			<content:encoded><![CDATA[<p>I recently started blogging for <a href="http://www.developertutorials.com/">Developertutorials.com</a>.  In this tutorial I explain how to work with Wordpress offline using MAMP, Headdress and Dreamweaver. Check it out <a href="http://www.developertutorials.com/blog/design/working-with-wordpress-offline-like-a-pro-112/">here</a>.</p>
<p><a href="http://www.developertutorials.com/blog/design/working-with-wordpress-offline-like-a-pro-112/"><img src="http://farm3.static.flickr.com/2392/2396276426_cb6eb3f494_m.jpg" alt="mamp"></a></p>
<p><a href="http://www.developertutorials.com/blog/design/working-with-wordpress-offline-like-a-pro-112/"><img src="http://farm3.static.flickr.com/2275/2396449474_f5d4de915f_m.jpg" alt="headdress"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/04/07/working-with-wordpress-offline-like-a-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Wordpress Theme: The Unstandard Remix</title>
		<link>http://gosdot.com/unity/2008/04/07/free-wordpress-theme-the-unstandard-remix/</link>
		<comments>http://gosdot.com/unity/2008/04/07/free-wordpress-theme-the-unstandard-remix/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 06:47:00 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[free]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/2008/04/07/free-wordpress-theme-the-unstandard-remix/</guid>
		<description><![CDATA[
Theme: The Unstandard RemixAuthor: Jon Gos and Derek PunsalanDescription: A template based on &#8220;The Unstandard&#8221; by Derek Punsalan at http://5thirtyone.com/archives/886Based on: &#8220;The Unstandard&#8221; by Derek Punsalan
Download it from Mediafire

About the Theme
I&#8217;m a big fan of Derek&#8217;s original so I just applied some styling to give everyone ideas as to how to make an &#8220;Unstandard&#8221; look [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://farm3.static.flickr.com/2048/2394426429_511ef2b34c.jpg?v=1207546883"><img src="http://farm3.static.flickr.com/2048/2394426429_511ef2b34c.jpg"></a></p>
<p>Theme: The Unstandard Remix<br />Author: Jon Gos and Derek Punsalan<br />Description: A template based on &#8220;The Unstandard&#8221; by Derek Punsalan at http://5thirtyone.com/archives/886<br />Based on: <a href="http://5thirtyone.com/archives/886">&#8220;The Unstandard&#8221;</a> by Derek Punsalan</p>
<p>Download it from <a href="http://www.mediafire.com/?zmhvm1mdvnn" title="free wordpress themes">Mediafire</a></p>
<hr />
<h2>About the Theme</h2>
<p>I&#8217;m a big fan of Derek&#8217;s original so I just applied some styling to give everyone ideas as to how to make an &#8220;Unstandard&#8221; look a little bit different from the rest of the blogs using this popular theme.  I&#8217;m in no way trying to take credit for the original, but I spent a heck of a lot of time tweaking it to my liking.  My version makes heavier use of transparencies and woodgrain finishes.  </p>
<p>The woodgrain texture I used can be downloaded from <a href="http://www.sxc.hu/photo/947335">http://www.sxc.hu/photo/947335</a>. The color scheme can be downloaded from <a href="http://www.colorschemer.com/schemes/download.php?id=5908">http://www.colorschemer.com/</a>.  The photo used in the screenshot comes from <a href="http://flickr.com/photos/tookie/178243628/">http://flickr.com/photos/tookie/178243628/</a>. The original &#8220;Unstandard&#8221; can be found at <a href="http://5thirtyone.com/archives/886">http://5thirtyone.com/archives/886</a>. I also used one background made at <a href="http://bgmaker.ventdaval.com/">http://bgmaker.ventdaval.com/</a>.  I used a few icons from <a href="http://famfamfam.com/">http://famfamfam.com/</a>. Everything else was made in photoshop and the source psds are included so you can modify it all.</p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/04/07/free-wordpress-theme-the-unstandard-remix/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Design Wordpress Templates in Dreamweaver</title>
		<link>http://gosdot.com/unity/2008/04/03/design-wordpress-templates-in-dreamweaver/</link>
		<comments>http://gosdot.com/unity/2008/04/03/design-wordpress-templates-in-dreamweaver/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 20:32:00 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/2008/04/03/design-wordpress-templates-in-dreamweaver/</guid>
		<description><![CDATA[One of my new favorite toys is the Wordpress extension for Dreamweaver which will allow you to make WP templates quickly and efficiently.  It&#8217;s easy enough to install, just download it, double click and install.  Your Adobe extension manager may pop up if you&#8217;re using CS3, but that&#8217;s normal.  Next time you [...]]]></description>
			<content:encoded><![CDATA[<p>One of my new favorite toys is the Wordpress extension for Dreamweaver which will allow you to make WP templates quickly and efficiently.  It&#8217;s easy enough to install, just <a href="http://www.mediafire.com/?1tpunsghhdl">download it</a>, double click and install.  Your Adobe extension manager may pop up if you&#8217;re using CS3, but that&#8217;s normal.  Next time you launch Dreamweaver you should see a menu bar that looks like this:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_jCC9BCUbtqw/R_VAKMTytoI/AAAAAAAAALw/-EqDEKMCJbA/s1600-h/Picture+2.png"><img style="cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_jCC9BCUbtqw/R_VAKMTytoI/AAAAAAAAALw/-EqDEKMCJbA/s320/Picture+2.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5185121089834104450" /></a></p>
<p>I got it from <a href="http://vikiworks.com/2007/08/22/dw-extension-for-wordpress-template-build/">Vikiworks</a> but he got it from somewhere else that he can&#8217;t recall.  I think it requires atleast Dreamweaver 8 to work properly.  Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/04/03/design-wordpress-templates-in-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
