<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Web Design / Development &#124; FLDtrace</title>
	<link>http://www.fldtrace.com</link>
	<description></description>
	<lastBuildDate>Sun, 21 Feb 2010 19:41:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Include different sidebar in Wordpress, depending on the section you are</title>
		<description><![CDATA[The power of if / else statement in Wordpress
The requests mentioned above, can be implemented with a smart if /else statement solution:


&#60;!--sidebar conditional navigation sidebar--&#62;
        &#60;?php if &#40;is_page_template&#40;'page-services.php'&#41; &#41; &#123; ?&#62;
                &#60;!--than include [...]


Related posts:<ol><li><a href='http://www.fldtrace.com/wordpress/8-recommended-useful-plugins-for-wordpress' rel='bookmark' title='Permanent Link: 8 Recommended Useful Plugins for Wordpress'>8 Recommended Useful Plugins for Wordpress</a></li>
<li><a href='http://www.fldtrace.com/wordpress/load-javascript-on-specific-pages-in-wordpress' rel='bookmark' title='Permanent Link: How to load Javascript on specific pages in Wordpress'>How to load Javascript on specific pages in Wordpress</a></li>
</ol>]]></description>
		<link>http://www.fldtrace.com/wordpress/include-different-sidebar-in-wordpress-depending-on-section</link>
			</item>
	<item>
		<title>Why web designers should develop using Windows</title>
		<description><![CDATA[Windows platform is the most used
W3schools has published a research page with Operating system statistics and Windows family counts 90% of the most used operating systems.
As some of you may know, there are some CSS bugs that can be encountered only using a specific OS, even if you use the same browser.
I remember while I [...]


No related posts.]]></description>
		<link>http://www.fldtrace.com/freelancing/why-web-designers-should-develop-using-windows</link>
			</item>
	<item>
		<title>BBpress Front Page Text Plugin</title>
		<description><![CDATA[Download BBpress Front Page Plugin
You can download the version 1.0 of the plugin here.
As you may know, the current version of BBpress does not include the Wordpress nice functions of formatting text but this release also includes a WYSIWYG editor so you can format the text using headings, paragraphs, etc.

Installation
Unzip the the file and add [...]


Related posts:<ol><li><a href='http://www.fldtrace.com/wordpress/8-recommended-useful-plugins-for-wordpress' rel='bookmark' title='Permanent Link: 8 Recommended Useful Plugins for Wordpress'>8 Recommended Useful Plugins for Wordpress</a></li>
<li><a href='http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress' rel='bookmark' title='Permanent Link: How To Display Parent Page Title in Wordpress'>How To Display Parent Page Title in Wordpress</a></li>
<li><a href='http://www.fldtrace.com/wordpress/load-javascript-on-specific-pages-in-wordpress' rel='bookmark' title='Permanent Link: How to load Javascript on specific pages in Wordpress'>How to load Javascript on specific pages in Wordpress</a></li>
</ol>]]></description>
		<link>http://www.fldtrace.com/wordpress/bbpress-front-page-text-plugin</link>
			</item>
	<item>
		<title>How to load Javascript on specific pages in Wordpress</title>
		<description><![CDATA[Adding the JavaScript in header
In this post, I want to show you how to include JavaScript, just on specific pages or areas in Wordpress.
First thing you have to do, is to add the JavaScript you want to load in your theme folder of Wordpress. To keep everything organized, create a folder called &#8220;Scripts&#8221; or &#8220;Js&#8221;.

Than, [...]


Related posts:<ol><li><a href='http://www.fldtrace.com/wordpress/how-to-display-dynamic-menu-in-wordpress' rel='bookmark' title='Permanent Link: How To Display Dynamic Menu Pages In Wordpress'>How To Display Dynamic Menu Pages In Wordpress</a></li>
<li><a href='http://www.fldtrace.com/wordpress/bbpress-front-page-text-plugin' rel='bookmark' title='Permanent Link: BBpress Front Page Text Plugin'>BBpress Front Page Text Plugin</a></li>
</ol>]]></description>
		<link>http://www.fldtrace.com/wordpress/load-javascript-on-specific-pages-in-wordpress</link>
			</item>
	<item>
		<title>Mistakes print/graphic designers do when design websites</title>
		<description><![CDATA[The designs themselves are admirable, however are created by designers, who have little or no experience in real Web design world, or working with (X)HTML/CSS and in some situations, do not have the final implementation in mind.

While those issues are not critical, I think straighten out some of those, can save time to both parties [...]


No related posts.]]></description>
		<link>http://www.fldtrace.com/design/mistakes-printgraphic-designers-do-when-design-websites</link>
			</item>
	<item>
		<title>How To Display Dynamic Menu Pages In Wordpress</title>
		<description><![CDATA[Non Productive Method (Wordpress Codex Solution)

Please note that this solution is non productive whenever you want to have normal text as menu links. In case you want to have a navigation using images, this would be the solution for you. The main navigation from this website it is built using a background image and switch [...]


Related posts:<ol><li><a href='http://www.fldtrace.com/wordpress/load-javascript-on-specific-pages-in-wordpress' rel='bookmark' title='Permanent Link: How to load Javascript on specific pages in Wordpress'>How to load Javascript on specific pages in Wordpress</a></li>
<li><a href='http://www.fldtrace.com/wordpress/include-different-sidebar-in-wordpress-depending-on-section' rel='bookmark' title='Permanent Link: Include different sidebar in Wordpress, depending on the section you are'>Include different sidebar in Wordpress, depending on the section you are</a></li>
<li><a href='http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress' rel='bookmark' title='Permanent Link: How To Display Parent Page Title in Wordpress'>How To Display Parent Page Title in Wordpress</a></li>
</ol>]]></description>
		<link>http://www.fldtrace.com/wordpress/how-to-display-dynamic-menu-in-wordpress</link>
			</item>
	<item>
		<title>How To Display Parent Page Title in Wordpress</title>
		<description><![CDATA[
Here is the working example, on a website I helped developing. You can see how the parent title on the left sidebar, remains unchanged and is dynamically updated, for all of the other pages.



To make it work, just insert the code anywhere in your wordpress template files, within the loop:



&#60;?php 
&#160;
$current = $post-&#62;ID;
$parent = $post-&#62;post_parent;
$grandparent_get [...]


Related posts:<ol><li><a href='http://www.fldtrace.com/wordpress/how-to-display-dynamic-menu-in-wordpress' rel='bookmark' title='Permanent Link: How To Display Dynamic Menu Pages In Wordpress'>How To Display Dynamic Menu Pages In Wordpress</a></li>
<li><a href='http://www.fldtrace.com/wordpress/include-different-sidebar-in-wordpress-depending-on-section' rel='bookmark' title='Permanent Link: Include different sidebar in Wordpress, depending on the section you are'>Include different sidebar in Wordpress, depending on the section you are</a></li>
<li><a href='http://www.fldtrace.com/wordpress/bbpress-front-page-text-plugin' rel='bookmark' title='Permanent Link: BBpress Front Page Text Plugin'>BBpress Front Page Text Plugin</a></li>
</ol>]]></description>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress</link>
			</item>
	<item>
		<title>8 Recommended Useful Plugins for Wordpress</title>
		<description><![CDATA[


1. All in One Seo Pack 

This plugin is far the most popular SEO plugin for Wordpress and will boost you visibility in Search Engines, by giving you the ability to set-up custom titles, description and keywords for every page. 
If you have Wordpress 2.7.1 you might encounter some problems when you have set-up in [...]


Related posts:<ol><li><a href='http://www.fldtrace.com/wordpress/load-javascript-on-specific-pages-in-wordpress' rel='bookmark' title='Permanent Link: How to load Javascript on specific pages in Wordpress'>How to load Javascript on specific pages in Wordpress</a></li>
<li><a href='http://www.fldtrace.com/wordpress/how-to-display-dynamic-menu-in-wordpress' rel='bookmark' title='Permanent Link: How To Display Dynamic Menu Pages In Wordpress'>How To Display Dynamic Menu Pages In Wordpress</a></li>
<li><a href='http://www.fldtrace.com/wordpress/bbpress-front-page-text-plugin' rel='bookmark' title='Permanent Link: BBpress Front Page Text Plugin'>BBpress Front Page Text Plugin</a></li>
</ol>]]></description>
		<link>http://www.fldtrace.com/wordpress/8-recommended-useful-plugins-for-wordpress</link>
			</item>
	<item>
		<title>FLDtrace 2.0 &#8211; New Design</title>
		<description><![CDATA[
The new website assures a better communication with the clients and offer more information about the web design process.



Better Search Engine Optimization has been integrated as well, using friendly links, keywords, description and distinctive titles for each page and post.



Please provide any feedback regarding the look and feel of this improved version. Also you can [...]


No related posts.]]></description>
		<link>http://www.fldtrace.com/news/fldtrace-2_0</link>
			</item>
</channel>
</rss>
