<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Gizzmo&#039;s Blog</title>
	<atom:link href="http://justgizzmo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://justgizzmo.com</link>
	<description>Know about, What i tell you about, My life</description>
	<lastBuildDate>Sun, 22 Aug 2010 08:01:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Default Avatar by Elme3allam</title>
		<link>http://justgizzmo.com/projects/default-avatar/comment-page-1/#comment-232</link>
		<dc:creator>Elme3allam</dc:creator>
		<pubDate>Sun, 22 Aug 2010 08:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?page_id=784#comment-232</guid>
		<description>I think that the next step will be to include avatars from Gravatar as alternative, what do you think ?</description>
		<content:encoded><![CDATA[<p>I think that the next step will be to include avatars from Gravatar as alternative, what do you think ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wowhead Goes To Blizzard by Malgayne</title>
		<link>http://justgizzmo.com/2010/06/13/wowhead-goes-to-blizzard/comment-page-1/#comment-215</link>
		<dc:creator>Malgayne</dc:creator>
		<pubDate>Sun, 13 Jun 2010 08:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?p=838#comment-215</guid>
		<description>Thank you.  I worked hard on that coverage, I&#039;m glad you liked it.  :)</description>
		<content:encoded><![CDATA[<p>Thank you.  I worked hard on that coverage, I&#8217;m glad you liked it.  <img src='http://justgizzmo.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Meebo by StevenBullen</title>
		<link>http://justgizzmo.com/2010/05/09/meebo/comment-page-1/#comment-203</link>
		<dc:creator>StevenBullen</dc:creator>
		<pubDate>Wed, 12 May 2010 07:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?p=764#comment-203</guid>
		<description>I have used Meebo for all my IM clients and have to say it works a treat. But you don&#039;t mention the awesome Meebo iPhone app. Free and works.</description>
		<content:encoded><![CDATA[<p>I have used Meebo for all my IM clients and have to say it works a treat. But you don&#8217;t mention the awesome Meebo iPhone app. Free and works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fried PSU by Rob</title>
		<link>http://justgizzmo.com/2010/01/21/fried-psu/comment-page-1/#comment-201</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 28 Mar 2010 21:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?p=721#comment-201</guid>
		<description>Looks pretty messy!</description>
		<content:encoded><![CDATA[<p>Looks pretty messy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blizzard To Wowhead Talent converter by Gizzmo</title>
		<link>http://justgizzmo.com/2009/05/01/blizzard-to-wowhead-talent-converter/comment-page-1/#comment-200</link>
		<dc:creator>Gizzmo</dc:creator>
		<pubDate>Fri, 05 Mar 2010 02:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?p=380#comment-200</guid>
		<description>If i read you correctly when you removed the one point from arcane barrage you made the string shorter, in turn making the string invalid. Blizzard build strings will always be the same length. In this instance (mage tree) it will always be 30+28+28 characters long, no matter how many talents you&#039;ve spent. Let me know if im wrong.

In the new version of the function ill add a check to make sure the provided string is the correct length for that character</description>
		<content:encoded><![CDATA[<p>If i read you correctly when you removed the one point from arcane barrage you made the string shorter, in turn making the string invalid. Blizzard build strings will always be the same length. In this instance (mage tree) it will always be 30+28+28 characters long, no matter how many talents you&#8217;ve spent. Let me know if im wrong.</p>
<p>In the new version of the function ill add a check to make sure the provided string is the correct length for that character</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blizzard To Wowhead Talent converter by Vontre</title>
		<link>http://justgizzmo.com/2009/05/01/blizzard-to-wowhead-talent-converter/comment-page-1/#comment-198</link>
		<dc:creator>Vontre</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?p=380#comment-198</guid>
		<description>Hi, thanks for the code here. I was working on reversing the algorithm so I could de-encode these as well, and I think I found a bug with your encoding algorithm. Specifically I tried encoding a cookie-cutter mage arcane build, but I removed the point from arcane barrage for testing. When I did that the encoded build no longer loaded into wowhead correctly. I believe the problem is in this line:

$return .= (strlen($b)==strlen($cur_tree))? $pre_return: $pre_return.$none;

The problem here is that the wowhead links encode 1 character for every 2 lines, so if the blizzard string uses 29 of the 30 allotted characters it will fill the full 15 lines of the wowhead string and not require a Z terminator. However because your check for the Z terminator uses the blizzard string, it will incorrectly use a Z terminator whenever the only right-trimmed zero is in the last space. I have a correction here:

$return .= (strlen($pre_return) == ceil($trees[$class][$tree_index] / 2)) ? $pre_return : $pre_return . $none;


This checks the length of the wowhead encoded string for the Z terminator, which fixed my issue and should work correctly. I haven&#039;t tested this against a tree with an odd number of characters in the blizzard string since all mage trees contain an even number, but I&#039;m pretty sure ceil() will come up with the correct result for odd-numbered trees. Let me know if that works!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the code here. I was working on reversing the algorithm so I could de-encode these as well, and I think I found a bug with your encoding algorithm. Specifically I tried encoding a cookie-cutter mage arcane build, but I removed the point from arcane barrage for testing. When I did that the encoded build no longer loaded into wowhead correctly. I believe the problem is in this line:</p>
<p>$return .= (strlen($b)==strlen($cur_tree))? $pre_return: $pre_return.$none;</p>
<p>The problem here is that the wowhead links encode 1 character for every 2 lines, so if the blizzard string uses 29 of the 30 allotted characters it will fill the full 15 lines of the wowhead string and not require a Z terminator. However because your check for the Z terminator uses the blizzard string, it will incorrectly use a Z terminator whenever the only right-trimmed zero is in the last space. I have a correction here:</p>
<p>$return .= (strlen($pre_return) == ceil($trees[$class][$tree_index] / 2)) ? $pre_return : $pre_return . $none;</p>
<p>This checks the length of the wowhead encoded string for the Z terminator, which fixed my issue and should work correctly. I haven&#8217;t tested this against a tree with an odd number of characters in the blizzard string since all mage trees contain an even number, but I&#8217;m pretty sure ceil() will come up with the correct result for odd-numbered trees. Let me know if that works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Im a Justhost Affiliate by Justhost Affordable Hosting Plans Justhost - WuiWui.com</title>
		<link>http://justgizzmo.com/2010/02/19/im-a-justhost-affiliate/comment-page-1/#comment-197</link>
		<dc:creator>Justhost Affordable Hosting Plans Justhost - WuiWui.com</dc:creator>
		<pubDate>Sat, 20 Feb 2010 05:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?p=742#comment-197</guid>
		<description>[...] Im a Justhost Affiliate « Gizzmo&#039;s Blog    Sponsored links: [...]</description>
		<content:encoded><![CDATA[<p>[...] Im a Justhost Affiliate « Gizzmo&#39;s Blog    Sponsored links: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Reasons Why I like DestroyTwitter more then TweetDeck by TweetDeck Vs DestroyTwitter 2 &#171; Gizzmo&#39;s Blog</title>
		<link>http://justgizzmo.com/2009/05/30/5-reasons-why-i-like-destroytwitter-more-then-tweetdeck/comment-page-1/#comment-195</link>
		<dc:creator>TweetDeck Vs DestroyTwitter 2 &#171; Gizzmo&#39;s Blog</dc:creator>
		<pubDate>Fri, 23 Oct 2009 03:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?p=428#comment-195</guid>
		<description>[...] a back i made a post sharing a list of 5 reasons why i liked DestroyTwitter more then TweetDeck (Link). I was shocked that it was such a hit, over 800 hits in one day. Well its been a while since iv [...]</description>
		<content:encoded><![CDATA[<p>[...] a back i made a post sharing a list of 5 reasons why i liked DestroyTwitter more then TweetDeck (Link). I was shocked that it was such a hit, over 800 hits in one day. Well its been a while since iv [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter Mirror? by Christine</title>
		<link>http://justgizzmo.com/2009/10/09/twitter-mirror/comment-page-1/#comment-193</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Sat, 10 Oct 2009 23:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?p=618#comment-193</guid>
		<description>Boo  :-)</description>
		<content:encoded><![CDATA[<p>Boo  <img src='http://justgizzmo.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter Mirror? by Steven Bullen</title>
		<link>http://justgizzmo.com/2009/10/09/twitter-mirror/comment-page-1/#comment-192</link>
		<dc:creator>Steven Bullen</dc:creator>
		<pubDate>Sat, 10 Oct 2009 13:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://justgizzmo.com/?p=618#comment-192</guid>
		<description>I&#039;m pretty sure Tweetdeck will add the sync option pretty soon.

Not sure on grabbing the information from your machine, would be easier just to download all the tweets on both desktop and iphone and keep them synced on what is read/unread.

I never run out of API calls, what am I doing wrong? lol</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure Tweetdeck will add the sync option pretty soon.</p>
<p>Not sure on grabbing the information from your machine, would be easier just to download all the tweets on both desktop and iphone and keep them synced on what is read/unread.</p>
<p>I never run out of API calls, what am I doing wrong? lol</p>
]]></content:encoded>
	</item>
</channel>
</rss>
