<?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>Worley Systems</title>
	<atom:link href="http://www.worleysystems.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.worleysystems.com</link>
	<description>Common Sense Technology Consulting</description>
	<lastBuildDate>Mon, 24 Oct 2011 12:07:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Taking bullet points out of a theme</title>
		<link>http://www.worleysystems.com/2010/taking-bullet-points-out-of-a-theme/</link>
		<comments>http://www.worleysystems.com/2010/taking-bullet-points-out-of-a-theme/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 19:51:03 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Website Stuff]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[customizing]]></category>
		<category><![CDATA[list-style-type]]></category>
		<category><![CDATA[margin]]></category>

		<guid isPermaLink="false">http://www.worleysystems.com/?p=346</guid>
		<description><![CDATA[A fairly common question came up yesterday on one of my current &#8220;under construction&#8221; sites. A custom sidebar containing a selection of pages was being presented with preceding bullet points, which did not fit the look of the site. The answer was, of course, to remove the bullet points. The theme in question is an&#8230;]]></description>
			<content:encoded><![CDATA[<p>A fairly common question came up yesterday on one of my current &#8220;under construction&#8221; sites. A custom sidebar containing a selection of pages was being presented with preceding bullet points, which did not fit the look of the site. The answer was, of course, to remove the bullet points.</p>
<p>The theme in question is an <a href="http://ithemes.com/" target="_blank">iThemes </a>original called Builder. While this theme allows for a great deal of customization from a built-in style manager, some things still have to be taken care of in the CSS. Finding the bullet points isn&#8217;t particularly difficult &#8211; simply search the CSS for <em>list-style-type</em> and locate the entry associated with the sidebar.</p>
<p><img class="size-full wp-image-347 alignnone" title="bullet-in" src="http://www.worleysystems.com/wp-content/uploads/2010/11/bullet-in.jpg" alt="" width="517" height="84" /></p>
<p>Once the correct line is found, there are a couple of ways to make this change. The first, and often simplest, is to just remove the line completely. In this case, however, it&#8217;s works better to change the <em>list-style-type</em> to &#8220;none.&#8221; Who knows if they&#8217;ll want the bullet points added back in tomorrow, right?</p>
<p>One final change also needs to be made in this case. The <em>margin </em>line above controls the amount of space around the menu text, and included the buffer area in which the bullet point sat. The four numbers in the <em>margin </em>attribute control space at the top, right, bottom, and left, in that order. To shift the content left, where the bullet points used to be, I need to change the last number in this list. A little trial and error is sometimes warranted in this type of change. Don&#8217;t be afraid to just pick a number and try it. In this case it was easy to just mimic the other numbers, but sometimes it takes a few tries to get margins where I want them.</p>
<p><img class="alignnone size-full wp-image-348" title="bullet-out" src="http://www.worleysystems.com/wp-content/uploads/2010/11/bullet-out.jpg" alt="" width="515" height="84" /></p>
<p>Of course what&#8217;s really important is the final result.</p>
<p><img class="aligncenter size-full wp-image-349" title="final" src="http://www.worleysystems.com/wp-content/uploads/2010/11/final.jpg" alt="" width="371" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.worleysystems.com/2010/taking-bullet-points-out-of-a-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up your WordPress database</title>
		<link>http://www.worleysystems.com/2010/backing-up-your-wordpress-database/</link>
		<comments>http://www.worleysystems.com/2010/backing-up-your-wordpress-database/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 20:06:49 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Website Stuff]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.worleysystems.com/?p=338</guid>
		<description><![CDATA[There are countless WordPress backup plugins, most of which do the same thing. Choosing a database backup plugin shouldn&#8217;t be difficult, even for someone starting from scratch. In this post I&#8217;m going to talk about my preferred database backup plugin, and some advanced options for leveraging the plugin to suit a multi-site environment. On all&#8230;]]></description>
			<content:encoded><![CDATA[<p>There are countless WordPress backup plugins, most of which do the same thing. Choosing a database backup plugin shouldn&#8217;t be difficult, even for someone starting from scratch. In this post I&#8217;m going to talk about my preferred database backup plugin, and some advanced options for leveraging the plugin to suit a multi-site environment.</p>
<p><img class="size-full wp-image-339 alignright" title="Image1" src="http://www.worleysystems.com/wp-content/uploads/2010/11/Image1.jpg" alt="" width="400" />On all of my WordPress sites I use <a href="http://austinmatzko.com/" target="_blank">Austin Matzko</a>&#8216;s simply-named &#8220;WordPress Database Backup&#8221; plugin (<a href="http://austinmatzko.com/wordpress-plugins/wp-db-backup" target="_blank">http://austinmatzko.com/wordpress-plugins/wp-db-backup</a>). While this plugin doesn&#8217;t contain all of the options, switches, check-boxes, and customization many alternatives do, it does have the benefit of not containing all of the options, switches, and check-boxes other plugins have. Sometimes less is more.</p>
<p>Austin&#8217;s database backup plugin allows for both one-shot backups and scheduled backups, both of which also allow the user to choose which tables are included. For the average WordPress user taking a backup once per week, or automating the delivery of a backup once weekly is probably enough. For sites which undergo rapid changes daily, the schedule should be more aggressive.</p>
<p>For multi-site environments, such as that which I run at Worley Systems, this simple plugin can become the starting point for a much more complex operation. All of my sites are set up to mail a &#8220;once daily&#8221; database backup to an email account that is checked regularly by a script running on one of my Linux servers. This script catalogs the backups, sends me a daily report of which might have been missed, and archives previous backups. By archiving a daily WordPress database backup, I can quickly revert a site to a previous state if it becomes broken or corrupt, while also maintaining any data which might have been added after the corruption or damaging changes may have been made. It&#8217;s something of a geeky &#8220;get out of jail free&#8221; card for customers who like to make changes to their WordPress setup!</p>
<p><img class="size-full wp-image-341 alignleft" title="Image2" src="http://www.worleysystems.com/wp-content/uploads/2010/11/Image2.jpg" alt="" width="779" height="484" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.worleysystems.com/2010/backing-up-your-wordpress-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing a WordPress theme (part 1)</title>
		<link>http://www.worleysystems.com/2010/choosing-a-wordpress-theme-1/</link>
		<comments>http://www.worleysystems.com/2010/choosing-a-wordpress-theme-1/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 06:13:32 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Website Stuff]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.worleysystems.com/?p=271</guid>
		<description><![CDATA[There are thousands of WordPress themes available these days, but only one that&#8217;s perfect for your site. Choosing the right theme requires a little thought, some creative searching, and a pretty good idea of what kind of content your site will showcase. While not inclusive, the following ought to be considered when searching for your&#8230;]]></description>
			<content:encoded><![CDATA[<p>There are thousands of WordPress themes available these days, but only one that&#8217;s perfect for your site. Choosing the right theme requires a little thought, some creative searching, and a pretty good idea of what kind of content your site will showcase. While not inclusive, the following ought to be considered when searching for your WordPress theme.</p>
<p><strong>Know your content.</strong></p>
<p>Will your site be text heavy? Are you showcasing your artwork? Does your business have logos or images which must be on the front page? What type of content your site will contain has an enormous impact on the overall design of the theme. Some sites simply require a tall header, two sidebars, and a footer. Others simply need a header and a footer. Before you search for a theme, think about what you&#8217;re going to put on it, and plan accordingly.<strong> </strong></p>
<p><strong>Pick a color. Any color.</strong></p>
<p>WordPress themes are indexed according to a few features, the top two being colors and number of columns. While recoloring a WordPress theme is in most cases a fairly simple thing, it&#8217;s a good idea to know what colors you want to use in your site early on. Choosing colors that accent your company logo, pictures of your hiking adventures, or help convey the spirit of your site is key to developing a great website.</p>
<p><strong>To sidebar or not to sidebar.</strong></p>
<p>Sidebars can keep important information present on every page, lead visitors to related content, or give your site a shot of color. The layout, positioning, and color of your sidebars (or the lack thereof) can also be a prominent part of your site&#8217;s overall look. They can, however, be distracting, confusing, or limit space for your content. WordPress themes are largely sorted by how many sidebars are stacked around your content window, so having an idea of what you need is helpful in finding that perfect theme.</p>
<p><strong>Free themes</strong></p>
<p>WordPress.org keeps a fantastic repository of free themes at <a href="http://wordpress.org/extend/themes/" target="_blank">http://wordpress.org/extend/themes</a>. There you can search by color, columns, and other features. This is where most WordPress users start their search, and for good reason.</p>
<p><strong>Premium themes</strong></p>
<p>Some premium themes can cost upwards of $500, but offer loads of extra features and options. Premium themes also guarantee some degree of uniqueness, as fewer sites will share the theme you choose. A few good places to start your search for a premium WordPress theme are <a href="http://ithemes.com/" target="_blank">ithemes.com</a>, <a href="http://templatic.com/" target="_blank">templatic.com</a>, or <a href="http://www.studiopress.com/" target="_blank">studiopress.com</a>.</p>
<p><strong>Conclusion</strong></p>
<p>Your choice of theme is second only to your content in importance, so taking the time to think about your content, color options, and desired layout early on can go a long way toward ensuring the success of your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.worleysystems.com/2010/choosing-a-wordpress-theme-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

