<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Daily Technology Tips</title>
	<atom:link href="http://dailytechnotips.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dailytechnotips.wordpress.com</link>
	<description>Daily News and Tips about Techology,Internet Stuff</description>
	<lastBuildDate>Mon, 10 Nov 2008 15:44:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dailytechnotips.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/bcf73ce9a44e66b5e75da93887adb109?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Daily Technology Tips</title>
		<link>http://dailytechnotips.wordpress.com</link>
	</image>
			<item>
		<title>Display Recently Updated Posts and Pages on WP Blog</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/10/display-recently-updated-posts-and-pages-on-wp-blog/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/10/display-recently-updated-posts-and-pages-on-wp-blog/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:44:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/10/display-recently-updated-posts-and-pages-on-wp-blog/</guid>
		<description><![CDATA[
Paste this code anywhere you&#8217;d like to display a list of recently updated posts and pages. You can specify how much item to show by editing the value of the $howMany variable.
&#60;?php$today = current_time('mysql', 1);$howMany = 5; //Number of posts you want to displayif ( $recentposts = $wpdb-&#62;get_results
(&#34;SELECT ID, post_title FROM $wpdb-&#62;posts WHERE post_status = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=102&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /></p>
<p>Paste this code anywhere you&#8217;d like to display a list of recently updated posts and pages. You can specify how much item to show by editing the value of the $howMany variable.</p>
<pre>&lt;?php$today = current_time('mysql', 1);$howMany = 5; //Number of posts you want to displayif ( $recentposts = $wpdb-&gt;get_results</pre>
<pre>(&quot;SELECT ID, post_title FROM $wpdb-&gt;posts WHERE post_status = </pre>
<pre>'publish' AND post_modified_gmt </pre>
<pre>&lt; '$today' ORDER BY post_modified_gmt DESC LIMIT $howMany&quot;)):?&gt;

&lt;h2&gt;&lt;?php _e(&quot;Recent Updates&quot;); ?&gt;&lt;/h2&gt;&lt;ul&gt;&lt;?php	foreach ($recentposts as $post) {		if ($post-&gt;post_title == '') $post-&gt;</pre>
<pre>post_title = sprintf(__('Post #%s'), $post-&gt;ID);		echo &quot;&lt;li&gt;&lt;a href='&quot;.get_permalink($post-&gt;ID).&quot;'&gt;&quot;;		the_title();		echo '&lt;/a&gt;&lt;/li&gt;';	}?&gt;&lt;/ul&gt;&lt;?php endif; ?&gt;</pre>
<p><em><strong>Credits goes to <a href="http://www.tacticaltechnique.com/wordpress/wordpress-recently-updated-pages-or-posts/">Corey</a> for this awesome code!</strong></em></p>
Posted in How to, Tips, Wordpress  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=102&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/10/display-recently-updated-posts-and-pages-on-wp-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>
	</item>
		<item>
		<title>Only display private posts on WP to logged users in the loop</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/10/only-display-private-posts-on-wp-to-logged-users-in-the-loop/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/10/only-display-private-posts-on-wp-to-logged-users-in-the-loop/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:42:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/10/only-display-private-posts-on-wp-to-logged-users-in-the-loop/</guid>
		<description><![CDATA[
To achieve this recipe, you&#8217;ll have to define a custom field named private, with true as a value, to each private post will have. In our WordPress loop, we&#8217;ll check if the post have a private custom field, and if true is its value. If yes, we&#8217;ll check out if the user is logged in. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=101&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /></p>
<p>To achieve this recipe, you&#8217;ll have to define a custom field named <em>private</em>, with <em>true</em> as a value, to each private post will have. In our WordPress loop, we&#8217;ll check if the post have a private custom field, and if <em>true</em> is its value. If yes, we&#8217;ll check out if the user is logged in. If he is, the post will be displayed. Otherwise, it will not.</p>
<p>Replace your current WordPress loop with that one:</p>
<pre>&lt;?phpif (have_posts()) :     while (have_posts()) : the_post();     $private = get_post_custom_values(&quot;private&quot;);         if (  isset($private[0]) &amp;&amp; $private == &quot;true&quot;  ) { 	     if (is_user_logged_in()) {	     	    // Display private post to logged user	     }	 } else {	     //Display public post to everyone         }     endwhile;endif; ?&gt;</pre>
Posted in How to, Wordpress  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=101&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/10/only-display-private-posts-on-wp-to-logged-users-in-the-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>
	</item>
		<item>
		<title>Applications for LinkedIn to Enhance Your Profile</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/10/applications-for-linkedin-to-enhance-your-profile/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/10/applications-for-linkedin-to-enhance-your-profile/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:35:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/10/applications-for-linkedin-to-enhance-your-profile/</guid>
		<description><![CDATA[I logged into LinkedIn today, the largest professional oriented social network, and was delighted to find out that you can add applications to enhance your public profile, collaborate and share with colleagues, and even monitor and track company news.
Applications for LinkedIn are just like applications that you can add and use in your Facebook profile. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=100&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I logged into LinkedIn today, the largest professional oriented social network, and was delighted to find out that you can add applications to enhance your public profile, collaborate and share with colleagues, and even monitor and track company news.</p>
<p>Applications for LinkedIn are just like applications that you can add and use in your Facebook profile. If you have a LinkedIn account, log into your account and visit the <strong><a href="http://www.linkedin.com/static?key=application_directory">application directory</a></strong> here. There are not a ton of applications, but it&#8217;s a start.</p>
<p>Here is a quick overview of the applications currently available via LinkedIn application directory:</p>
<p><strong><a href="http://www.linkedin.com/opensocialInstallation/preview?_ch_panel_id=1&amp;_applicationId=1700">Reading List by Amazon</a></strong></p>
<p><img title="linkedin applications" style="display:inline;border-width:0;margin:0 10px 0 0;" height="130" alt="linkedin applications" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/linkedinapplications-thumb.png" width="134" align="left" border="0" />Just about every professional reads books that are related to their profession. As an IT Analyst, I am always reading books relating to new Internet technologies, Windows products, etc. Now you can share your favorite books and follow what others are reading by using the Reading List by Amazon application! Perfect for anyone who likes to read a lot!</p>
<p><strong><a href="http://www.linkedin.com/opensocialInstallation/preview?_ch_panel_id=1&amp;_applicationId=1300">Box.net Files</a></strong></p>
<p><img title="box.net files" style="display:inline;border-width:0;margin:0 10px 0 0;" height="133" alt="box.net files" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/boxnetfiles-thumb.png" width="137" align="left" border="0" />You&#8217;ve probably heard of Box.net before, but if not, it&#8217;s basically a free online storage service that you can use to upload up to 2GB of data for free. Adding it to your LinkedIn account, you can now upload important files and show them on your profile or share them with friends and colleagues. They can also collaborate on the files with you!</p>
<p><strong><a href="http://www.linkedin.com/opensocialInstallation/preview?_ch_panel_id=1&amp;_applicationId=1200">SlideShare Presentations</a></strong>, <strong><a href="http://www.linkedin.com/opensocialInstallation/preview?_ch_panel_id=1&amp;_applicationId=1400">Google Presentation</a></strong></p>
<p><img title="google presentation" style="display:inline;border-width:0;margin:0 10px 0 0;" height="132" alt="google presentation" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/googlepresentation-thumb.png" width="129" align="left" border="0" />Anyone who has ever worked in the corporate field probably has created at least ONE Powerpoint presentation in their lives! If you&#8217;re like me, you&#8217;ve probably created a bunch. Now you can showcase your best presentations by using with Google Presentation or Slideshare to upload your presentations and share them on your profile. You can view others also.</p>
<p><strong><a href="http://www.linkedin.com/opensocialInstallation/preview?_ch_panel_id=1&amp;_applicationId=1000">Company Buzz</a></strong></p>
<p><img title="company buzz" style="display:inline;border-width:0;margin:0 10px 0 0;" height="134" alt="company buzz" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/companybuzz-thumb.png" width="138" align="left" border="0" />Company Buzz is a great LinkedIn application because it lets you track and monitor what people are saying about your company. Basically, it searches through Twitter and finds all activity related to your company. You can view trends, tweets, and top keywords. You can also share all of this with your co-workers!</p>
<p><strong><a href="http://www.linkedin.com/opensocialInstallation/preview?_ch_panel_id=1&amp;_applicationId=2200">WordPress</a></strong></p>
<p><img title="wordpress" style="display:inline;border-width:0;margin:0 10px 0 0;" height="133" alt="wordpress" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/wordpress-thumb.png" width="133" align="left" border="0" />This is probably my favorite application since I also run several WordPress blogs. Using the WordPress LinkedIn application, you can sync your WordPress blog posts with your LinkedIn profile so that every time you post, it will be reflected on your profile automatically. Great for bloggers or anyone who runs a blog related to their profession.</p>
<p><strong><a href="http://www.linkedin.com/opensocialInstallation/preview?_ch_panel_id=1&amp;_applicationId=1800">TripIt &#8211; My Travel</a></strong></p>
<p><img title="tripit" style="display:inline;border-width:0;margin:0 10px 0 0;" height="135" alt="tripit" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/tripit-thumb.png" width="131" align="left" border="0" />Now this is a great application for anyone who travels a lot. I personally don&#8217;t, but consultants or executives would love this! Basically, you share all of your upcoming trips, current location, and travel stats with colleagues and then you can find out when other people in your network will be in the same city. Perfect for meeting up with old buddies or getting face time with people.</p>
<p>So that&#8217;s about it! Those are just about all of the LinkedIn apps currently, but they can greatly enhance your profile if you start using them! With so many people already on the network, you&#8217;re bound to wonder how you ever used LinkedIn without them! Enjoy!</p>
Posted in Free, Internet, Wordpress  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=100&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/10/applications-for-linkedin-to-enhance-your-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/linkedinapplications-thumb.png" medium="image">
			<media:title type="html">linkedin applications</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/boxnetfiles-thumb.png" medium="image">
			<media:title type="html">box.net files</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/googlepresentation-thumb.png" medium="image">
			<media:title type="html">google presentation</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/companybuzz-thumb.png" medium="image">
			<media:title type="html">company buzz</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/wordpress-thumb.png" medium="image">
			<media:title type="html">wordpress</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/tripit-thumb.png" medium="image">
			<media:title type="html">tripit</media:title>
		</media:content>
	</item>
		<item>
		<title>Unlock Windows 7 M3 Build Locked Features</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/10/unlock-windows-7-m3-build-locked-features/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/10/unlock-windows-7-m3-build-locked-features/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:31:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/10/unlock-windows-7-m3-build-locked-features/</guid>
		<description><![CDATA[The Windows 7 M3 build that Microsoft distributed at the Professional Developers Conference 2008 in Los Angeles made its way to various P2P networks less than 24 hours after the distribution. It became known shortly thereafter that Microsoft did lock some of the features of the upcoming operating system in that build including the new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=99&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The <a href="http://windows7news.com/">Windows 7</a> M3 build that Microsoft distributed at the Professional Developers Conference 2008 in Los Angeles made its way to various P2P networks less than 24 hours after the distribution. It became known shortly thereafter that Microsoft did lock some of the features of the upcoming operating system in that build including the new Taskbar or the Desktop Wallpaper Changer.</p>
<p>Patches were created to unlock some of the features but until then no one did create a patch that could be applied to unlock all locked features in the build.</p>
<p>That wait is over now because Rafael Rivera created the <a href="http://www.withinwindows.com/2008/11/09/blue-badge-tool-now-available-unlocks-all-known-protected-features/">Blue Badge</a> tool to patch nine Windows 7 system files and unlock all locked features. It has to be noted that the files will not be backed up before the patches are applied.</p>
<p>A user wanting to apply the patch should make sure that they backup the files before applying the patch. Some of the features that will be unlocked are the new Taskbar and the wallpaper changer</p>
Posted in Microsoft, Windows  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=99&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/10/unlock-windows-7-m3-build-locked-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>
	</item>
		<item>
		<title>Manage your favorite recipes</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/10/manage-your-favorite-recipes/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/10/manage-your-favorite-recipes/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:29:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/10/manage-your-favorite-recipes/</guid>
		<description><![CDATA[It&#8217;s not every day I run into a recipe manager. However, if you really think about it, Gourmet Recipe Manager is one piece of software which could probably affect your daily life more than any other. You want a recipe with chicken, but no paprika or tomatoes, and at the same time be ok with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=98&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s not every day I run into a recipe manager. However, if you really think about it, <a href="http://grecipe-manager.sourceforge.net/">Gourmet Recipe Manager </a>is one piece of software which could probably affect your daily life more than any other. You want a recipe with chicken, but no paprika or tomatoes, and at the same time be ok with your diet? You&#8217;d have a hard time doing this in real life, but now you can collect, manage and use your favorite recipies like you&#8217;ve always wanted.</p>
<p>What I really love about this freeware app is that it isn&#8217;t just a place to store your recipes by typing a list of items you need to make it, and some text of explanation. In fact, I&#8217;m testing the application as I write and I am more and more impressed with it. I added &#8220;curry&#8221; as an ingredient and I immediately got three suggestions (curry, green curry and curry powder). More on the details later on, let&#8217;s take a look at installing it.</p>
<p>Gourmet recipe manager is meant for the GNOME environment, which means Linux, however, it works an all systems supporting the GTK environment, which means Mac and PC users can rejoice! The current Windows version is 0.13.4, one version behind the latest. Is suggest downloading &#8221; gourmet-0.13.4-1-full_gtkglade-2.12.9.exe&#8221; which includes the GTK environment. One note to Windows users. i couldn&#8217;t run the app, I got some error, then I went to its install folder, ran &#8220;Gourmet_debug.exe&#8221; and now it works. I don&#8217;t know if this will work for you, let&#8217;s hope so. Ok, let&#8217;s see what this app can do!</p>
<p>The whole system of Gourmet Recipe Manager is awesome! Adding a recipe is a 4 step process. First you have to add some general info like type of food, cooking time and so on. The you can add ingredients, which I have previously said is done in a very cool way. There is a small details menu at the bottom, expand it and add the items there, I think it is more accurate and easy to use this way. When you enter an ingredient the ingredient key and shopping category will change automatically. I haven&#8217;t come across an ingredient it doesn&#8217;t recognize, from curcuma to coriander, it knows all spices, and everything else! Once done just add the instructions and the notes. I think it makes sense to make the instructions as short as possible and add notes for less experienced budding chefs.</p>
<p>When you have a recipe you have another set of tools at hand. Taking a look at the recipe card you can take a look at the nutritional info. You may have to add the missing info, but this is as simple as clicking on an automatic searcg entry. For example, there were two selections I could make for chicken breast, I just had to choose on. i immediately got detailed nutritional information on my recipe, great for when you&#8217;re going on a diet, or if you want to live a healthy life.</p>
<p>You also have a shopping list generator. Again, the whole mentality of the app is in here. Some very simple things are added to make your life easier, like being able to drop an item into an &#8220;already have&#8221; list. This is great since a recipe may well need salt and pepper, which you probabyl already have at home. You can then print the list and start shopping. You can actually add other items to the list, so you can input your non-recipe items if you want.</p>
<p>As you can see I&#8217;m very excited about this application. I like cooking and eating, but this is only partly the reason. For me it represents the perfect piece of software. I&#8217;m sure it has some problems, I&#8217;ve only been using it for a day, but the whole mentality in which it was developed is great. This is the type of software which gives you exactly what you need for the purpose it is used. It has great practical things built in, and despite the narrow niche it fills, it is quite flexible. I&#8217;m off to donate on the sourceforge page!</p>
Posted in How to, Internet  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=98&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/10/manage-your-favorite-recipes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft working on App Store</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/09/microsoft-working-on-app-store/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/09/microsoft-working-on-app-store/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:29:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/09/microsoft-working-on-app-store/</guid>
		<description><![CDATA[Microsoft Corp. is working on a software distribution scheme along the lines of Apple&#8217;s iPhone App Store, CEO Steve Ballmer said yesterday at a developer&#8217;s conference in Sydney, Australia.
But Microsoft has no plans to mimic Apple Inc. in another way, Ballmer added, rejecting the idea of using the open-source WebKit rendering engine to power the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=97&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong><u>Microsoft Corp</u></strong>. is working on a software distribution scheme along the lines of Apple&#8217;s iPhone App Store, <u><strong>CEO Steve Ballmer</strong></u> said yesterday at a developer&#8217;s conference in Sydney, Australia.</p>
<p>But Microsoft has no plans to mimic Apple Inc. in another way, Ballmer added, rejecting the idea of using the open-source WebKit rendering engine to power the company&#8217;s Internet Explorer (IE) Web browser. Apple relies on WebKit as the foundation of its Safari browser, as does Google Inc. for its Chrome. </p>
<p>During the question-and-answer portion of his time on stage at an event the company billed as <a href="http://www.microsoft.com/australia/powertodevelopers/vision.aspx">&quot;Liberation Day&quot;</a> for Australian developers, Ballmer said that Microsoft will soon launch a service that will let programmers sell their wares directly to consumers. </p>
<p>&quot;I actually will agree that there&#8217;s some good work, particularly at Facebook and also with the iPhone, where both of those companies have made it easier for developers to distribute their applications,&quot; Ballmer said when asked whether Microsoft would provide a way for developers to create software and distribute it directly to users. </p>
<p>&quot;[They've] made it easier to kind of get exposure for your applications,&quot; Ballmer continued. &quot;There&#8217;s not much money being made, but the general concept of giving developers a way not only to get their code distributed, but to really get visibility for the code, is a good idea.&quot; </p>
<p>Apple&#8217;s App Store, which launched in July along with the iPhone 3G, has been a phenomenal success, according to CEO Steve Jobs. During a conference call last month with Wall Street analysts to discuss his company&#8217;s most recently concluded quarter, Jobs said that users had downloaded 200 million programs from the App Store since its debut, and that the online mart &#8212; the only officially sanctioned way to add new capabilities to an iPhone &#8212; boasted more than 5,500 applications. </p>
<p>Facebook, meanwhile, has allowed third-party developers to market software on the social networking site since May 2007. </p>
<p>Ballmer hinted that something similar would be coming soon from Microsoft. &quot;We debated long and hard before the [Professional Developers Conference] whether we ought to disclose some of the things that we&#8217;ve got in progress,&quot; Ballmer said. The conference was held in Los Angeles last week. </p>
<p>&quot;We decided the answer was &#8216;Not ready to talk about those yet,&#8217;&quot; Ballmer continued. &quot;But fear not, we&#8217;re hard at work, and you&#8217;ll see some of the benefits [of that] with some of the concepts, particularly Facebook&#8217;s.&quot; </p>
<p>Ballmer&#8217;s lean toward Facebook makes sense. In June, Microsoft said it had prototyped a Facebook knock-off dubbed &quot;TownSquare&quot; and was testing it inside the company. According to Microsoft, TownSquare was designed to run inside enterprises. </p>
<p>Although Microsoft may soon mimic Apple&#8217;s App Store, Ballmer was less willing to admit his firm would copy Apple in another way. </p>
<p>When a developer asked Ballmer to &quot;explain why IE is still relevant&quot; and questioned Microsoft&#8217;s use of its own rendering engine, Trident, rather than the open-source WebKit engine, Ballmer rejected the idea that all browsers should use the same foundation. </p>
<p>&quot;I think there will continue to be a lot of proprietary innovation by us, and other people, inside the browser itself,&quot; said Ballmer. &quot;A company like ours needs to have [its own] rendering service. It is important that we have a browser that embraces [Internet] standards, but also allows us to have innovative extensions even before the standards bodies go there.&quot; </p>
<p>Ballmer did say that he thought WebKit was &quot;an interesting thing&quot; &#8212; though he mentioned only Apple by name, omitting Microsoft&#8217;s even bigger rival, Google, which also uses WebKit &#8212; and added that Microsoft might consider the open-source engine. Even then, however, he stuck up for IE. </p>
<p>&quot;From time to time, we may take a look at [WebKit], but right now we feel very confident in our browser team and its availability to execute,&quot; Ballmer said. </p>
<p>Microsoft is currently working on IE8, which hit Beta 2 in late August. The company has not set a delivery date for the final code of the new browser, however.</p>
Posted in Microsoft, Software, Windows  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=97&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/09/microsoft-working-on-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>
	</item>
		<item>
		<title>Watch Boxing Live Calzaghe v Jones Online Tv Stream</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/09/watch-boxing-live-calzaghe-v-jones-online-tv-stream/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/09/watch-boxing-live-calzaghe-v-jones-online-tv-stream/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:24:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/09/watch-boxing-live-calzaghe-v-jones-online-tv-stream/</guid>
		<description><![CDATA[The &#8220;Pride of Wales&#8221;, Joe Calzaghe continues his quest towards becoming the best fighter on the planet as he visits New York City for the first time ever. The current Super Middleweight and Light Heavyweight World Champion puts his undefeated record on the line versus the legendary Jones, Jr.    Roy Jones, Jr. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=96&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The &#8220;Pride of Wales&#8221;, Joe Calzaghe continues his quest towards becoming the best fighter on the planet as he visits New York City for the first time ever. The current Super Middleweight and Light Heavyweight World Champion puts his undefeated record on the line versus the legendary Jones, Jr.    <br />Roy Jones, Jr. has long been recognized among the World&#8217;s top pound-for-pound fighters, winning five World Championships in four different weight classes. Jones will look to continue his win streak at &#8220;The World&#8217;s Most Famous Arena,&#8221; where he defeated Puerto Rican superstar Felix &#8220;Tito&#8221; Trinidad in an epic showdown this past January.</p>
<h4><a href="http://www.joecalzagheroyjoneslivestreaming.info/" target="_blank"><img class="content-block-fix" height="32" alt="Live TV - en Directo" src="http://farm4.static.flickr.com/3161/2801030640_e734d61253_o.jpg" width="83" /></a><a href="http://www.joecalzagheroyjoneslivestreaming.info/" target="_blank">Live Link</a><a href="http://www.joecalzagheroyjoneslivestreaming.info/" target="_blank"><img class="content-block-fix" height="32" alt="Live TV - en Directo" src="http://farm4.static.flickr.com/3161/2801030640_e734d61253_o.jpg" width="83" /></a></h4>
Posted in Video  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=96&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/09/watch-boxing-live-calzaghe-v-jones-online-tv-stream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3161/2801030640_e734d61253_o.jpg" medium="image">
			<media:title type="html">Live TV - en Directo</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3161/2801030640_e734d61253_o.jpg" medium="image">
			<media:title type="html">Live TV - en Directo</media:title>
		</media:content>
	</item>
		<item>
		<title>ISO Creator &#8211; Make ISO Images Free</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/09/iso-creator-make-iso-images-free/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/09/iso-creator-make-iso-images-free/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:15:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Program]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/09/iso-creator-make-iso-images-free/</guid>
		<description><![CDATA[Lee Mathews over at the Download Squad mentioned a tool that could be used to create ISO images. ISO Creator, the name of the application, can be used to create ISO images from files or folders of the computer&#8217;s hard drive.
The benefits of creating ISO images and mounting them in Windows might outweigh the negative [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=95&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.downloadsquad.com/2008/11/06/free-iso-creator-creates-images-in-three-easy-steps/">Lee Mathews</a> over at the Download Squad mentioned a tool that could be used to create ISO images. ISO Creator, the name of the application, can be used to create ISO images from files or folders of the computer&#8217;s hard drive.</p>
<p>The benefits of creating ISO images and mounting them in Windows might outweigh the negative aspects. The main benefit is file management. Instead of having many folders and files scattered around the hard drive there is only one ISO file containing all the files. It&#8217;s not a difference speed wise either because the files are still located on the computer&#8217;s hard drive. The only negative aspect of this procedure is the fact that no new files can be added to the ISO image. The user would have to copy all files back to the computer, add the new ones and create a new ISO image.</p>
<p>The <a href="http://www.minidvdsoft.com/isocreator/index.html">Free ISO Creator</a> makes use of an easy to use interface that basically concentrates on adding files and folders using a file browser. It is possible to set a size limit for the ISO image. The three default sizes 700 MB, 4.5 GB and 8.0 GB are available as well as an option to create a custom sized ISO image which can be easily mounted as well.</p>
<p><img title="iso creator" height="387" alt="iso creator" src="http://www.ghacks.net/wp-content/uploads/2008/11/iso_creator-500x461.jpg" width="419" /></p>
<p>A few additional options like creating a bootable image or selecting a different file system for the ISO are available. Conversion of the files usually does not take longer than a few seconds depending on the size they occupy on the hard drive and some additional parameters like the hard drive&#8217;s speed.</p>
<p>The ISO images can be mounted or burned to CD or DVD afterwards.</p>
Posted in Free, Program  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=95&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/09/iso-creator-make-iso-images-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>

		<media:content url="http://www.ghacks.net/wp-content/uploads/2008/11/iso_creator-500x461.jpg" medium="image">
			<media:title type="html">iso creator</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Use different single template per category on WP</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/09/how-to-use-different-single-template-per-category-on-wp/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/09/how-to-use-different-single-template-per-category-on-wp/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:11:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/09/how-to-use-different-single-template-per-category-on-wp/</guid>
		<description><![CDATA[First, you&#8217;ll have to create each different layouts you&#8217;d like to use. In this recipes, they&#8217;re named single1.php and single2.php. The default posts template is single_default.php.
Once you have your templates ready, insert the following code on your regular single.php file. When single.php will be called, this code will automatically include your custom layout based on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=94&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First, you&#8217;ll have to create each different layouts you&#8217;d like to use. In this recipes, they&#8217;re named <em>single1.php</em> and <em>single2.php</em>. The default posts template is <em>single_default.php</em>.</p>
<p>Once you have your templates ready, insert the following code on your regular <em>single.php</em> file. When single.php will be called, this code will automatically include your custom layout based on the current category id.</p>
<pre>&lt;?php  $post = $wp_query-&gt;post;

  if (in_category('1')) {      include(TEMPLATEPATH.'/single1.php');  } elseif (in_category('2')) {      include(TEMPLATEPATH.'/single2.php');  } else {      include(TEMPLATEPATH.'/single_default.php');  }?&gt;</pre>
Posted in Blogging, Theme, Wordpress  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=94&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/09/how-to-use-different-single-template-per-category-on-wp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>
	</item>
		<item>
		<title>DoppelMe &#8211; Create a free avatar</title>
		<link>http://dailytechnotips.wordpress.com/2008/11/08/doppelme-create-a-free-avatar/</link>
		<comments>http://dailytechnotips.wordpress.com/2008/11/08/doppelme-create-a-free-avatar/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 13:45:00 +0000</pubDate>
		<dc:creator>bloggerdal</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://dailytechnotips.wordpress.com/2008/11/08/doppelme-create-a-free-avatar/</guid>
		<description><![CDATA[Avatars are all over the Internet. Instead of placing your own personal photo on a website, you can easily substitute it for an avatar. Usually, an avatar can best be described as a virtual representation of yourself.
Forums, blogs, and personal websites are always asking you to post an image of yourself. Although most web surfers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=93&subd=dailytechnotips&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Avatars are all over the Internet. Instead of placing your own personal photo on a website, you can easily substitute it for an avatar. Usually, an avatar can best be described as a virtual representation of yourself.</p>
<p>Forums, blogs, and personal websites are always asking you to post an image of yourself. Although most web surfers don&#8217;t mind doing so, sometimes you&#8217;d rather use something else. Search the Internet for a couple of minutes and you&#8217;ll find tons of websites that offer free avatar making capabilities.&#160;&#160;&#160; </p>
<p>Earlier I wrote about Gizmoz, a free service where you can create your own avatar online. But there&#8217;s more sites too! </p>
<p><img height="91" alt="image" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb58.png" width="331" border="0" /></p>
<p><a href="http://www.doppelme.com/"><strong>DoppelMe</strong></a><strong> </strong>is a completely free web service that will allow you to create your virtual self with ease. To get started, just click the &#8220;Create&#8221; tab and you&#8217;ll be guided through the creation process. Select your preferred gender, skin color, and eye color.</p>
<p>You can begin to see the changes you&#8217;ve chosen by viewing the DoppelMe avatar located on the left side of the page. The next step involved in customizing your personal DoppelMe is to choose a facial expression. There&#8217;s a small group available for you to select from. If you&#8217;re unsure about which one to pick, consider testing each one.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p>
<p><img height="227" alt="image" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb59.png" width="134" border="0" /></p>
<p>Decide on the best hairstyle, eyewear, clothes, and other accessories for your DoppelMe avatar. If you&#8217;d like to add an even bigger personal touch, place a background behind your avatar as well. This will allow it to stand out a little bit more.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p>
<p><img height="215" alt="image" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb60.png" width="137" border="0" /></p>
<p>Decide on the best hairstyle, eyewear, clothes, and other accessories for your DoppelMe avatar. If you&#8217;d like to get add an even bigger personal touch, place a background behind your avatar as well. This will allow it to stand out a little bit more.</p>
<p><img height="123" alt="image" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb61.png" width="301" border="0" /></p>
<p>Some of the extra features require you to create and sign into your newly created account. Register for a free DoppelMe account once you&#8217;ve finished configuring your personal avatar. Enter an easy to remember username, valid email address, location, birth year, and the displayed security code.&#160; </p>
<p><img height="149" alt="image" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb62.png" width="303" border="0" /></p>
<p>After you&#8217;ve logged into your DoppelMe account, you&#8217;ll need to save your customized avatar. You&#8217;ll also have access to some of the features that required you to log in first. Change some of the settings of your avatar at anytime or create multiple ones.</p>
<p>Adding your DoppelMe avatars to a website can be done by cutting and pasting the html code onto it. Include your personal avatar into an email signature as well. Once your friends and family members spot your DoppelMe, they&#8217;ll want to know how to create their own.&#160;&#160;&#160; </p>
<p><img height="178" alt="image" src="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb63.png" width="310" border="0"></p>
<p>Visit the DoppelMe homepage and begin building an avatar to represent you in chat rooms, blogs, web pages, and forums. Let it represent your online personality instead of a boring image. It&#8217;s totally free and fun to create. Within a few minutes, you&#8217;ll have an impressive avatar worth sharing.</p>
<p>Ms Yokum    <br />Tech Enthusiast &amp; Blogger</p>
Posted in Free, Game, Internet, Life, web 2.0  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailytechnotips.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailytechnotips.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailytechnotips.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailytechnotips.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailytechnotips.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailytechnotips.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailytechnotips.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailytechnotips.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailytechnotips.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailytechnotips.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailytechnotips.wordpress.com&blog=5169801&post=93&subd=dailytechnotips&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dailytechnotips.wordpress.com/2008/11/08/doppelme-create-a-free-avatar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/402d88b5c2980f11fbb92002e9aac9b0?s=96&#38;d=" medium="image">
			<media:title type="html">bloggerdal</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb58.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb59.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb60.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb61.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb62.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://www.online-tech-tips.com/wp-content/uploads/2008/10/image-thumb63.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>