<?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"
	>

<channel>
	<title>Tammy Hart Designs</title>
	<atom:link href="http://www.tammyhartdesigns.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tammyhartdesigns.com</link>
	<description>Web Designer, WordPress Designer, Free WordPress Themes, Logo Designer, CSS, XHTML, Coding</description>
	<pubDate>Tue, 24 Jun 2008 17:41:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>WordPress: How to Display the Parent Page Title in Your Title Meta Tag</title>
		<link>http://www.tammyhartdesigns.com/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/</link>
		<comments>http://www.tammyhartdesigns.com/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 17:39:48 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110</guid>
		<description><![CDATA[In a project I&#8217;m working on at the moment, The page structure is set up using 5 main pages, and then each have their respective sub-pages. For SEO purposes, I wanted my &#60;title&#62; meta tag to display the page title and it&#8217;s parent page title if the current page was a child page, i.e.:
&#60;title&#62;Page Title&#60;/title&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>In a project I&#8217;m working on at the moment, The page structure is set up using 5 main pages, and then each have their respective sub-pages. For SEO purposes, I wanted my &lt;title&gt; meta tag to display the page title and it&#8217;s parent page title if the current page was a child page, i.e.:</p>
<pre>&lt;title&gt;Page Title&lt;/title&gt; or &lt;title&gt;Parent Page Title — Page Title&lt;/title&gt;</pre>
<p>So after doing a little searching and combining some code, this is what I came up with:</p>
<pre>&lt;title&gt;&lt;?php
if($post-&gt;post_parent) {
$parent_title = get_the_title($post-&gt;post_parent);
echo $parent_title;
?&gt; &amp;#8212; &lt;?php } ?&gt;&lt;?php wp_title(''); ?&gt;&lt;/title&gt;</pre>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2Fwordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag%2F';
  addthis_title  = 'WordPress%3A+How+to+Display+the+Parent+Page+Title+in+Your+Title+Meta+Tag';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photo Restoration</title>
		<link>http://www.tammyhartdesigns.com/photo-restoration/</link>
		<comments>http://www.tammyhartdesigns.com/photo-restoration/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 18:55:07 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=109</guid>
		<description><![CDATA[There&#8217;s photo restoration:

And then there&#8217;s photo restoration:

This is a picture of the dining room in a 1890&#8217;s house that my husband and I are wanting to buy and restore. I got a little anxious and started early in photoshop. Now if only I could just hit print and see the results in the real life [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s photo restoration:<br />
<img title="photo-unrestored-copy" src="http://www.tammyhartdesigns.com/wp-content/uploads/photo-unrestored-copy.jpg" alt="" width="205" height="300" /><img title="photo-restored" src="http://www.tammyhartdesigns.com/wp-content/uploads/photo-restored.jpg" alt="" width="205" height="300" /></p>
<p>And then there&#8217;s photo restoration:</p>
<p><img title="diningroom-old" src="http://www.tammyhartdesigns.com/wp-content/uploads/diningroom-old.jpg" alt="" /><img title="diningroom-new" src="http://www.tammyhartdesigns.com/wp-content/uploads/diningroom-new.jpg" alt="" /></p>
<p>This is a picture of the dining room in a 1890&#8217;s house that my husband and I are wanting to buy and restore. I got a little anxious and started early in photoshop. Now if only I could just hit print and see the results in the real life room!</p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2Fphoto-restoration%2F';
  addthis_title  = 'Photo+Restoration';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/photo-restoration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>25 Reasons for Updating My Website&#8217;s Design</title>
		<link>http://www.tammyhartdesigns.com/25-reasons-for-updating-my-websites-design/</link>
		<comments>http://www.tammyhartdesigns.com/25-reasons-for-updating-my-websites-design/#comments</comments>
		<pubDate>Wed, 07 May 2008 17:37:00 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=102</guid>
		<description><![CDATA[Today is my birthday, and I am now 25 years old. I am on the downward spiral into full-fledged adult hood and I am not all that excited. I do love birthdays for the presents and parties, but I haven&#8217;t been excited about being another year older since my 18th birthday. I waited all my [...]]]></description>
			<content:encoded><![CDATA[<p>Today is my birthday, and I am now 25 years old. I am on the downward spiral into full-fledged adult hood and I am not all that excited. I do love birthdays for the presents and parties, but I haven&#8217;t been excited about being another year older since my 18th birthday. I waited all my life to be 18, and then it only lasted a year!</p>
<p>One of my gifts to myself (I already bought the latest Sarah Kelly CD, and did some clothes shopping for myself) is a new design for website. I only started it last night, but hopefully I&#8217;ll be able to work on it steadily over the next few days. This design will be the best SEO and the best accessibility that I&#8217;ve ever done. It will show a more high class style, and not have use the boxed in feeling I have now.</p>
<p>My husband told me back in November that I needed to keep my design for at least a year, and that was my plan, but in just 6 months, I have learned so much more about design and SEO that I just feel like my site should stay up to date with my own capabilities. So my new design will come out of conformity and stand on it&#8217;s own two feet as a creative, eye catching design, and hopefully give me better search engine rankings.</p>
<p>Here is a screenshot of the homepage design so far:</p>
<p><a href="http://www.tammyhartdesigns.com/wp-content/uploads/thd3.jpg"><img class="alignnone size-thumbnail wp-image-103" title="thd3" src="http://www.tammyhartdesigns.com/wp-content/uploads/thd3-150x150.jpg" alt="New Design" width="150" height="150" /></a></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2F25-reasons-for-updating-my-websites-design%2F';
  addthis_title  = '25+Reasons+for+Updating+My+Website%26%238217%3Bs+Design';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/25-reasons-for-updating-my-websites-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New WordPress Theme For Sale - Resilience</title>
		<link>http://www.tammyhartdesigns.com/new-wordpress-theme-for-sale-resilience/</link>
		<comments>http://www.tammyhartdesigns.com/new-wordpress-theme-for-sale-resilience/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 23:14:37 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=100</guid>
		<description><![CDATA[
Live Preview
Theme name: Resilience
Widget Ready Sidebar: Yes
Rights: Completely goes to buyer
Unique/Original Design: Yes
Other Features:

Special frontpage layout with featured latest post, recent posts, and recent comments
Special post title and meta data on single pages
Fresh &#8220;web 2.0&#8243; design
Unique previous and next post links
Horizontal page nav with child pages listed in sidebar of parent pages only


  addthis_url [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://marketplace.sitepoint.com/auctions/34884"><img title="&gt;&gt;&gt;&gt; Unique WordPress theme, lots of features, fresh " src="http://marketplace.sitepoint.com/auctions/34884.png" alt="&gt;&gt;&gt;&gt; Unique WordPress theme, lots of features, fresh " /></a></p>
<p><a href="http://www.tammyhartdesigns.com/wordpress/index.php?wptheme=Resilience">Live Preview</a></p>
<p><strong>Theme name:</strong> Resilience</p>
<p><strong>Widget Ready Sidebar:</strong> Yes</p>
<p><strong>Rights:</strong> Completely goes to buyer</p>
<p><strong>Unique/Original Design:</strong> Yes</p>
<p><strong>Other Features:</strong></p>
<ul>
<li>Special frontpage layout with featured latest post, recent posts, and recent comments</li>
<li>Special post title and meta data on single pages</li>
<li>Fresh &#8220;web 2.0&#8243; design</li>
<li>Unique previous and next post links</li>
<li>Horizontal page nav with child pages listed in sidebar of parent pages only</li>
</ul>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2Fnew-wordpress-theme-for-sale-resilience%2F';
  addthis_title  = 'New+WordPress+Theme+For+Sale+-+Resilience';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/new-wordpress-theme-for-sale-resilience/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multiple Widget &#8220;Sidebars&#8221; in WordPress Themes</title>
		<link>http://www.tammyhartdesigns.com/multiple-widget-sidebars-in-wordpress-themes/</link>
		<comments>http://www.tammyhartdesigns.com/multiple-widget-sidebars-in-wordpress-themes/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 00:14:54 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=99</guid>
		<description><![CDATA[Most WordPress users love the ability to customize their front end functionality with easy to use widgets. All you do is drag and drop, make a few minor customizations if you want to, and bingo bango, customization in a flash! But something that recently stumped me was.. how can I make more than one sidebar [...]]]></description>
			<content:encoded><![CDATA[<p>Most WordPress users love the ability to customize their front end functionality with easy to use widgets. All you do is drag and drop, make a few minor customizations if you want to, and bingo bango, customization in a flash! But something that recently stumped me was.. how can I make more than one sidebar in the theme and keep them all widgetized so that the client can then customize everything to his liking and any future changes he might want to make. So I started searching around and I found very little information about it. I figured I wasn&#8217;t the only developer in need of learning how, so here I am, and here is the best I can make of it. If anyone can add to it, just let me know.</p>
<p>In my project, I wanted widget capability in my sidebar, and in my super footer. I already had my <code>functions.php</code> code ready for one sidebar. I found <a href="http://bloggingexperiment.com/archives/add-widgets-wordpress-themes.php">one site</a> that gave me peices of what I needed to know, but didn&#8217;t explain it well enough for me. So I figured it out through good ol&#8217; trial and error.</p>
<p>Here is what my new <code>functions.php</code> looks like:</p>
<pre>&lt;?php
if ( function_exists('register_sidebar') ){

register_sidebar(array(
'name' =&gt; 'sidebar',
'before_widget' =&gt; '&lt;li id="%1$s" class="widget %2$s"&gt;',
'after_widget' =&gt; '&lt;/li&gt;',
'before_title' =&gt; '&lt;h2 class="widgettitle"&gt;',
'after_title' =&gt; '&lt;/h2&gt;',));

register_sidebar(array(
'name' =&gt; 'footer',
'before_widget' =&gt; '&lt;li id="%1$s" class="widget %2$s"&gt;',
'after_widget' =&gt; '&lt;/li&gt;',
'before_title' =&gt; '&lt;h2 class="widgettitle"&gt;',
'after_title' =&gt; '&lt;/h2&gt;',));

} ?&gt;</pre>
<p>As you can see, it registers two sidebars, one called &#8220;sidebar&#8221;, and one called &#8220;footer&#8221;. You can repeat these sections for as many sidebars you need and name them whatever you want to name them. But how do you tell which sidebar to be which in the template files?<br />
Here is what the default widget code looks like:</p>
<pre>&lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?&gt;</pre>
<p>Here is what it looks like with the name in it:</p>
<pre>&lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar') ) : ?&gt;</pre>
<p>Of course, you should include your  <code>&lt;?php endif; ?&gt;</code>where you need it to be.</p>
<h3>Another quick note about custom sidebars</h3>
<p>Sometimes there are elements that you want to stay in your sidebar, and not be canceled out by widgets. Simply place your widget code above or below these concrete elements, and don&#8217;t wrap it with the <code>&lt;?php endif; ?&gt;</code>.</p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2Fmultiple-widget-sidebars-in-wordpress-themes%2F';
  addthis_title  = 'Multiple+Widget+%26%238220%3BSidebars%26%238221%3B+in+WordPress+Themes';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/multiple-widget-sidebars-in-wordpress-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free WordPress Theme Release - xSimplify</title>
		<link>http://www.tammyhartdesigns.com/free-wordpress-theme-release-xsimplify/</link>
		<comments>http://www.tammyhartdesigns.com/free-wordpress-theme-release-xsimplify/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 17:31:42 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=86</guid>
		<description><![CDATA[This is a brand new thing for me. I&#8217;ve never released a free theme, so I expect that if it does gain a lot of exposure, this ride could possibly get bumpy.  
This theme isn&#8217;t a very flexible one, but I still feel like it is interesting enough to add to your collection. It [...]]]></description>
			<content:encoded><![CDATA[<p>This is a brand new thing for me. I&#8217;ve never released a free theme, so I expect that if it does gain a lot of exposure, this ride could possibly get bumpy.  </p>
<p>This theme isn&#8217;t a very flexible one, but I still feel like it is interesting enough to add to your collection. It is called xSimplify because it does exemplify beautiful simplicity.</p>
<p>The sidebar is widgetized and it works in WordPress versions 2.0.*+ including the latest 2.5. It has a stylized rss section and search area in the sidebar. The pages are listed across the top as tabs. The background extends for a maximum of 1600 pixel wide resolution and features a nice vector art tree at the bottom that gives you a nice surprise when you scroll to the bottom of a long page. There is special styling for an unordered list and a blockquote. The comments are also styled with alternating shading.</p>
<p><img class="alignnone size-full wp-image-87" title="xSimplify Thumbnails" src="http://www.tammyhartdesigns.com/wp-content/uploads/2008/04/xsimplify.jpg" alt="xSimplify Thumbnails" /></p>
<p><a href="http://www.tammyhartdesigns.com/wordpress/index.php?wptheme=xSimplify" target="_blank">Live Preview</a> | <a href="http://www.tammyhartdesigns.com/wp-content/uploads/xsimplify.zip">Download</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/80x15.png"/></a><br/><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">xSimplify</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.tammyhartdesigns.com" property="cc:attributionName" rel="cc:attributionURL">Tammy Hart</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.</p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2Ffree-wordpress-theme-release-xsimplify%2F';
  addthis_title  = 'Free+WordPress+Theme+Release+-+xSimplify';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/free-wordpress-theme-release-xsimplify/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New WordPress 2.5 and New Thoughts</title>
		<link>http://www.tammyhartdesigns.com/new-wordpress-25-and-new-thoughts/</link>
		<comments>http://www.tammyhartdesigns.com/new-wordpress-25-and-new-thoughts/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 23:53:19 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[Industry News]]></category>

		<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=82</guid>
		<description><![CDATA[WordPress has finally made a complete overhaul of their system, and it looks great. I&#8217;ve upgraded my main site and the testing area to WP 2.5 with minimal problems.
There aren&#8217;t any noticeable changes to you on the outside, but here on the inside of the new Admin Dashboard, it&#8217;s a whole new world. Everything is [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress has finally made a complete overhaul of their system, and it looks great. I&#8217;ve upgraded my main site and the testing area to WP 2.5 with minimal problems.</p>
<p>There aren&#8217;t any noticeable changes to you on the outside, but here on the inside of the new Admin Dashboard, it&#8217;s a whole new world. Everything is so much sleeker and easier to use. The new media functionality is awesome. I did run into a snag there that was fixed with a little help from the <a href="http://wordpress.org/support/topic/162373?replies=20#post-716628" target="_blank">support forums</a>.</p>
<p>I&#8217;ve been thinking about making some subtle changes to my site design to just spruce it up a bit, but I can&#8217;t seem to get settled on it. I have an irritating need for frequent change in my life, but my husband has forbid me to overhaul my design until it&#8217;s at least a year old. <img src='http://www.tammyhartdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> His &#8220;advice&#8221; is good though, as I need to establish recognizability. So instead, I&#8217;ll probably overhaul <a href="http://www.mythreedaisies.com">MyThreeDaisies</a>, and I&#8217;m currently working on overhauling <a href="http://www.halochurchsites.com" target="_blank">Halo</a> (<a href="http://www.halochurchsites.com/beta" target="_blank">preview</a>), which is just step one in overhauling <a href="http://www.christway.info" target="_blank">Christway</a> which will be taking on my present design from Halo.</p>
<p>This is all being fit between my normal work, of course. The latest trophy added to my <a href="http://www.tammyhartdesigns.com/portfolio">portfolio</a> page is the overhaul I just finished for <a href="http://www.i-cmg.com">Comag Marketing Group</a>. A lot of work went into making it function just like we wanted it to, but the result was perfect success, as that is the only thing I am satisfied with. I&#8217;ll go ahead and take this opportunity to make mention of my new friend Jason Craft from <a href="http://www.deftdevelopment.com" target="_blank">Deft Development</a> for helping me amend a plugin to give it a bit of extra functionality crucial to the success of the site.</p>
<p>We&#8217;re four months into 2008, and I still feel like I&#8217;m kicking it off!</p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2Fnew-wordpress-25-and-new-thoughts%2F';
  addthis_title  = 'New+WordPress+2.5+and+New+Thoughts';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/new-wordpress-25-and-new-thoughts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Comag Marketing Group</title>
		<link>http://www.tammyhartdesigns.com/comag-marketing-group/</link>
		<comments>http://www.tammyhartdesigns.com/comag-marketing-group/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 21:58:19 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=80</guid>
		<description><![CDATA[


Website Name
Comag Marketing Group
Web Address
http://www.i-cmg.com
Project Date
April 2008 
Work Done


Logo Touchup
Unique Overall Website Design and Layout
XHTML/CSS Tableless Coding
Semi-Opaque drop down submenus
highly customized WordPress Integration


Comments
This project pushed WordPress harder than anything I&#8217;ve ever worked on. There were times we thought we had found limits to WP&#8217;s capabilities, but with the help of a great WordPress developer, we [...]]]></description>
			<content:encoded><![CDATA[<p class="thumb"><a href="http://www.i-cmg.com/"><img src="http://www.tammyhartdesigns.com/wp-content/uploads/2008/04/comag01.jpg" alt="" width="258" height="100" /></a></p>
<p class="thumb"><a href="http://www.i-cmg.com"><img src="http://www.tammyhartdesigns.com/wp-content/uploads/2008/04/comag02.jpg" alt="" width="258" height="100" /></a></p>
<dl>
<dt>Website Name</dt>
<dd>Comag Marketing Group</dd>
<dt>Web Address</dt>
<dd><a href="http://www.i-cmg.com">http://www.i-cmg.com</a></dd>
<dt>Project Date</dt>
<dd>April 2008 </dd>
<dt>Work Done</dt>
<dd>
<ul>
<li>Logo Touchup</li>
<li>Unique Overall Website Design and Layout</li>
<li>XHTML/CSS Tableless Coding</li>
<li>Semi-Opaque drop down submenus</li>
<li>highly customized WordPress Integration</li>
</ul>
</dd>
<dt>Comments</dt>
<dd>This project pushed WordPress harder than anything I&#8217;ve ever worked on. There were times we thought we had found limits to WP&#8217;s capabilities, but with the help of a great <a href="http://www.deftdevelopment.com" target="_blank">WordPress developer</a>, we were able to get it to do everything we wanted it to. This site appears to be running three different blogs. One for the Company News, one for the NewsShare, and one for the Hot Issues and main pages, but with the clever use of Categories, all functions are seamlessly integrated. </dd>
</dl>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2Fcomag-marketing-group%2F';
  addthis_title  = 'Comag+Marketing+Group';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/comag-marketing-group/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop is a verb</title>
		<link>http://www.tammyhartdesigns.com/photoshop-is-a-verb/</link>
		<comments>http://www.tammyhartdesigns.com/photoshop-is-a-verb/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 04:29:00 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/photoshop-is-a-verb/</guid>
		<description><![CDATA[I use Photoshop nearly every single day of my life with the work I do. But rarely do I ever use it for what it was originally created for: editing photos. But recently I&#8217;ve been playing around with it a bit, and it&#8217;s really a lot of fun to create and collage things together. Here [...]]]></description>
			<content:encoded><![CDATA[<p>I use Photoshop nearly every single day of my life with the work I do. But rarely do I ever use it for what it was originally created for: editing photos. But recently I&#8217;ve been playing around with it a bit, and it&#8217;s really a lot of fun to create and collage things together. Here are some pictures I took today.</p>
<p>Before:</p>
<p><img src="http://mythreedaisies.com/wp-content/uploads/2008/03/portrait-before.jpg" alt="portrait-before.jpg" /></p>
<p>After:</p>
<p><img src="http://mythreedaisies.com/wp-content/uploads/2008/03/portrait-after.jpg" alt="portrait-after.jpg" /></p>
<p>Before:<br />
<img src="http://mythreedaisies.com/wp-content/uploads/2008/03/window.jpg" alt="window.jpg" /></p>
<p>After:</p>
<p><img src="http://mythreedaisies.com/wp-content/uploads/2008/03/window-after.jpg" alt="window-after.jpg" /></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2Fphotoshop-is-a-verb%2F';
  addthis_title  = 'Photoshop+is+a+verb';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/photoshop-is-a-verb/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Same Tune, Different Lyrics</title>
		<link>http://www.tammyhartdesigns.com/same-tune-different-lyrics/</link>
		<comments>http://www.tammyhartdesigns.com/same-tune-different-lyrics/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 05:53:03 +0000</pubDate>
		<dc:creator>tammyhart</dc:creator>
		
		<category><![CDATA[Industry News]]></category>

		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.tammyhartdesigns.com/same-tune-different-lyrics/</guid>
		<description><![CDATA[That is what I think about free templates. Unless you are going to take that free template and then change it drastically yourself, then using a template that is distributed freely to hundreds and thousands of people, and then using it on your website/blog is like singing &#8220;Amazing Grace&#8221; to the tune of &#8220;Gilligan&#8217;s Island&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p>That is what I think about free templates. Unless you are going to take that free template and then change it drastically yourself, then using a template that is distributed freely to hundreds and thousands of people, and then using it on your website/blog is like singing &#8220;Amazing Grace&#8221; to the tune of &#8220;Gilligan&#8217;s Island&#8221;. People will notice that the words are different, but the focus will be on the hilarity of mimicking a popular tune.</p>
<p>So here is my latest idea, and I&#8217;m still rolling it around in my head, but I wanted to write some of it down:</p>
<p>Everyone knows that non-exclusive WordPress themes are cheaper than custom made ones. The drawback is, everyone has it, and everyone recognizes it, and where it comes from. (I&#8217;m still amazed at how many blogs I run across that use Kubrick&#8217;s default theme.) So.. what if there was a site that developed &#8220;limited edition&#8221; themes. Like.. this theme only goes to the first 100 buyers, and it costs $. Then more elite themes that only go to the first 20 buyers, and it costs $$. Then every once in awhile, you slip in an exclusive theme that costs $$$. It is sold only once, and those only come, say.. once a month. It could even go up for auction.</p>
<p>The first challenge would be to draw in an audience. There would need to be an excitement about the cool new themes, and if you&#8217;re going to be one of the lucky few that gets to own it. This could be compared to baseball card collections or <a href="http://woot.com">Woot</a>. I think to kick start it, there should be plenty of basic, free themes. Then draw them in with more intricate designs. To make that part even more interesting, you could retire themes after a certain period of time.</p>
<p>Breaking off on that thought, what if instead of having individual pricing, the users simply subscribe. And as members, they can download certain themes, upgraded users get access to the upgraded themes.  These themes are only available to a certain amount of downloads for a certain amount of time. Then, you could offer free trial memberships.</p>
<p>It would take some good planning, marketing, and programming, but I think it could gain popularity.</p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tammyhartdesigns.com%2Fsame-tune-different-lyrics%2F';
  addthis_title  = 'Same+Tune%2C+Different+Lyrics';
  addthis_pub    = 'tammyhart';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tammyhartdesigns.com/same-tune-different-lyrics/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
