<?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>Tips on Enterprise 2.0 with Web 2.0 &#187; Code</title>
	<atom:link href="http://webtechman.com/blog/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://webtechman.com/blog</link>
	<description>The future of Social Media, getting back to the basics</description>
	<lastBuildDate>Fri, 27 Aug 2010 06:26:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Adobe Dreamweaver to color code modules, zend templates, &amp; other file types</title>
		<link>http://webtechman.com/blog/2009/02/17/using-adobe-dreamweaver-to-color-code-modules-zend-templates-other-file-types/</link>
		<comments>http://webtechman.com/blog/2009/02/17/using-adobe-dreamweaver-to-color-code-modules-zend-templates-other-file-types/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 10:24:20 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=184</guid>
		<description><![CDATA[Getting Dreamweaver to open template files
Adobe Dreamweaver makes coding easier with it&#8217;s color coding and auto-complete features.   I use the Zend Framework on many of my projects and I wanted to take advantage of features in Dreamweaver for my template files that have an extension of .tpl that are basically PHP files.  [...]]]></description>
			<content:encoded><![CDATA[<h1>Getting Dreamweaver to open template files</h1>
<p><img class="alignleft size-medium wp-image-185" style="border: 0pt none; " title="dreamweaver-preferences" src="http://webtechman.com/blog/wp-content/uploads/dreamweaver-preferences-300x275.jpg" alt="dreamweaver-preferences" hspace="10" vspace="10" width="300" height="275" />Adobe Dreamweaver makes coding easier with it&#8217;s color coding and auto-complete features.   I use the <em>Zend Framework</em> on many of my projects and I wanted to take advantage of features in Dreamweaver for my template files that have an extension of .tpl that are basically PHP files.  Here&#8217;s how I added the file type to  Dreamweaver.</p>
<ul>
<li>Open Dreamweaver</li>
<li>Open Edit&gt;Preferences</li>
<li>Select &#8220;File Types / Editor&#8221;</li>
<li>Add .tpl to items in &#8220;Open in Code View&#8221;</li>
<li>Click &#8220;OK&#8221;</li>
</ul>
<h2>Updating your Dreamweaver Extension File</h2>
<p>Open Extensions.txt in the Configuration directory where you installed Dreamweaver.  Adobe Dreamweaver default install directory is &#8220;/Program Files/Adobe/Adobe Dreamweaver{version}/Configuration&#8221;.</p>
<p>Open Extensions.txt with your text editor (notepad).  You should see a line towards the top of the files that ends in &#8220;:All Documents&#8221;.  Update this to &#8220;,TPL:All Documents&#8221;.  Note the extension is added in uppercase without a period.  Now look for a line that ends with &#8220;:PHP Files&#8221;.  Update this to &#8220;,TPL:PHP Files&#8221;.   Save this file.</p>
<h2>Updating your Dreamweaver Document Types</h2>
<p>Open &#8220;Configuration\DocumentTypes\MMDocumentTypes.xml&#8221; in your text editor.  Update the documenttype section with the id of &#8220;PHP_MySQL&#8221;.  Add &#8220;tpl&#8221; to the winfileextension list.  Add &#8220;tpl&#8221; to the macfileextension list.  Save this file.</p>
<h2>Zend Template files treated as PHP files in Dreamweaver</h2>
<p>Open your template files (.tpl) in Adobe Dreamweaver.  Now Dreamweaver will treat these files as PHP files and give you the proper color-coding &amp; PHP auto-complete features.</p>
<h2>Using this technique with Smarty, Drupal, Zend, &amp; other file types</h2>
<p>You can use these same steps to help Dreamweaver understand your other file types.  I have other file type associated with PHP in Dreamweaver.  I use .phtml files for a template engine and other special extensions for a wide variety of Content Management  Systems.</p>
<p>Associating these file types with the right tools has improved my work flow and I hope it helps you.  Please feel free to share your tips here.</p>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2009/02/17/using-adobe-dreamweaver-to-color-code-modules-zend-templates-other-file-types/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improve your Google Page Rank with URL Mapping</title>
		<link>http://webtechman.com/blog/2008/12/30/improve-your-google-page-rank-with-url-mapping/</link>
		<comments>http://webtechman.com/blog/2008/12/30/improve-your-google-page-rank-with-url-mapping/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 11:38:52 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[URL Mapping]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=98</guid>
		<description><![CDATA[You may wonder about the mysterious Google Page Rank and why it&#8217;s different when you check you site with and without the leading &#8220;www&#8221; for you domain.
Now this web strategy will point all that Google page rank power to one domain with simple URL Mapping.  This will also fix the broken links when friendly [...]]]></description>
			<content:encoded><![CDATA[<p>You may wonder about the mysterious Google Page Rank and why it&#8217;s different when you check you site with and without the leading &#8220;www&#8221; for you domain.</p>
<p>Now this web strategy will point all that Google page rank power to one domain with simple URL Mapping.  This will also fix the broken links when friendly fans have linked to you site, but forgot a &#8220;w&#8221; or added too many.</p>
<h2>How to use URL Mapping</h2>
<p>Let&#8217;s say your site is: <strong>&#8220;yoursite.com&#8221;</strong> just make these instructions easy.</p>
<p>This method takes advantage of mod_rewrite, make sure your server supports <a href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html" target="_blank">mod_rewrite</a> additional URL Rewriting is available on the Apache site <a href="http://httpd.apache.org/docs/2.0/misc/rewriteguide.html" target="_blank">here.</a></p>
<h3>Modify your server configuration file</h3>
<p>Add the following entry:  ServerAlias *.yoursite.com</p>
<h3>Create a DNS entry for your site</h3>
<p>DOMAIN         = *<br />
TTL            = 14400<br />
RECORDTYPE     = CNAME</p>
<h3>Modify your htaccess file</h3>
<p>&lt;IfModule mod_rewrite.c&gt;<br />
Options +FollowSymLinks<br />
RewriteEngine On</p>
<p>#Fix leading w problem by WebTechMan.com<br />
#This will permanently redirect all calls to<br />
#your site with one or more leading w to your site.<br />
RewriteCond %{HTTP_HOST} ^(w+\.)(.+)$ [NC]<br />
RewriteRule (.*) http://%2/$1 [R=301,L]<br />
&lt;/IfModule&gt;</p>
<h3>Restart your Server</h3>
<p>Now go to your site and test it out, try WwwwW.yoursite.com, Ww.yoursite.com, www.yoursite.com, &#8230;  These should all redirect to yoursite.com</p>
<h2>Notes</h2>
<p>You may not be concerned about your page rank in your Enterprise 2.0 deployment of your social media platform, but you may be interested in similar techniques for pretty / future proof URLs.  This is another part of Strategy 2.0 that will make your cool AJAX and other Web 2.0 calls to data much easier with a RESTful architecture.</p>
<p>Instead of &#8220;yoursite.com/index.php?a=2&amp;m=239&#8243;, you could have &#8220;yoursite.com/members/webtechman/edit&#8221;.</p>
<p>You could use this strategy in your enterprise 2.0 platform by adding the following lines to your .htaccess file and capture the information in you social media platform.</p>
<p># URL Mapping for pretty/future proof URLs<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ index.php/$1</p>
<p>Contact me or leave a comment here if you would like to know more about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2008/12/30/improve-your-google-page-rank-with-url-mapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WEB 2.0 A STRATEGY GUIDE By Amy Shuen</title>
		<link>http://webtechman.com/blog/2008/12/06/web-20-a-strategy-guide-by-amy-shuen/</link>
		<comments>http://webtechman.com/blog/2008/12/06/web-20-a-strategy-guide-by-amy-shuen/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 04:45:41 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Strategy 2.0]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=48</guid>
		<description><![CDATA[Amy Shuen has a firm grip on the long tail. Get your face in this book and don’t blink while she takes you on a fascinating journey to the tipping point fueled by the wisdom of crowds. My space on the shelf for this book is empty because her book is always in my hand. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_49" class="wp-caption alignleft" style="width: 144px"><a title="Take a look inside at Amazon.com" href="http://www.amazon.com/gp/product/0596529961?ie=UTF8&amp;tag=highlevelmedi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596529961" target="_blank"><img class="size-full wp-image-49" title="web-20-a-strategy-guide-look-inside" src="http://webtechman.com/blog/wp-content/uploads/web-20-a-strategy-guide-look-inside.jpg" alt="Web 2.0: A Strategy Guide" width="134" height="192" /></a><p class="wp-caption-text">Web 2.0: A Strategy Guide</p></div>
<p class="MsoNormal">Amy Shuen has a firm grip on the long tail.<span> </span><a title="Amazon" href="http://www.amazon.com/gp/product/0596529961?ie=UTF8&amp;tag=highlevelmedi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596529961" target="_blank">Get your face in this book</a> and don’t blink while she takes you on a fascinating journey to the tipping point fueled by the wisdom of crowds.<span> </span>My space on the shelf for this book is empty because her book is always in my hand.<span> </span>I bought several copies of her book as gifts for friends.</p>
<p class="MsoNormal">Amy Shuen is to the world of Web 2.0 as Ludwig van Beethoven’s influence is to the world of music.<span> </span>Her impact on web strategy is comparable to da Vinci’s impact on art.<span> </span>She is ahead of her time.<span> </span><a title="Amazon" href="http://www.amazon.com/gp/product/0596529961?ie=UTF8&amp;tag=highlevelmedi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596529961" target="_blank">Get her book</a> before the ground swell from tribes of new influencers leaves you in a wikinomic downturn.</p>
<p class="MsoNormal">I have been in the web business since the early 90s.<span> </span>I am a professional technology consultant and thought leader.<span> </span>I have a huge collection of books, papers, &amp; resources related to my industry and <a title="Amazon" href="http://www.amazon.com/gp/product/0596529961?ie=UTF8&amp;tag=highlevelmedi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596529961" target="_blank">Amy’s book</a> is my most prized possession. I recommend getting extra copies for you and your colleagues.</p>
<p class="MsoNormal">One snippet from this book clearly explains how a small strategy adjustment saved a tremendous amount of money for a well known company.<span> </span>Depending on your reach, this tiny snippet can help save you $1,000’s &#8211; $1,000,000’s.<span> </span>I would spend far more than the price of this whole book for this one snippet.</p>
<p class="MsoNormal">One last flckr of thought.<span> </span>What if your competition already has this book?</p>
<p class="MsoNormal"><a title="Amazon" href="http://www.amazon.com/gp/product/0596529961?ie=UTF8&amp;tag=highlevelmedi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596529961" target="_blank">Get yours now.</a></p>
<p class="MsoNormal">Please feel free to <a title="web strategy on youtube" href="http://www.youtube.com/view_play_list?p=2AF175D25E2CD409" target="_blank">check these youtube videos</a> of Amy presenting some of the information in this amazing book.</p>
<p class="MsoNormal">
<h2><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">WEB 2.0 A STRATEGY GUIDE<br />
Amy Shuen on How Users Create Value</span></h2>
<div class="video"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/HU7W5ae-_rg&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/HU7W5ae-_rg&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<div><a title="You Tube Link" href="http://www.youtube.com/watch?v=HU7W5ae-_rg" target="_blank">YouTube link for WEB 2.0 A STRATEGY GUIDE<br />
Amy Shuen on How Users Create Value</a></div>
<h2><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">WEB 2.0 A STRATEGY GUIDE<br />
Amy Shuen on How People Build Connections</span></h2>
<div class="video"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6kjLjM8NGFs&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/6kjLjM8NGFs&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<div><a title="You Tube Link" href="http://www.youtube.com/watch?v=6kjLjM8NGFs" target="_blank">YouTube link for WEB 2.0 A STRATEGY GUIDE<br />
Amy Shuen on How People Build Connections</a></div>
<h2><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">WEB 2.0 A STRATEGY GUIDE<br />
Amy Shuen on how Networks Multiply Effects</span></h2>
<div class="video"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Uj-UKcy1T7o&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Uj-UKcy1T7o&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<div><a title="You Tube Link" href="http://www.youtube.com/watch?v=Uj-UKcy1T7o" target="_blank">YouTube link for WEB 2.0 A STRATEGY GUIDE<br />
Amy Shuen on how Networks Multiply Effects</a></div>
<div></div>
<h2></h2>
<div><a title="Amazon" href="http://www.amazon.com/gp/product/0596529961?ie=UTF8&amp;tag=highlevelmedi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596529961" target="_blank">Save money today and get this book now.</a></div>
<div></div>
<h2></h2>
<div><iframe src="http://rcm.amazon.com/e/cm?t=highlevelmedi-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=0596529961&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=FFFFFF&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2008/12/06/web-20-a-strategy-guide-by-amy-shuen/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>What is XFN (XHTML Friends Network)?</title>
		<link>http://webtechman.com/blog/2008/11/30/what-is-xfn-xhtml-friends-network/</link>
		<comments>http://webtechman.com/blog/2008/11/30/what-is-xfn-xhtml-friends-network/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 00:28:49 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Strategy 2.0]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=39</guid>
		<description><![CDATA[XFN (XHTML Friends Network) is a simple way to represent human relationships using hyperlinks. In recent years, blogs and blogrolls have become the fastest growing area of the Web. XFN enables web authors to indicate their relationship(s) to the people in their blogrolls simply by adding a &#8216;rel&#8217; attribute to their &#60;a href&#62; tags, e.g.:
&#60;a [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">XFN (XHTML Friends Network) is a simple way to represent human relationships using hyperlinks. In recent years, <a title="Hyperlink to a definition of the term 'blog' and related terms." href="http://www.technorati.com/help/blogging101.html">blogs</a> and <a title="Hyperlink to a definition of the term 'blogrolling'" href="http://www.microcontentnews.com/resources/glossary/blogrolling.htm">blogrolls</a> have become the fastest growing area of the Web. XFN enables web authors to indicate their relationship(s) to the people in their blogrolls simply by adding a &#8216;rel&#8217; attribute to their &lt;a href&gt; tags, e.g.:</p>
<p class="MsoNormal"><strong><em>&lt;a href=&#8221;http://jeff.example.org&#8221; rel=&#8221;friend met&#8221;&gt;&#8230; </em></strong></p>
<p class="MsoNormal"><strong><em> </em></strong>Learn more at <a href="http://www.gmpg.org/xfn/">http://www.gmpg.org/xfn/</a></p>
<p class="MsoNormal">
<h2>XFN PLUGINS FOR WORDPRESS</h2>
<p class="MsoNormal">There are a few XFN – XHTML Friends Network plugins already created for WordPress.<span> </span>You can find XFN plugins by searching Google for “WordPress plugin xfn” or you can see a list of the stored plugins at WordPress here <a href="http://wordpress.org/extend/plugins/search.php?q=microformat"><span style="text-decoration: none; color: #000000;"><span> </span></span>http://wordpress.org/extend/plugins/search.php?q=xfn</a><span class="MsoHyperlink"> </span></p>
<p class="MsoNormal"><strong>Here’s a couple of my favorite FXN plug-ins for WordPress.</strong></p>
<h3>Blogroll Links</h3>
<p class="MsoNormal"><a href="http://wordpress.org/extend/plugins/blogroll-links/">http://wordpress.org/extend/plugins/blogroll-links/</a></p>
<p class="MsoNormal"><strong>Author: <a href="http://wordpress.org/extend/plugins/profile/rajivpant">Rajiv Pant</a> </strong></p>
<p class="MsoNormal">For people who maintain their Web site or blog using the WordPress blog content management system, blogroll-links is an open source WordPress plugin that uses WordPress built-in Blogroll feature and presents links to friends’ home pages and own pages on social networking sites using XFN in the links.</p>
<p class="MsoNormal"><strong>Features of this plugin</strong></p>
<p><!--[if !supportLists]--><span style="font-family: Symbol;"><span><span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: &quot;Times New Roman&quot;;"> </span></span></span></p>
<p><!--[endif]--></p>
<ul>
<li>It can show the links by category in blog posts and WordPress Pages.</li>
<li>It uses WordPress standard built-in Blogroll links database. There is no hassle of another list of links to maintain.</li>
<li>It can be used to show only the links assigned to a particular category, by stating the category slug as defined in that category’s setting in Wordpress.</li>
<li>It honors the Show/Hidden setting as defined for each link in WordPress.</li>
<li>It displays the link in the same window or new window, as specified for each link in WordPress.</li>
</ul>
<p><!--[if !supportLists]--><!--[if !supportLists]--><!--[endif]--><!--[if !supportLists]--><!--[endif]--><!--[if !supportLists]--><!--[endif]--></p>
<p class="MsoNormal">
<h3>XFN Icons</h3>
<p class="MsoNormal"><a href="http://wordpress.org/extend/plugins/xfn-icons/">http://wordpress.org/extend/plugins/xfn-icons/</a></p>
<p class="MsoNormal"><strong>Author: <a href="http://wordpress.org/extend/plugins/profile/lenary">Samuel Elliott</a> </strong></p>
<p class="MsoNormal">Adds Icons after links according to whether you&#8217;ve specified XFN or not. XFN (XHTML Friends Network) is a way of adding properties to links to specify relationships between the two sites, or the two subjects of the sites. Wordpress supports them by default, and you can add them by looking further down the page on the &#8220;Add Links&#8221; Page in the Admin Area.</p>
<p class="MsoNormal">
<h2>ADDITIONAL RESOURCES</h2>
<h3>The Friend of a Friend (FOAF) project</h3>
<p class="MsoNormal"><a href="http://www.foaf-project.org/">http://www.foaf-project.org/</a></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600"  o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f"  stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="_x0000_s1026" type="#_x0000_t75" style='position:absolute;  margin-left:0;margin-top:-.7pt;width:78pt;height:42pt;z-index:-1;  mso-position-horizontal:left' wrapcoords="-208 0 -208 21214 21600 21214 21600 0 -208 0"> <v:imagedata src="file:///C:\DOCUME~1\Owner\LOCALS~1\Temp\msohtml1\01\clip_image001.png"   o:title="" /> <w:wrap type="tight" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--></p>
<div id="attachment_40" class="wp-caption alignleft" style="width: 114px"><a href="http://webtechman.com/blog/wp-content/uploads/foafprojectsmileystransp.gif"><img class="size-medium wp-image-40" title="foaf project smileystransp" src="http://webtechman.com/blog/wp-content/uploads/foafprojectsmileystransp.gif" alt="foaf project Friend of a Friend" width="104" height="56" /></a><p class="wp-caption-text">foaf project Friend of a Friend</p></div>
<p class="MsoNormal"><strong>FOAF</strong> is about your place in the Web, and the Web&#8217;s place in our world. FOAF is a simple technology that makes it easier to share and use information about people and their activities (eg. photos, calendars, weblogs), to transfer information between Web sites, and to automatically extend, merge and re-use it online.</p>
<p class="MsoNormal">
<p><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">The Friend of a Friend (FOAF) project is creating a Web of machine-readable pages describing people, the links between them and the things they create and do.</span></p>
<h3>Google’s Social Graph API</h3>
<p class="MsoNormal"><a href="http://code.google.com/apis/socialgraph/">http://code.google.com/apis/socialgraph/</a></p>
<p class="MsoNormal">The public web is made up of linked pages that represent both documents and people. Google Search helps make this information more accessible and useful. If you take away the documents, you&#8217;re left with the connections between people. Information about the public connections between people is really useful &#8212; as a user, you might want to see who else you&#8217;re connected to, and as a developer of social applications, you can provide better features for your users if you know who their public friends are. There hasn&#8217;t been a good way to access this information. The Social Graph API now makes information about the public connections between people on the Web, expressed by <a href="http://gmpg.org/xfn/">XFN</a> and <a href="http://www.foaf-project.org/">FOAF</a> markup and other publicly declared connections, easily available and useful for developers.</p>
<div id="attachment_41" class="wp-caption alignnone" style="width: 299px"><a href="http://webtechman.com/blog/wp-content/uploads/googleopensocialthe-web.png"><img class="size-medium wp-image-41" title="google social graph the-web" src="http://webtechman.com/blog/wp-content/uploads/googleopensocialthe-web-289x300.png" alt="Google Social Graph" width="289" height="300" /></a><p class="wp-caption-text">Google Social Graph</p></div>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2008/11/30/what-is-xfn-xhtml-friends-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google API video overview</title>
		<link>http://webtechman.com/blog/2008/11/30/google-api-video-overview/</link>
		<comments>http://webtechman.com/blog/2008/11/30/google-api-video-overview/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:22:06 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Strategy 2.0]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=27</guid>
		<description><![CDATA[The Google Data APIs provide a simple standard protocol for reading and writing data on the web.
These REST-style APIs are based on the Atom Publishing Protocol (AtomPub), using the standard Atom syndication format to represent data and HTTP to handle communication. The Google Data API protocol also extends AtomPub for processing queries, authentication, batch requests, [...]]]></description>
			<content:encoded><![CDATA[<p>The Google Data APIs provide a simple standard protocol for reading and writing data on the web.</p>
<p>These REST-style APIs are based on the Atom Publishing Protocol (AtomPub), using the standard Atom syndication format to represent data and HTTP to handle communication. The Google Data API protocol also extends AtomPub for processing queries, authentication, batch requests, and providing alternate output formats (JSON, RSS).</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/ADos_xW4_J0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/ADos_xW4_J0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p>Learn more about the Google API at <a title="Google API help" href="http://code.google.com/apis/gdata/index.html" target="_blank">http://code.google.com/apis/gdata/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2008/11/30/google-api-video-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect root requests to your blog</title>
		<link>http://webtechman.com/blog/2008/11/30/redirect-root-requests-to-your-blog/</link>
		<comments>http://webtechman.com/blog/2008/11/30/redirect-root-requests-to-your-blog/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 12:20:08 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Strategy 2.0]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=16</guid>
		<description><![CDATA[In my article, &#8220;Installing WordPress&#8221; I mention how to redirect root requests to your new blog.
When I installed WordPress, I had nothing else on my server, but I wanted to reserve the root space for additional components, so I installed WordPress in a subdirectory named &#8220;blog&#8221;. Now I want all requests from my domain to [...]]]></description>
			<content:encoded><![CDATA[<p>In my article, &#8220;<a title="Installing WordPress Blog Software" href="/blog/2008/11/23/installing-wordpress/" target="_self">Installing WordPress</a>&#8221; I mention how to redirect root requests to your new blog.</p>
<p>When I installed WordPress, I had nothing else on my server, but I wanted to reserve the root space for additional components, so I installed WordPress in a subdirectory named &#8220;blog&#8221;. Now I want all requests from my domain to just return the default view of my WordPress blog.</p>
<p>You can easily control this with an htaccess file in your root directory.  Simply add the following line to your .htaccess file.</p>
<p><strong>#I have nothing on root index, so redirect to /blog<br />
RewriteRule ^(.*)$ /blog/index.php [L]</strong></p>
<p>We can always go back and change this after we add new components and update the main index page.</p>
<p>This approach to the architecture will allow us to install other components and connect them in our root space. Let&#8217;s say we wanted to add a forum to the site. We could install the forum software in the /forums directory, then update the root space to show information about our blog and forums without disturbing the architecture of either component. This approach will allow us to easily integrate components at will and give us the ability to update the component through their natural interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2008/11/30/redirect-root-requests-to-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
