<?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>Blog of Junkin &#187; Javascript</title>
	<atom:link href="http://joe.junkin.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe.junkin.com</link>
	<description>Software, Hardware and Fishing</description>
	<lastBuildDate>Thu, 22 Dec 2011 23:29:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google plusone button hides tweet button</title>
		<link>http://joe.junkin.com/2011/07/12/google-plusone-button-hides-tweet-button/</link>
		<comments>http://joe.junkin.com/2011/07/12/google-plusone-button-hides-tweet-button/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 17:29:28 +0000</pubDate>
		<dc:creator>jjunkin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/?p=228</guid>
		<description><![CDATA[I was slightly frustrated when I tried to add the google plusone button to www.fishblab.com. When I added it in my development environment the google plusone button would completely mask the tweet button. So there were actually 2 google plus &#8230; <a href="http://joe.junkin.com/2011/07/12/google-plusone-button-hides-tweet-button/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was slightly frustrated when I tried to add the google plusone button to www.fishblab.com. When I added it in my development environment the google plusone button would completely mask the tweet button.</p>
<p><a href="http://joe.junkin.com/wp-content/uploads/2011/07/googleplusoneproblem.png"><img class="alignleft size-full wp-image-231" title="googleplusoneproblem" src="http://joe.junkin.com/wp-content/uploads/2011/07/googleplusoneproblem.png" alt="" width="178" height="56" /></a></p>
<p>So there were actually 2 google plus one buttons and the tweet button was gone. I searched and searched for a solution but found none. I tried changing the order of the links and script to no avail. There is no company that has worse customer support then google, they just don&#8217;t care. No links for support or even a forum.</p>
<p>Finally, I saw this in the google documentation: <strong></strong></p>
<p><strong>&#8220;Note:</strong> The +1 is a public action and must be performed on a public URL.  If you attempt to +1 a URL that is not public, an error will occur.&#8221;</p>
<p>Well, yes my dev server is not public. So then I tried uploading to a public server and presto it was fixed.</p>
<p>So, it seems that if you add the google plusone button to a non public server &#8211; such as a dev server that is firewalled &#8211; an &#8216;error&#8217; that may occur is to obscure/hide the twitter tweet button and overlay a second google plus one button. That seems like a pretty strange error. Perhaps they should say:</p>
<p>Note: The +1 link requires a public web server to function properly. Use on a non public server (such as development) may cause strange effects to the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2011/07/12/google-plusone-button-hides-tweet-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YUI Yahoo User Interface</title>
		<link>http://joe.junkin.com/2007/03/16/yui-yahoo-user-interface/</link>
		<comments>http://joe.junkin.com/2007/03/16/yui-yahoo-user-interface/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 00:05:40 +0000</pubDate>
		<dc:creator>jjunkin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/2007/03/16/yui-yahoo-user-interface/</guid>
		<description><![CDATA[For this new projectÂ we decided to work with the YUI (Yahoo User Interface) Javascript library. For the widgets provided, the YUI makes javascript development extremely fast and bug free. The documentation was extremly clear and contained plenty of examples. WeÂ used &#8230; <a href="http://joe.junkin.com/2007/03/16/yui-yahoo-user-interface/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For this new projectÂ we decided to work with the YUI (Yahoo User Interface) Javascript library. For the widgets provided, the YUI makes javascript development extremely fast and bug free. The documentation was extremly clear and contained plenty of examples.<br />
<span id="more-17"></span><br />
WeÂ used the Connection Manager to make theÂ XMLHttpRequest calls. It provides a simple interface for managing this process. Callback functions for success or failure are simple to work with.Â WeÂ returned most of the calls in JSON format. JSON was easy to return from Perl using the JSON module.</p>
<p>WeÂ also used the autocomplete widget to provide an address lookup while the user is typing. This came out very nicely butÂ we will probably have to modify it in the future. One propertyÂ we looked for but did not find is a way to stop querying the data source on the server when the server has no more completions.</p>
<p>WÂ also used the Container widget to provide popups. The popups are very simple and extremely polished.Â We used the &#8216;modal&#8217; property to require the user to respond and then close the popup before continuing.</p>
<p>WeÂ also played a bit with the tabview, althoughÂ we have no public demonstrations of this control. For the rest you can see <a href="http://estimatepropertyvalues.com" title="estimatepropertyvalues.com">http://estimatepropertyvalues.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2007/03/16/yui-yahoo-user-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

