<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>kevinleary.net » Blog</title>
	
	<link>http://www.kevinleary.net</link>
	<description>Ramblings on web design, front-end development and user interaction</description>
	<lastBuildDate>Thu, 05 Nov 2009 20:24:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/kevinlearynet" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Enhancing CSS with JavaScript using Sizzle</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/Z6z9l2cD70Q/</link>
		<comments>http://www.kevinleary.net/enhancing-css-with-javascript-using-sizzle/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 02:52:30 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=876</guid>
		<description><![CDATA[A new concaution by John Resig called Sizzle has recently caught my eye. It&#8217;s a series of JavaScript files that you can add to your website to improve your CSS capabilities by adding advanced CSS3 selectors. Best of all it works in all major browsers including:
Sizzle Browser Support
Firefox 2.0+
Internet Explorer 6+
Safari 3+
Opera 9+
Chrome 1+
By using [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">A new concaution by John Resig called Sizzle has recently caught my eye. It&#8217;s a series of JavaScript files that you can add to your website to improve your CSS capabilities by adding advanced CSS3 selectors. Best of all it works in all major browsers including:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Sizzle Browser Support</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Firefox 2.0+</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Internet Explorer 6+</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Safari 3+</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Opera 9+</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Chrome 1+</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">By using this library you can effectively do more with less CSS code, and even replace some of your JS and server-side logic.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">A Few Common Usage Scenarios</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Striping table rows (table tr:odd, table tr:even, etc.)</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Grab specific form fields (input:checkbox, input:radio, etc.)</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Grab the first or last items in a list (#navigation li:last, #navigation li:first)</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Grab the first item in a region (div p:first)</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">By using Sizzle you&#8217;ll also become familiar with CSS3 selectors you&#8217;ve probably never used, and will likely use in the future. In an ideal world we would all take the time to learn these and use them in our everyday work, but more often than not it&#8217;s simple not possible because of older browser&#8217;s and their lack of support (Internet Explorer). By providing full support of CSS3 in Internet Explorer 6 and up, Sizzle helps to solve this issue.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Other Features</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Provides meaningful error messages for syntax errors</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Optimized for performance &#8211; only 4KB when gzipped and minified</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Completely standalone (no JavaScript library needed)</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Created by a rock solid JavaScript developer, expect to see enhancements well into the future.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">I haven&#8217;t yet used Sizzle, but based on most of John&#8217;s other work I think it sounds pretty promising. I&#8217;ll be playing around with it in furure work, if anyone has anything to add please do.</div>
<p><a href="http://sizzlejs.com/" onclick="pageTracker._trackPageview('/outgoing/sizzlejs.com/?referer=');"><img class="alignright size-full wp-image-877" title="Sizzle CSS Enhancement Logo" src="http://www.kevinleary.net/wp-content/uploads/2009/10/sizzle-css-js-library-logo.png" alt="Sizzle CSS Enhancement Logo" width="178" height="64" /></a>A new con-caution by <a href="http://ejohn.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/ejohn.org/?referer=');">John Resig</a> called <a href="http://sizzlejs.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/sizzlejs.com/?referer=');">Sizzle</a> has recently caught my eye. It&#8217;s a series of JavaScript files that you can add to your website to improve your JS Selector capabilities, adding advanced CSS3 selectors to jQuery and other JavaScript libraries.</p>
<h3>Sizzle Browser Support</h3>
<ul>
<li>Firefox 2.0+</li>
<li>Internet Explorer 6+</li>
<li>Safari 3+</li>
<li>Opera 9+</li>
<li>Chrome 1+</li>
</ul>
<p>By using this library you can effectively do more with less CSS code, and even replace some of your JS and server-side logic.</p>
<p><span id="more-876"></span></p>
<h3>A Few Good Reasons</h3>
<ul></ul>
<p>By using Sizzle you&#8217;ll also become familiar with CSS3 selectors you&#8217;ve probably never used, and will likely use in the future. In an ideal world we would all take the time to learn these and use them in our everyday work, but more often than not it&#8217;s simple not possible because of older browser&#8217;s and their lack of support (Internet Explorer). By providing full support of CSS3 in Internet Explorer 6 and up, Sizzle helps to solve this issue.</p>
<h3>Other Features</h3>
<ul>
<li>Provides meaningful error messages for syntax errors</li>
<li>Optimized for performance &#8211; only 4KB when gzipped and minified</li>
<li>Completely standalone (no JavaScript library needed)</li>
<li>Created by a rock solid JavaScript developer, expect to see enhancements well into the future.</li>
</ul>
<p>I haven&#8217;t yet used Sizzle, but based on most of John&#8217;s other work I think it sounds pretty promising. I&#8217;ll be playing around with it in furure work, if anyone has anything to add please do.</p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/Z6z9l2cD70Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/enhancing-css-with-javascript-using-sizzle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/enhancing-css-with-javascript-using-sizzle/</feedburner:origLink></item>
		<item>
		<title>Thematic and WordPress Theme Development</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/2ZpE1ozg9kE/</link>
		<comments>http://www.kevinleary.net/thematic-and-wordpress-theme-development/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 02:51:51 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=837</guid>
		<description><![CDATA[I&#8217;m impatient, show me a Thematic demo first
I&#8217;ve always kept my eyes open for a fresh WordPress starter theme to use for my next custom theme project. In an ideal world I would always use the same template to begin with, and that template would be caste in silver and polished with gold, but let&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://themeshaper.com/demo/thematic/" onclick="pageTracker._trackPageview('/outgoing/themeshaper.com/demo/thematic/?referer=');">I&#8217;m impatient, show me a Thematic demo first</a></h3>
<p>I&#8217;ve always kept my eyes open for a fresh WordPress starter theme to use for my next custom theme project. In an ideal world I would always use the same template to begin with, and that template would be caste in silver and polished with gold, but let&#8217;s be honest here. I&#8217;ve used my fair share of starter themes, and have found myself moving from one to the next from project to project. Partially because I have the attention span of a goldfish, but also because I&#8217;ve never truly been satisfied with the themes I&#8217;ve tried. I&#8217;ve even spawned my own home grown theme, called <a href="http://base.kevinleary.net/" onclick="pageTracker._trackPageview('/outgoing/base.kevinleary.net/?referer=');">Base</a>, which we now routinely use in our WordPress CMS processes at <a href="http://www.freshtilledsoil.com/" onclick="pageTracker._trackPageview('/outgoing/www.freshtilledsoil.com/?referer=');">Fresh Tilled Soil</a>. I&#8217;ve been pretty satisfied with the Base theme, mostly because of the self worth that comes along with using it, but as always I have this inkling in the back of my head that we could be doing things better by harnessing the power of many, rather than just a few.</p>
<h3><span id="more-837"></span>Child Themes for Modular Theme Developement</h3>
<p>With this realization in mind I discovered <a href="http://themeshaper.com/thematic/" onclick="pageTracker._trackPageview('/outgoing/themeshaper.com/thematic/?referer=');">Thematic</a>, which boasts abilities way beyond our Base theme by harnessing the power of the open source crowd. Thematic will allow you to begin your next custom theme with a solid set of pre-built functions, styles and scripts that make the process faster and quality better. Thematic uses a feature of WordPress called child themes, which has been long since ignored since it&#8217;s addition to the core. Using child theme relationships you can keep your customizations separate from the original Thematic install, making maintenance and updates easier.</p>
<h3>Thematic Features</h3>
<p>A few features of Thematic that caught my eye include:</p>
<ul>
<li><strong>Browser and OS body classes</strong> for realistic cross browser testing. Yes browser targeting is the devil, but let&#8217;s be realistic here; it&#8217;s unavoidable.</li>
<li><strong>A simple, well built, dynamic drop down menu </strong>that is automatically generated based on parent/child page relationships in WordPress.</li>
<li><strong>Pre-styled typography</strong> for that looks great in all browsers for virtually anything you can include in a post.</li>
<li><strong>S</strong><strong>peed optimization</strong></li>
<li><strong>S</strong><strong>earch engine </strong><strong>optimizations</strong></li>
<li><strong>Backed by a community</strong>, so it&#8217;s been through rigorous testing</li>
<li><strong>Extra widget-ready areas</strong>—13 in total and more possible in your Child Theme</li>
<li><strong>Various l</strong><strong>ayout options </strong>for 2, or 3 column designs</li>
<li><strong>Fully compatible with popular WordPress plugins</strong> like All in One SEO &amp; Platinum SEO</li>
</ul>
<h3>The Selling Point</h3>
<p>The true selling point for me is the ability to differentiate your customized source code from the original downloaded Thematic code with a child theme. Let&#8217;s say you have 50 clients with custom themes setup as Thematic child themes, you could quickly and easily provide those clients with new features as newer versions of Thematic are rolled out, without harming any customizations. If for some reason a theme customization did break during an install, you can simply revert back to the working version of Thematic and report the issue to the community for support.</p>
<p>There are a few other WordPress theme frameworks out there, Thematic just happens to be the one that caught my eye. To mention a few:</p>
<ul>
<li><a href="http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/" onclick="pageTracker._trackPageview('/outgoing/plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/?referer=');">Whiteboard</a></li>
<li><a href="http://themehybrid.com/archives/2008/11/hybrid-wordpress-theme-framework" onclick="pageTracker._trackPageview('/outgoing/themehybrid.com/archives/2008/11/hybrid-wordpress-theme-framework?referer=');">Theme Hybrid</a></li>
<li><a href="http://wpframework.com/" onclick="pageTracker._trackPageview('/outgoing/wpframework.com/?referer=');">WP Framework</a></li>
<li><a href="http://crowdfavorite.com/wordpress/" onclick="pageTracker._trackPageview('/outgoing/crowdfavorite.com/wordpress/?referer=');">Carrington</a></li>
</ul>
<p><strong>I would love to hear some other opinions about the other options that exist, and why they may indeed be better. Please don&#8217;t hesistate to post your feedback.</strong></p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/2ZpE1ozg9kE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/thematic-and-wordpress-theme-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/thematic-and-wordpress-theme-development/</feedburner:origLink></item>
		<item>
		<title>On Corporate Web Design Clients</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/Xg4IN3sm87k/</link>
		<comments>http://www.kevinleary.net/on-corporate-web-design-clients/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 03:00:24 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Communication]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=826</guid>
		<description><![CDATA[I’ve always known that something wasn’t quite right with corporate websites, and after seeing things like Dustin Curtis’ mockery of American Airlines, I couldn’t help but explore the topic furthur. Why is it so hard for a large corporations to create successful strategies online? Bureaucracy.
I&#8217;ve recently published an article about the various frustrations of working [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I’ve always known that something wasn’t quite right with corporate websites, and after seeing things like <a title="Dear AmericanAirlines" href="http://dustincurtis.com/dear_american_airlines.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/dustincurtis.com/dear_american_airlines.html?referer=');">Dustin Curtis’ mockery of American Airlines</a>, I couldn’t help but explore the topic furthur. Why is it so hard for a large corporations to create successful strategies online? <strong>Bureaucracy</strong>.</p></blockquote>
<p>I&#8217;ve recently published an article about the various frustrations of working with corporate clients in the web design world. It&#8217;s located on the new <a title="Corporate Web Design is Broken" href="http://www.freshtilledsoil.com/blog/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.freshtilledsoil.com/blog/?referer=');">Fresh Tilled Soil: What&#8217;s Fresh</a> blog.</p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/Xg4IN3sm87k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/on-corporate-web-design-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/on-corporate-web-design-clients/</feedburner:origLink></item>
		<item>
		<title>How Content Can Affect Conversions</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/aKqHiSvU-gA/</link>
		<comments>http://www.kevinleary.net/how-content-can-affect-conversions/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 02:54:19 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Marketing & Advertising]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=821</guid>
		<description><![CDATA[Sometimes words do matter. I&#8217;ve always wondered how content and writing style can effect conversions. It can be seen all around you in the wonderful world of advertising. Just look at the way marketers have changed content to market Aloe Vera to men, calling it Cactus Milk to sell Lynx body lotion. How does this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-822" title="Dustin Curtis' &quot;You Should Follow Me on Twitter&quot; Experiment" src="http://www.kevinleary.net/wp-content/uploads/2009/09/you-should-follow-me-on-twitter-300x227.png" alt="Dustin Curtis' &quot;You Should Follow Me on Twitter&quot; Experiment" width="300" height="227" />Sometimes words do matter. I&#8217;ve always wondered how content and writing style can effect conversions. It can be seen all around you in the wonderful world of advertising. <a href="http://boagworld.com/site-content/copy-with-personality" onclick="pageTracker._trackPageview('/outgoing/boagworld.com/site-content/copy-with-personality?referer=');">Just look at the way marketers have changed content to market Aloe Vera to men, calling it Cactus Milk to sell Lynx body lotion.</a> How does this sort of thing apply on the web? Does the way you write about your product or call to action directly affect how many conversions you&#8217;re getting? Many designers have always illuded that this sort of thing exists, but few have tested it.</p>
<p>Luckily, there is finally some proof out there that you can use to start driving more conversion on your website using specific copyrighting styles. Dustin Curtis has recently posted about his little <a href="http://dustincurtis.com/you_should_follow_me_on_twitter.html" onclick="pageTracker._trackPageview('/outgoing/dustincurtis.com/you_should_follow_me_on_twitter.html?referer=');">You Should Follow Me on Twitter</a> experiment. Using AB testing, Dustin was able to test various ways of getting people to follow him on twitter to find out which combination achieved the highest conversion rate.</p>
<h3><span id="more-821"></span>The Results are Astonishing</h3>
<ul>
<li>Starting with a statement: &#8220;I&#8217;m on Twitter.&#8221; 4.70%</li>
<li>Switching to a command: &#8220;Follow me on twitter.&#8221; 7.31%</li>
<li>Trying a stronger personal command: &#8220;You should follow me on twitter.&#8221; 10.09%</li>
<li>Adding the literal callout “here”: &#8220;You should follow me on twitter here.&#8221; 12.81%</li>
</ul>
<h3>The final result was a 173% increase in conversion rates.</h3>
<p>Not bad at all.</p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/aKqHiSvU-gA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/how-content-can-affect-conversions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/how-content-can-affect-conversions/</feedburner:origLink></item>
		<item>
		<title>10 High Quality Sources of WordPress Articles</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/zJXA2x8YW8U/</link>
		<comments>http://www.kevinleary.net/10-high-quality-sources-of-wordpress-articles/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 17:14:18 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=812</guid>
		<description><![CDATA[WordPress is quickly becoming one of the most well known open source PHP platforms for content management. Surprising, there is a lack of quality literature out there for professional designers and developers looking to learn more about working with the platform. In my opinion this is because WordPress is a constantly changing beast. Write a [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is quickly becoming one of the most well known open source PHP platforms for content management. Surprising, there is a lack of quality literature out there for professional designers and developers looking to learn more about working with the platform. In my opinion this is because WordPress is a constantly changing beast. Write a book on WordPress one year, and it will quickly be out of date the next. This makes it undoubtedly hard for traditional writers to keep on the cutting edge of things.</p>
<p>If you&#8217;re a developer I recommend reading the many high quality sources of information available on the web. This is really the only way to stay on the bleeding edge of things. I&#8217;ve decided to share with you the sources I frequently read, and hope that you can contribute some ideas to make this list grow as time goes on.</p>
<p><span id="more-812"></span></p>
<h3>Development &amp; Plugins</h3>
<ol>
<li><a href="http://www.noupe.com/category/wordpress" onclick="pageTracker._trackPageview('/outgoing/www.noupe.com/category/wordpress?referer=');">Noupe.com&#8217;s WordPress Category</a> &#8211; Noupe has some great lists and articles available in a setup similar to Smashing Magazine.</li>
<li><a href="http://yoast.com/articles/" onclick="pageTracker._trackPageview('/outgoing/yoast.com/articles/?referer=');">Yoast</a> &#8211; Though not directly focused on WordPress, Joost de Valk has some some great articles about WordPress and has also contributed a great deal to the community at large by creating some very useful plugins over the years.</li>
<li><a href="http://weblogtoolscollection.com/" onclick="pageTracker._trackPageview('/outgoing/weblogtoolscollection.com/?referer=');">Weblogs Tools Collection</a> &#8211; A great resources for marketing your blog, and improving it with the latest tools and plugins.</li>
<li><a href="http://wpcandy.com/" onclick="pageTracker._trackPageview('/outgoing/wpcandy.com/?referer=');">WPCandy</a> &#8211; A great resources dealing specifically with WordPress and nothing else. Topics include: WordPress Themes, Plugins, Tips, Tricks, and more.</li>
<li><a href="http://lorelle.wordpress.com/" onclick="pageTracker._trackPageview('/outgoing/lorelle.wordpress.com/?referer=');">Lorelle on WordPress</a> &#8211; Lorelle has been writing about all things WordPress since the beginning of time it seems. She has some great articles that talk about WordPress&#8217;s inner functionality, extendability through the use of plugins, troubleshooting and all things developer related.</li>
<li><a href="http://wpshout.com/" onclick="pageTracker._trackPageview('/outgoing/wpshout.com/?referer=');">WPShout</a> &#8211; A newer one I&#8217;m less familiar with, it&#8217;s entirely focused on WordPress and looks pretty promising.</li>
</ol>
<h3>Marketing &amp; Profitability</h3>
<ol>
<li><a href="http://www.problogger.net/" onclick="pageTracker._trackPageview('/outgoing/www.problogger.net/?referer=');">ProBlogger</a> &#8211; ProBlogger is focused on marketing, writing and selling  your blog. They have some invaluable articles that discuss writings styles, how to profit off of advertising, and how to reach your audience.</li>
<li><a href="http://www.upstartblogger.com/" onclick="pageTracker._trackPageview('/outgoing/www.upstartblogger.com/?referer=');">Upstart Blogger</a> &#8211; More focused on the topic of blogging for profit in general, this one is a great resource for anyone who runs their own professional blog.</li>
</ol>
<h3>Design</h3>
<ol>
<li><a href="http://welovewp.com/" onclick="pageTracker._trackPageview('/outgoing/welovewp.com/?referer=');">WeLoveWP</a> &#8211; A design gallery to help you get inspired before your next design, or to realize that WordPress really can power beautiful, elegant websites.</li>
<li><a href="http://www.wpdesigner.com/" onclick="pageTracker._trackPageview('/outgoing/www.wpdesigner.com/?referer=');">WPDesigner</a> &#8211; A design focused blog specializing in WordPress.</li>
<li><a href="http://vandelaydesign.com/blog/wordpress/" onclick="pageTracker._trackPageview('/outgoing/vandelaydesign.com/blog/wordpress/?referer=');">Vendelay Design: WordPress Category</a> &#8211; This could have made it to the development list above, but since it&#8217;s by a design firm I figured that &#8220;design&#8221; was more appropriate. Needless to say they have some pretty great WordPress articles relating to both design and development.</li>
</ol>
<h3>Suggestions?</h3>
<p>This list is far from complete. Show me up and let me know some of your favorite source of high quality WordPress information!</p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/zJXA2x8YW8U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/10-high-quality-sources-of-wordpress-articles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/10-high-quality-sources-of-wordpress-articles/</feedburner:origLink></item>
		<item>
		<title>Customizing the WordPress Login</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/BPQB8jKWy58/</link>
		<comments>http://www.kevinleary.net/customizing-the-wordpress-login/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 01:11:40 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=793</guid>
		<description><![CDATA[WordPress has robust login system built in that is often under used because of it&#8217;s design restraints. Anyone that create&#8217;s an account and edit&#8217;s their profile info may be confused when they see the WordPress backend. It would be ideal to have your login, create account, and edit profile screens look like the rest of [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress has robust login system built in that is often under used because of it&#8217;s design restraints. Anyone that create&#8217;s an account and edit&#8217;s their profile info may be confused when they see the WordPress backend. It would be ideal to have your login, create account, and edit profile screens look like the rest of your site. This is easier to do than you think.</p>
<p>Recently I worked with a client that requested a similar feature. Because of their less than tech savvy audience, they wanted to have a local avatar system that was dead simple. Here&#8217;s a video explanation of the system I setup to handle the situation. <strong>Even though I am addressing the client directly, this provides a great introduction to how everything works.</strong></p>
<p>
					  <!-- ProPlayer by Isa Goksu -->
						<div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="646px" height="308px"><div id="pro-player-793-0"></div></div></div>
						<script type="text/javascript" charset="utf-8">				        
								var flashvars = {
									plugins: 'viral-1&viral.onpause=false&viral.functions=all',
mute: 'false',
									file: 'http://www.kevinleary.net/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=793-0&sid=1257975445',
									enablejs: 'true',
									javascriptid: '793-0',
									backcolor: '111111',
									frontcolor: 'cccccc',
									lightcolor: '66cc00',
									skin: 'http://www.kevinleary.net/wp-content/plugins/proplayer/players/skins/default.swf',
									stretching: 'fill',
									repeat: 'false',
									autostart: 'false'
								};
							
								var params = {
									wmode: 'transparent',
									allowfullscreen: 'true',
									allowscriptaccess: 'always',
									allownetworking: 'all'
								};

								var attributes = {
									id: 'obj-pro-player-793-0',
									name: 'obj-pro-player-793-0'
								};
							
								swfobject.embedSWF('http://www.kevinleary.net/wp-content/plugins/proplayer/players/player.swf', 'pro-player-793-0', '646', '308', '9.0.0', false, flashvars, params, attributes);
						</script>						
					
</p>
<p><span id="more-793"></span></p>
<p>I achieved this setup with the help of 3 great little plugins created by <a href="http://www.jfarthing.com/" onclick="pageTracker._trackPageview('/outgoing/www.jfarthing.com/?referer=');">Jeff Farthing</a>:</p>
<ul>
<li><a href="http://www.jfarthing.com/wordpress-plugins/redirect-my-login-plugin" onclick="pageTracker._trackPageview('/outgoing/www.jfarthing.com/wordpress-plugins/redirect-my-login-plugin?referer=');">Redirect My Login</a></li>
<li><a href="http://www.jfarthing.com/wordpress-plugins/theme-my-login-plugin" onclick="pageTracker._trackPageview('/outgoing/www.jfarthing.com/wordpress-plugins/theme-my-login-plugin?referer=');">Theme My Login</a></li>
<li><a href="http://www.jfarthing.com/wordpress-plugins/theme-my-profile-plugin" onclick="pageTracker._trackPageview('/outgoing/www.jfarthing.com/wordpress-plugins/theme-my-profile-plugin?referer=');">Theme My Profile</a></li>
</ul>
<p>With these plugins installed you can easily style the WordPress login screen, the WordPress create an account screen and the profile editor screen so that your website users never have to see the WordPress backend. They&#8217;re all pretty self explanatory, aside from maybe the Redirect My Login plugin. This plugin allows you to control the page a user is redirected to after they login. This is handy for situations when the login box is on multiple pages and you want users to be redirected back to the page they logged in from.</p>
<p>Once you&#8217;ve installed the plugin&#8217;s and tweaked the settings in WordPress you can customize the look and feel with CSS. These are the styles I used in the demonstration above. <strong>Please understand that these may not look exactly the same as the demo due to the cascading nature of the CSS used on this site.</strong></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* Custom Login */</span>
html <span style="color: #cc00cc;">#profile</span><span style="color: #00AA00;">,</span>
html <span style="color: #cc00cc;">#login</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#your-profile</span> h3
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">13px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#333</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #cc00cc;">#login</span> <span style="color: #cc00cc;">#loginform</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#eee</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span><span style="color: #933;">12px</span>/<span style="color: #933;">18px</span> Georgia<span style="color: #00AA00;">,</span> Times<span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #cc00cc;">#login</span> <span style="color: #cc00cc;">#registerform</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#e9e8ba</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span><span style="color: #933;">12px</span>/<span style="color: #933;">18px</span> Georgia<span style="color: #00AA00;">,</span> Times<span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #cc00cc;">#login</span> <span style="color: #cc00cc;">#loginform</span> p.submit<span style="color: #00AA00;">,</span>
div<span style="color: #cc00cc;">#login</span> <span style="color: #cc00cc;">#registerform</span> p<span style="color: #6666ff;">.submit</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #cc00cc;">#login</span> label
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #cc00cc;">#login</span> label input
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #cc00cc;">#login</span> input<span style="color: #cc00cc;">#rememberme</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
table<span style="color: #6666ff;">.form-table</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
table<span style="color: #6666ff;">.form-table</span> img<span style="color: #6666ff;">.avatar</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#content</span> <span style="color: #cc00cc;">#avatar-data</span> a
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#avatar_file</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">15px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#pass2</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#description</span><span style="color: #00AA00;">,</span>
<span style="color: #cc00cc;">#pass2</span><span style="color: #00AA00;">,</span>
<span style="color: #cc00cc;">#pass1</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
table<span style="color: #6666ff;">.form-table</span> label
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">300px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
table<span style="color: #6666ff;">.form-table</span> th<span style="color: #00AA00;">,</span>
table<span style="color: #6666ff;">.form-table</span> td
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
table<span style="color: #6666ff;">.form-table</span> th
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#424242</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span><span style="color: #933;">13px</span>/<span style="color: #933;">18px</span> Georgia<span style="color: #00AA00;">,</span> Times<span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">300px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
table<span style="color: #6666ff;">.form-table</span> td
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span><span style="color: #993333;">uppercase</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#9A9897</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
table<span style="color: #cc00cc;">#avatar-data</span> td
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
table<span style="color: #6666ff;">.form-table</span> td input
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
body ul.links<span style="color: #00AA00;">,</span>
body <span style="color: #cc00cc;">#login</span> ul<span style="color: #6666ff;">.links</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span><span style="color: #993333;">both</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #3333ff;">:Helvetica</span><span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
body p.message<span style="color: #00AA00;">,</span>
body <span style="color: #cc00cc;">#login</span> <span style="color: #6666ff;">.error</span>
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">9px</span> <span style="color: #933;">10px</span> <span style="color: #933;">7px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span><span style="color: #993333;">uppercase</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #3333ff;">:Helvetica</span><span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
body p<span style="color: #6666ff;">.message</span> strong<span style="color: #00AA00;">,</span>
body <span style="color: #cc00cc;">#login</span> <span style="color: #6666ff;">.error</span> strong
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#111</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #cc00cc;">#login</span> ul<span style="color: #6666ff;">.links</span> a<span style="color: #00AA00;">,</span>
body <span style="color: #cc00cc;">#login</span> ul<span style="color: #6666ff;">.links</span> a
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span><span style="color: #993333;">uppercase</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
body ul<span style="color: #6666ff;">.links</span> li<span style="color: #00AA00;">,</span>
body <span style="color: #cc00cc;">#login</span> ul<span style="color: #6666ff;">.links</span> li
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">inline</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>If people are at all interested in this sort of thing please let me know, I&#8217;d be happy to create a better how-to video showing how it was all done.</p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/BPQB8jKWy58" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/customizing-the-wordpress-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/customizing-the-wordpress-login/</feedburner:origLink></item>
		<item>
		<title>5 Essential Sources of Quality Web Design Articles</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/rZb7GOqBE7c/</link>
		<comments>http://www.kevinleary.net/5-essential-sources-of-quality-web-design-articles/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 00:23:23 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Art Inspiration]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=772</guid>
		<description><![CDATA[1. Smashing Magazine
Smashing Magazine is a website and blog that offers resources and advice to web developers and web designers. It reviews software and web-based tools for web designers and developers, and publishes guides and how-tos on web design and web development. From time to time they offer free fonts, icons, and templates for download.
2. [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.smashingmagazine.com/" onclick="pageTracker._trackPageview('/outgoing/www.smashingmagazine.com/?referer=');"><img class="alignright size-full wp-image-778" title="Smashing Magazine" src="http://www.kevinleary.net/wp-content/uploads/2009/08/smashing-magazine.png" alt="Smashing Magazine" width="262" height="112" /></a>1. <a href="http://www.smashingmagazine.com/" onclick="pageTracker._trackPageview('/outgoing/www.smashingmagazine.com/?referer=');">Smashing Magazine</a></h3>
<p>Smashing Magazine is a website and blog that offers resources and advice to web developers and web designers. It reviews software and web-based tools for web designers and developers, and publishes guides and how-tos on web design and web development. From time to time they offer free fonts, icons, and templates for download.</p>
<h3 class="clear"><a href="http://tutsplus.com/amember/go.php?r=18019&amp;i=l2" onclick="pageTracker._trackPageview('/outgoing/tutsplus.com/amember/go.php?r=18019_amp_i=l2&amp;referer=');"><img class="alignright size-full wp-image-776" title="Envato Nettuts+" src="http://www.kevinleary.net/wp-content/uploads/2009/08/nettuts.png" alt="Envato Nettuts+" width="252" height="89" /></a>2. <a href="http://tutsplus.com/amember/go.php?r=18019&amp;i=l2" onclick="pageTracker._trackPageview('/outgoing/tutsplus.com/amember/go.php?r=18019_amp_i=l2&amp;referer=');">Nettuts+</a></h3>
<p>Nettuts is a web design and development article depot with many contributing authors. It is part of the <a href="http://envato.com/" onclick="pageTracker._trackPageview('/outgoing/envato.com/?referer=');">Envato</a> blog network. The articles range from software reviews, discussions on new technologies and frameworks to improve process, how-to guides on WordPress, and interviews with renowned developers. Nettuts+ gives you access to the extended set of paid tutorials and articles, and only costs $9 a month with no commitment to get started. One great thing about Nettuts+ is that it offers quality screencasts to show hands on examples. Also be sure to check out <a href="http://tutsplus.com/amember/go.php?r=18019&amp;i=l0" onclick="pageTracker._trackPageview('/outgoing/tutsplus.com/amember/go.php?r=18019_amp_i=l0&amp;referer=');">PSDTuts</a> for high quality photoshop tutorials too!<br />
<span id="more-772"></span></p>
<h3 class="clear"><a href="http://www.kevinleary.net/wp-content/uploads/2009/08/noupe.png" rel="shadowbox[post-772];player=img;"><img class="alignright size-full wp-image-777" title="Noupe" src="http://www.kevinleary.net/wp-content/uploads/2009/08/noupe.png" alt="Noupe" width="418" height="91" /></a>3. <a href="http://www.noupe.com/" onclick="pageTracker._trackPageview('/outgoing/www.noupe.com/?referer=');">Noupe</a></h3>
<p>Noupe is another community driven article site for web designers and developers. They have a great <a href="http://www.noupe.com/category/wordpress" onclick="pageTracker._trackPageview('/outgoing/www.noupe.com/category/wordpress?referer=');">wordpress</a> section, and feature some incredible list posts. I&#8217;ve found that Noupe is a better source of WordPress related information and resources than SmashingMag or Nettuts.</p>
<h3 class="clear"><a href="http://www.kevinleary.net/wp-content/uploads/2009/08/web-designer-wall.png" rel="shadowbox[post-772];player=img;"><img class="alignright size-full wp-image-779" title="Web Designer Wall" src="http://www.kevinleary.net/wp-content/uploads/2009/08/web-designer-wall.png" alt="Web Designer Wall" width="420" height="138" /></a>4. <a href="http://www.webdesignerwall.com/" onclick="pageTracker._trackPageview('/outgoing/www.webdesignerwall.com/?referer=');">Web Designer Wall</a></h3>
<p>Another great resources, this one features some inspirational vectors design resources, CSS &amp; PSD tutorials, flash tutorials and general web design news. I&#8217;ve found that this is an all around good resources for jQuery, CSS and WordPress. It provides original content that always keep me up to date with my coding and design practices.</p>
<h3 class="clear"><a href="http://www.kevinleary.net/wp-content/uploads/2009/08/boagworld.png" rel="shadowbox[post-772];player=img;"><img class="alignright size-full wp-image-774" title="Boagworld Podcast" src="http://www.kevinleary.net/wp-content/uploads/2009/08/boagworld.png" alt="Boagworld Podcast" width="422" height="94" /></a>5. <a href="http://boagworld.com/" onclick="pageTracker._trackPageview('/outgoing/boagworld.com/?referer=');">Boagworld</a></h3>
<p style="text-align: left;">Do you commute to work? If you do then I would highly suggest throwing some recent webisodes of the Boagworld podcast. Marcus Lillington and Paul Boag of <a href="http://www.headscape.co.uk/" onclick="pageTracker._trackPageview('/outgoing/www.headscape.co.uk/?referer=');">Headscape</a> offer up their insights into the modern world of web design, which are quite good. They discuss all aspects of working on the web including design, process, billing, hiring, development and new technologies. I listen to this one weekly and it keeps me up to date with the latest technologies and solutions circulating the modern web community.</p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/rZb7GOqBE7c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/5-essential-sources-of-quality-web-design-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/5-essential-sources-of-quality-web-design-articles/</feedburner:origLink></item>
		<item>
		<title>Paths to Success in the Web World</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/LOTeUod094M/</link>
		<comments>http://www.kevinleary.net/paths-to-success-in-the-web-world/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 19:41:39 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=753</guid>
		<description><![CDATA[
Ryan Taylor has been putting together a great series of interviews with web industry leaders. He&#8217;s dubbed the series &#8220;Please start from the beginning…&#8221; as it emphasizes each individual&#8217;s career journey that landed them where they are today. To drop a few names:
Ryan Carson, Founder of Carsonified
Ryan Carson is the brains behind Carsonified and Think [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kevinleary.net/wp-content/uploads/2009/08/interview-screen-display.jpg" rel="shadowbox[post-753];player=img;"><img class="alignnone size-full wp-image-765" title="How did you get you interviews" src="http://www.kevinleary.net/wp-content/uploads/2009/08/interview-screen-display.jpg" alt="How did you get you interviews" width="646" height="396" /></a><br />
<span id="more-753"></span><a href="http://www.havocinspired.co.uk/about/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.havocinspired.co.uk/about/?referer=');">Ryan Taylor</a> has been putting together a great series of interviews with web industry leaders. He&#8217;s dubbed the series &#8220;<a href="http://www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-ryan-carson/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-ryan-carson/?referer=');">Please start from the beginning…</a>&#8221; as it emphasizes each individual&#8217;s career journey that landed them where they are today. To drop a few names:</p>
<h3><a href="http://www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-ryan-carson/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-ryan-carson/?referer=');">Ryan Carson</a>, Founder of <a href="http://www.carsonified.com" onclick="pageTracker._trackPageview('/outgoing/www.carsonified.com?referer=');">Carsonified</a></h3>
<p>Ryan Carson is the brains behind <a rel="nofollow" href="http://carsonified.com/" onclick="pageTracker._trackPageview('/outgoing/carsonified.com/?referer=');">Carsonified</a> and <a href="http://carsonified.com/blog/" onclick="pageTracker._trackPageview('/outgoing/carsonified.com/blog/?referer=');">Think Vitamin</a> and has even written articles for <a href="http://www.alistapart.com/authors/c/ryancarson" onclick="pageTracker._trackPageview('/outgoing/www.alistapart.com/authors/c/ryancarson?referer=');">A List Apart</a>. With honorable mentions in well respected web design books such as <a href="http://www.amazon.com/Designing-Obvious-Common-Approach-Application/dp/032145345X/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1250988285&amp;sr=8-1kn08-20"  onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Designing-Obvious-Common-Approach-Application/dp/032145345X/ref=sr_1_1?ie=UTF8_amp_s=books_amp_qid=1250988285_amp_sr=8-1kn08-20&amp;referer=');">Designing the Obvious</a>, <a rel="nofollow" href="http://www.amazon.com/Transcending-CSS-Design-Voices-Matter/dp/0321410971/ref=sr_1_3?ie=UTF8&amp;s=books&amp;qid=1250988351&amp;sr=8-3kn08-20"  onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Transcending-CSS-Design-Voices-Matter/dp/0321410971/ref=sr_1_3?ie=UTF8_amp_s=books_amp_qid=1250988351_amp_sr=8-3kn08-20&amp;referer=');">Transcending CSS</a> and <a rel="nofollow" href="http://www.amazon.com/Beginning-CSS-Web-Development-Professional/dp/1590596897/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1250988351&amp;sr=8-2kn08-20"  onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Beginning-CSS-Web-Development-Professional/dp/1590596897/ref=sr_1_2?ie=UTF8_amp_s=books_amp_qid=1250988351_amp_sr=8-2kn08-20&amp;referer=');">Beginning CSS Web Development</a> he&#8217;s a well known web celebrity that provides an ample amount of knowledge to the web design community.</p>
<h3><a href="http://www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-cennydd-bowles/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-cennydd-bowles/?referer=');">Cennydd Bowles</a>, UX Designer at <a href="http://www.clearleft.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.clearleft.com/?referer=');">Clear Left</a></h3>
<p><a rel="nofollow" href="http://www.cennydd.co.uk/" onclick="pageTracker._trackPageview('/outgoing/www.cennydd.co.uk/?referer=');">Cennydd</a> is a lead user interface designer at british web design agency <a href="http://clearleft.com/" onclick="pageTracker._trackPageview('/outgoing/clearleft.com/?referer=');">Clear Left</a>. Clear Left has won various design awards for it&#8217;s work, some of which is featured in <a href="http://www.amazon.com/Web-Designers-Idea-Book-Ultimate/dp/1600610641/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1250988714&amp;sr=1-1kn08-20"  onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Web-Designers-Idea-Book-Ultimate/dp/1600610641/ref=sr_1_1?ie=UTF8_amp_s=books_amp_qid=1250988714_amp_sr=1-1kn08-20&amp;referer=');">The Web Designer&#8217;s Idea Book</a>, and is well known around the world as a leader in web standards design and development.</p>
<h3><a href="http://www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-simon-collison/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-simon-collison/?referer=');">Simon Collison</a>,  Creative Director at <a href="http://www.erskinedesign.com" onclick="pageTracker._trackPageview('/outgoing/www.erskinedesign.com?referer=');">Erskine Design</a></h3>
<p><a rel="nofollow" href="http://www.colly.com/" onclick="pageTracker._trackPageview('/outgoing/www.colly.com/?referer=');">Simon Collison</a> is a well known leader in the web design community. He has written many great books including <a href="http://www.amazon.com/Beginning-CSS-Web-Development-Professional/dp/1590596897/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1250988351&amp;sr=8-2kn08-20"  onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Beginning-CSS-Web-Development-Professional/dp/1590596897/ref=sr_1_2?ie=UTF8_amp_s=books_amp_qid=1250988351_amp_sr=8-2kn08-20&amp;referer=');">Beginning CSS Web Development</a>, <a rel="nofollow" href="http://www.amazon.com/CSS-Mastery-Advanced-Standards-Solutions/dp/1430223979/ref=sr_1_3?ie=UTF8&amp;s=books&amp;qid=1250989003&amp;sr=1-3kn08-20"  onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/CSS-Mastery-Advanced-Standards-Solutions/dp/1430223979/ref=sr_1_3?ie=UTF8_amp_s=books_amp_qid=1250989003_amp_sr=1-3kn08-20&amp;referer=');">CSS Mastery: Advanced Web Standards Solutions</a> and <a rel="nofollow" href="http://www.amazon.com/Web-Standards-Creativity-Innovations-Scripting/dp/1590598032/ref=sr_1_9?ie=UTF8&amp;s=books&amp;qid=1250989003&amp;sr=1-9kn08-20"  onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Web-Standards-Creativity-Innovations-Scripting/dp/1590598032/ref=sr_1_9?ie=UTF8_amp_s=books_amp_qid=1250989003_amp_sr=1-9kn08-20&amp;referer=');">Web Standards Creativity</a>.</p>
<h3><a href="http://www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-elliot-jay-stocks/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.havocinspired.co.uk/please-start-from-the-beginning/please-start-from-the-beginning-with-elliot-jay-stocks/?referer=');">Elliot Jay Stocks</a>, <a href="http://elliotjaystocks.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/elliotjaystocks.com/?referer=');">Freelance</a> Designer</h3>
<p>Elliot Jay Stocks is an influential freelance designer with some very impressive web related work under is belt. He&#8217;s recently written a Site Point booked called <a rel="nofollow" href="http://www.amazon.com/Sexy-Web-Design-Creating-Interfaces/dp/0980455235/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1250989172&amp;sr=1-1kn08-20"  onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Sexy-Web-Design-Creating-Interfaces/dp/0980455235/ref=sr_1_1?ie=UTF8_amp_s=books_amp_qid=1250989172_amp_sr=1-1kn08-20&amp;referer=');">Sexy Web Design: Creating Interfaces that Work</a> and also has some work featured in <a rel="nofollow" href="http://www.amazon.com/Web-Designers-Idea-Book-Ultimate/dp/1600610641/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1250988714&amp;sr=1-1kn08-20"  onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Web-Designers-Idea-Book-Ultimate/dp/1600610641/ref=sr_1_1?ie=UTF8_amp_s=books_amp_qid=1250988714_amp_sr=1-1kn08-20&amp;referer=');">The Web Designer&#8217;s Idea Book</a>.</p>
<p>These are just a few of the influential interviewees that Ryan has been interviewing. Ryan also addresses an important question&#8230;</p>
<h3>What is your job title and why?</h3>
<p>With job titles like <em>Rockstar</em>, <em>Wizard</em> and <em>Guru</em> it&#8217;s no wonder why hiring skilled web techs is so difficult. How does one become a wizard? It&#8217;s not as if you can whip out your wizard certificate. I think it&#8217;s great that Ryan is addressing this topic, for both employers and job seekers.</p>
<p>This series is also a great resources for anyone that was as puzzled as I was in college about entering the world of web design.</p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/LOTeUod094M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/paths-to-success-in-the-web-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/paths-to-success-in-the-web-world/</feedburner:origLink></item>
		<item>
		<title>6 Ways To Create Custom Write Panels in WordPress</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/hcVcLaj7cjk/</link>
		<comments>http://www.kevinleary.net/6-ways-to-create-custom-write-panels-in-wordpress/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 21:03:14 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=718</guid>
		<description><![CDATA[When you start to use WordPress as a CMS you begin to realize that one WYSIWYG area isn&#8217;t going to cut it. At that point you may start to explore the option of custom fields. They&#8217;re great, and they work well for handling small changes. But what happens when you need to have multiple WYSIWYG [...]]]></description>
			<content:encoded><![CDATA[<p>When you start to use WordPress as a CMS you begin to realize that one WYSIWYG area isn&#8217;t going to cut it. At that point you may start to explore the option of custom fields. They&#8217;re great, and they work well for handling small changes. But what happens when you need to have multiple WYSIWYG areas, or upload files, or manage content using other form fields like checkboxes, radio toggle&#8217;s or text inputs. To do this you&#8217;ll need the power of custom write panels. There are many ways to create them; some involve the use of plugins and some don&#8217;t. I&#8217;m going to discuss a few of the way&#8217;s I&#8217;ve created custom write panels, and explain the ups and downs of each approach. If anyone has any suggestions please leave your thoughts as comments; they may be added to the post in the future.</p>
<p><span id="more-718"></span></p>
<h3>1. <a title="More Fields is a WordPress plugin that adds boxes to the Write/Edit page" href="http://labs.dagensskiva.com/plugins/more-fields/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/labs.dagensskiva.com/plugins/more-fields/?referer=');">More Fields</a></h3>
<p><a title="More Fields is a WordPress plugin that adds boxes to the Write/Edit page" href="http://labs.dagensskiva.com/plugins/more-fields/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/labs.dagensskiva.com/plugins/more-fields/?referer=');"></a><a href="http://www.kevinleary.net/wp-content/uploads/2009/08/more-fields-custom-post-type.jpg" rel="shadowbox[post-718];player=img;"><img class="alignright size-medium wp-image-703" title="More Fields Custom Post Type and Write Panel Example" src="http://www.kevinleary.net/wp-content/uploads/2009/08/more-fields-custom-post-type-255x300.jpg" alt="More Fields Custom Post Type and Write Panel Example" width="255" height="300" /></a>More Fields is the plugin that I&#8217;ve chosen to use for most of my custom field scenarios. It allows you to create your own &#8220;post type&#8221; to make the WordPress administrative interface more intuitive for less tech savvy users. By default WordPress has two &#8220;post types&#8221;, <em>Pages</em> and <em>Posts</em>. Any custom post type you create is based on either a <em>Post</em> or <em>Page</em>. Let&#8217;s say that you wanted to create your own post type called <em>Case Studies</em>. If you select <em>Page</em> as the <em>Case Studies</em> post type, then any Case Studies you create will appear under the <em>Case Studies </em>menu as well as under the <em>Pages </em>menu. At this point you may be asking yourself, what&#8217;s the point? If your <em>Case Studies</em> show up under <em>Pages</em> and <em>Case Studies</em> what&#8217;s the difference.</p>
<p>The difference is that you can control what options show up on <em>Case Studies</em> side of things. You can remove the Excerpt, Send Trackbacks, Custom Fields, Discussion or Post Slug boxes. If you want to add your own custom write panels for <em>Case Studies</em>, you can create &#8220;Boxes&#8221; that have specific form fields in them. These fields include:</p>
<ul>
<li>Single line text fields</li>
<li>Multi-line textarea fields</li>
<li>WYSIWYG editors<em> (without the ability to upload images unfortauntely)</em></li>
<li>Checkboxes</li>
<li>Radio toggles</li>
<li>Selectable file list that will let you choose from the files uploaded by the main WYSIWYG editor for that specific page or post</li>
</ul>
<p>These boxes become write panels and are visible only on post types you choose. It all sounds complex, I know, but I would highly recommend setting up a WordPress sandbox install somewhere and playing around with it. It&#8217;s truly very powerful.</p>
<h4><strong>The Lowdown</strong></h4>
<p>If your looking for an easy to setup alternative to Flutter that allows you to create custom post types then More Fields may be for you.</p>
<h3>2. <a title="Custom Field Template" href="http://wordpress.org/extend/plugins/custom-field-template/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/extend/plugins/custom-field-template/?referer=');">Custom Field Template</a></h3>
<div id="attachment_452" class="wp-caption alignright" style="width: 310px"><a href="http://www.kevinleary.net/wp-content/uploads/2009/05/additional-content-2.png" rel="shadowbox[post-718];player=img;"><img class="size-medium wp-image-452" title="additional-content-2" src="http://www.kevinleary.net/wp-content/uploads/2009/05/additional-content-2-300x249.png" alt="Custom &quot;Additional Content&quot; Field Expanded" width="300" height="249" /></a><p class="wp-caption-text">Custom &quot;Additional Content&quot; Field Expanded</p></div>
<p>The <a title="Custom Field Template" href="http://wordpress.org/extend/plugins/custom-field-template/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/extend/plugins/custom-field-template/?referer=');">Custom Field Template</a> plugin is very similar to More Fields, and was the first plugin I explored for managing custom fields and write panels. It has it&#8217;s advanatages and disadvantages. Unlike More Fields, the Custom Field Template plugin does not provide the ability to manage &#8220;Post Types&#8221;. Any custom fields you create will show up for all Posts, or Pages, depending on how the plugin has been setup. You can add a WYSIWYG editor with the ability to upload files; something you can&#8217;t currently do with More Fields.</p>
<p>If your interested in how you can setup the Custom Field Template on your site, check out my <a href="http://www.kevinleary.net/advanced-content-management-wordpress-custom-field-templates/" target="_self">Advanced Content Management with WordPress Custom Field Templates</a> tutorial post.</p>
<h4><strong>The Lowdown</strong></h4>
<p>If your looking for a rock solid way to add a custom write panels to your pages and posts, then Custom Field Template may be your guy.</p>
<h3>3. <a title="Flutter by FreshOut!" href="http://flutter.freshout.us/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/flutter.freshout.us/?referer=');">Flutter</a></h3>
<p><a title="Flutter by FreshOut!" href="http://flutter.freshout.us/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/flutter.freshout.us/?referer=');">Flutter</a> is a very popular plugin that add&#8217;s a great deal of custom field power to WordPress. Like More Fields, you can create custom post types that have specific custom fields attached to them. It&#8217;s a bit difficult to get setup, and it will probably require the skills of an experienced web developer to get up and running.</p>
<p><embed src="http://blip.tv/play/AeKObJKvEA" type="application/x-shockwave-flash" width="660" height="508" allowscriptaccess="always" allowfullscreen="true"></embed>Once it is up and running it&#8217;s absolutely wonderful. Flutter has better file management than any other plugin on this list, allowing you to upload images or files using two separate fields.</p>
<h4>The Lowdown</h4>
<p>If your looking for a solid write panel and post type creator with great file management fields then Flutter may be for you.</p>
<h3>4. <a title="Pods CMS: WordPress CMS Plugin" href="http://pods.uproot.us/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/pods.uproot.us/?referer=');">Pods CMS</a></h3>
<blockquote><p>Pods is a CMS framework that lets you create, manage, and display your own content types. Don&#8217;t bother hacking blog posts into becoming something they&#8217;re not. With Pods, create entirely new data structures with only the fields you need.</p></blockquote>
<p><a title="Pods CMS: WordPress CMS Plugin" href="http://pods.uproot.us/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/pods.uproot.us/?referer=');">Pods CMS</a> is somewhat new to me, and was originally something I heard about on the <a title="WPWeekly Episode 63: Interview With Randy Hoyt And Scott Clark" href="http://www.wptavern.com/wpweekly-episode-63-interview-with-randy-hoyt-and-scott-clark" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wptavern.com/wpweekly-episode-63-interview-with-randy-hoyt-and-scott-clark?referer=');">WordPress Weekly Podcast</a>. It has a 5/5 star rating with 23 ratings on the WordPress Plugin Codex and was developed by seasoned programmers with an in depth knowledge of the way data types should be stored in databases. As best described by the authors:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="660" height="330" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5343759&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="660" height="330" src="http://vimeo.com/moogaloop.swf?clip_id=5343759&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=0" allowfullscreen="true"></embed></object></p>
<p>The idea behind Pods seems to have stemmed from the <a href="http://drupal.org/project/cck" target="_blank" onclick="pageTracker._trackPageview('/outgoing/drupal.org/project/cck?referer=');">Drupal Content Construction Kit (CCK)</a> and seems to be very promising. I regret to say that I&#8217;ve never actually used the plugin, but have a general idea of the power behind it. <strong>Can anyone that has used Pods discuss some of it&#8217;s advantages and disadvantages? I&#8217;d love to hear about them.</strong></p>
<h4>The Lowdown</h4>
<p>If your looking for advanced custom field management with a strong backend that can scale then Pods may be for you.</p>
<h3>5. <a title="WP-CMS Post Control Plugin by " href="http://wp-cms.com/our-wordpress-plugins/post-control-plugin/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wp-cms.com/our-wordpress-plugins/post-control-plugin/?referer=');">WP-CMS Post Control</a></h3>
<p>The <a title="WP-CMS Post Control Plugin by " href="http://wp-cms.com/our-wordpress-plugins/post-control-plugin/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wp-cms.com/our-wordpress-plugins/post-control-plugin/?referer=');">WP-CMS Post Control</a> allows you to completely customize how specific users view the WordPress administration pages. You can remove many features to avoid confusion, and simplify the interface for less tech savvy users. Personally I&#8217;ve found that is very useful and do this to a certain extent with the More Fields plugin. This plugin seems to provide far more control over the admin interface by allowing you to:</p>
<ul>
<li>Force standard browser upload rather than the Flash uploader</li>
<li>Remove the revisions feature completely</li>
<li>Turn off the auto save feature</li>
<li>Create a message panel allowing you to show messages to authors.</li>
<li>Hide the Screen Options and Help dropdowns</li>
<li>Hide the Favorites dropdown</li>
<li>Hide the Dashboard QuickPress</li>
<li>Control the display post options like the preview button, permalinks, tags, categories, excerpts, trackbacks, custom fields, discussion, and comment &amp; ping options</li>
<li>Control the display of page options like custom fields, discussion, comment &amp; ping options and attributes.</li>
</ul>
<h4>The Lowdown</h4>
<p>If the people using the WordPress admin on your site aren&#8217;t too technical, it may be a benefit to simplify the interface by removing certain options. You can use the WP-CMS Post Control plugin to easily do this.</p>
<h3>6. <a title="Tutorial: Creating Custom Write Panels in WordPress" href="http://wefunction.com/2008/10/tutorial-creating-custom-write-panels-in-wordpress/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wefunction.com/2008/10/tutorial-creating-custom-write-panels-in-wordpress/?referer=');">Custom Write Panels using Functions.php</a></h3>
<p><a href="http://www.kevinleary.net/wp-content/uploads/2009/08/custom_write_panel.jpg" rel="shadowbox[post-718];player=img;"><img class="alignright size-medium wp-image-725" title="Custom Write Panels with Functions.php" src="http://www.kevinleary.net/wp-content/uploads/2009/08/custom_write_panel-300x122.jpg" alt="Custom Write Panels with Functions.php" width="300" height="122" /></a>Last but not least, is the home grown approach. For all of you out there that enjoy getting your hands dirty, you can create your own write panels without the use of plugins. Function Web Design has a great tutorial on how to do this. You can read it here: <a title="Tutorial: Creating Custom Write Panels in WordPress" href="http://wefunction.com/2008/10/tutorial-creating-custom-write-panels-in-wordpress/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wefunction.com/2008/10/tutorial-creating-custom-write-panels-in-wordpress/?referer=');">Tutorial: Creating Custom Write Panels in WordPress</a>.</p>
<p>If your at all farmiliar with PHP development I would highly recommend exploring this approach. It may take more time up front but it will help you understand how these write panels are created and how the information inputted into them is saved. This information will help you solve problems in the future faster and more effeciently.</p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/hcVcLaj7cjk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/6-ways-to-create-custom-write-panels-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/6-ways-to-create-custom-write-panels-in-wordpress/</feedburner:origLink></item>
		<item>
		<title>Latest CMS Design Featured on WeLoveWP</title>
		<link>http://feedproxy.google.com/~r/kevinlearynet/~3/DrnVVJ12H_o/</link>
		<comments>http://www.kevinleary.net/latest-cms-design-featured-on-welovewp/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:02:39 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Site Launches]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kevinleary.net/?p=712</guid>
		<description><![CDATA[The web agency I work for, Fresh Tilled Soil, has just launched a re-design for Blu Homes that&#8217;s built on top of a WordPress CMS.
It&#8217;s now featured on WeLoveWP.com and has a pretty good rating so far. Pretty much everything you see is being managed by WordPress with the aid of some handy plugins. If [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kevinleary.net/wp-content/uploads/2009/08/blu-homes-we-love-wp.png" rel="shadowbox[post-712];player=img;"><img class="alignright size-medium wp-image-713" title="Blu Homes featured on We Love WordPress Web Gallery" src="http://www.kevinleary.net/wp-content/uploads/2009/08/blu-homes-we-love-wp-300x257.png" alt="Blu Homes featured on We Love WordPress Web Gallery" width="300" height="257" /></a>The web agency I work for, <a href="http://www.freshtilledsoil.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.freshtilledsoil.com/?referer=');">Fresh Tilled Soil</a>, has just launched a re-design for <a href="http://www.bluhomes.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.bluhomes.com/?referer=');">Blu Homes</a> that&#8217;s built on top of a WordPress CMS.</p>
<p>It&#8217;s now featured on <a href="http://welovewp.com/blu-homes.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/welovewp.com/blu-homes.html?referer=');">WeLoveWP.com</a> and has a pretty good rating so far. Pretty much everything you see is being managed by WordPress with the aid of some handy plugins. If anyone has any questions about how the site was built let me know I&#8217;d be happy to shed some light on our work.</p>
<p>The site was designed by <a href="http://www.lizabbate.com/" onclick="pageTracker._trackPageview('/outgoing/www.lizabbate.com/?referer=');"><strong>Liz Abbate Hyman</strong></a> and developed by <strong>Alex Federov</strong>.</p>
<img src="http://feeds.feedburner.com/~r/kevinlearynet/~4/DrnVVJ12H_o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kevinleary.net/latest-cms-design-featured-on-welovewp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kevinleary.net/latest-cms-design-featured-on-welovewp/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 5.571 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-11 16:37:26 -->
