<?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>deelightful musings &#187; Code &amp; Design</title>
	<atom:link href="http://www.deeindesign.com/blog/category/code-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deeindesign.com/blog</link>
	<description>a savings account for all things inspiring</description>
	<lastBuildDate>Sun, 05 Feb 2012 01:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Favicons</title>
		<link>http://www.deeindesign.com/blog/2011/07/favicons/</link>
		<comments>http://www.deeindesign.com/blog/2011/07/favicons/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 18:07:41 +0000</pubDate>
		<dc:creator>Diana</dc:creator>
				<category><![CDATA[Code & Design]]></category>

		<guid isPermaLink="false">http://www.deeindesign.com/blog/?p=4791</guid>
		<description><![CDATA[I recently revamped one of my client&#8217;s website which included an updated Favicon to polish up the new site design. Favicons are mini graphics for a particular website that is displayed in the browser&#8217;s URL bar next to the site&#8217;s name. For instance, my blog&#8217;s Favicon looks like this: Favicons help users identify what website [...]]]></description>
			<content:encoded><![CDATA[<p>I recently revamped one of my client&#8217;s website which included an updated Favicon to polish up the new site design. Favicons are mini graphics for a particular website that is displayed in the browser&#8217;s URL bar next to the site&#8217;s name. For instance, my blog&#8217;s Favicon looks like this:</p>
<p><img class="aligncenter" title="My Favicon" src="http://i.imgur.com/UrsLV.jpg" alt="" width="454" height="81" /></p>
<p>Favicons help users identify what website they are visiting. These mini icons are useful if they are visually appealing and fit to the design or logo of a given page. This way, you create the visual connection between your website and your sites&#8217; visitors.</p>
<p>To learn how to create your own Favicon, check out <a title="Abaya Code: How To Add Favicon To Your Website" href="http://www.abayacode.com/2010/06/how-to-add-favicon-to-your-website/" target="_blank">Abaya Code</a>.</p>
<p>For some Favicon inspiration, check out Smashing Magazine&#8217;s <a title="50 Remarkable Favicons" href="http://www.smashingmagazine.com/2007/01/31/inspire-yourself-50-remarkable-favicons/" target="_blank">50 Remarkable Favicons</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deeindesign.com/blog/2011/07/favicons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1 Upgrade</title>
		<link>http://www.deeindesign.com/blog/2011/03/wordpress-3-1-upgrade/</link>
		<comments>http://www.deeindesign.com/blog/2011/03/wordpress-3-1-upgrade/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 01:35:21 +0000</pubDate>
		<dc:creator>Diana</dc:creator>
				<category><![CDATA[Code & Design]]></category>

		<guid isPermaLink="false">http://www.deeindesign.com/blog/?p=4162</guid>
		<description><![CDATA[I was already behind on upgrading my WordPress to 3.0.5, so after using 3.0.5 for a few days shortly after, WordPress 3.1 was released. Unsatisfied with 3.0.5, I decided to upgrade to 3.1 since I&#8217;ve already backed up most of my blog with the exception of a few new posts from the last week. In [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="WordPress" src="http://i37.tinypic.com/4t3ko7.jpg" alt="" width="91" height="91" />I was already behind on upgrading my <a title="WordPress 3.0.5 Upgrade" href="http://www.deeindesign.com/blog/2011/02/wordpress-3-0-5-upgrade/" target="_blank">WordPress to 3.0.5</a>, so after using 3.0.5 for a few days shortly after, WordPress 3.1 was released. Unsatisfied with 3.0.5, I decided to upgrade to 3.1 since I&#8217;ve already backed up most of my blog with the exception of a few new posts from the last week. In bringing my WordPress up to 3.1 today, I noticed <em>several</em> of my plugins crashed and my dashboard was in worse shape than when I was using WordPress 3.0.5. Now what?</p>
<p><strong>The Problem</strong><br />
When attempting to activate some of my plugins, the server responded  with a “500 Internal Server Error”.</p>
<p><strong>The Solution</strong><br />
The reason for that error message is because my PHP was running out of memory. If you&#8217;re running your own root, dedicated or virtual server, you have to change the <tt>php.ini</tt> of your server and provide more  memory to your PHP installation. On a shared hosting server, like at <a title="1and1 Web Hosting" href="http://order.1and1.com/xml/order/Home;jsessionid=53BF13666BFC2BCCF4A01CA39419AA33.TCpfix140b?&amp;gclid=CLD4y6Xgs6cCFQpvbAodKymS-Q" target="_blank">1and1</a> webhosting solutions, you often don’t have access to that  central <tt>php.ini</tt>. But there is an easy workaround.</p>
<p>Create a text file and name it <tt>php.ini</tt> with this single line of code: <tt>memory=20MB</tt></p>
<p>Place this file into the directory <tt>/wp-admin/</tt> within your WordPress installation and that’s it! WordPress 3.1 is running great with the extra memory and all my plugins are working without a glitch!</p>
<p>Credit: <a title="Solution for 500 Internal Server Error" href="http://www.codedifferent.com/2009/01/12/solution-for-500-internal-server-error-after-upgrading-to-wordpress-27-at-1and1-server/">Solution for 500 Internal Server Error</a> by Christian at codedifferent.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deeindesign.com/blog/2011/03/wordpress-3-1-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0.5 Upgrade</title>
		<link>http://www.deeindesign.com/blog/2011/02/wordpress-3-0-5-upgrade/</link>
		<comments>http://www.deeindesign.com/blog/2011/02/wordpress-3-0-5-upgrade/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 22:52:59 +0000</pubDate>
		<dc:creator>Diana</dc:creator>
				<category><![CDATA[Code & Design]]></category>

		<guid isPermaLink="false">http://www.deeindesign.com/blog/?p=4113</guid>
		<description><![CDATA[After months of procrastination, I finally gave in and upgraded my WordPress blog to 3.0.5 today. My last experience with the 3.0.1 upgrade was a headache, to say the least. I had to spend over three hours restoring my blog back to 2.9.2 because it was so unstable. I took every precaution this time. I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="WordPress" src="http://i37.tinypic.com/4t3ko7.jpg" alt="" width="91" height="91" />After months of procrastination, I finally gave in and upgraded my WordPress blog to 3.0.5 today. My last experience with the 3.0.1 upgrade was a headache, to say the least. I had to spend over three hours restoring my blog back to 2.9.2 because it was so unstable. I took every precaution this time. I created a dummy blog to run 3.0.5 to make sure it was compatible with all my plugins. So far, the upgrade has only one issue with the <a title="Dagon Design Form Mailer" href="http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/" target="_blank">Dagon Form Mailer</a> plugin, causing my dashboard menus to collapse (admin control panel and post menu). I deactivated that plugin and now everything seems to be running fine. Now if only I can find a stable form mailer plugin&#8230; *sigh.</p>
<p>To learn more about backing up your WordPress blog, check out <a title="Online Tech Tips" href="http://www.online-tech-tips.com/wordpress/backup-wordpress-blog/" target="_blank">Online-Tech-Tips</a>.</p>
<p>Visit <a title="WordPress Support" href="http://codex.wordpress.org/Updating_WordPress" target="_blank">WordPress Support</a> for instructions on upgrading to 3.0.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deeindesign.com/blog/2011/02/wordpress-3-0-5-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Your Type?</title>
		<link>http://www.deeindesign.com/blog/2010/12/whats-your-type/</link>
		<comments>http://www.deeindesign.com/blog/2010/12/whats-your-type/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 13:14:33 +0000</pubDate>
		<dc:creator>Diana</dc:creator>
				<category><![CDATA[Code & Design]]></category>

		<guid isPermaLink="false">http://www.deeindesign.com/blog/?p=3537</guid>
		<description><![CDATA[Pentagram has a resident psychiatrist and is giving away free appointments at his office to learn what typeface most suits your personality. He will ask you four questions, take some notes, and then reveal your &#8220;type,&#8221; complete with a history lesson on that font. I was diagnosed as Baskerville Italic. Give it a try! Visit [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Pentagram" href="http://www.pentagram.com/en/" target="_blank">Pentagram</a> has a resident psychiatrist and is giving away free appointments at his office to learn what typeface most suits your personality. He will ask you four questions, take some notes, and then reveal your &#8220;type,&#8221; complete with a history lesson on that font. I was diagnosed as Baskerville Italic.</p>
<p style="text-align: center;"><img class="aligncenter" title="What's Your Type?" src="http://i53.tinypic.com/hv8369.jpg" alt="" width="500" height="375" /></p>
<p>Give it a try! Visit Pentagram to see <a title="Pentagram: What Type Are You?" href="http://www.pentagram.com/what-type-are-you/" target="_blank">What Type You Are</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deeindesign.com/blog/2010/12/whats-your-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Button</title>
		<link>http://www.deeindesign.com/blog/2010/12/facebook-button/</link>
		<comments>http://www.deeindesign.com/blog/2010/12/facebook-button/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 23:10:21 +0000</pubDate>
		<dc:creator>Diana</dc:creator>
				<category><![CDATA[Code & Design]]></category>

		<guid isPermaLink="false">http://www.deeindesign.com/blog/?p=3513</guid>
		<description><![CDATA[Hello lovelies! Notice anything new with my blog? I added the Facebook LIKE button! Facebook introduced more social interactions with their new “Like” or “Recommend” button. This Facebook button enables the user to interact with a site or page. When the user clicks the Like button on your site, a story appears in the user&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="WordPress" src="http://i37.tinypic.com/4t3ko7.jpg" alt="" width="91" height="91" />Hello lovelies! Notice anything new with my blog? I added the Facebook LIKE button!</p>
<p>Facebook introduced more social interactions with their new “Like” or “Recommend” button. This <a title="Facebook button" href="http://developers.facebook.com/docs/reference/plugins/like" target="_blank">Facebook button</a> enables the user to interact with a site or page. When the user clicks the Like button on your site, a story  appears in  the user&#8217;s friends&#8217; News Feed with a link back to your  website:</p>
<p><img class="alignnone" title="Facebook button" src="http://i55.tinypic.com/15s69hu.jpg" alt="" width="430" height="50" /></p>
<p><strong>For all you WordPress bloggers, check out this simple installation:</strong><br />
Open &#8220;single.php&#8221; or &#8220;index.php&#8221; and look for &#8220;the_content&#8221;.<br />
Paste this code either before or after &#8220;the_content&#8221; line:</p>
<h6>&lt;iframe  src=&#8221;http://www.facebook.com/plugins/like.php?href=&lt;?php echo  urlencode(get_permalink($post-&gt;ID));  ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&#8221;  scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221;  style=&#8221;border:none; overflow:hidden; width:450px;  height:60px&#8221;&gt;&lt;/iframe&gt;</h6>
<p>You can also adjust some of the attributes in the code to fit your blog! To change the layout from displaying social text to the right of the button to just a simple total number of likes, change &#8220;layout=standard&#8221; to &#8220;layout=button_count&#8221;.</p>
<p>If you&#8217;d like to show the faces of your friends, change &#8220;show_faces=false&#8221; to &#8220;show_faces=true&#8221;.</p>
<p>To display the label of the button as &#8220;Recommend&#8221;, change &#8220;action=like&#8221; to &#8220;action=recommend&#8221;.</p>
<p>For more information, check out <a title="RuhaniRabin" href="http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/" target="_blank">RuhaniRabin</a>&#8216;s post&#8230; and don&#8217;t forget to hit the LIKE button! <img src='http://www.deeindesign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.deeindesign.com/blog/2010/12/facebook-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

