<?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>Cameron Baney Design Blog &#187; wordpress</title>
	<atom:link href="http://blog.cameronbaney.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cameronbaney.com</link>
	<description>Web design information, tutorials, articles and inspiration</description>
	<lastBuildDate>Tue, 02 Aug 2011 20:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress Theme Minifier Plugin</title>
		<link>http://blog.cameronbaney.com/freebies/wordpress-theme-minifier-plugin/</link>
		<comments>http://blog.cameronbaney.com/freebies/wordpress-theme-minifier-plugin/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 23:44:56 +0000</pubDate>
		<dc:creator>Cameron Baney</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.cameronbaney.com/?p=283</guid>
		<description><![CDATA[The latest and great WordPress plugin has been released thanks to Squidesma, and it is incredibly useful and very easy to use.  All you have to do is install it, and hit one button. Afterward, your selected theme has been optimized and minified. Minified? What exactly does minified mean? The plugin goes through your entire [...]]]></description>
			<content:encoded><![CDATA[<p>The latest and great WordPress plugin has been released thanks to <a href="http://squidesma.com/blog/wordpress-theme-minifier/">Squidesma</a>, and it is incredibly useful and very easy to use.  All you have to do is install it, and hit one button. Afterward, your selected theme has been optimized and minified.</p>
<h2><span id="more-283"></span>Minified?</h2>
<p>What exactly does minified mean? The plugin goes through your entire theme and takes out unnecessary code and space, as well as optimizes it. Extra spacing between elements in your markup and CSS is great for development because it separates everything into sections, but you don&#8217;t need these extra spaces for production. Visitors on your website can&#8217;t tell if there is extra spacing in the markup or not when just viewing the website, so why have it there? That extra spacing bloats your file size which in turn causes longer load times and increased bandwidth usage.</p>
<h2>Customizable and Reversible</h2>
<p>Many may be worried that this plugin is going to break your theme. After all those hours and long nights of coding your perfect theme, you don&#8217;t want it to all be destroyed by a plugin. Worry not, Theme Minifier understands and has your back. There are various levels that you can minify your theme. The standard level will rip out all the white space in your markup. You can also choose which method to use when the plugin optimizes your JavaScript: JSMin or Packer. JSMin is the default because it is the most popular and most used, and Packer is <a href="http://blogs.msdn.com/b/ericlippert/archive/2003/11/01/53329.aspx">often considered evil</a>, however it results in smaller file size. You can then take it a step further and optimize your site&#8217;s CSS. For now, using this CSS optimization will break any CSS3 styles that you may be using such as any <strong>-moz</strong> or <strong>-webkit</strong> tags because it is not valid CSS.</p>
<p>After you choose your settings and the plugin runs, it will create a copy of your theme, and it will not automatically make your site use the new theme. If something in the theme would break and the plugin forced your site to use the new theme, all of your visitors would immediately see the broken theme. You will also have a backup which you can revert to at anytime in case there is a problem.</p>
<p>Having two copies of your theme, one original theme and one minified, has another advantage other than speed and optimization. You can deliver the minified theme to your visitors, and still have the markup laid out the way you like it. The original theme then becomes the development theme, which you can make all of your changes to with ease. When you are done making the changes, you can simply run the plugin again to minify the new changes.</p>
<h2>Image Optimization</h2>
<p>The Theme Minifier will also analyze and convert your images to whatever file type is the most efficient. Just like your theme, it will create a new version of every image it converts so your original images aren&#8217;t gone forever and damaged. Theme Minifier shows you a nice table showing what images it converted and gives you details like how much space you can save by using the new format. If you choose to use the new images, it is up to you to make the necessary changes in the markup.</p>
<h2>Risk Free</h2>
<p>Since the plugin gives you options and backs up your theme, why not try it out? It will only take a few seconds to install, and just as long to run. Make sure to visit the <a href="http://wordpress.org/extend/plugins/theme-minifier/">plugin&#8217;s page in the WordPress Plugin Directory</a> or visit the <a href="http://squidesma.com/blog/wordpress-theme-minifier/">author&#8217;s blog about the plugin</a>. After your run the plugin, it will even give you a report on how much you saved, and where it was saved.</p>
<h2>How Much Space Did You Save?</h2>
<p>After you install and run the plugin, comment below and let us know how much space you saved!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cameronbaney.com/freebies/wordpress-theme-minifier-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New features of WordPress 3.0</title>
		<link>http://blog.cameronbaney.com/design/new-features-of-wordpress-3-0/</link>
		<comments>http://blog.cameronbaney.com/design/new-features-of-wordpress-3-0/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 21:36:48 +0000</pubDate>
		<dc:creator>Cameron Baney</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.cameronbaney.com/?p=245</guid>
		<description><![CDATA[Very early Saturday morning, WordPress 3.0 Beta 1 was released for users to play with and test. They stressed that it is an early beta, but they didn&#8217;t want to wait anymore to release it. There are many new exciting features and enhancements. I installed the new version of WordPress to peak at what is [...]]]></description>
			<content:encoded><![CDATA[<p>Very early Saturday morning, WordPress 3.0 Beta 1 was released for users to play with and test. They stressed that it is an early beta, but they didn&#8217;t want to wait anymore to release it. There are many new exciting features and enhancements. I installed the new version of WordPress to peak at what is new, and so far I am loving it. I will go over some of the new features, and give you a look at them.</p>
<p><span id="more-245"></span></p>
<h2>New installation</h2>
<p><img class="aligncenter size-full wp-image-246" title="installation" src="http://blog.cameronbaney.com/wp-content/uploads/2010/04/installation.jpg" alt="" width="598" height="618" /></p>
<p>I noticed new features before WordPress finished installing. The installation process has been reworked to make it more friendly and your blog more customized from the beginning. You now have the opportunity to chose your username, so you can have something other than the old default, &#8220;admin&#8221;. In addition, you can set your password right at the installation screen. There is no more automatically generated password, and the &#8220;Hey, change your password!&#8221; reminder when you first sign in. This not only reduces the steps you need to take to set up your site, but increases security greatly.</p>
<p>Since they added the password reminder, most people do change their password right away when they install, but some may forget about it. Hackers may be able to get into your site using a tool that generates passwords similar to WordPress&#8217; generator. Now your site can have a custom password from the beginning, and a custom username if you wish. Hackers will have to guess your username <em>and</em> your password.</p>
<h2>New themes</h2>
<div id="attachment_248" class="wp-caption aligncenter" style="width: 608px"><a href="http://blog.cameronbaney.com/wp-content/uploads/2010/04/theme-dashboard.jpg"><img class="size-full wp-image-248" title="theme-dashboard-small" src="http://blog.cameronbaney.com/wp-content/uploads/2010/04/theme-dashboard-small.jpg" alt="" width="598" height="367" /></a><p class="wp-caption-text">New backend theme</p></div>
<p style="text-align: center;">
<p>The WordPress backend theme has been updated to a more modern looking grey color. In addition to the color, the font in the content editor for pages and posts has changed. It got a bump up in size and change from black to a dark grey.</p>
<div id="attachment_250" class="wp-caption aligncenter" style="width: 608px"><a href="http://blog.cameronbaney.com/wp-content/uploads/2010/04/theme-site.jpg"><img class="size-full wp-image-250" title="theme-site-large" src="http://blog.cameronbaney.com/wp-content/uploads/2010/04/theme-site-large.jpg" alt="" width="598" height="410" /></a><p class="wp-caption-text">New site theme, Twenty Ten</p></div>
<p>The default theme has been updated as well. The new theme, aptly named &#8220;Twenty Ten&#8221;, includes support for all of the new features, and six widget areas. There are two widget areas in the right sidebar, and four in the footer.</p>
<h2>Comments directly on the page/post in the backend</h2>
<p><a href="http://blog.cameronbaney.com/wp-content/uploads/2010/04/comments.jpg"><img class="aligncenter size-full wp-image-252" title="comments-small" src="http://blog.cameronbaney.com/wp-content/uploads/2010/04/comments-small.jpg" alt="" width="598" height="316" /></a>When you&#8217;re viewing a page or post in the backend, you can now view all the comments that have been posted to it. The new comments section is not a replacement for the existing comments section, it&#8217;s just a way to extend it. In the new section, you can control all aspects of the comment like you can now in the existing section.</p>
<h2>Theme management</h2>
<p><a href="http://blog.cameronbaney.com/wp-content/uploads/2010/04/themes.jpg"><img class="aligncenter size-full wp-image-255" title="themes-small" src="http://blog.cameronbaney.com/wp-content/uploads/2010/04/themes-small.jpg" alt="" width="598" height="196" /></a>The themes section has been revamped to include tabs for your existing themes, and to install themes. Both of these functions are available now, but the tabs make them more prominent. In WordPress 2.9, there is also no way to get back to the &#8220;Manage Themes&#8221; page without selecting it from the menu on the left, or using your back button.</p>
<h2>Menu system</h2>
<p><a href="http://blog.cameronbaney.com/wp-content/uploads/2010/04/menus.jpg"><img class="aligncenter size-full wp-image-257" title="menus-small" src="http://blog.cameronbaney.com/wp-content/uploads/2010/04/menus-small.jpg" alt="" width="598" height="478" /></a></p>
<p>This may be one of my favorite new features. Keep in mind that this is far from complete. They say that it will not function/look the same in the next beta, but they didn&#8217;t want to hold up the beta release for this one section.</p>
<p>The new menu system gives non-web-savvy people control over their menus on their website. I just had an experience that this menu system would have been perfect for. I created a client&#8217;s site that had all menus and dropdowns dynamically populating from their pages and categories. They only wanted some of these pages to be displayed, so I created a custom field solution to display certain pages in the menu.</p>
<p>With this new menu system, users can just go into the &#8220;Menus&#8221; page and select what they want to display in the menu. Users can create multiple menus, which can then be placed on the page via PHP code or widgets. Users can put any link in the menu they want. They can link an existing page or category, and even custom links to any URL. When linking to an existing page or category, the user can search for the page name, and WordPress will find all the pages with that word in the title. From the results, that link can added to the menu.</p>
<h2>Miscellaneous Features</h2>
<p>There are a few other new features such as the ability to change the background and header images within the backend. I&#8217;m assuming these are theme dependent features, but I haven&#8217;t tested them out yet. There is also a new &#8220;featured image&#8221; area when editing a post or page. I added a featured image to one of the posts, but didn&#8217;t notice any changes. I&#8217;m assuming this feature isn&#8217;t quite finished.</p>
<h2>Explore WordPress 3.0</h2>
<p>If you want to check out WordPress 3.0 for yourself, hop over to the <a href="http://wordpress.org/development/2010/04/wordpress-3-0-beta-1/">WordPress blog post</a> and download the release! Leave a comment if you find a new feature that I have missed, or comment about your favorite new feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cameronbaney.com/design/new-features-of-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Neat Tweets #2</title>
		<link>http://blog.cameronbaney.com/neat-tweets/neat-tweets-2/</link>
		<comments>http://blog.cameronbaney.com/neat-tweets/neat-tweets-2/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:35:51 +0000</pubDate>
		<dc:creator>Cameron Baney</dc:creator>
				<category><![CDATA[Neat Tweets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[showcase]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.cameronbaney.com/?p=83</guid>
		<description><![CDATA[Neat Tweets is a weekly feature that showcases the best tweets of the week. These tweets can be an assortment of inspiration, tutorials, resources or freebies. I take the liberty to filter through all of the tweets of the week for the best of the best just so you don’t have to. This week featuring: [...]]]></description>
			<content:encoded><![CDATA[<p>Neat Tweets is a weekly feature that showcases the best tweets of the week. These tweets can be an assortment of inspiration, tutorials, resources or freebies. I take the liberty to filter through all of the tweets of the week for the best of the best just so you don’t have to.</p>
<h3>This week featuring:</h3>
<p>jQuery plugins, WordPress plugins, 100,000+ free icons, free fonts and a showcase of 90+ creative agency websites</p>
<p><span id="more-83"></span></p>
<h2><a title="Permanent Link to 35 More Useful jQuery Plugins and Techniques" rel="bookmark" href="http://www.noupe.com/jquery/35-more-useful-jquery-plugins-and-techniques.html">35 More Useful jQuery Plugins and Techniques</a></h2>
<p><a href="http://www.noupe.com/jquery/35-more-useful-jquery-plugins-and-techniques.html"><img class="alignnone size-full wp-image-84" title="more-useful-jquery" src="http://blog.cameronbaney.com/wp-content/uploads/2009/11/more-useful-jquery.jpg" alt="more-useful-jquery" width="598" height="154" /></a></p>
<p>A variety of jQuery plugins to make your website look great while cutting down on production time. Plugins range from tables and forms to navigation or images.</p>
<hr />
<h2><a href="http://www.iconfinder.net/ultimate">More than 115,000 icons in one place</a></h2>
<p><a href="http://www.iconfinder.net/ultimate"><img class="alignnone size-full wp-image-92" title="icon-finder" src="http://blog.cameronbaney.com/wp-content/uploads/2009/11/icon-finder.jpg" alt="icon-finder" width="598" height="154" /></a></p>
<p>Icon Finder has always made it easy for a designer/developer to find nice looking icons for their projects. They took that one step further and showcased over 100,000 icons.</p>
<hr />
<h2><a href="http://webdesignledger.com/resources/12-essential-plugins-that-extend-wordpress-as-a-cms">12 Essential Plugins that Extend WordPress as a CMS</a></h2>
<p><a href="http://webdesignledger.com/resources/12-essential-plugins-that-extend-wordpress-as-a-cms"><img class="alignnone size-full wp-image-90" title="essential-wordpress-cms" src="http://blog.cameronbaney.com/wp-content/uploads/2009/11/essential-wordpress-cms.jpg" alt="essential-wordpress-cms" width="598" height="154" /></a></p>
<p>WordPress has become a very popular content management system (CMS) for almost any site. These 12 plugins will make it even more easier to use.</p>
<hr />
<h2><a href="http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/">A Beautiful Apple-style Slideshow Gallery With CSS &amp; jQuery</a></h2>
<p><a href="http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/"><img class="alignnone size-full wp-image-87" title="apple-slider" src="http://blog.cameronbaney.com/wp-content/uploads/2009/11/apple-slider.jpg" alt="apple-slider" width="598" height="154" /></a></p>
<p>A tutorial and source files on how to recreated Apple&#8217;s slideshow gallery they use on their website using CSS and jQuery.</p>
<hr />
<h2><a href="http://indeziner.com/inspiration/50-creative-web-agencies/">50 creative web agencies</a></h2>
<p><a href="http://indeziner.com/inspiration/50-creative-web-agencies/"><img class="alignnone size-full wp-image-86" title="50-creative-web" src="http://blog.cameronbaney.com/wp-content/uploads/2009/11/50-creative-web.jpg" alt="50-creative-web" width="598" height="154" /></a></p>
<p>A showcase of 50 creative web agencies and their websites.</p>
<hr />
<h2><a href="http://abduzeedo.com/tags/ffff">Friday Fresh Free Fonts</a></h2>
<p><a href="http://abduzeedo.com/tags/ffff"><img class="alignnone size-full wp-image-91" title="ffff" src="http://blog.cameronbaney.com/wp-content/uploads/2009/11/ffff.jpg" alt="ffff" width="598" height="154" /></a></p>
<p>Friday Fresh Free Fonts is an amazing weekly feature on Abduzeedo that showcases and offers downloads to free fonts.</p>
<hr />
<h2><a title="25 Clear And Beautiful Comparison Tables" rel="bookmark" href="http://www.webdesigndev.com/inspiration/25-clear-and-beautiful-comparison-tables">25 Clear And Beautiful Comparison Tables</a></h2>
<p><a href="http://www.webdesigndev.com/inspiration/25-clear-and-beautiful-comparison-tables"><img class="alignnone size-full wp-image-89" title="comparison-charts" src="http://blog.cameronbaney.com/wp-content/uploads/2009/11/comparison-charts.jpg" alt="comparison-charts" width="598" height="154" /></a></p>
<p>A showcase of 25 comparison tables. Great inspiration for your next project.</p>
<hr />
<h2><a href="http://inspirationti.me/websites/design-agencies/">44 Amazing Agency Websites</a></h2>
<p><a href="http://inspirationti.me/websites/design-agencies/"><img class="alignnone size-full wp-image-85" title="44-creative-web" src="http://blog.cameronbaney.com/wp-content/uploads/2009/11/44-creative-web.jpg" alt="44-creative-web" width="598" height="154" /></a></p>
<p>Another showcase of creative agency websites. This list includes graphic design and advertising agencies, and only repeats a few of the sites that were featured on Indeziner.</p>
<hr />
<h2><a title="AutoSprites - A jQuery Menu Plugin" rel="bookmark" href="http://www.newmediacampaigns.com/page/autosprites-jquery-menu-plugin">AutoSprites &#8211; A jQuery Menu Plugin</a></h2>
<p><a href="http://www.newmediacampaigns.com/page/autosprites-jquery-menu-plugin"><img class="alignnone size-full wp-image-88" title="autosprites" src="http://blog.cameronbaney.com/wp-content/uploads/2009/11/autosprites.jpg" alt="autosprites" width="598" height="154" /></a></p>
<p>A jQuery plugin that makes it easy to create animated menus using CSS sprite sheets.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cameronbaney.com/neat-tweets/neat-tweets-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Neat Tweets #1</title>
		<link>http://blog.cameronbaney.com/neat-tweets/neat-tweets-1/</link>
		<comments>http://blog.cameronbaney.com/neat-tweets/neat-tweets-1/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:10:51 +0000</pubDate>
		<dc:creator>Cameron Baney</dc:creator>
				<category><![CDATA[Neat Tweets]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[showcase]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.cameronbaney.com/?p=22</guid>
		<description><![CDATA[Neat Tweets is a weekly feature that showcases the best tweets of the week. These tweets can be an assortment of inspiration, tutorials, resources or freebies. I take the liberty to filter through all of the tweets of the week for the best of the best just so you don&#8217;t have to. Web UI Treasure [...]]]></description>
			<content:encoded><![CDATA[<p>Neat Tweets is a weekly feature that showcases the best tweets of the week. These tweets can be an assortment of inspiration, tutorials, resources or freebies. I take the liberty to filter through all of the tweets of the week for the best of the best just so you don&#8217;t have to.<br />
<span id="more-22"></span></p>
<h3><a href="http://artdesigner.lv/archives/269">Web UI Treasure Chest v1.0</a></h3>
<p><a href="http://artdesigner.lv/archives/269"><img class="postimage alignnone size-full wp-image-29" title="Web UI Treasure Chest" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/web-ui.jpg" alt="Web UI Treasure Chest" width="598" height="154" /></a></p>
<p>Version 1.0 of the Web UI Treasure Chest includes over 100 elements in a full, layered .PSD file. Most of the elements are editable, which makes it a perfect resource for your next web project.</p>
<hr />
<h3><a href="http://freelancefolder.com/5-steps-to-winning-any-client-project/">5 Steps to winning any client project</a></h3>
<p><a href="http://freelancefolder.com/5-steps-to-winning-any-client-project/"><img class="postimage alignnone size-full wp-image-27" title="five-steps-winning" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/five-steps-winning.jpg" alt="five-steps-winning" width="598" height="154" /></a></p>
<p>FreelanceFolder published this excellent article for freelance designers. Being a freelance designer not only requires design skills, but also salesman skills. This articles gives you five steps to win clients, including why the step is needed and how to achieve it.</p>
<hr />
<h3><a href="http://www.narga.net/photoshop-cs-keyboard-shortcut/">Keyboard shortcut for Photoshop CS3 and CS4 Toolbox</a></h3>
<p><a href="http://www.narga.net/photoshop-cs-keyboard-shortcut/"><img class="postimage" title="adobe-shortcuts" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/adobe-shortcuts.jpg" alt="adobe-shortcuts" width="598" height="154" /></a></p>
<p>Whether you are new to Photoshop or a veteran user, these PDF sheets are a nice reference to all keyboard shortcuts. Using shortcuts in any application can greatly increase your productivity. Save or print these sheets as a quick reference.</p>
<hr />
<h3><a href="http://www.wprecipes.com/compress-wordpress-output-and-speed-your-blogs-load-speed">Compress WordPress output and speed your blog’s load speed</a></h3>
<p><a href="http://www.wprecipes.com/compress-wordpress-output-and-speed-your-blogs-load-speed"><img class="postimage alignnone size-full wp-image-25" title="compress-wordpress" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/compress-wordpress.jpg" alt="compress-wordpress" width="598" height="154" /></a></p>
<p>WPRecipes offers a quick and simple solution to compress your WordPress site to speed up loading times. This technique enables zlib compression for all of your files stored on your site.</p>
<hr />
<h3><a href="http://www.blog.spoongraphics.co.uk/articles/wordpress-website-design-process">WordPress Website Design Process for IT-IS Ltd</a></h3>
<p><a href="http://www.blog.spoongraphics.co.uk/articles/wordpress-website-design-process"><img class="postimage alignnone size-full wp-image-28" title="it-is-tutorial" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/it-is-tutorial.jpg" alt="it-is-tutorial" width="598" height="154" /></a></p>
<p><a href="http://www.twitter.com/chrisspooner">Chris Spooner</a> wrote this excellent article showcasing his design process for his most recent project. It includes background information, his thought process and even a nice time lapse video of the website creation, from the graphics to the coding.</p>
<hr />
<h3><a href="http://www.pvmgarage.com/en/2009/10/plugins-and-tutorials-to-enhance-the-images-of-your-website-with-jquery/">Plugins And Tutorials To Enhance The Images Of Your Website With jQuery</a></h3>
<p><a href="http://www.pvmgarage.com/en/2009/10/plugins-and-tutorials-to-enhance-the-images-of-your-website-with-jquery/"><img class="postimage alignnone size-full wp-image-26" title="enhance-design-jquery" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/enhance-design-jquery.jpg" alt="enhance-design-jquery" width="598" height="154" /></a></p>
<p>An excellent resource on how to enhance the images on your website with <a href="http://www.jquery.com">jQuery</a>. The plugins give you an easy to use feature that will take your site to the next level.</p>
<hr />
<h3><a href="http://www.fuelyourcreativity.com/the-best-adobe-air-apps-to-increase-productivity/">The Best Adobe Air Apps to Increase Productivity</a></h3>
<p><a href="http://www.fuelyourcreativity.com/the-best-adobe-air-apps-to-increase-productivity/"><img class="postimage alignnone size-full wp-image-24" title="air-productivity" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/air-productivity.jpg" alt="air-productivity" width="598" height="154" /></a></p>
<p>Angie Bowen from Fuel Your Creativity wrote a nice article on Adobe AIR programs that can increase your productivity. The best part about it is they are all cross platform programs thanks to Adobe AIR.</p>
<hr />
<h3><a href="http://www.cssreflex.com/2009/10/25-hand-picked-best-jquery-based-wordpress-plugins.html">25 Hand Picked Best jQuery based WordPress Plugins</a></h3>
<p><a href="http://www.cssreflex.com/2009/10/25-hand-picked-best-jquery-based-wordpress-plugins.html"><img class="postimage alignnone size-full wp-image-30" title="hand-picked-jquery" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/hand-picked-jquery.jpg" alt="hand-picked-jquery" width="598" height="154" /></a></p>
<p>These jQuery plugins are all specifically for WordPress, so using them on your blog or website is as simple as can be.</p>
<hr />
<h3><a href="http://www.listelog.com/111-css-gallery-to-submit-your-design/">111 CSS Gallery To Submit Your Design</a></h3>
<p><a href="http://www.listelog.com/111-css-gallery-to-submit-your-design/"><img class="postimage alignnone size-full wp-image-32" title="111-submit-design" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/111-submit-design.jpg" alt="111-submit-design" width="598" height="154" /></a></p>
<p>Ever wanted to submit your site to those design showcases, but didn&#8217;t know how many there are? Listelog took care of that for you, and compiled a list of the 111 CSS galleries to submit your design to.</p>
<hr />
<h3><a href="http://creativeoverflow.net/10-ways-a-designer-can-make-some-extra-money/">10 Ways a designer can make some extra money</a></h3>
<p><a href="http://creativeoverflow.net/10-ways-a-designer-can-make-some-extra-money/"><img class="postimage alignnone size-full wp-image-31" title="ways-designers-make-money" src="http://blog.cameronbaney.com/wp-content/uploads/2009/10/ways-designers-make-money.jpg" alt="ways-designers-make-money" width="598" height="154" /></a></p>
<p>Sometimes a designer will go through a period with no projects. Don&#8217;t worry, here are 10 more ways that you can make money.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cameronbaney.com/neat-tweets/neat-tweets-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

