<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ivete Tecedor Creative</title>
	<atom:link href="http://ivetetecedor.com/feed" rel="self" type="application/rss+xml" />
	<link>http://ivetetecedor.com</link>
	<description>WordPress development</description>
	<lastBuildDate>Fri, 18 May 2012 12:29:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to force Facebook to re-scrape your URL</title>
		<link>http://ivetetecedor.com/792/how-to-force-facebook-to-re-scrape-your-url</link>
		<comments>http://ivetetecedor.com/792/how-to-force-facebook-to-re-scrape-your-url#comments</comments>
		<pubDate>Wed, 11 Apr 2012 15:57:20 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[Facebook integration]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web testing]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=792</guid>
		<description><![CDATA[Have you ever gone to post an update on Facebook and linked to a page on your site, only to find that Facebook wasn&#8217;t pulling in the latest version of that URL? It&#8217;s really frustrating to have content you want to promote and see an empty link in the wall update! The reason this happens [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-793" title="No content facebook update" src="http://ivetetecedor.com/wp-content/uploads/2012/04/empty-300x171.png" alt="" width="300" height="171" />Have you ever gone to post an update on Facebook and linked to a page on your site, only to find that Facebook wasn&#8217;t pulling in the latest version of that URL? It&#8217;s really frustrating to have content you want to promote and see an empty link in the wall update!</p>
<p>The reason this happens is because FB caches <strong>everything</strong>, or maybe more accurately, SUPER CACHES EVERYTHING. It&#8217;s impressive from a technical standpoint and makes sense for performance and all that, but it definitely sucks if you&#8217;re a user trying to market something you recently changed.</p>
<h2>So what&#8217;s the solution?</h2>
<p>Use Facebook&#8217;s own tool to clear their cache!</p>
<p>One of the best Facebook dev tools is the <a href="https://developers.facebook.com/tools/debug" target="_blank">Debugger</a> (also called the &#8220;linter&#8221;), which is intended to help you see how your Facebook-specific meta tags are going to look when the page is shared on FB.</p>
<p>If you go to the debugger and drop in the URL you&#8217;re having trouble with, Facebook will actually reach out to your URL <strong>right then</strong> and grab the current content to display the debugger results.</p>
<p>Doing this also <strong>clears Facebook&#8217;s cache of your page instantly</strong>. Seriously!</p>
<p>After you lint your URL, you can immediately go back and type your update in again, and the good stuff will show up. It&#8217;s that easy!</p>
<p>For the update above, this is what the debugger showed:</p>
<div id="attachment_797" class="wp-caption alignnone" style="width: 510px"><a href="http://ivetetecedor.com/wp-content/uploads/2012/04/result.png"><img class="wp-image-797 " title="Debugger results" src="http://ivetetecedor.com/wp-content/uploads/2012/04/result.png" alt="" width="500" height="402" /></a><p class="wp-caption-text">click for bigger</p></div>
<p>Which is, of course, the content I was trying to share.</p>
<p>Immediately going back to my Facebook page and trying the update again (you should refresh the page before you start just to make sure it will actually grab the URL) yielded this:</p>
<p><img class="size-full wp-image-799 alignnone" title="Content! Woo!" src="http://ivetetecedor.com/wp-content/uploads/2012/04/goodstatus.png" alt="" width="425" height="338" /></p>
<p>That&#8217;s more like it!</p>
<p>It&#8217;s really that easy, and I&#8217;m so glad I thought to try this. Hope it helps some of you out there too!</p>
<p><strong>Oh and bonus:</strong></p>
<p>If you&#8217;re in QA and want to test what will happen when you share content on FB but can&#8217;t actually POST the content to FB because it&#8217;s still in development, the debugger is the way to go for that too.</p>
<p><strong>And one last thing:</strong></p>
<p>If you&#8217;re a knitter reading this and want to actually go to the content in the screenshots above, check out the <a href="http://chiagu.com/collections/yarn/products/koigu-kpppm-yarn" target="_blank">Koigu KPPPM yarn</a> for sale in knitting online store!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/792/how-to-force-facebook-to-re-scrape-your-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive WordPress Themes with Whiteboard</title>
		<link>http://ivetetecedor.com/766/responsive-wordpress-themes-resources</link>
		<comments>http://ivetetecedor.com/766/responsive-wordpress-themes-resources#comments</comments>
		<pubDate>Wed, 29 Feb 2012 15:11:49 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Wordpress Blogging]]></category>
		<category><![CDATA[Wordpress development]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=766</guid>
		<description><![CDATA[I&#8217;m working on my first-ever WordPress theme to sell (actually, I&#8217;m working on two of them at the same time, cuz I&#8217;m a glutton for NOT focusing) and as I work, I&#8217;m finding that I&#8217;m Googling a lot. I have yet to find a comprehensive resource geared towards people who want to sell themes and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-770" title="Responsive wordpress theme" src="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-29-at-9.47.29-AM-300x228.png" alt="" width="300" height="228" /></p>
<p>I&#8217;m working on my first-ever WordPress theme to sell (actually, I&#8217;m working on two of them at the same time, cuz I&#8217;m a glutton for NOT focusing) and as I work, I&#8217;m finding that I&#8217;m Googling a lot. I have yet to find a comprehensive resource geared towards people who want to sell themes and I&#8217;m holding myself back from starting yet another website (ha!) so instead I decided to start documenting what I&#8217;m using and thinking here.</p>
<h2>First up: Responsive Themes.</h2>
<p>It&#8217;s 2012 and yet somehow, not every (big) site on the web is responsive yet. This confuses me. If you have the budget to make a mobile app, surely you have the budget to make your site easy to read on any device?? Somehow lots of major sites are still catching up with this. I just checked my former employer&#8217;s newly-redesigned site (<a href="http://thrillist.com" target="_blank">thrillist.com</a>) and it looks HOT, but it&#8217;s not responsive. All I could think is &#8220;really? REALLY?&#8221;</p>
<p>In my opinion, if you&#8217;re releasing ANYTHING new in 2012 it needs to be responsive.</p>
<p>And if you&#8217;re charging for a premium WordPress theme? It <strong>absolutely</strong> needs to be responsive.</p>
<h3>How to design a responsive WordPress theme</h3>
<p>Like pretty much anything else in web dev these days, the arguably &#8220;best&#8221; and certainly fastest way is to use a framework. For WordPress responsive themes, there are a few options available. I found <a href="http://stuartduff.com/free-wordpress-responsive-theme-frameworks-23012012/" target="_blank">this post</a> with a list of 5 options, of which I&#8217;ve tried three and settled on <a href="http://whiteboardframework.com/" target="_blank">Whiteboard</a>.</p>
<p>Whiteboard is based on the <a href="http://lessframework.com/" target="_blank">Less CSS Framework</a>, which even if you don&#8217;t formally use is a great, simple visual on what to target when going responsive. Here are the four layouts Less uses (image shamelessly screenshot off their site):</p>
<p><a href="http://lessframework.com/"><img class="wp-image-772 alignnone" title="Layouts" src="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-29-at-9.51.18-AM.png" alt="" width="650" height="396" /></a></p>
<p>Everyone knows a visual is worth a thousand words, but in this case I think it&#8217;s more like a million. Four layouts, four screen widths, and a simple blue-and-yellow visual of content layout. If you&#8217;re like me and a visual learner (and I think most tech people are), I&#8217;m wiling to bet that after looking at this graphic most of your responsive design questions have been answered.</p>
<h3>But what about the coding?</h3>
<p>When you use Whiteboard for your responsive WordPress theme, you start out with a simple, bare-bones responsive theme to tweak and build on top of. When you dig into the CSS you&#8217;ll see that it&#8217;s broken up into sections based on the width of the screen. Here&#8217;s an excerpt:</p>
<p><img class="wp-image-779 alignnone" title="CSS" src="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-29-at-10.01.15-AM.png" alt="" width="650" height="113" /></p>
<p>In each of the sections is the code specific to that screen resolution. You&#8217;ll see that everything from font size to content width to alignment can be changed based on the &#8220;view&#8221; you&#8217;re working with.</p>
<p>If your immediate response to that last sentence was &#8220;that&#8217;s a lot of work&#8221; I don&#8217;t have a nice answer for you. Yes, it is definitely more work since you have to not only design but also code and debug <strong>four</strong> versions of your site instead of one . . . but you should do it anyway.</p>
<p>How often do you yourself look at a website on your phone and curse the fact that it&#8217;s unusable? That should be reason enough for you.</p>
<p>It sure is for me.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/766/responsive-wordpress-themes-resources/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded WordPress, and now wp-admin is a blank white screen? Here&#8217;s the fix.</title>
		<link>http://ivetetecedor.com/746/upgraded-wordpress-and-now-wp-admin-is-a-blank-white-screen-heres-the-fix</link>
		<comments>http://ivetetecedor.com/746/upgraded-wordpress-and-now-wp-admin-is-a-blank-white-screen-heres-the-fix#comments</comments>
		<pubDate>Tue, 07 Feb 2012 19:52:48 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[Wordpress development]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=746</guid>
		<description><![CDATA[So just now, I upgraded the last of my properties to the latest WordPress release, 3.3.1. I usually wait to do the most important one until after I&#8217;ve done all the others, to make sure that the one that brings in the dough doesn&#8217;t get killed by an errant upgrade. Usually I have nothing to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-750" title="White screen instead of WordPress Admin Panel, arrrgggghhhhhhh!" src="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-07-at-2.40.23-PM-300x288.png" alt="" width="300" height="288" />So just now, I upgraded the last of my properties to the latest WordPress release, 3.3.1. I usually wait to do the most important one until after I&#8217;ve done all the others, to make sure that the one that brings in the dough doesn&#8217;t get killed by an errant upgrade. Usually I have nothing to worry about, as WordPress does such a fantastic job of upgrading smoothly with just one click, but every so often, well . . .</p>
<h2>Every so often, things break.</h2>
<p>Today was one of those &#8220;every so often&#8221; times, and instead of the &#8220;What&#8217;s new in this version&#8221; admin screen I expected, I was greeted with a horrifying white screen, completely empty of content. I immediately checked the user-facing part of the site, and that looked fine, so I was confused. I&#8217;ve never seen a blank page instead of an admin panel, which is wacky enough, but having that while the user-facing section of the site is functional? Inconceivable! (Princess Bride anyone?)</p>
<h2>Trying anything I can think of</h2>
<p>A quick Google <a href="http://bavotasan.com/2008/the-wordpress-admin-panel-and-the-blank-screen-of-death/" target="_blank">led me to try something that didn&#8217;t make any difference</a>.</p>
<p>My next step was to turn on WP_DEBUG to see what errors came up, and the first one said &#8220;load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available&#8221; &#8212; so clearly something else installed on WP was no longer compatible with the new version. Now I at least knew what I was dealing with, it must be a bad plugin.</p>
<p>And no, of course I hadn&#8217;t turned off all plugins in order to upgrade, who actually does that? Admit it, you don&#8217;t either. And I&#8217;m sure you don&#8217;t back up your DB before-hand, either (neither do I).</p>
<p>So, the next step was obvious: Turn everything &#8220;extra&#8221; off and, assuming that brought my admin panel back from death, then start turning them back on one at a time to figure out what was breaking the site.</p>
<h2>Turning off all plugins without an Admin panel</h2>
<p>To get rid of all plugins, I went into my FTP client and dragged all plugin folders into the wp-content folder. This makes their files inaccessible to WordPress and essentially uninstalls them. Depending on what plugins you had, you may get additional errors after doing this step, and you&#8217;ll need to deal with those (for example, cachine plugins often add additional PHP files to wp-content, and those will need to be deleted through the FTP client).</p>
<p>When I refreshed wp-admin, the admin panel popped up! Score!</p>
<p>Time to turn the plugins back on one at a time, until the site breaks again, in order to find . . .</p>
<h2>The Culprit</h2>
<p>The cuplrit? <a href="http://www.popupdomination.com/" target="_blank">Popup Domination</a>.The plugin we all love yet hate. With the website that makes GoDaddy seem friendly and streamlined . . . figures.</p>
<p>I found <a href="http://getsatisfaction.com/popdom/topics/popup_domination_2_5_6_has_no_updates_to_wp_3_3_1" target="_blank">this post in their support section</a> saying that an updated version of the plugin is available that IS compatible with 331, so I&#8217;ve emailed them to get a copy.</p>
<p>Sure woulda been nice for them to <strong>proactively mail their customers letting them know</strong> . . . hint hint Popup Domination. Free services give better customer service.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/746/upgraded-wordpress-and-now-wp-admin-is-a-blank-white-screen-heres-the-fix/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sanebox: A site full of personality</title>
		<link>http://ivetetecedor.com/731/sanebox-a-site-full-of-personality</link>
		<comments>http://ivetetecedor.com/731/sanebox-a-site-full-of-personality#comments</comments>
		<pubDate>Sun, 05 Feb 2012 14:18:26 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[Design Inspiration]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=731</guid>
		<description><![CDATA[Just came across SaneBox today after reading about it on a friend&#8217;s blog, and I signed right up. A service that will make my disaster of an inbox sane? Yes please! I can&#8217;t speak to how well it works as it&#8217;s still &#8220;analyzing&#8221; so I haven&#8217;t actually used the thing yet, but that&#8217;s not what I want [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_732" class="wp-caption alignleft" style="width: 310px"><a href="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-05-at-8.44.14-AM.png"><img class="size-medium wp-image-732" title="Sanebox Screenshot" src="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-05-at-8.44.14-AM-300x188.png" alt="" width="300" height="188" /></a><p class="wp-caption-text">click for bigger</p></div>
<p>Just came across <a href="https://www.sanebox.com/" target="_blank">SaneBox</a> today after reading about it on a friend&#8217;s blog, and I signed right up. A service that will make my disaster of an inbox sane? Yes please!</p>
<p>I can&#8217;t speak to how well it works as it&#8217;s still &#8220;analyzing&#8221; so I haven&#8217;t actually used the thing yet, but that&#8217;s not what I want to talk about anyway. This post is about the design of the site and how it immediately won me over with its playful design.</p>
<p>On the &#8220;about&#8221; section of the site it says that none of the guys behind the product are designers, but they sure fooled me! I love the hand-drawn elements, the blue character with his crazy facial expressions, and the playful, almost silly ad copy.</p>
<p>Take this &#8220;how it works&#8221; graphic for example:</p>
<p style="text-align: center;"><img class="size-full wp-image-735 aligncenter" title="Filtering email graphic" src="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-05-at-9.07.05-AM.png" alt="" width="511" height="296" /></p>
<p style="text-align: left;">The concept it&#8217;s illustrating is pretty simple, but there&#8217;s no obvious way to visualize it. They could have made a simple graphic with just three arrows in it, but instead they went for this brilliant <a href="http://en.wikipedia.org/wiki/Rube_Goldberg_machine" target="_blank">Rube Goldberg</a>-type image. In one glimpse it tells you everything you need to know: how simple it is for you <strong>and</strong> how complicated what they&#8217;re doing behind the scenes is. And it conveys all that without taking itself too seriously. That&#8217;s really hard to do!</p>
<p style="text-align: left;">If you were being snarky, you could say that it&#8217;s not a very refined graphic (look closely at how the blue funnel connects to the gray machinery area, and how the envelopes are a totally different style of drawing than the rest of it), but I think that&#8217;s part of the charm. It feels <strong>real</strong>. Not stuffy. And the focus is on what the service does, not on business speak.</p>
<p>Assuming the product works as well as the site&#8217;s branding does, I&#8217;m going to love using Sanebox for sure!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/731/sanebox-a-site-full-of-personality/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome landing/squeeze page analysis</title>
		<link>http://ivetetecedor.com/714/awesome-landingsqueeze-page-analysis</link>
		<comments>http://ivetetecedor.com/714/awesome-landingsqueeze-page-analysis#comments</comments>
		<pubDate>Wed, 01 Feb 2012 16:45:33 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[Form design]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=714</guid>
		<description><![CDATA[Stumbled across Create Worth and was literally WOWED by this landing/squeeze page. It&#8217;s striking, informative, has a perfect call-to-action, and it looks beautiful to boot. One of my favorite parts of it is the &#8220;No thanks! Go to Homepage&#8221; link &#8212; too many signup forms like this don&#8217;t include the option to get out of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-01-at-11.34.03-AM.png"><img class="size-medium wp-image-715 alignleft" title="Create Worth signup page" src="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-01-at-11.34.03-AM-300x249.png" alt="" width="300" height="249" /></a>Stumbled across <a href="http://dailyworth.com/createworth" target="_blank">Create Worth</a> and was literally WOWED by this landing/squeeze page. It&#8217;s striking, informative, has a perfect call-to-action, and it looks beautiful to boot.</p>
<p>One of my favorite parts of it is the &#8220;No thanks! Go to Homepage&#8221; link &#8212; too many signup forms like this don&#8217;t include the option to get out of the page but still see the site content and that drives me nuts!</p>
<p>Of course the reason for not giving any options OTHER than signing up is to try to force more conversions, but in my opinion, if your target audience is web-savvy, giving them the &#8220;no thanks&#8221; option will lead to more loyal readers/fans and therefore more <em>valuable</em> conversions long-term. I had no idea what this site was about when I landed on this page, so I clicked through the &#8220;no thanks&#8221; link first, poked around a bit, and then went back to sign up. I even agreed to receive their two other prompted products afterwards. I&#8217;m not sure I would have signed up at all if the &#8220;no thanks&#8221; link hadn&#8217;t been there.</p>
<p>On the other hand, one thing I think they&#8217;re doing wrong is having the &#8220;as seen in&#8221; logos link out to the coverage on external sites. And those links aren&#8217;t even opening in a new window! That&#8217;s a sure-fire way of losing people&#8217;s attention. If I clicked through to the Times article, what are the chances I wouldn&#8217;t be sucked into something else on the Times site and never hit back to actually sign up? Much too big.</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/714/awesome-landingsqueeze-page-analysis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photography site</title>
		<link>http://ivetetecedor.com/705/photography-site</link>
		<comments>http://ivetetecedor.com/705/photography-site#comments</comments>
		<pubDate>Sun, 29 Jan 2012 14:04:11 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[Finished work]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=705</guid>
		<description><![CDATA[For this project, the client, Seth of Seth Wernow Photography, showed me exactly how he wanted his site to look. He sent me a link to another site, one done in Flash (gag, cough, gag some more), and I told him what I could do for him without using Flash. The result is a minimalist [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-706 alignleft" title="Seth Wernow Photography" src="http://ivetetecedor.com/wp-content/uploads/2012/01/Screen-shot-2012-01-29-at-8.33.02-AM-300x233.png" alt="" width="300" height="233" /></p>
<p>For this project, the client, Seth of <a href="http://sethwernowphotography.com/" target="_blank">Seth Wernow Photography</a>, showed me exactly how he wanted his site to look. He sent me a link to another site, one done in Flash (gag, cough, gag some more), and I told him what I could do for him without using Flash. The result is a minimalist photography site where the photos shine through above everything else.</p>
<p>To ensure a quick turnaround and a solid site with fast load times and excellent SEO capabilities, I again used <a href="http://ivetetecedor.com/links/thesis" target="_blank">Thesis</a> for this project.</p>
<p>If you click through to the Thesis site with the above link, you&#8217;ll see that the default look of Thesis literally looks <em>nothing</em> like the finished product. That shows the flexibility of a theme framework like Thesis and helps explain why I&#8217;ve used it on so many client sites over the last few years!</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/705/photography-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 2: Write a list post</title>
		<link>http://ivetetecedor.com/674/day-2-write-a-list-post</link>
		<comments>http://ivetetecedor.com/674/day-2-write-a-list-post#comments</comments>
		<pubDate>Fri, 30 Dec 2011 15:06:55 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[31 Days to Build a Better Blog]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=674</guid>
		<description><![CDATA[Today's exercise is "write a list post" and it's one of the steps I remember from starting this book last year. In fact, back then I actually started a list post for Chiagu that was meant to work for pre-Christmas 2010, but that I only ever finished for pre-Christmas 2011! The post is this one: Free Stuffed Animal Knitting Patterns and it's now the 7th most popular page on my site. Wowzers!]]></description>
			<content:encoded><![CDATA[<p><em>This post is part of a series documenting my efforts to work through the book <a href="http://ivetetecedor.com/links/31dbbb" target="_blank">31 Days to Build a Better Blog</a> for four of my sites. If you&#8217;d like to follow along with my progress, I&#8217;d definitely recommend subscribing to <a href="http://feeds.feedburner.com/ivetetecedor">my RSS feed</a>. And if you have any feedback, I&#8217;d love to hear it! You can find all these posts in the <a href="http://ivetetecedor.com/category/31-days-to-build-a-better-blog/">31 Days to Build a Better Blog</a> category page.</em></p>
<div id="attachment_688" class="wp-caption alignleft" style="width: 310px"><a href="http://www.flickr.com/photos/giveawayboy/570494052/" target="_blank"><img class=" wp-image-688 " title="Guy writing a list" src="http://knitspiring.com/ivete/wp-content/uploads/2011/12/list.jpg" alt="" width="300" /></a><p class="wp-caption-text">photo credit to giveawayboy</p></div>
<h3>Writing list posts</h3>
<p>Today&#8217;s exercise is &#8220;write a list post&#8221; and it&#8217;s one of the steps I remember from starting this book last year. In fact, back then I actually <em>started</em> a list post for Chiagu that was meant to work for pre-Christmas 2010, but that I only ever finished for pre-Christmas 2011! The post is this one: <a href="http://chiagu.com/knotology/2011/11/free-stuffed-animal-knitting-patterns" target="_blank">Free Stuffed Animal Knitting Patterns</a> and it&#8217;s now the <strong>7th most popular page on my site</strong>. Wowzers!</p>
<p>Unlike yesterday&#8217;s step, I have no qualms about this one. I love it when other sites write list posts and I do them myself pretty often! On my <a href="http://achefsdaughter.com" target="_blank">cooking blog</a>, I write list posts for any cooking magazine issue that has a lot of <a href="http://achefsdaughter.com/2011/11/bon-appetit-december-2011-must-try-recipes/" target="_blank">recipes</a> I want to try. I also write list posts for <a href="http://achefsdaughter.com/2011/04/ikat-dishtowels-morse-code-cutting-board-and-more/" target="_blank">cool cooking-related things</a> I&#8217;ve come across that I might buy. Those posts are some of the most popular (and have led to the most affiliate commissions).</p>
<p>On the brand-new WordPress Hound, I&#8217;ve already written three list posts, each of which gathers <a href="http://wordpress-hound.com/free-round-social-media-icon-sets" target="_blank">social media icons</a> and categorizes them together. I wrote those lists posts literally because I wanted them as a reference for myself! Most other posts on icon sets just dump everything together, so when I knew I wanted, say, a round set, I had to dig through a mish-mash to find them. Since I had started saving them in categories for my own use, I figured others would want them categorized too.</p>
<p>For the other two sites, Chiagu and Inside the Alley, I don&#8217;t tend to write list posts as much. I have ideas for both of them and will start writing list posts for them, but don&#8217;t intend to post them for a little while. For Chiagu, I&#8217;m working on a post of &#8220;most useful knitting tools&#8221; that will be an ode to my favorite knitting gadgets. For ITA, I want to write a post with a list of startups that have good social media proof regarding working there, but I&#8217;m nowhere near having enough data to write it yet.</p>
<h3>This step&#8217;s list posts</h3>
<p>The book says that the list post doesn&#8217;t have to go up today, and I probably won&#8217;t put any of mine up today myself. But this list will become links once the posts go live:</p>
<ul>
<li>Chiagu: The Most Useful Knitting Tools</li>
<li>A Chef&#8217;s Daughter: Basic Cookbooks Every Home Cook Should Own</li>
<li>Inside the Alley: Startups with Social Media Proof about Working there (title needs to be fixed!)</li>
<li>WordPress Hound: 5 Plugins I use on Every WordPress Site</li>
</ul>
<p>I think each of those posts has real value to my readers and might even go viral . . . we&#8217;ll see!</p>
<h3>Step 2 Summary</h3>
<p>Todays&#8217; exercise was quick and easy for me, probably because I&#8217;ve been blogging for so long (<a href="http://chiagu.com/knotology/2001/09/ive-finally-made-myself-a-2" target="_blank">it&#8217;s been 10 years</a>, have I ever mentioned that before? Crazy!) and didn&#8217;t actually finish writing any of these posts today. I can usually put together a list post in about an hour, depending on the number of items included in it and the subject matter. So by the time I finish writing all these I will probably have used about 5 hours.</p>
<h3>Further Reading</h3>
<p>I realize this post doesn&#8217;t really give you much info on actually <em>writing</em> a list post, but there&#8217;s tons of information in 31DBBB to help you actually write your own post. There are also two free resources offered by ProBlogger: <a href="http://www.problogger.net/archives/2008/08/17/10-steps-to-the-perfect-list-post/" target="_blank">10 Steps to the Perfect List Post</a> and <a href="http://www.problogger.net/lists-group-writing-project-reader-submissions/" target="_blank">301 List Posts Submitted by ProBlogger Readers</a>.</p>
<p>Oh and today&#8217;s tag is <strong>#31DbbbDay2</strong> if you want to search for others who&#8217;ve done a more thorough job than me at explainging this step. I don&#8217;t blame you if you do!</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/674/day-2-write-a-list-post/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 1: The Elevator Pitch</title>
		<link>http://ivetetecedor.com/645/day-1-the-elevator-pitch</link>
		<comments>http://ivetetecedor.com/645/day-1-the-elevator-pitch#comments</comments>
		<pubDate>Thu, 29 Dec 2011 17:58:33 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[31 Days to Build a Better Blog]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=645</guid>
		<description><![CDATA[As soon as I hit publish on my last post, I dove right into 31DBBB and started reading. When I saw that the first task was "develop an elevator pitch" I literally groaned out loud and almost quit on the spot (I told you I suck at setting goals and then following through on them!). I remember this task from reading the book last year. And I hate it.]]></description>
			<content:encoded><![CDATA[<div id="attachment_684" class="wp-caption alignleft" style="width: 310px"><a href="http://www.flickr.com/photos/nixonmcinnes/6116432238/" target="_blank"><img class=" wp-image-684   " title="Pitching an idea" src="http://knitspiring.com/ivete/wp-content/uploads/2011/12/pitching.jpg" alt="" width="300" height="228" /></a><p class="wp-caption-text">Photo credit to NixonMcInnes</p></div>
<h3>The first roadblock</h3>
<p>As soon as I hit publish on my last post, I dove right into <a href="http://ivetetecedor.com/links/31DBBB" target="_blank">31DBBB</a> and started reading. When I saw that the first task was &#8220;develop an elevator pitch&#8221; I literally groaned out loud and almost quit on the spot (I told you I suck at setting goals and then following through on them!). I remember this task from reading the book last year. And I hate it.</p>
<p>I think my biggest problem with the concept of an elevator pitch is that it seems so limiting. I know this is ridiculous because limiting the scope of your project/business/blog is totally the right business decision, so I quit my whining and kept reading.</p>
<h3>Coming around</h3>
<p>As I read through the tips on <em>where</em> to use the elevator pitch, I all of a sudden realized that I already <em>have</em> pitches for almost all my sites! Pretty much any time I set up a new WordPress site I spend some time coming up with a perfect Tagline, and that tagline is exactly like an elevator pitch. D&#8217;oh!</p>
<p>So I went and retrieved each site&#8217;s tagline to see what I had to start with:</p>
<p><strong>WordPress Hound</strong>: &#8220;Sniffing out the best themes, plugins, and customizations for your WordPress site&#8221;</p>
<p><strong>Chiagu</strong>: &#8220;Knitting patterns for your favorite hand-dyed yarns from Chiagu.com! Your knitting pattern resource.&#8221;</p>
<p><strong>A Chef&#8217;s Daughter</strong>: &#8220;Cooking blog from Ivete, a chef&#8217;s daughter&#8221; (this one really sucks!)</p>
<p><strong>Inside the Alley</strong>: &#8220;discover what it&#8217;s like to work at a NYC startup before you even apply&#8221;</p>
<p>Hey, most of those aren&#8217;t half bad! Maybe this task won&#8217;t be so hard after all.</p>
<p><span id="more-645"></span></p>
<h3>Turning a Tagline into an Elevator Pitch</h3>
<p>Each of the above taglines has good and bad things, but they&#8217;re all generally a bit too short to be real &#8220;elevator pitches&#8221; according to this assignment. And I&#8217;m sure I can improve on them as &#8220;short pitches&#8221; too, so I got to work.</p>
<h4>WordPress Hound</h4>
<p>Because this is a brand-new site and I had just finished coming up with the tagline, this is a unique situation. The blog doesn&#8217;t have much content yet (there are like 5 posts so far!) and while I know that I&#8217;m targeting the casual WordPress audience (as opposed to developers), the niche that this site will fill in the WP blogging world isn&#8217;t quite decided yet. Here&#8217;s where my resistance to limiting in an elevator pitch comes in!</p>
<p>What I had to start with was my tagline, which I quite like:</p>
<blockquote><p>&#8220;Sniffing out the best themes, plugins, and customizations for your WordPress site&#8221;</p></blockquote>
<p>I think this tagline is pretty perfect if I do say so myself, and can serve as my &#8220;short pitch&#8221; without any changes. But I have room to add to it in the &#8220;longer pitch,&#8221; and what&#8217;s missing is a clear description of who &#8220;your&#8221; is. I already know that my site targets everyday WordPress users, but how should I address them in my elevator pitch?</p>
<p>I took a cue from the example in the book:</p>
<blockquote><p>“Home Ec 101 is a site dedicated to teaching a broad range of life skills to adults in a conversational and entertaining manner.”</p></blockquote>
<p>And came up with:</p>
<blockquote><p>&#8220;WordPress Hound sniffs out the best themes, plugins, and customizations for your WordPress site. We take the time to research and test so you don&#8217;t have to.&#8221;</p></blockquote>
<p>I&#8217;m pretty happy with it and have added it to the (extremely bare-bones) <a href="http://wordpress-hound.com/about" target="_blank">About page</a> on the site. I was about to get distracted into finishing that page but forced myself back to the task at hand, a pitch for the next property:</p>
<h4>Chiagu</h4>
<p>The tagline started out as:</p>
<blockquote><p>&#8220;Knitting patterns for your favorite hand-dyed yarns from Chiagu.com! Your knitting pattern resource.&#8221;</p></blockquote>
<p>I think the first sentence is good and the second one dumb and redundant. I&#8217;m not sure what I was thinking when I initially wrote that!</p>
<p>Chiagu has actually changed a bit in the last year and I&#8217;ve been focusing on selling kits as well as patterns, so I want to add that to the pitch somehow. My key competency is in designing knitting patterns that use hand-painted yarns well, which is something that not all designers can do, so having that prominent in the statement is definitely important.</p>
<p>After trying a few variations I settled on:</p>
<blockquote><p>&#8220;Chiagu.com brings you knitting patterns designed for your favorite hand-dyed yarns. Show off the gorgeous colors of Koigu, Madelinetosh, and Noro with my patterns and kits.&#8221;</p></blockquote>
<p>I also adjusted the tagline to be:</p>
<blockquote><p>&#8220;Knitting patterns designed for your favorite hand-dyed yarns&#8221;</p></blockquote>
<p>Much better!</p>
<h4>A Chef&#8217;s Daughter</h4>
<p>This one needed the most work, which makes sense because I wrote it in 2008 before I really knew anything, and haven&#8217;t changed it since! In 2012 I want to revive this blog so figuring out what the blog is really about is particularly important for this property.</p>
<p>The tagline I started with, which is pretty much useless, was:</p>
<blockquote><p>“Cooking blog from Ivete, a chef’s daughter”</p></blockquote>
<p>As I thought about what the blog was really about, I settled on some key points:</p>
<ol>
<li>My dad taught me a lot about what to do in the kitchen</li>
<li>But my cooking is more &#8220;modern&#8221; than his in many ways</li>
<li>Some of my most popular posts reference how we ate growing up</li>
<li>The top posts are reviews of products</li>
</ol>
<p>With this in mind, I know that I need to shift the blog focus from &#8220;what I cooked today&#8221; to &#8220;why I cooked this today&#8221; &#8212; and add a bunch more personalization in the form of stories and reviews.</p>
<p>The tagline I ended up with is:</p>
<blockquote><p>&#8220;Combining my chef dad&#8217;s lessons with fresh, seasonal ingredients in a tiny NYC kitchen&#8221;</p></blockquote>
<p>And the full elevator pitch is:</p>
<blockquote><p>&#8220;My cooking blog is full of recipes and reviews that combine my chef dad&#8217;s lessons with fresh, seasonal ingredients. In my tiny NYC kitchen, every tool and gadget counts, and flavor is king above everything else.&#8221;</p></blockquote>
<p>I think I&#8217;m getting better at this as I go down the list! May have to back up and review the first two . . . but before that, I have one more:</p>
<h4>Inside the Alley</h4>
<p>I already love the tagline I&#8217;d come up with, and the concept of this site is already tight and clear, so this one was probably the easiest:</p>
<blockquote><p>“discover what it’s like to work at a NYC startup before you even apply”</p></blockquote>
<p>I actually think that tagline in itself is enough to qualify as an elevator pitch, but I made a longer version of it anyway:</p>
<blockquote><p>“Inside the Alley helps you discover what it’s like to work at a NYC startup before you even apply. On our site you&#8217;ll find honest reviews from current and past employees of NYC startups.”</p></blockquote>
<p>Done! This one was definitely the easiest and fastest to write!</p>
<h3>Step 1 Summary</h3>
<p>From start to finish, today&#8217;s exercise took about four hours (although I was also knitting, trading, and eating during parts of this work!). I think I got some great work out of today and it&#8217;s made me feel very energized about the <a href="http://ivetetecedor.com/links/31DBBB" target="_blank">31DBBB</a> project!</p>
<h3>Further Reading</h3>
<p>If this post has made you want to work on elevator pitches for your own site, you might want to check out ProBloggers post that includes <a href="http://www.problogger.net/archives/2008/10/28/reflections-on-48-hours-of-inviting-readers-to-comment-spam-my-blog/" target="_blank">over a thousand blog elevator pitches</a>.</p>
<p>And if you want to read about other&#8217;s journey through this book, day 1&#8242;s tag is <strong>#31DbbbDay1</strong>. Google or Twitter search that and you&#8217;ll find many posts like mine, detailing the process of coming up with an elevator pitch for your blog.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/645/day-1-the-elevator-pitch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting a huge challenge: working through 31 Days to Build a Better Blog over 4 properties simultaneously</title>
		<link>http://ivetetecedor.com/630/starting-a-huge-challenge-working-through-31-days-to-build-a-better-blog-over-4-properties-simultaneously</link>
		<comments>http://ivetetecedor.com/630/starting-a-huge-challenge-working-through-31-days-to-build-a-better-blog-over-4-properties-simultaneously#comments</comments>
		<pubDate>Thu, 29 Dec 2011 15:03:03 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[31 Days to Build a Better Blog]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=630</guid>
		<description><![CDATA[When ProBlogger came out with the first version of his 31 Days to Build a Better Blog eBook, I snapped it right up . . . and then promptly stopped reading it after a few pages, because my insane job at a startup allowed me almost no time for personal projects. Now that I&#8217;m freelancing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ivetetecedor.com/I31DBBB"><img class="size-full wp-image-632 alignleft" title="31 Days to Build a Better Blog books" src="http://knitspiring.com/ivete/wp-content/uploads/2011/12/problogger-ebooks.jpg" alt="" width="306" height="220" /></a>When ProBlogger came out with the first version of his <a href="http://ivetetecedor.com/31DBBB" target="_blank">31 Days to Build a Better Blog eBook</a>, I snapped it right up . . . and then promptly stopped reading it after a few pages, because <a href="http://ivetetecedor.com/346/on-work-life-balance/" target="_blank">my insane job at a startup</a> allowed me almost no time for personal projects.</p>
<p>Now that I&#8217;m freelancing full time (<a href="http://ivetetecedor.com/hire-me/" target="_blank">need a WordPress expert</a> for a project? Contact me!), I&#8217;ve set myself the goal of working through the 31DBBB book from start to finish. But to kick it up a notch, I&#8217;m working through it <strong>for four digital properties at the same time</strong>.</p>
<p>Want to watch my progress? Subscribe to the RSS feed for each site, and feel free to yell at me in the comments if you see me slacking off!</p>
<h3>The sites are:</h3>
<ol>
<li>My <a href="http://chiagu.com" target="_blank">knitting patterns</a> business, <a href="http://chiagu.com" target="_blank">Chiagu.com</a></li>
<li>My <a href="http://achefsdaughter.com" target="_blank">cooking blog</a>, <a href="http://achefsdaughter.com" target="_blank">A Chef&#8217;s Daughter</a></li>
<li>My brand-new (less than a week old!) WordPress blog, <a href="http://wordpress-hound.com" target="_blank">WordPress Hound</a></li>
<li>My site about <a href="http://insidethealley.com" target="_blank">working at a NYC startup</a>, <a href="http://insidethealley.com" target="_blank">Inside The Alley</a></li>
</ol>
<p>And some exercises I might even do on a few of my other properties, too . . .</p>
<p>I&#8217;ll be documenting my progress on this blog. My plan is not only to tell you what I&#8217;m working on, but to also show you any tangible results I&#8217;m able to track from the work I&#8217;m doing.</p>
<p>I&#8217;m confident that if I work through this book that all my properties will increase in value, traffic, and revenue. But I don&#8217;t have a great track record of setting goals for myself and then working through them to completion. So can I do this? Only time will tell!</p>
<p>If you haven&#8217;t subscribed to the <a href="http://feeds.feedburner.com/ivetetecedor" target="_blank">RSS feed here</a> yet, you maybe want to do that now. At the very least you&#8217;ll learn with me while I work through <a href="http://ivetetecedor.com/31DBBB" target="_blank">31 Days to Build a Better Blog</a> (31DBBB from now on). At best, you&#8217;ll be able to laugh at me when I fail miserably . . .</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/630/starting-a-huge-challenge-working-through-31-days-to-build-a-better-blog-over-4-properties-simultaneously/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resume Site</title>
		<link>http://ivetetecedor.com/724/resume-site</link>
		<comments>http://ivetetecedor.com/724/resume-site#comments</comments>
		<pubDate>Mon, 05 Dec 2011 13:58:18 +0000</pubDate>
		<dc:creator>Ivete Tecedor</dc:creator>
				<category><![CDATA[Finished work]]></category>

		<guid isPermaLink="false">http://ivetetecedor.com/?p=724</guid>
		<description><![CDATA[For Flavie Bagnol&#8216;s site, the client, Flavie, wanted to convey a playful, feminine vibe without veering into the girly or cheesy. She showed me images of 50&#8242;s pinup girls and asked me to take colors from a specific image she loved, and I went from there. The main design elements on this project were the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-725" title="Flavie Bagnol Website" src="http://ivetetecedor.com/wp-content/uploads/2012/02/Screen-shot-2012-02-05-at-8.50.22-AM-300x175.png" alt="" width="300" height="175" /></p>
<p>For <a href="http://flaviebagnol.com/" target="_blank">Flavie Bagnol</a>&#8216;s site, the client, Flavie, wanted to convey a playful, feminine vibe without veering into the girly or cheesy. She showed me images of 50&#8242;s pinup girls and asked me to take colors from a specific image she loved, and I went from there.</p>
<p>The main design elements on this project were the colors and fonts. In the end I created a simple &#8220;about me&#8221; type website for her that conveys all the information in one single page. When she&#8217;s ready to add more sections to the site, it will be super-easy since it&#8217;s built on WordPress (of course!). For now, the single-page site works perfectly for her purpose, which is to have an online presence to make it easy for people to find and contact her.</p>
<p>I again used the <a href="http://ivetetecedor.com/links/thesis" target="_blank">Thesis</a> theme for this project and am very proud of the way it came out! This is one of my favorite projects for sure.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ivetetecedor.com/724/resume-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 9/26 queries in 1.055 seconds using disk: basic

Served from: ivetetecedor.com @ 2012-05-19 07:22:44 -->
