<?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>Sidera Design</title>
	<atom:link href="http://sideradesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sideradesign.com</link>
	<description>Engaging and easy to manage websites</description>
	<lastBuildDate>Sat, 04 Sep 2010 15:58:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Customize your FaceBook fan page</title>
		<link>http://sideradesign.com/2010/09/04/customize-your-facebook-fan-page/</link>
		<comments>http://sideradesign.com/2010/09/04/customize-your-facebook-fan-page/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 15:58:49 +0000</pubDate>
		<dc:creator>sidera_admin</dc:creator>
				<category><![CDATA[Article]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=584</guid>
		<description><![CDATA[<p><br />
I recently created a <a href="http://www.facebook.com/pages/Sidera-Design/128395143866024">FaceBook Fan page</a> for my website. I wanted to incorporate my portfolio design into it so I started looking for ways of customizing it.</p>
<p>For the page profile image, I suggest a 200px width&#8230; <a href="http://sideradesign.com/2010/09/04/customize-your-facebook-fan-page/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://sideradesign.com/files/2010/09/sideradesign-facebookpage-425x258.gif" alt="" title="sideradesign-facebookpage" width="425" height="258" class="alignnone size-large wp-image-585" /><br />
I recently created a <a href="http://www.facebook.com/pages/Sidera-Design/128395143866024">FaceBook Fan page</a> for my website. I wanted to incorporate my portfolio design into it so I started looking for ways of customizing it.</p>
<p>For the page profile image, I suggest a 200px width with 12 pixels margins on both sides. This will allow for cropping which Facebook does automatically.</p>
<p>You can also create a custom tab, using the static FBML application.<br />
Once you&#8217;ve added the application, you&#8217;ll be able to use custom CSS and HTML to style the page.<br />
At the moment, I only added a banner and a call to action button, as an experiment.</p>
<p>Are you a freelancer and you&#8217;ve customized your page? Let me know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/09/04/customize-your-facebook-fan-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 custom menus hidden settings</title>
		<link>http://sideradesign.com/2010/06/26/wordpress-3-0-custom-menus-hidden-settings/</link>
		<comments>http://sideradesign.com/2010/06/26/wordpress-3-0-custom-menus-hidden-settings/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 17:33:54 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[custom menus]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=469</guid>
		<description><![CDATA[CSS classes for menu items
<p>let&#8217;s say that you want to add a new custom menu to your WordPress site. For example, a list of social media links. You want these links to be icons. (Facebook, twitter, RSS)</p>
<p>You are&#8230; <a href="http://sideradesign.com/2010/06/26/wordpress-3-0-custom-menus-hidden-settings/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<h3>CSS classes for menu items</h3>
<p>let&#8217;s say that you want to add a new custom menu to your WordPress site. For example, a list of social media links. You want these links to be icons. (Facebook, twitter, RSS)</p>
<p>You are going to need to add a unique CSS class to each link so that you may be able to assign the icon to each of them.</p>
<p>In the default view of the custom menus screen it doesn&#8217;t seem possible to add a CSS class to a link. The trick is to pick on the screen options button at the top right of the WordPress admin panel. This will bring down an extra menu where you can options for your menus. The difference of the font menu properties include CSS classes, link targets, link relationship, description.</p>
<p>Now, when you add a link to your menu, you will be able to add a custom CSS class.<br />
<div id="attachment_471" class="wp-caption alignnone" style="width: 435px"><a href="http://sideradesign.com/files/2010/06/custom-menus-hidden-options.gif"><img src="http://sideradesign.com/wp-content/uploads/custom-menus-hidden-options-425x135.gif" alt="custom menus hidden options" width="425" height="135" class="size-large wp-image-471" /></a><p class="wp-caption-text">custom menus hidden options</p></div></p>
<h3>Custom taxonomies</h3>
<p>Another hidden option in the screen options menu is the ability to display your custom taxonomies for adding them to your menus. So if you have registered custom taxonomies and you want to add them to your menu you will need to check them in this screen options.</p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/06/26/wordpress-3-0-custom-menus-hidden-settings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easily check out latest version of WordPress Hybrid framework with PhpStorm</title>
		<link>http://sideradesign.com/2010/06/26/easily-check-out-latest-version-of-wordpress-hybrid-framework-with-phpstorm/</link>
		<comments>http://sideradesign.com/2010/06/26/easily-check-out-latest-version-of-wordpress-hybrid-framework-with-phpstorm/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 13:29:52 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hybrid]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=466</guid>
		<description><![CDATA[<p>Here&#8217;s a quick video tutorial on how to easily check out the latest version of the WordPress Hybrid theme framework from SVN.<br />
If you don&#8217;t know anything about SVN, then this will be useful.</p>
<p></p>
<p>You&#8217;ll need to download <a href="http://www.jetbrains.com/phpstorm/index.html">PhpStorm</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick video tutorial on how to easily check out the latest version of the WordPress Hybrid theme framework from SVN.<br />
If you don&#8217;t know anything about SVN, then this will be useful.</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/KN7mRJQ9qKI?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/KN7mRJQ9qKI?fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>You&#8217;ll need to download <a href="http://www.jetbrains.com/phpstorm/index.html">PhpStorm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/06/26/easily-check-out-latest-version-of-wordpress-hybrid-framework-with-phpstorm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My favorite web design related apps</title>
		<link>http://sideradesign.com/2010/06/18/my-favorite-web-design-related-apps/</link>
		<comments>http://sideradesign.com/2010/06/18/my-favorite-web-design-related-apps/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 20:21:04 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=427</guid>
		<description><![CDATA[<p>Here is a list of the applications that I use in my day to day web design work.</p>
<p>When I&#8217;m collaborating with other independent web designers or programmers (I don&#8217;t use the term freelancer), I need a tool to centralize&#8230; <a href="http://sideradesign.com/2010/06/18/my-favorite-web-design-related-apps/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Here is a list of the applications that I use in my day to day web design work.</p>
<p><img src="http://sideradesign.com/files/2010/06/projectmgmt1.gif" alt="" width="589" height="200" class="alignnone size-full wp-image-449" />When I&#8217;m collaborating with other independent web designers or programmers (I don&#8217;t use the term freelancer), I need a tool to centralize all our activities and communication regarding the project at hand. While Basecamp is an excellent project management app, which I use on some client projects &#8211; usually when they have a subscription and add me as a user &#8211; it doesn&#8217;t have a good free plan. I use <a href="http://teambox.com">TeamBox</a>, which is a great online app, similar to Basecamp, and allows to manage 3 projects concurrently. You can archive projects, which will free a slot for new projects.</p>
<p><img src="http://sideradesign.com/files/2010/06/invoicing.gif" alt="" width="589" height="200" class="alignnone size-full wp-image-442" />I use the free plan on <a href="http://www.freshbooks.com/">Freshbooks</a>, which also limits the number of clients, but allows all the functionality of the paid plans.<br />
It also has a time tracking tool which you can use to create an invoice from the logged hours. Which leads me to time tracking.</p>
<p><img src="http://sideradesign.com/files/2010/06/timetracking.gif" alt="" width="589" height="200" class="alignnone size-full wp-image-443" />I recently discovered <a href="http://www.toggl.com">Toggl</a>, which seems to be a great app. I use the free plan limited to 5 users, so perfect for me.<br />
It has a desktop utility which seems to be very clever.</p>
<p><img src="http://sideradesign.com/files/2010/06/mockups.gif" alt="" width="589" height="200" class="alignnone size-full wp-image-441" />I use <a href="http://www.balsamiq.com/">Balsamiq mockups</a>.<br />
I use the free plan for <a href="http://hello.getsignoff.com/">getsignoff</a> or <a href="https://notableapp.zurb.com/">notableapp </a>for getting feedback on the design.</p>
<p><img src="http://sideradesign.com/files/2010/06/design.gif" alt="" width="589" height="200" class="alignnone size-full wp-image-440" />I use Photoshop. Of course, it&#8217;s not free, but it&#8217;s an industry standard, so there are many resources for learning how to use it. Also clients usually give me Photoshop files to work with.<br />
I might move to Fireworks in the near future for creating my designs.</p>
<p><img src="http://sideradesign.com/files/2010/06/coding.gif" alt="" width="589" height="200" class="alignnone size-full wp-image-439" />I use <a href="http://www.jetbrains.com/phpstorm/index.html">PhpStorm </a>for coding HTML, CSS and Php.<br />
Unfortunately the current version doesn&#8217;t permit to edit a unique file via FTP, you first have to download the whole project to a local copy, which is actually better. It means you work on a local copy and synchronize to the server. But sometimes, you just need to quickly edit a file so I use <a href="http://sourceforge.net/projects/notepad-plus/">NotePad++</a> with the FTP plugin which is very buggy, it disconnects often or gives errors.</p>
<p><img src="http://sideradesign.com/files/2010/06/seo.gif" alt="" width="589" height="200" class="alignnone size-full wp-image-438" />For keyword research, competition analysis, promotion,etc.. I use <a href="http://www.marketsamurai.com/c/sidera">Market Samurai</a>. It&#8217;s a free tool that&#8217;s really powerful to quickly get the information you need.<br />
I first discovered Market Samurai during <a href="http://www.thirtydaychallenge.com/">the Thirty Day Challenge</a>, it&#8217;s a free course to learn how to start an online business, how to promote it, how to optimze it for SEO, etc. It&#8217;s really fun and I encourage you to participate this year, it starts in August, with a &#8216;pre-season&#8217; in July.</p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/06/18/my-favorite-web-design-related-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Total Recall poster design</title>
		<link>http://sideradesign.com/2010/06/07/total-recall-poster-design/</link>
		<comments>http://sideradesign.com/2010/06/07/total-recall-poster-design/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 23:43:14 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=421</guid>
		<description><![CDATA[<p>I had a laugh designing my own poster for the movie Totall Recall with Arnold Schwarzenegger.</p>
]]></description>
			<content:encoded><![CDATA[<p>I had a laugh designing my own poster for the movie Totall Recall with Arnold Schwarzenegger.<br />
<div id="attachment_422" class="wp-caption alignnone" style="width: 236px"><a href="http://sideradesign.com/files/2010/06/total-recall-poster.jpg"><img src="http://sideradesign.com/wp-content/uploads/total-recall-poster-226x320.jpg" alt="Total recall movie poster" width="226" height="320" class="size-large wp-image-422" /></a><p class="wp-caption-text">Total recall movie poster</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/06/07/total-recall-poster-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JetBrains PhpStorm IDE is awesome</title>
		<link>http://sideradesign.com/2010/06/05/jetbrains-phpstorm-ide-is-awesome/</link>
		<comments>http://sideradesign.com/2010/06/05/jetbrains-phpstorm-ide-is-awesome/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 00:28:57 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[phpstorm]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=409</guid>
		<description><![CDATA[<p><br />
I thought I&#8217;d post a quick word about <a href="http://www.jetbrains.com/phpstorm/">PhpStorm</a>, a new programmer&#8217;s editor that has just been released as version 1.0<br />
It was featured on <a href="http://net.tutsplus.com/tutorials/tools-and-tips/quick-tip-my-favorite-new-ide-web-storm/">Nettuts</a> a while ago while still in Beta, so I decided&#8230; <a href="http://sideradesign.com/2010/06/05/jetbrains-phpstorm-ide-is-awesome/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://sideradesign.com/files/2010/06/phpstorm.jpg.jpg" alt="" width="401" height="295" class="alignnone size-full wp-image-410" /><br />
I thought I&#8217;d post a quick word about <a href="http://www.jetbrains.com/phpstorm/">PhpStorm</a>, a new programmer&#8217;s editor that has just been released as version 1.0<br />
It was featured on <a href="http://net.tutsplus.com/tutorials/tools-and-tips/quick-tip-my-favorite-new-ide-web-storm/">Nettuts</a> a while ago while still in Beta, so I decided to give it a try.</p>
<p>Also, there is WebStorm which is specific for front end development, but PhpStorm has the same features plus PHP support. So for WordPress developers it&#8217;s recommended to get PhpStorm.</p>
<p>Anyway the price is 39$ for WebStorm and 59$ for PhpStorm, so I&#8217;m not sure if they&#8217;ll sell many licences for WebStorm.</p>
<p>The best features are:</p>
<ul>
<li>Native integration of <a href="http://code.google.com/p/zen-coding/">Zen Coding</a>, which allows to rapidly code HTML</li>
<li> Version control (git,subversion,&#8230;)</li>
<li> Automatic synchronization of remote files (<a href="http://www.jetbrains.com/webstorm/demos/ftp_sync.html">see this screencast</a> for a detailed explanation)</li>
<li> code completion for php, css, html, js</li>
<li> javascript debugging </li>
<p> and more!
</ul>
<p>I&#8217;m still discovering the many features that it offers. I&#8217;ve been waiting for such an IDE for a long time. And it&#8217;s really a bargain, 59$ until September.</p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/06/05/jetbrains-phpstorm-ide-is-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add the Nivo Slider to the Thesis WordPress theme</title>
		<link>http://sideradesign.com/2010/05/29/add-the-nivo-slider-to-the-thesis-wordpress-theme/</link>
		<comments>http://sideradesign.com/2010/05/29/add-the-nivo-slider-to-the-thesis-wordpress-theme/#comments</comments>
		<pubDate>Sat, 29 May 2010 20:32:46 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=388</guid>
		<description><![CDATA[<p>I&#8217;m working on a customization of the Thesis theme for a client.<br />
A popular feature of modern websites is the featured posts slider. So I decided to use the Nivo slider, which is lightweight and has nice transitions.<br />&#8230; <a href="http://sideradesign.com/2010/05/29/add-the-nivo-slider-to-the-thesis-wordpress-theme/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a customization of the Thesis theme for a client.<br />
A popular feature of modern websites is the featured posts slider. So I decided to use the Nivo slider, which is lightweight and has nice transitions.<br />
To do this, first you need to edit custom_functions.php and add this code:</p>
<pre><code>
	add_action('thesis_hook_before_content_box','do_nivo_slider');
	function do_nivo_slider(){
	if (is_home()){
	print '
<div>';
	print '
<div>';
    $sub_loop_1 = new WP_Query('category_name=featured');
	while ($sub_loop_1-&gt;have_posts()) : $sub_loop_1-&gt;the_post();
	global $post;
	?&gt;
	&lt;a href=&quot;"&gt;
	 get_the_title(), 'title' =&gt; get_the_title())); ?&gt;</div>
</div>

	&lt;?php }
	}
</code></pre>
<p>and activate post thumbnails</p>
<pre>
	if ( function_exists( 'add_theme_support' ) ) { // Added in 2.9
	 add_theme_support( 'post-thumbnails' );
	 set_post_thumbnail_size( 200, 200, true ); // Normal post thumbnails
	 add_image_size( 'hp-post-thumbnail', 511, 231, true ); // Homepage thumbnail size
	 add_image_size( 'single-post-thumbnail', 511, 9999 ); // Permalink thumbnail size
	}
</pre>
<p>then add this to the Thesis Page Options &gt; HomePage Options &gt; Javascript box</p>
<pre>

	jQuery(window).load(function() {
		jQuery('#slider').nivoSlider();
	});
</pre>
<p>and check JQuery checkbox</p>
<p>I haven&#8217;t figured out how to use wp_enqueue_script and wp_enqueue_style with Thesis yet, so I used the absolute paths.<br />
Usually I&#8217;d include all the javascript in the functions.php file</p>
<p>Copy the CSS from the nivo slider CSS file and paste it into your custom.css.<br />
Here also I&#8217;d rather include the extra CSS file somehow.</p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/05/29/add-the-nivo-slider-to-the-thesis-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free blank HTML5 WordPress theme</title>
		<link>http://sideradesign.com/2010/04/05/free-blank-html5-wordpress-theme/</link>
		<comments>http://sideradesign.com/2010/04/05/free-blank-html5-wordpress-theme/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 00:01:13 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=326</guid>
		<description><![CDATA[<p>Last year Ian Stewart at ThemeShaper wrote a series of articles on the subject of coding a WordPress theme from scratch. <a href="http://code.google.com/p/your-wordpress-theme/source/browse/#svn/trunk%3Fstate%3Dclosed">This theme</a> is a very well crafted blank WordPress theme that you can re-use on your projects.<br />&#8230; <a href="http://sideradesign.com/2010/04/05/free-blank-html5-wordpress-theme/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Last year Ian Stewart at ThemeShaper wrote a series of articles on the subject of coding a WordPress theme from scratch. <a href="http://code.google.com/p/your-wordpress-theme/source/browse/#svn/trunk%3Fstate%3Dclosed">This theme</a> is a very well crafted blank WordPress theme that you can re-use on your projects.<br />
It has several widget areas, it&#8217;s SEO optimzed, and supports translation among other things. Take a look at the code, it&#8217;s one of the best blank themes out there in my opinion. I&#8217;m not talking about frameworks such as ThemeHybrid or Thematic which take a different approach (they use child themes).</p>
<p><img class="alignnone size-full wp-image-328" src="http://sideradesign.com/files/2010/04/html5.jpg" alt="" width="549" height="448" /></p>
<p>So, in the process of redesigning my <a href="http://sideradesign.com">web design portfolio website </a>, I converted the &#8220;Shaper&#8221; theme to use HTML 5 markup. Where it makes sense, I use the new HTML 5 tags such as header, section, article. I didn&#8217;t use hgroup for the logo/tagline pair, because the way the theme works is the tagline is a H1 on the homepage and a div on the other pages for SEO reasons.<br />
The comments use the article tag, as recommended.<br />
Please <a href="http://sideradesign.com/files/wp5.zip">download the theme</a>, and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/04/05/free-blank-html5-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress custom dropdown menu</title>
		<link>http://sideradesign.com/2010/03/09/wordpress-custom-dropdown-menu/</link>
		<comments>http://sideradesign.com/2010/03/09/wordpress-custom-dropdown-menu/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:45:04 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=312</guid>
		<description><![CDATA[<p>Several clients had the same request : they didn&#8217;t want the top level items to act as links, but just be a placeholder to contain the child pages links.<br />
For example : About -&#62; about us, the About link&#8230; <a href="http://sideradesign.com/2010/03/09/wordpress-custom-dropdown-menu/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Several clients had the same request : they didn&#8217;t want the top level items to act as links, but just be a placeholder to contain the child pages links.<br />
For example : About -&gt; about us, the About link doesn&#8217;t link to a page because it has no content.<br />
It works with superfish menus<br />
anyway here is the code:</p>
<pre>
 ID;
      $children = wp_list_pages('depth=1&amp;echo=0&amp;child_of=' . $id . '&amp;sort_column=menu_order&amp;title_li=');
      if ($children) {
          print '
<li class="page_item"><span>' . $page-&gt;post_title;
          print '</span>
<ul>';
          print $children;
          print '</ul>
</li>

';
      } else {
          print '
<li class="page_item"><a>ID) . '"&gt;' . $page-&gt;post_title . '</a></li>

';
      }
  }
?&gt;
</pre>
<p>You can view the working code at <a href="http://sideradesign.com/krf">http://sideradesign.com/krf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/03/09/wordpress-custom-dropdown-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress dynamic searchable table with Jquery UI</title>
		<link>http://sideradesign.com/2010/03/06/wordpress-dynamic-searchable-table-with-jquery-ui/</link>
		<comments>http://sideradesign.com/2010/03/06/wordpress-dynamic-searchable-table-with-jquery-ui/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 14:21:09 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=292</guid>
		<description><![CDATA[<p>Features : custom page template with dynamic post table. The table is then enhanced with Jquery dataTables to add search and sort functionality.<br />
The goal was twofold : to present data in a searchable format for visitors. To make&#8230; <a href="http://sideradesign.com/2010/03/06/wordpress-dynamic-searchable-table-with-jquery-ui/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Features : custom page template with dynamic post table. The table is then enhanced with Jquery dataTables to add search and sort functionality.<br />
The goal was twofold : to present data in a searchable format for visitors. To make it easy to update for the website admin with no html knowledge.<br />
Using custom fields, the client can enter a new post in a specific category, and it will appear in the table.<br />
Here is the code for the custom page template:</p>
<pre>
<div>&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; class=&quot;display&quot; id=&quot;food&quot; style=&quot;width:600px&quot;
<thead>
<tr>
<th>Location</th>
<th>Dish</th>
<th>Type</th>
</tr>
</thead>
<tbody>ID, 'food-location', true );
$food_name = get_post_meta($post-&gt;ID, 'food-name', true );
$food_type = get_post_meta($post-&gt;ID, 'food-type', true );
echo '
<tr>';
if(!empty($food_location ) )
{
	echo '
<td class="rightcol">' . $food_location . '</td>

';
	/* Add any additional code. */
}
if (!empty($food_name ) )
{
	echo '
<td class="rightcol">' . $food_name . '</td>

';
	/* Add any additional code. */
}
if (!empty($food_type ) )
{
	echo '
<td class="rightcol">' . $food_type . '</td>

';
	/* Add any additional code. */
}
echo '</tr>

';
?&gt;<!--End Post--></tbody>
</table>
</pre>
<p>You can see the demo at:<br />
<a href="http://sideradesign.com/krf/food-drinks/">http://sideradesign.com/krf/food-drinks/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/03/06/wordpress-dynamic-searchable-table-with-jquery-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
