<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jeremy Dost&#039;s SharpBlog &#187; Uncategorized</title>
	<atom:link href="http://www.sharpdotinc.com/jdost/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdotinc.com/jdost</link>
	<description>Just another Sharpdot weblog</description>
	<lastBuildDate>Fri, 25 Feb 2011 21:31:10 +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>Does Facebook scrape your post for an image when you link from wordpress?</title>
		<link>http://www.sharpdotinc.com/jdost/2011/02/25/does-facebook-scrape-your-post-for-an-image-when-you-link-from-wordpress/</link>
		<comments>http://www.sharpdotinc.com/jdost/2011/02/25/does-facebook-scrape-your-post-for-an-image-when-you-link-from-wordpress/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 21:02:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=215</guid>
		<description><![CDATA[
Forty Weeks uses facebook a lot (check out their facebook page) and it appears that their site, which is built in Wordpress, is not feeding facebook pictures and descriptions to attach to links. Lets see what is needed to fix that&#8230;
Instead facebook is printing out a bunch of commented out javascript code as the description [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sharpdotinc.com/jdost/files/2011/02/166510_497643497200_516977200_6481196_3165120_n.jpg"><img class="alignleft size-medium wp-image-224" title="166510_497643497200_516977200_6481196_3165120_n" src="http://www.sharpdotinc.com/jdost/files/2011/02/166510_497643497200_516977200_6481196_3165120_n-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>Forty Weeks uses facebook a lot (<a href="http://www.facebook.com/pages/FortyWeeks/304987338791">check out their facebook page</a>) and it appears that their site, which is built in Wordpress, is not feeding facebook pictures and descriptions to attach to links. Lets see what is needed to fix that&#8230;</p>
<p>Instead facebook is printing out a bunch of commented out javascript code as the description and no picture. Troubleshooting step 1 &#8211; remove that javscript.</p>
<p>OK step 1 complete and description gets pulled in now. The js had CDATA tags in it which may have been throwing facebook for a loop. Still no picture though. Step 2 comparing the sharpdot blog head tags to the fortyweeks blog head tags.</p>
<p>Well that seemed to do the trick. Facebook is now pulling in pictures that are relevant to the post. So the answer to the questions is YES BUT javascript can mess it up. After a little trial and error it seemed to come down to this line:</p>
<div id="_mcePaste">var morelink = $(&#8216;&lt;li&gt;&lt;a href=&#8221;javascript:void(0);&#8221; class=&#8221;viewAllLink&#8221;&gt;See all in this category&lt;/a&gt;&lt;/li&gt;&#8217;);</div>
<p>Maybe there were just some hidden utf characters in there? Well color me surprised!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2011/02/25/does-facebook-scrape-your-post-for-an-image-when-you-link-from-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://www.sharpdotinc.com/jdost/files/2011/02/166510_497643497200_516977200_6481196_3165120_n-150x150.jpg" />
		<media:content url="http://www.sharpdotinc.com/jdost/files/2011/02/166510_497643497200_516977200_6481196_3165120_n.jpg" medium="image">
			<media:title type="html">166510_497643497200_516977200_6481196_3165120_n</media:title>
			<media:thumbnail url="http://www.sharpdotinc.com/jdost/files/2011/02/166510_497643497200_516977200_6481196_3165120_n-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Drupal 7 Released! Initial impressions</title>
		<link>http://www.sharpdotinc.com/jdost/2011/01/05/drupal-7-released-initial-impressions/</link>
		<comments>http://www.sharpdotinc.com/jdost/2011/01/05/drupal-7-released-initial-impressions/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 21:21:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>
		<category domain="http://www.sharpdotinc.com/jdost/tag/drupal/"><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=211</guid>
		<description><![CDATA[At long last Drupal 7 has been released so I eagerly downloaded it and set up a test site. First impression is that it&#8217;s great! Really great! Lots of enhancements to the ui and a number of those must-install modules are now pulled into the core. I&#8217;m still testing it out but here&#8217;s a few [...]]]></description>
			<content:encoded><![CDATA[<p>At long last <a href="http://drupal.org/drupal-7.0">Drupal 7 has been released</a> so I eagerly downloaded it and set up a test site. First impression is that it&#8217;s great! Really great! Lots of enhancements to the ui and a number of those must-install modules are now pulled into the core. I&#8217;m still testing it out but here&#8217;s a few first impressions:</p>
<p>Installation was easier &#8211; not that a single site install was ever that complicated for this developer&#8230; but it &#8216;looks&#8217; nicer now and had some very clear warnings about file permissions etc&#8230;</p>
<p>The default theme has a nice black admin bar at the top that reminds me of the <a href="http://drupal.org/project/admin_menu">administration menu module</a> we always install here.  It&#8217;s definitely not the same &#8211; it doesn&#8217;t have the full set of dropdowns and all but it looks similar. Also, there&#8217;s a nice shortcuts menu below that admin menu that you can customize. Again &#8211; might not be helpful to an admin since you need to get to sooo many different things but will surely help out the average user or content editor.</p>
<p>All the edit screens load up using ajax now which is a bit surprising! It does break down nicely and the back/forward buttons work fine. I didn&#8217;t see a big boost in load time (internet is slow today so maybe it&#8217;s just that) but I do hope that this ajax loading translates to smaller server requests and load times when editing.</p>
<p>Another ui shocker &#8211; the content editor doesn&#8217;t have those familiar collapsible framesets anymore. All of those sections are at the bottom of the page in a mini-sidebar type of layout. I like this layout better &#8211; no scrolling scrolling scrolling and many of those sections you rarely deal with anyway so they can just stay hidden.</p>
<p>And some admin candy &#8211; you can install modules directly from the admin tools now. That is REALLY nice as I managed to install the <a href="http://drupal.org/project/link">Link module</a> right from the backend. Sweet! It&#8217;s similar to installing plugins in wordpress where you can specify ftp info and pull files down from a url.</p>
<p>Ok, last comment for now, cck functionality is now in the core (under &#8216;Structure&#8217;) so you can create custom content types right out of the box. There&#8217;s a number of input widgets pre-loaded but like I mentioned I had to install the link module myself. Image IS in there as a field type though &#8211; crackin!</p>
<p>Well, there is still a lot more to try out but so far I&#8217;d say most of these changes are going to add up to a much better experience for the basic user and it brings drupal&#8217;s administrative interface closer to the ease of use that you get/expect with a wordpress. In my mind that is a pretty big deal because it&#8217;s always been a critical distinction between the two and seen as a barrier to using drupal. Time will tell but it looks very positive.</p>
<p>Oh &#8211; and a quick shout about the <a href="http://www.meetup.com/drupalatlanta/calendar/15812006/">drupal 7 release party here intown in Atlanta</a>.  Get out there and raise a glass to celebrate with the community. Hopefully someone from here can attend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2011/01/05/drupal-7-released-initial-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>sql to find drupal module file path</title>
		<link>http://www.sharpdotinc.com/jdost/2010/11/19/sql-to-find-drupal-module-file-path/</link>
		<comments>http://www.sharpdotinc.com/jdost/2010/11/19/sql-to-find-drupal-module-file-path/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 13:41:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>
		<category domain="http://www.sharpdotinc.com/jdost/tag/drupal/"><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=209</guid>
		<description><![CDATA[Troubleshooting Drupal modules can be hard if you have a lot of them plus a complex structure for where they&#8217;re saved &#8211; especially if there are multiple copies and multiple sites out there. If you update your module and suspect there is another copy of the module but you don&#8217;t know where, this sql will [...]]]></description>
			<content:encoded><![CDATA[<p>Troubleshooting Drupal modules can be hard if you have a lot of them plus a complex structure for where they&#8217;re saved &#8211; especially if there are multiple copies and multiple sites out there. If you update your module and suspect there is another copy of the module but you don&#8217;t know where, this sql will tell you where drupal is REALLY pulling the module code from:</p>
<p>mysql&gt; select filename from system where filename like &#8216;%/my-module-name/%&#8217;;</p>
<p>This will give you a relative path to the module.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2010/11/19/sql-to-find-drupal-module-file-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>jQuery Cookie Plugin</title>
		<link>http://www.sharpdotinc.com/jdost/2010/10/04/jquery-cookie-plugin/</link>
		<comments>http://www.sharpdotinc.com/jdost/2010/10/04/jquery-cookie-plugin/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 13:47:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=203</guid>
		<description><![CDATA[I&#8217;ve been using the jquery cookie plugin created an age ago by Klaus Hartl (stilbuero.de) but it looks like his site is down? It&#8217;s a very easy to use plugin &#8211; not all that complicated but I thought I&#8217;d post our couple of most basic uses here since we had to use it recently and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the jquery cookie plugin created an age ago by Klaus Hartl (<a href="http://stilbuero.de" target="_blank">stilbuero.de</a>) but it looks like his site is down? It&#8217;s a very easy to use plugin &#8211; not all that complicated but I thought I&#8217;d post our couple of most basic uses here since we had to use it recently and I couldn&#8217;t find the demos:</p>
<h3>Pre-reqs &#8211; load jquery first and then the cookie plugin:</h3>
<pre>&lt;script src="PATH-TO-JQUERY/jquery-1.4.2.min.js"&gt;&lt;/script&gt;
&lt;script src="PATH-TO-JQUERY/jquery.cookie.js"&gt;&lt;/script&gt;</pre>
<h3>Most used &#8211; example for a one time user notification via js&#8230;</h3>
<pre>
<div id="_mcePaste">var MESSAGE_COOKIE_NAME = 'sawMessage';	// code for the cookie name
$(document).ready(function(){
	var sawMessage = false;
	if (typeof $.cookie != 'undefined'){
		sawMessage = ($.cookie(MESSAGE_COOKIE_NAME) == '1');
	}
	if (!sawMessage){
		$.cookie(MESSAGE_COOKIE_NAME, '1', {
			path: '/',
			domain: 'mydomain.com',
			expires: 365 });	// expires in one year
		// code to show the message
	}
}</div>
</pre>
<h3>Used less often &#8211; a cookie for just 1 session:</h3>
<pre>if (typeof $.cookie != 'undefined'){
  // set it
  $.cookie('one-session-cookie', 'yes');
  // read it
  if ($.cookie('one-session-cookie') == 'yes'){
    alert('the cookie was set');
  }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2010/10/04/jquery-cookie-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Wordpress Boosted by Microsoft gift</title>
		<link>http://www.sharpdotinc.com/jdost/2010/09/28/wordpress-boosted-by-microsoft-gift/</link>
		<comments>http://www.sharpdotinc.com/jdost/2010/09/28/wordpress-boosted-by-microsoft-gift/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 19:20:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>
		<category domain="http://www.sharpdotinc.com/jdost/tag/microsoft/"><![CDATA[Microsoft]]></category>
		<category domain="http://www.sharpdotinc.com/jdost/tag/wordpress/"><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=199</guid>
		<description><![CDATA[Microsoft: Hey Wordpress.com &#8211; how would you like to take over our 30 million Live Spaces users?
Wordpress: Sure &#8211; what do we owe you for it?
Microsoft: Nothing. And we&#8217;ll even tell everyone how good your service and company is too.
Wordpress: Gee Thanks! You did say you were calling from Microsoft right?
Interesting news &#8211; microsoft is [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>Microsoft:</em> Hey Wordpress.com &#8211; how would you like to take over our 30 million Live Spaces users?</p>
<p><em>Wordpress: </em>Sure &#8211; what do we owe you for it?</p>
<p><em>Microsoft: </em>Nothing. And we&#8217;ll even tell everyone how good your service and company is too.</p>
<p><em>Wordpress:</em> Gee Thanks! You did say you were calling from Microsoft right?</p></blockquote>
<p>Interesting news &#8211; microsoft is killing live spaces and telling everyone to move on over to wordpress. <a href="http://windowsteamblog.com/windows_live/b/windowslive/archive/2010/09/27/wordpress-com-and-windows-live-partnering-together-and-providing-an-upgrade-for-30-million-windows-live-spaces-customers.aspx">They announced it in this blog post</a>. It&#8217;s really very unlike what i think the general perception is of Microsoft. Sounds like a great move to me though &#8211; I mean does microsoft have to be the best in every area? I&#8217;d be happy to see more innovation in the microsoft stuff that we ARE using &#8211; windows, word, excel, powerpoint.  So kudos to them for picking their fights, knowing where to focus and knowing how to hand the ball over when they&#8217;re not going to hit a homerun. And happy early christmas to wordpress.com!</p>
<p>I wonder what other areas Microsoft should get out of while they&#8217;re at it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2010/09/28/wordpress-boosted-by-microsoft-gift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Recent Linux kernel exploit in the wild</title>
		<link>http://www.sharpdotinc.com/jdost/2010/09/22/recent-linux-kernel-exploit-in-the-wild/</link>
		<comments>http://www.sharpdotinc.com/jdost/2010/09/22/recent-linux-kernel-exploit-in-the-wild/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 20:25:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=196</guid>
		<description><![CDATA[Just a quick not to linux server folks out there &#8211; this looks like something to make sure you&#8217;ve covered because it looks like it affects a whole lot of the web.
http://www.zdnet.co.uk/news/security-threats/2010/09/21/linux-kernel-exploit-roots-64-bit-machines-40090177/?s_cid=116&#38;tag=mantle_skin;content
Lucky for use we have ksplice so we&#8217;re already patched. Hopefully you do too!
]]></description>
			<content:encoded><![CDATA[<p>Just a quick not to linux server folks out there &#8211; this looks like something to make sure you&#8217;ve covered because it looks like it affects a whole lot of the web.</p>
<p><a href="http://www.zdnet.co.uk/news/security-threats/2010/09/21/linux-kernel-exploit-roots-64-bit-machines-40090177/?s_cid=116&amp;tag=mantle_skin;content">http://www.zdnet.co.uk/news/security-threats/2010/09/21/linux-kernel-exploit-roots-64-bit-machines-40090177/?s_cid=116&amp;tag=mantle_skin;content</a></p>
<p>Lucky for use we have ksplice so we&#8217;re already patched. Hopefully you do too!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2010/09/22/recent-linux-kernel-exploit-in-the-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Change of heart for creating iPhone apps</title>
		<link>http://www.sharpdotinc.com/jdost/2010/09/16/change-of-heart-for-creating-iphone-apps/</link>
		<comments>http://www.sharpdotinc.com/jdost/2010/09/16/change-of-heart-for-creating-iphone-apps/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 14:37:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=194</guid>
		<description><![CDATA[Just wanted to post this because I was pleasantly surprised last week to hear the news that Apple is revising their guidelines for app approval to allow for the use of 3rd party apps (cheers from developers who use Flash and Unity3d etc). I guess we still have to wait and see how it pans [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to post this because I was pleasantly surprised last week to hear the news that <a href="http://www.google.com/hostednews/ap/article/ALeqM5h7tDkmShvW2hd2lh-zHNykSs0iywD9I4EGQG1">Apple is revising their guidelines for app approval</a> to allow for the use of 3rd party apps (cheers from developers who use Flash and Unity3d etc). I guess we still have to wait and see how it pans out and also if they are preferential on the &#8216;approval&#8217; side to native apps but seems like good news.</p>
<p>Of particular interest is that this comes up just shy of the completion of our first Facebook app here at Sharpdot which just happens to be built entirely in flash. It would be very nice to be able to push it out to iphones from largely existing code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2010/09/16/change-of-heart-for-creating-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Protected: Test Post</title>
		<link>http://www.sharpdotinc.com/jdost/2010/09/12/embed-test/</link>
		<comments>http://www.sharpdotinc.com/jdost/2010/09/12/embed-test/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 02:04:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=171</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.sharpdotinc.com/jdost/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-171">Password:<br />
<input name="post_password" id="pwbox-171" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2010/09/12/embed-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>When does 75 equal 61?</title>
		<link>http://www.sharpdotinc.com/jdost/2010/08/31/when-does-75-equal-61/</link>
		<comments>http://www.sharpdotinc.com/jdost/2010/08/31/when-does-75-equal-61/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 20:28:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=165</guid>
		<description><![CDATA[When it has a leading zero in actionscript 2 of course.
trace(Number("075"));
// ActionScript 3.0 75
// ActionScript 2.0 61
try it for yourself!
and then add this code somewhere to strip off those zeros
var movieLenStr:String = '0075';
trace(movieLenStr + ' does NOT equal ' + Number(movieLenStr));
while(movieLenStr.charAt(0) == '0') {
     movieLenStr = movieLenStr.substr(1);
}
trace(movieLenStr + ' does equal [...]]]></description>
			<content:encoded><![CDATA[<p>When it has a leading zero in actionscript 2 of course.</p>
<pre>trace(Number("075"));
// ActionScript 3.0 75
// ActionScript 2.0 61</pre>
<p>try it for yourself!</p>
<p><strong>and then </strong>add this code somewhere to strip off those zeros</p>
<pre>var movieLenStr:String = '0075';
trace(movieLenStr + ' does NOT equal ' + Number(movieLenStr));
while(movieLenStr.charAt(0) == '0') {
     movieLenStr = movieLenStr.substr(1);
}
trace(movieLenStr + ' does equal ' + Number(movieLenStr));</pre>
<p>So just to finish the thought &#8211; the problem is that in AS2 it&#8217;s interpreting that leading zero as an octal number and therefore converts it differently. In AS3 it just ignores the zero. It&#8217;s all spelled out in the livedocs:</p>
<blockquote><p>In ActionScript 3.0, the <code>Number()</code> function no longer supports octal, or base 8, numbers. If you supply a string with a leading zero to the ActionScript 2.0 <code>Number()</code>function, the number is interpreted as an octal number, and converted to its decimal equivalent. This is not true with the <code>Number()</code> function in ActionScript 3.0, which instead ignores the leading zero. For example, the following code generates different output when compiled using different versions of ActionScript</p></blockquote>
<p>from this entry: <a href="http://www.adobe.com/livedocs/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000048.html">http://www.adobe.com/livedocs/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000048.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2010/08/31/when-does-75-equal-61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Gigya</title>
		<link>http://www.sharpdotinc.com/jdost/2010/08/10/gigya/</link>
		<comments>http://www.sharpdotinc.com/jdost/2010/08/10/gigya/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 03:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
						<category domain="http://www.sharpdotinc.com/jdost/category/uncategorized/"><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/jdost/?p=143</guid>
		<description><![CDATA[Testing something out with Gigya but stupid wywisyg isn&#8217;t letting me&#8230;

aaaaaaaaaaaaaaaa stuff

var pconf={
  widgetTitle: 'Test Widget', 
  useFacebookMystuff: 'false', 
  defaultContent: '', 
  UIConfig: ''
};
Wildfire.initPost('1414101', 'divWildfirePost', 200, 180, pconf);

]]></description>
			<content:encoded><![CDATA[<p>Testing something out with Gigya but stupid wywisyg isn&#8217;t letting me&#8230;</p>
<p><script src="http://cdn.gigya.com/wildfire/js/wfapiv2.js"></script></p>
<div id="divWildfirePost">aaaaaaaaaaaaaaaa stuff</div>
<p><script>
var pconf={
  widgetTitle: 'Test Widget', 
  useFacebookMystuff: 'false', 
  defaultContent: '<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/jhfq7DAnoh4&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jhfq7DAnoh4&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>', 
  UIConfig: ''
};
Wildfire.initPost('1414101', 'divWildfirePost', 200, 180, pconf);
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/jdost/2010/08/10/gigya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

