<?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>this.rand() &#187; wordpress</title>
	<atom:link href="http://www.thisrand.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thisrand.com</link>
	<description>the life of Ryan Meinzer and Jessica Meinzer</description>
	<lastBuildDate>Mon, 19 Sep 2011 01:41:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 3.2.1 Update broke the Arras Theme</title>
		<link>http://www.thisrand.com/2011/08/wordpress-3-2-1-update-broke-the-arras-theme</link>
		<comments>http://www.thisrand.com/2011/08/wordpress-3-2-1-update-broke-the-arras-theme#comments</comments>
		<pubDate>Mon, 01 Aug 2011 15:46:42 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=1559</guid>
		<description><![CDATA[Looks like our theme was broken and so I have reverted the website back to the default theme.  I will be changing it shortly, so please look past the generic...]]></description>
			<content:encoded><![CDATA[<p>Looks like our theme was broken and so I have reverted the website back to the default theme.  I will be changing it shortly, so please look past the generic style.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2011%2F08%2Fwordpress-3-2-1-update-broke-the-arras-theme&amp;title=WordPress%203.2.1%20Update%20broke%20the%20Arras%20Theme" id="wpa2a_2"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2011/08/wordpress-3-2-1-update-broke-the-arras-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Drupal Views make so little sense</title>
		<link>http://www.thisrand.com/2010/10/why-drupal-views-make-so-little-sense</link>
		<comments>http://www.thisrand.com/2010/10/why-drupal-views-make-so-little-sense#comments</comments>
		<pubDate>Thu, 14 Oct 2010 19:10:15 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[geekdom]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=661</guid>
		<description><![CDATA[I recently had a very short contract gig working for a company that creates websites using Drupal.  While that doesn't sound very interesting or even hard, to make it more so of both, these guys used Views for every]]></description>
			<content:encoded><![CDATA[<p>I recently had a very short contract gig working for a company that creates websites using <a target="_blank" class="zem_slink" title="Drupal" rel="homepage" href="http://drupal.org">Drupal</a>.  While that doesn&#8217;t sound very interesting or even hard, to make it more so of both, these guys used Views for every</p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 212px;">
<dt class="wp-caption-dt"><a target="_blank" href="http://commons.wikipedia.org/wiki/Image:Druplicon.vector.svg"><img title="Drupal" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Druplicon.vector.svg/202px-Druplicon.vector.svg.png" alt="Drupal" width="202" height="231" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a target="_blank" href="http://commons.wikipedia.org/wiki/Image:Druplicon.vector.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>thing.  Which I just don&#8217;t get.</p>
<p>If you are a programming, why would you use views?  It is adding a layer of abstraction between the logic and database in an interpreted language with a framework that is already bloated beyond all recognition.  I know when I write plugins for <a target="_blank" class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a>, I want the plugin to be quick, precise, and add the least amount of overhead possible.  Views just seem to be a way to do all the opposites of those, just for the hell of it.</p>
<p>If you are not very technically inclined, I understand.  Using views is a lot like using <a target="_blank" class="zem_slink" title="Microsoft Access" rel="homepage" href="http://office.microsoft.com/access">MS Access</a>.  You can create fairly complex queries yourself, without having to get someone that actually understands it involved.  And that is the trade off.  You can do it yourself, and eat the extra overhead, or pay/hire/bribe/cajole someone else into doing it for you, specialized, and thus, in theory at least, more efficiently.</p>
<p>These folks claimed to be programmers though, so I just don&#8217;t get it.  Why are you depending on someone else&#8217;s plugin, that extends functionality that is inefficient and clumsy, can&#8217;t do everything, and still requires custom code to be written or even more plugins to be added.  Where exactly does that circular line stop?</p>
<p>The Drupal &#8220;framework&#8221; and I use that term loosely since it is really a CMS that can just be extended, has enough problems and bloat in it, why exactly are views worth adding more?  Again, assuming you know SQL and PHP on even a basic level.</p>
<p>It just doesnt make any sense.  Query writers and views are one thing if you are working directly with the database, (e.g. <a target="_blank" class="zem_slink" title="PhpMyAdmin" rel="homepage" href="http://www.phpmyadmin.net">phpMyAdmin</a> or <a target="_blank" class="zem_slink" title="TOAD (software)" rel="homepage" href="http://www.quest.com/toad">TOAD</a>), but adding it as a layer to a &#8220;custom&#8221; application that you will be supporting when you claim to be capable of actual programming!!??  Please explain that one to me.</p>
<p>To be fair, I dont use Drupal much, I like WP much better.  The OO approach is much more appealing than the very <a target="_blank" class="zem_slink" title="Perl" rel="homepage" href="http://www.perl.org/">Perl</a>-esque (read: old) way of doing things Drupal does with its modules. But I still don&#8217;t get what the big deal is about Views.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a target="_blank" href="http://wpthoughts.com/2009/01/before-customizing-wordpress/">Before You Customize Any Part of Your WordPress</a> (wpthoughts.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://ostatic.com/blog/choosing-an-open-source-cms-planning-playing-and-page-views">Choosing an Open Source CMS &#8212; Planning, Playing, and Page Views</a> (ostatic.com)</li>
<li class="zemanta-article-ul-li"><a target="_blank" href="http://www.trellon.com/content/blog/7-suggestions-for-new-drupal-users-in-higher-education">7 Suggestions for New Drupal Users in Higher Education</a> (trellon.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a target="_blank" class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=45e2e995-6a2f-4a87-9395-4acbe9e81256" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/10/why-drupal-views-make-so-little-sense/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO…It really isn&#039;t hard</title>
		<link>http://www.thisrand.com/2010/10/seoit-really-isnt-hard</link>
		<comments>http://www.thisrand.com/2010/10/seoit-really-isnt-hard#comments</comments>
		<pubDate>Mon, 04 Oct 2010 14:13:28 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[website]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=519</guid>
		<description><![CDATA[Search Engine Optimization (SEO) really isnt a new concept although the buzzword is fairly new.  It is basically the process of ensuring your site has on it that which search...]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://en.wikipedia.org/wiki/Search_engine_optimization" target="_blank">Search Engine Optimization</a> (SEO) really isnt a new concept although the buzzword is fairly new.  It is basically the process of ensuring your site has on it that which <a target="_blank" class="zem_slink" title="Web search engine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_search_engine">search engines</a> (e.g. <a target="_blank" href="http://www.google.com" target="_blank">Google</a>) index, hence making your search engine rankings higher and presumably driving more traffic to your website.  I still remember doing this in the mid-90&#8242;s when we had a huge number of search engines ranging from <a target="_blank" href="http://www.hotbot.com" target="_blank">Hotbot</a> to <a target="_blank" href="http://www.altavista.com" target="_blank">Alta Vista</a> to <a target="_blank" href="http://www.aol.com" target="_blank">AOL</a> that mattered and each one needed to be submitted to and then your site massaged in order to get anything resembling a decent ranking.</p>
<p>Times have changed, the index bots are much more sophisticated than 10+ years ago, and are far less likely to be fooled by the tricks (like using keywords hidden in your background by using the same color for both).</p>
<p>I often get asked, &#8220;How can I improve my search results?&#8221;.  I usually try to resist rolling my eyes for two reasons: 1) the sheer amount of resources out there covering this topic are just overwhelming and 2) it isnt that hard!  So, to those hosting with me and everyone else reading this, here are a few short tips on how to get your site SEOized!</p>
<p><strong>Content, Content, Content</strong><br />
The more content you have, and I dont mean junk, I mean actual meaningful content, the higher your rank.  So sharpen your pencils and start writing.</p>
<p><strong>New Content, New Images, </strong><strong>New Stuff</strong><br />
Daily blog posts or news releases will really help you get noticed by the bots.  But again, dont post junk, otherwise your ranking will drop due to noone visiting.</p>
<p><strong>Network</strong><br />
You must network your site.  Join a few groups, post on them, use <a target="_blank" href="http://www.wordpress.org" target="_blank">WordPress</a> or <a target="_blank" href="http://www.hotscripts.com/PHP/Scripts_and_Programs/Blog/index.html" target="_blank">similar software</a>, embrace <a target="_blank" href="http://www.whatisrss.com/" target="_blank">RSS</a>, use <a target="_blank" href="http://www.myspace.com" target="_blank">MySpace</a> or <a target="_blank" href="http://www.facebook.com" target="_blank">Facebook</a> and link to your site.  These will only drive traffic to your site, increase the relevancy of your keywords and get you the rankings you want.</p>
<p><strong>Use decent <a target="_blank" class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">HTML</a>/</strong><strong>CSS</strong><br />
I say decent, since I still think the entire validation thing is a scam (I will post more on that later).  Your page should work in all <a target="_blank" href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">major browsers</a>, use <em></em><em></em><em>alt</em> tags in your images, name your pages something relevant, and avoid a lot of <a target="_blank" href="http://en.wikipedia.org/wiki/Adobe_Flash" target="_blank">Flash</a> or Images (for now) since they still aren&#8217;t fully indexed.    Do not use an image for text blocks, it will not index!</p>
<p>See, not hard.  Enjoy adding quality content, dont overuse images or the other spiffy technologies (<a target="_blank" href="http://silverlight.net/" target="_blank">Silverlight</a>, Flash, etc&#8230;) and have fun watching your traffic come to you for a change.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a target="_blank" class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=7086a7c7-1b0b-446d-b55f-fcf728985424" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2010%2F10%2Fseoit-really-isnt-hard&amp;title=SEO%E2%80%A6It%20really%20isn%26%23039%3Bt%20hard" id="wpa2a_4"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/10/seoit-really-isnt-hard/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to fix WP ECommerce</title>
		<link>http://www.thisrand.com/2010/08/how-to-fix-wp-ecommerce</link>
		<comments>http://www.thisrand.com/2010/08/how-to-fix-wp-ecommerce#comments</comments>
		<pubDate>Mon, 30 Aug 2010 22:57:50 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[writings]]></category>
		<category><![CDATA[cute]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[geekdom]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[Royalty Interest]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=830</guid>
		<description><![CDATA[On front end pages with no ecommerce functionality, this plugin adds over 220+ database queries.  The more I messed with the code trying to make it behave, the more I...]]></description>
			<content:encoded><![CDATA[<p>On front end pages with no ecommerce functionality, this plugin adds over 220+ database queries.  The more I messed with the code trying to make it behave, the more I understood just how horribly written this plugin is.</p>
<p>Now, as someone that has been doing development long enough to know, there are times that code just gets away from the development team and becomes a mess unto itself.  It happens, especially in the OSS world where code reviews are few if ever.  But, as I read the forums for this thing, the developers are just fooling themselves thinking the code is in good shape.</p>
<p>Here are a few basic suggestions:<br />
1) Check to see if the page needs to execute the plugin.  If it doesnt, dont do it.  There is no reason to increase the number of queries by an order of magantuide when I am on a page that has no WP Ecommerce functionality.<br />
2) Clean up the queries.  For example:<br />
SELECT `id` FROM `wp_product_list` WHERE `active` IN(&#8217;1&#8242;)<br />
should be<br />
SELECT `id` FROM `wp_product_list` WHERE `active` = 1<br />
It is more effiecent.</p>
<p>3) Index the tables!  The query above doesnt use an index.  That is right folks, the field &#8220;active&#8221; in product_list is not indexed.  This is easy and simple.</p>
<p>4) Use arrays or some other data structure for complex data.  Dont use the same basic query over and over again.  Example:</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2010%2F08%2Fhow-to-fix-wp-ecommerce&amp;title=How%20to%20fix%20WP%20ECommerce" id="wpa2a_6"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/08/how-to-fix-wp-ecommerce/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Look for this.rand()</title>
		<link>http://www.thisrand.com/2010/01/new-look-for-this-rand</link>
		<comments>http://www.thisrand.com/2010/01/new-look-for-this-rand#comments</comments>
		<pubDate>Wed, 20 Jan 2010 00:20:42 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=898</guid>
		<description><![CDATA[Well, it has been a while since I did a new look for our homepage, so here it is.  What do ya think?  This is a theme instead of the...]]></description>
			<content:encoded><![CDATA[<p>Well, it has been a while since I did a new look for our homepage, so here it is.  What do ya think?  This is a theme instead of the usual totally custom method I do, but I like it.  It is a very magazine type of look, but it gets a lot more content on the front page, and uses the sidebars better.  So it should drive a little more traffic, and be easier to use for those that do show up.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2010%2F01%2Fnew-look-for-this-rand&amp;title=New%20Look%20for%20this.rand%28%29" id="wpa2a_8"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2010/01/new-look-for-this-rand/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugins move to Google Code</title>
		<link>http://www.thisrand.com/2008/12/wp-plugins-move-to-google-code</link>
		<comments>http://www.thisrand.com/2008/12/wp-plugins-move-to-google-code#comments</comments>
		<pubDate>Tue, 30 Dec 2008 15:46:42 +0000</pubDate>
		<dc:creator>Xnuiem</dc:creator>
				<category><![CDATA[website]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thisrand.com/?p=554</guid>
		<description><![CDATA[As I have gotten more and more involved in the WordPress world, I have released a couple of plugins, working on several more, and have already learned a few things....]]></description>
			<content:encoded><![CDATA[<p>As I have gotten more and more involved in the <a target="_blank" href="http://www.wordpress.org" target="_blank">WordPress</a> world, I have released a couple of plugins, working on several more, and have already learned a few things.</p>
<p>One, it is always a good idea to release early, and release often, except where WordPress release system is invloved.  The system is based on <a target="_blank" href="http://subversion.tigris.org/" target="_blank">SubVersion</a>, which has been great getting to learn, but it lulls you into making some assumptions.  The problem with this system, is the moment you upload code to the repository, it releases publicly.  While that is fine if it is a small plugin and your first release should be public, it is not a good thing for larger projects that are going to require a lot of testing and iterations to get it ready for an actual public release.  WordPress does disclaimer their system, saying it is not a hosting service just a listing service.  Which begs the question, &#8220;Why are you using SVN?&#8221;.  Probably because it is familiar to most people that will be contributing code.</p>
<p>With all that in mind, I have moved my development versions over to <a target="_blank" href="http://code.google.com/" target="_blank">Google Code</a>.  It is a hosting service, is faster than <a target="_blank" href="http://www.sourceforge.net" target="_blank">Sourceforge</a>, and I like the interface a lot better; it is a lot more clean and easy to understand.  All my WordPress plugins will be there, under the project <a target="_blank" href="http://code.google.com/p/suitex/" target="_blank">SuiteX</a>, and eventually the other projects I have going, like LadderX will move over there as well.</p>
<p>This doesnt really affect any of you much, except for questions/concerns/bugs/requests, I ask that you go over to the <a target="_blank" href="http://code.google.com/p/suitex/issues/list" target="_blank">Issue Tracker</a> on Google and post there.  It will keep everything a bit more organized, than random comments on this website or on the WordPress forums which do a horrible job of notification or even categorization.</p>
<p style="text-align: left;">Per the usual, if you have questions, please just <a href="http://www.thisrand.com/contact-2">ask</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thisrand.com%2F2008%2F12%2Fwp-plugins-move-to-google-code&amp;title=WP%20Plugins%20move%20to%20Google%20Code" id="wpa2a_10"><img src="http://www.thisrand.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thisrand.com/2008/12/wp-plugins-move-to-google-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

