<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Boston web design</title>
	
	<link>http://www.nxfx.com/blog</link>
	<description>All about web Design and Marketing</description>
	<lastBuildDate>Sat, 22 May 2010 04:10:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/bostonwebdesign" /><feedburner:info uri="bostonwebdesign" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>AdLib, new iPad Javascript Framework for iPad web Development</title>
		<link>http://feedproxy.google.com/~r/bostonwebdesign/~3/g_YbbfjicSE/</link>
		<comments>http://www.nxfx.com/blog/design-topics/adlib-ipad-javascript-framework/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 20:05:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[adlib]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[web Design]]></category>
		<category><![CDATA[web Development]]></category>

		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=58</guid>
		<description><![CDATA[
DOWNLOAD LINKS
DOWNLOAD UNCOMPRESSED ADLIB.JS and the IPAD INTRO.JS

Done21 reports on the curious discovery of a new Web-based framework used in the iPad that allows web pages to behave in ways much more akin to native applications than previously observed. The framework, dubbed &#8216;AdLib&#8217; by the report&#8217;s author after the name of the file containing the [...]]]></description>
			<content:encoded><![CDATA[<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="612" height="363" 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/I4HRqHjLtZY&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="612" height="363" src="http://www.youtube.com/v/I4HRqHjLtZY&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px; background-color: lightgrey;"><strong>DOWNLOAD LINKS</strong></div>
<div style="padding: 5px; background-color: lightgrey;"><a title="Download Ad Lib" href="http://www.nxfx.com/demo/AdLib.zip">DOWNLOAD UNCOMPRESSED ADLIB.JS and the IPAD INTRO.JS</a></div>
</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Done21 reports on the curious discovery of a new Web-based framework used in the iPad that allows web pages to behave in ways much more akin to native applications than previously observed. The framework, dubbed &#8216;AdLib&#8217; by the report&#8217;s author after the name of the file containing the code, was first noticed in action when navigating to Apple&#8217;s iPad User Guide using the iPad&#8217;s mobile version of Safari. It allows the user guide, which is simply a web page, to be offered in a split-pane view with scrollbars and with a native app-like feel.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">What&#8217;s particularly interesting is that it does something that shouldn&#8217;t really be possible in Mobile Webkit: It includes scrolling panes that can be manipulated with a single finger, complete with the signature iPhone OS &#8220;scroll bars&#8221; and elastic transitions. If you have ever worked with Safari on the iPhone, you know that having scrolling boxes of content is sort of possible, but requires a special two-finger gesture to scroll.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Curiosity got the best of me, so I loaded the page in Safari on my laptop (and changed Safari&#8217;s user agent to mimic the iPad) and got to work with the developer tools. After extracting the JavaScript and de-minifying it, my suspicions were confirmed. Apple was manually reading the touch events, calculating the inertia of the scrolling, and manually drawing the scroll bars. It was incredible that it worked so smoothly in the browser.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The framework, which weighs in at about 4,300 lines of code, permits Mobile Safari to display the native-like user guide simply using HTML, CSS, JavaScript, the basic web technologies supported by the iPhone and iPad. It appears similar in some respects to the PastryKit framework described by John Gruber last December, although AdLib appears to be a more advanced version that incorporates iPad-specific references.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">It remains to be seen whether Apple will release the custom API for use by third-developers, but despite an absence of documentation, the report notes that the framework is &#8220;extremely well thought out and complete&#8221; and could be of significant utility to developers.</div>
<p>Done21 reports on the curious discovery of a new Web-based framework used in the iPad that allows web pages to behave in ways much more akin to native applications than previously observed. The framework, dubbed &#8216;AdLib&#8217; by the report&#8217;s author after the name of the file containing the code, was first noticed in action when navigating to Apple&#8217;s iPad User Guide using the iPad&#8217;s mobile version of Safari. It allows the user guide, which is simply a web page, to be offered in a split-pane view with scrollbars and with a native app-like feel.</p>
<blockquote><p><em>What&#8217;s particularly interesting is that it does something that shouldn&#8217;t really be possible in Mobile Webkit: It includes scrolling panes that can be manipulated with a single finger, complete with the signature iPhone OS &#8220;scroll bars&#8221; and elastic transitions. If you have ever worked with Safari on the iPhone, you know that having scrolling boxes of content is sort of possible, but requires a special two-finger gesture to scroll.</em></p>
<p><em>Curiosity got the best of me, so I loaded the page in Safari on my laptop (and changed Safari&#8217;s user agent to mimic the iPad) and got to work with the developer tools. After extracting the JavaScript and de-minifying it, my suspicions were confirmed. Apple was manually reading the touch events, calculating the inertia of the scrolling, and manually drawing the scroll bars. It was incredible that it worked so smoothly in the browser.</em></p></blockquote>
<p>The framework, which weighs in at about 4,300 lines of code, permits Mobile Safari to display the native-like user guide simply using HTML, CSS, JavaScript, the basic web technologies supported by the iPhone and iPad. It appears similar in some respects to the <a title="Pastry Kit" href="http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/">PastryKit framework</a> described last December, although AdLib appears to be a more advanced version that incorporates iPad-specific references.</p>
<p>It remains to be seen whether Apple will release the custom API for use by third-developers, but despite an absence of documentation, the report notes that the framework is &#8220;extremely well thought out and complete&#8221; and could be of significant utility to developers.</p>
<blockquote><p><em>What was more interesting is that there was an entire framework running this web application. The framework weighed in at 4,300 lines of code, and was unmistakably an Apple-born API. Every class and constant was prefixed with the letters “AD” and some of the classes include ADTabBarController, ADScrollPane, ADViewController, ADView, ADToolbar, and dozens more.</em></p></blockquote>
<blockquote><p><em>What does the AD prefix stand for? I don’t know. The framework itself was contained in a file called AdLib-ug-ipad.js, so for the time being let’s call it AdLib. I also appreciate the sense of humor the developers seem to have about the name. The accompanying application code that utilizes the framework is about 1,500 lines and offers a few clues as to how to use the AdLib framework. There is no documentation in the code or anywhere online, and the local variables are shortened to a, b, c, etc… If you want to know more about how it works, take a look at the code linked below.</em></p>
<p><em>Is AdLib a framework that Apple plans to release for the public? I sure hope so. The framework looks to be extremely well thought out and complete. Perhaps this will be a framework to support a future release of Dashcode, an application for writing dashboard widgets and Safari/iPhone web apps. Maybe we’ll hear something about it this Thursday at Apple’s event for iPhone OS 4.</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nxfx.com/blog/design-topics/adlib-ipad-javascript-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.nxfx.com/blog/design-topics/adlib-ipad-javascript-framework/</feedburner:origLink></item>
		<item>
		<title>Apple’s Pastry Kit | iPhone Javascript Toolkit</title>
		<link>http://feedproxy.google.com/~r/bostonwebdesign/~3/mE2VrcnSKjs/</link>
		<comments>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 16:57:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[web Design]]></category>
		<category><![CDATA[web Development]]></category>

		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44</guid>
		<description><![CDATA[ANOTHER UPDATE: Thanks to a anonymous Sponsor, we got now the full Assets as well DOWNLOAD THE ENTIRE ASSETS COLLECTION
John Gruber has found a javascript library for iPhone webApps, from nobody  other than Apple itself. This interesting library, called PastryKit, seems to have been pretty much undiscovered since google does not have much on it. [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em><span style="color: #993300;">ANOTHER UPDATE: Thanks to a anonymous Sponsor, we got now the full Assets as well <a title="DOWNLOAD PASTRY ASSETS" href="http://nxfx.com/demo/pastryKitAssets.zip">DOWNLOAD THE ENTIRE ASSETS COLLECTION</a></span></em></strong></p>
<p><img class="alignleft size-medium wp-image-45" title="iphoneguide" src="http://www.nxfx.com/blog/wp-content/uploads/2009/12/iphoneguide-146x300.jpg" alt="iphoneguide" width="146" height="300" /><a href="http://daringfireball.net/">John Gruber </a>has found a javascript library for iPhone webApps, from nobody  other than Apple itself. This interesting library, called <em><strong>PastryKit</strong></em>, seems to have been pretty much undiscovered since google does not have much on it. In likes of others, Apple&#8217;s javascript library provides support for that app native-feel. (That is the main objective anyway; some look &amp; feel emulators are pretty &#8220;good&#8221;, while others get stuck in the past).</p>
<p><em>Ok, so how do we use it, or get our hands on it?</em></p>
<p>Visit <a href="http://help.apple.com/iphone/3/mobile/" target="_blank">http://help.apple.com/iphone/3/mobile/</a> from your iPhone or iPod Touch. This is the official Apple guide using PastryKit.<br />
Now with this page in regular Safari (on your Mac/PC), open the Develop Menu (if it&#8217;s not there, enable it in Preference|Advanced). Choose User Agent &gt; Mobile Safari 3.x . And now you can see it in your Browser like an iPhone would. From Develop Menu, Web Inspector will let you view the script.</p>
<p><em>The HTML includes PastryKit as follows:</em></p>
<pre>&lt;!-- PastryKit --&gt;
&lt;link rel="stylesheet" href="dist/PastryKit-ug-compact.css"&gt;
&lt;script type="text/javascript" src="dist/PastryKit-ug-compact.js" charset="utf-8"&gt;&lt;/script&gt;</pre>
<p><!-- PastryKit --></p>
<p><script src="dist/PastryKit-ug-compact.js" type="text/javascript"></script></p>
<p>PastryKit Javascript and PastryKit CSS are available via a quick Download.</p>
<ul>
<li><a title="Full Download of Pastry Kit" href="http://nxfx.com/demo/pastryKit.zip">DOWNLOAD THE COMPLETE PASRTY KIT</a></li>
<li><a title="Full Uncompressed Download of Pastry Kit" href="http://nxfx.com/demo/pastryKitFull.zip">DOWNLOAD THE COMPLETE PASRTY KIT UNCOMPRESSED</a></li>
<li><a title="DOWNLOAD PASTRY KIT JAVASCRIPT" href="http://help.apple.com/iphone/3/mobile/dist/PastryKit-ug-compact.js">DOWNLOAD PASTRY KIT JAVASCRIPT</a></li>
<li><a title="DOWNLOAD PASTRY KIT CSS" href="http://help.apple.com/iphone/3/mobile/dist/PastryKit-ug-compact.css">DOWNLOAD PASTRY KIT CSS</a></li>
<li><a title="DOWNLOAD PASTRY ASSETS" href="http://nxfx.com/demo/pastryKitAssets.zip">DOWNLOAD THE ENTIRE ASSETS COLLECTION</a></li>
<li><a title="PASRTY KIT UML" href="http://nxfx.com/demo/pastryKitUml.pdf">PASTRY KIT UML</a></li>
</ul>
<p>They are kind of hard to read because of their Compression.</p>
<p><em>Gruber looked at the source anyway:</em></p>
<blockquote><p>PastryKit accomplishes all three of the aforementioned things — hiding the MobileSafari address bar, providing fixed-position toolbars, and providing scrolling with momentum — by disabling regular scrolling and setting up its own view hierarchy and implementing its own scrolling.</p></blockquote>
<p>The  question of native iPhone apps on the web was a very hot discussion topic last month after <a href="http://www.quirksmode.org/blog/archives/2009/11/native_iphone_a.html">PPK whipped up a storm </a>on the never ending question of web-apps replacing iPhone apps. The  interesting point here is Apple&#8217;s stance. They launched the iPhone with web plattform intended to be the platform for 3rd party apps, then switched over to native apps and have not done very much to facilitate native-style web apps since then. Is a change coming? As Gruber puts it:</p>
<blockquote><p>The $64,000 question, though, is whether PastryKit is something Apple intends (or that a team within Apple hopes) to ship publicly. It seems like a lot of effort to build a framework this rich just for this iPhone User Guide, so I’m hopeful the answer is yes. Perhaps something integrated with the next major release of Dashcode? And, perhaps with integrated UI layout tools, along the lines of Interface Builder?</p></blockquote>
<p><strong><em><span style="color: #993300;">UPDATE: Added full uncompressed Source to the Downloads</span></em></strong></p>
<p><strong><em><span style="color: #993300;">ANOTHER UPDATE: Thanks to a anonymous Sponsor, we got now the full Assets as well <a title="DOWNLOAD PASTRY ASSETS" href="http://nxfx.com/demo/pastryKitAssets.zip">DOWNLOAD THE ENTIRE ASSETS COLLECTION</a></span></em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		<feedburner:origLink>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/</feedburner:origLink></item>
		<item>
		<title>Chrome Beta for OSX almost Ready</title>
		<link>http://feedproxy.google.com/~r/bostonwebdesign/~3/44QPje8aDrw/</link>
		<comments>http://www.nxfx.com/blog/browsers/chrome-beta-for-osx-almost-ready/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:23:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=31</guid>
		<description><![CDATA[UPDATE Its available now DOWNLOAD GOOGLE CHROME
In Tech report posted on Nov 29th 2009, TechCrunch points to a Twitter entry from Mike Pinkerton (Chrome for Mac team) stating that there were only 8 bugs/errors remaining to be fixed before the Macintosh beta of Chrome is ready for its launch in the next month.


 

&#8220;8 remaining [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE</strong> Its available now <a href="http://www.google.com/chrome?platform=mac&#038;hl=en">DOWNLOAD GOOGLE CHROME</a><br />
<img class="alignleft size-medium wp-image-32" src="http://www.nxfx.com/blog/wp-content/uploads/2009/11/chrome-logo-300x291.png" alt="" width="210" height="204" />In Tech <a href="http://www.techcrunch.com/2009/11/29/chrome-for-mac-beta-2/">report</a> posted on Nov 29th 2009, <em>TechCrunch</em> points to a <a href="http://twitter.com/mikepinkerton/status/6181039060" target="_blank">Twitter entry</a> from Mike Pinkerton (Chrome for Mac team) stating that there were only 8 bugs/errors remaining to be fixed before the Macintosh beta of Chrome is ready for its launch in the next month.</p>
<p><em><br />
</em></p>
<p><em> </em></p>
<p><em></p>
<p style="margin-left:10px">&#8220;8 remaining M4 Mac beta blockers! Go team! #chrome&#8221;</p>
<p>This means that there are only 8 things standing in the way of Chrome for Mac going beta. &#8220;M4&#8243; stands for &#8220;milestone 4,&#8221; which is how they phrase &#8220;version 4,&#8221; which the Mac beta build of Chrome will be (the current dev channel version is 4.0.249.12, for example).</p>
<p></em></p>
<p>Speculation on the eight bugs noted by Pinkerton centers on <a href="http://code.google.com/p/chromium/issues/list?can=2&amp;q=label%3AOS-Mac+label%3AMstone-4+label%3AReleaseBlock-Beta&amp;colspec=ID+Stars+Pri+Area+Type+Status+Summary+Modified+Owner+Mstone+OS&amp;x=mstone&amp;y=area&amp;cells=tiles" target="_blank">this list</a>, which is already down to four outstanding issues.</p>
<p>In a <a href="http://www.techcrunch.com/2009/11/30/chrome-for-mac-features/" target="_blank">follow-up article</a>, <em>TechCrunch</em> looks at the features for Chrome that will not be included in the initial beta release and have been pushed out to the next beta version in order to allow Google to meet its goal of releasing the initial beta before the end of the year.</p>
<p>- Bookmark Manager<br />
- App Mode (allows Chrome to run Web apps in their own simplified windows)<br />
- Task Manager<br />
- Gears (offline support for Web apps; apparently being scrapped entirely in favor of HTML5)<br />
- Bookmark syncing<br />
- Multi-touch gestures<br />
- 64-bit support<br />
- Full support for extensions<br />
- Full screen mode (possibly)</p>
<p>Developer builds of Chrome for Mac have been available for <a href="http://code.google.com/chromium/" target="_blank">several months</a>, but the move to a beta version suggests that users can expect to see a fairly stable browser with a number of significant features included.  Work will continue on Chrome with additional Developer Preview releases occurring on a regular basis.  Refined versions will then periodically be released as new additions to Chrome&#8217;s Beta channel.  Releases will eventually make their way to Chrome&#8217;s &#8220;Stable&#8221; channel, which will offer &#8220;rock solid&#8221; performance without the inclusion of features still under development and testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nxfx.com/blog/browsers/chrome-beta-for-osx-almost-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nxfx.com/blog/browsers/chrome-beta-for-osx-almost-ready/</feedburner:origLink></item>
		<item>
		<title>Google Redesigned (Google 2.0)</title>
		<link>http://feedproxy.google.com/~r/bostonwebdesign/~3/I0KRSuCYUXw/</link>
		<comments>http://www.nxfx.com/blog/design-topics/google-redesigned/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:24:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=14</guid>
		<description><![CDATA[So i have been browsing around, and all the sudden i came across a piece of code, using that cookie code, you are able to see a new version of google, its some kind of redesign or draft. Nothing fancy, nothing special, but check it out anyway, one feature defiantly like is the visible sidebar [...]]]></description>
			<content:encoded><![CDATA[<p>So i have been browsing around, and all the sudden i came across a piece of code, using that cookie code, you are able to see a new version of google, its some kind of redesign or draft. Nothing fancy, nothing special, but check it out anyway, one feature defiantly like is the visible sidebar and options.</p>
<p><strong>How to:</strong> When you paste the following into the address bar of your browser when on google.com and hit return, you should find yourself as new participant of Google&#8217;s latest and more all-encompassing prototype test – the one with a new logo, buttons, and always-visible left-hand pane in results. Please note I needed to sign out first for this to work.</p>
<p><textarea style="width: 580px; height: 50px;">javascript:void(document.cookie=&#8221;PREF=ID=20b6e4c2f44943bb:U=4bf292d46faad806:TM=1249677602:LM=1257919388:S=odm0Ys-53ZueXfZG;path=/; domain=.google.com&#8221;);</textarea></p>
<p style="text-align: center;"><a href="http://www.nxfx.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-29-at-8.15.46-PM.png"><img class="size-medium wp-image-22 aligncenter" title="Redesigned Homepage" src="http://www.nxfx.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-29-at-8.15.46-PM-300x154.png" alt="Google Redesigned" width="300" height="154" /></a></p>
<p style="text-align: center;"><span id="more-14"></span></p>
<p style="text-align: center;"><a href="http://www.nxfx.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-29-at-8.16.11-PM.png"><img class="size-medium wp-image-23 aligncenter" title="Timeline Search" src="http://www.nxfx.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-29-at-8.16.11-PM-300x245.png" alt="How to redesign google" width="300" height="245" /></a></p>
<p style="text-align: center;"><a href="http://www.nxfx.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-29-at-8.16.53-PM.png"><img class="size-medium wp-image-24 aligncenter" title="Visible Sidebar" src="http://www.nxfx.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-29-at-8.16.53-PM-300x234.png" alt="Google  web design Design Screenshot" width="300" height="234" /></a></p>
<p><em><strong>UPDATE: CHECK OUT THE VIDEO BELOW FOR A DEMO AND PREVIEW</strong></em></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" 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/HVRAfBz1S0w&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/HVRAfBz1S0w&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nxfx.com/blog/design-topics/google-redesigned/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.nxfx.com/blog/design-topics/google-redesigned/</feedburner:origLink></item>
		<item>
		<title>FTC Guideline Updates</title>
		<link>http://feedproxy.google.com/~r/bostonwebdesign/~3/ZdjddisqTHs/</link>
		<comments>http://www.nxfx.com/blog/affiliate-marketing/ftc-guideline-updates/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 00:09:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Affiliates]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[ftc]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=3</guid>
		<description><![CDATA[The FTC has updated their guidelines and rules regarding endorsements /testimonials. It is important to determine how these guidelines may affect your website or bloggind business, or how you should proceed; so  be aware of this update that goes into effect on the 1st of December 2009. You can find out all the details [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-8" src="http://www.nxfx.com/blog/wp-content/uploads/2009/11/federal-trade-commission-ftc-logo-150x150.png" alt="" width="120" height="120" />The <a href="http://ftc.gov/multimedia/video/business/endorsement-guides.shtm">FTC</a> has updated their guidelines and rules regarding endorsements /testimonials. It is important to determine how these guidelines may affect your website or bloggind business, or how you should proceed; so  be aware of this update that goes into effect on the 1st of December 2009. You can find out all the details on the FTC website and read about some members of the industry&#8217;s take on this and way to avoid trouble and be compliant.<br />
For most of our Clients and Partners this will not have a large impact, but be warned competitive Bloggers may report you to the <a href="http://ftc.gov/multimedia/video/business/endorsement-guides.shtm">FTC</a> or your Affiliate Network like <a href="http://cj.com">commission junction</a>, <a href="http://linkshare.com">linkshare</a> etc</p>
<p><a href="http://ftc.gov/os/2009/10/091005revisedendorsementguides.pdf" target="_blank">VIEW PDF</a></p>
<p>Below you can see some interviews and videos with the FTC</p>
<p><strong>What&#8217;s new about the Endorsement Guides?</strong><br />
<em> Mary Engle, Associate Director &#8211; Bureau of Consumer Protection<br />
</em><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question1.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question1.swf" allowfullscreen="true" allowscriptaccess="sameDomain" quality="high" wmode="transparent"></embed></object></p>
<p><span id="more-3"></span></p>
<p><strong>Why did the FTC update the Endorsement Guides?</strong><br />
<em> Mary Engle, Associate Director &#8211; Bureau of Consumer Protection<br />
</em><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question2.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question2.swf" allowfullscreen="true" allowscriptaccess="sameDomain" quality="high" wmode="transparent"></embed></object></p>
<p><strong>What do the Endorsement Guides mean for bloggers?</strong><br />
<em> Mary Engle, Associate Director &#8211; Bureau of Consumer Protection<br />
</em><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question3.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question3.swf" allowfullscreen="true" allowscriptaccess="sameDomain" quality="high" wmode="transparent"></embed></object></p>
<p><strong>Is the FTC planning to sue bloggers?</strong><br />
<em> Mary Engle, Associate Director &#8211; Bureau of Consumer Protection<br />
</em><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question5.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question5.swf" allowfullscreen="true" allowscriptaccess="sameDomain" quality="high" wmode="transparent"></embed></object></p>
<p><strong>Where to go for more information</strong><br />
<em> Mary Engle, Associate Director &#8211; Bureau of Consumer Protection<br />
</em><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question6.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.ftc.gov/bcp/edu/multimedia/video/endorsement-guides/endorse_mary-question6.swf" allowfullscreen="true" allowscriptaccess="sameDomain" quality="high" wmode="transparent"></embed></object></p>
<p><em> UPDATE (Check out the cNet Article, it talks about the effects this will have on Facebook and Twitter posts: </em><a href="http://news.cnet.com/8301-13577_3-10368064-36.html"><em>http://news.cnet.com/8301-13577_3-10368064-36.html</em></a><em> )<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nxfx.com/blog/affiliate-marketing/ftc-guideline-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.nxfx.com/blog/affiliate-marketing/ftc-guideline-updates/</feedburner:origLink></item>
	</channel>
</rss>
