<?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>Gryphon Digital Media &#187; Web Development</title>
	<atom:link href="http://gryphondigital.com/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://gryphondigital.com</link>
	<description></description>
	<lastBuildDate>Thu, 06 May 2010 16:07:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Add Facebook Like Button to WordPress and Thesis Website</title>
		<link>http://gryphondigital.com/how-to-add-facebook-like-button-to-wordpress-and-thesis-website</link>
		<comments>http://gryphondigital.com/how-to-add-facebook-like-button-to-wordpress-and-thesis-website#comments</comments>
		<pubDate>Sat, 24 Apr 2010 14:53:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://gryphondigital.com/?p=177</guid>
		<description><![CDATA[Earlier this week Facebook added some features to make the web experience even more social. Saw a post on How to Add the Facebook Like Button to Hybrid by Patrick Daly so I thought I&#8217;d add this to my WordPress sites.
To install it on to WordPress, add this code to the single.php file
&#60;iframe src="http://www.facebook.com/plugins/like.php?href=&#60;?php echo urlencode(get_permalink($post-&#62;ID)); ?&#62;&#38;amp;layout=standard&#38;amp;show_faces=true&#38;amp;width=450&#38;amp;action=like&#38;amp;font=verdana&#38;amp;colorscheme=light" [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Earlier this week Facebook added some features to make the web experience even more social. Saw a post on <a href="http://developdaly.com/wordpress-themes/how-to-add-the-facebook-like-button-to-hybrid/" target="_blank">How to Add the Facebook Like Button to Hybrid</a> by <a href="http://developdaly.com/author/developdaly/" target="_blank">Patrick Daly</a> so I thought I&#8217;d add this to my WordPress sites.<a href="http://gryphondigital.com/wp-content/uploads/2010/04/like-button.jpg"><img class="aligncenter size-medium wp-image-189" title="like button" src="http://gryphondigital.com/wp-content/uploads/2010/04/like-button-300x127.jpg" alt="" width="300" height="127" /></a></p>
<p>To install it on to WordPress, add this code to the single.php file<a href="http://gryphondigital.com/wp-content/uploads/2010/04/single.jpg"><img class="aligncenter size-medium wp-image-182" title="single" src="http://gryphondigital.com/wp-content/uploads/2010/04/single-300x168.jpg" alt="" width="300" height="168" /></a></p>
<pre>&lt;iframe src="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=true&amp;amp;width=450&amp;amp;action=like&amp;amp;font=verdana&amp;amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px"&gt;&lt;/iframe&gt;</pre>
<p>To install it on a Thesis Theme WordPress site, you need to have the <a href="http://wordpress.org/extend/plugins/thesis-openhook/" target="_blank">Thesis OpenHooks</a> plugin installed. Add this code in the After Post box on OpenHooks. Make sure you to include the php code if you want it to just show up after your blog posts. Adding just the &lt;iframe&gt; code would show the Facebook Like button on every page. <a href="http://gryphondigital.com/wp-content/uploads/2010/04/thesis.jpg"><img class="aligncenter size-medium wp-image-183" title="thesis" src="http://gryphondigital.com/wp-content/uploads/2010/04/thesis-300x79.jpg" alt="" width="300" height="79" /></a></p>
<pre>&lt;?php if (is_single()) { ?&gt;</pre>
<pre>&lt;iframe src="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=true&amp;amp;width=450&amp;amp;action=like&amp;amp;font=verdana&amp;amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px"&gt;&lt;/iframe&gt;</pre>
<pre>&lt;?php } ?&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://gryphondigital.com/how-to-add-facebook-like-button-to-wordpress-and-thesis-website/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Got a Website &#8211; Make Sure You Update Those Copyright Notices</title>
		<link>http://gryphondigital.com/got-a-website-make-sure-you-update-those-copyright-notices</link>
		<comments>http://gryphondigital.com/got-a-website-make-sure-you-update-those-copyright-notices#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:36:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://gryphondigital.com/got-a-website-make-sure-you-update-those-copyright-notices</guid>
		<description><![CDATA[Not changing the copyright date on your website&#8217;s footer won&#8217;t get you in trouble with the law. However, it gives an impression that your site is not up-to-date. Placing a copyright notice is still advisable to deter potential plagiarists and stake your claim.
I also understand that, depending on how your sites are coded, it could [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Not changing the copyright date on your website&#8217;s footer won&#8217;t get you in trouble with the law. However, it gives an impression that your site is not up-to-date. Placing a copyright notice is still advisable to deter potential plagiarists and stake your claim.</p>
<p>I also understand that, depending on how your sites are coded, it could be tedious work just to update the year. I know, I still see sites showing &#8220;Copyright © 2007&#8243; on the footer. You&#8217;re planning on keeping your site for a couple more years, right? Why not just do yourself a favor and automate it. That&#8217;s one less thing for you to worry about.</p>
<p>Since you&#8217;re gonna have to chage it to show 2010, why not insert a code snippet to do it for you every year. As long as your server&#8217;s internal clock is correct, it will be showing the correct year.</p>
<p>PHP:<br />
&lt;?php echo date(&#8220;Y&#8221;); ?&gt;</p>
<p>JAVASCRIPT:<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var d = new Date()<br />
document.write(d.getFullYear())<br />
&lt;/script&gt;</p>
<p>ASP.NET:<br />
&lt; %Response.Write(System.DateTime.Now.Year.ToString());%&gt;</p>
<p>ASP:<br />
&lt; %response.write(”Current Year: “&amp;Year(Date))%&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://gryphondigital.com/got-a-website-make-sure-you-update-those-copyright-notices/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
