<?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>Professional Web Designer, Web and SEO Consultant from Mansfield, Nottingham &#187; jQuery</title>
	<atom:link href="http://www.itsadam.co.uk/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsadam.co.uk</link>
	<description>The personal rantings of a Professional Web Designer and Search Engine Optimiser</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:18:37 +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 Hosted jQuery or Other Scripts not working &#8211; Google CDN Down</title>
		<link>http://www.itsadam.co.uk/google-hosted-jquery-or-other-scripts-not-working/</link>
		<comments>http://www.itsadam.co.uk/google-hosted-jquery-or-other-scripts-not-working/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 10:08:59 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[Content Deliver Network]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google CDN]]></category>
		<category><![CDATA[Google CDN Blocked]]></category>
		<category><![CDATA[Google Hosted jQuery 404]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Not working]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=637</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Today we&#8217;ve had a flood of errors with customer websites where google hosted jquery and other scripts from loading. On most PC&#8217;s trying to access the Google Content Delivery Network (CDN) will give you a 404 error of the file not found! If like me you have used Google&#8217;s DNS you might be confused because [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Today we&#8217;ve had a flood of errors with customer websites where google hosted jquery and other scripts from loading.</p>
<p>On most PC&#8217;s trying to access the Google Content Delivery Network (CDN) will give you a 404 error of the file not found!</p>
<p>If like me you have used Google&#8217;s DNS you might be confused because everything is working fine, however it seems OpenDNS has stopped access to the Google Datacenters due to a phishing scam??!?</p>
<p>Seriously? Good way to break half the internet guys!</p>
<p>OpenDNS Credit goes to:</p>
<p>https://twitter.com/#!/matbennett/status/154492602559897600/photo/1</p>
<p>Seems like I would suggest using a fallback script to local, this will then be bulletproof!</p>
<p>This sort of thing would work:<br />
<code><!-- Google jQuery or fall back to local --><br />
&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt;<br />
&lt;script&gt;!window.jQuery &amp;&amp; document.write('&lt;script src="js/jquery-1.4.2.min.js"&gt;&lt;\/script&gt;')&lt;/script&gt;</code></p>
<p>Or if you&#8217;re using MooTools using Google Hoosted / CDN Try this:</p>
<p><code>&lt;script src=\"http://ajax.googleapis.com/ajax/libs/mootools/1.3.0/mootools-yui-compressed.js\" type=\"text/javascript\"&gt;&lt;/script&gt;<br />
&lt;script&gt;!window.MooTools &amp;&amp; document.write('&lt;script src=\"js/mootools-yui-compressed.js\"&gt;&lt;\/script&gt;')&lt;/script&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/google-hosted-jquery-or-other-scripts-not-working/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Remove WordPress Bundled / Included jQuery</title>
		<link>http://www.itsadam.co.uk/remove-wordpress-bundled-included-jquery/</link>
		<comments>http://www.itsadam.co.uk/remove-wordpress-bundled-included-jquery/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 11:01:20 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Wordpress Web Design]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Remove Wordpress jQuery]]></category>
		<category><![CDATA[Wordpress Bundled jQuery]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=393</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Recently, from version 3 and onwards WordPress has included or bundled a load of javascript with it, this is found in:  wp-includes/js/ This list includes scripts such as jQuery scriptaculous hoverIntent prototype colorpicker json swfobject and more. Unfortunately WordPress is forcing everyone to use jQuery version 1.4.2 with abit of a ignorant attitude, quote one [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Recently, from version 3 and onwards WordPress has included or bundled a load of javascript with it, this is found in:  wp-includes/js/</p>
<p>This list includes scripts such as</p>
<ul>
<li>jQuery</li>
<li>scriptaculous</li>
<li>hoverIntent</li>
<li>prototype</li>
<li>colorpicker</li>
<li>json</li>
<li>swfobject</li>
</ul>
<p>and more.</p>
<p>Unfortunately WordPress is forcing everyone to use jQuery version 1.4.2 with abit of a ignorant attitude, quote one forum moderator:</p>
<blockquote><p>WordPress 3.0 will include 1.4.2, de-registering and adding your own is just totally pointless(seeing as that&#8217;s current).</p></blockquote>
<p>Not quite, since some people need to use a pre 1.4.2 version.</p>
<p>Anyway to cut a long story short, here&#8217;s the Fix to Removing the Bundled jQuery that comes with WordPress:</p>
<p>Edit you&#8217;re themes functions.php</p>
<p>goto the end of the document and find ?&gt;</p>
<p>before that paste:</p>
<p><code>if( !is_admin()){<br />
	wp_deregister_script('jquery');<br />
	}</code></p>
<p>Save, and upload.</p>
<p>And that&#8217;s it, you&#8217;re done.</p>
<p>Seems to have not hurt anything in the admin backend, but if you encounter any bugs or issues please let me know!</p>
<p>Also you can try this:<br />
<code>if( !is_admin()){<br />
   wp_deregister_script('jquery');<br />
   wp_register_script('jquery', (""), false, '');<br />
   wp_enqueue_script('jquery');<br />
}</code></p>
<h2>Wootheme Users</h2>
<p>Open your functions.php file, find:<br />
<code>/*-----------------------------------------------------------------------------------*/<br />
/* You can add custom functions below */<br />
/*-----------------------------------------------------------------------------------*/</code><br />
And paste:</p>
<p><code>if( !is_admin()){<br />
   wp_deregister_script('jquery');<br />
   wp_register_script('jquery', (""), false, '');<br />
   wp_enqueue_script('jquery');<br />
}</code></p>
<p>Below it <img src='http://www.itsadam.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/remove-wordpress-bundled-included-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Sweet Must Have jQuery Plugins</title>
		<link>http://www.itsadam.co.uk/10-sweet-must-have-jquery-plugins/</link>
		<comments>http://www.itsadam.co.uk/10-sweet-must-have-jquery-plugins/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 09:29:03 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[must have plugins]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=61</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
On the search for new ways to make the web accessible we&#8217;ll go through a list of plugins that can acheive just about anything and be totally be cross browser, cross platform, mobile platform compatible. 1, CrossSlide, Flash Type Image Animation, essential. http://www.gruppo4.com/~tobia/cross-slide.shtml 2, Autocomplete, Perfect for Lengthy Forms. http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ 3, Post Slider for WordPress. [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p><img class="alignleft size-full wp-image-63 fl" title="jquery10" src="http://www.itsadam.co.uk/wp-content/uploads/jquery10.jpg" alt="jquery10" width="235" height="150" />On the search for new ways to make the web accessible we&#8217;ll go through a list of plugins that can acheive just about anything and be totally be cross browser, cross platform, mobile platform compatible.</p>
<p>1, CrossSlide, Flash Type Image Animation, essential.<br />
<a href="http://www.gruppo4.com/~tobia/cross-slide.shtml">http://www.gruppo4.com/~tobia/cross-slide.shtml</a></p>
<p>2, Autocomplete, Perfect for Lengthy Forms.<br />
<a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/">http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/</a></p>
<p>3, Post Slider for WordPress.<br />
<a href="http://www.prodeveloper.org/j-post-slider-wordpress-plugin-jquery-post-animation-show.html">http://www.prodeveloper.org/j-post-slider-wordpress-plugin-jquery-post-animation-show.html</a></p>
<p>4, Corner, for Rounded etc corners.<br />
<a href="http://methvin.com/jquery/jq-corner.html">http://methvin.com/jquery/jq-corner.html</a></p>
<p>5, Lavalamp, for sexy hovers.<br />
<a href="http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/">http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/</a></p>
<p>6, QuickSearch.<br />
<a href="http://rikrikrik.com/jquery/quicksearch/">http://rikrikrik.com/jquery/quicksearch/</a></p>
<p>7, Coda Popup Bubbles.<br />
<a href="http://jqueryfordesigners.com/coda-popup-bubbles/">http://jqueryfordesigners.com/coda-popup-bubbles/</a></p>
<p>8, jQzoom, Image Zoom &#8211; Pro for eCommerce Solutions and Products.<br />
<a href="http://www.mind-projects.it/projects/jqzoom/">http://www.mind-projects.it/projects/jqzoom/</a></p>
<p>9, IconDock, Like the Mac OS bar / RocketDock bar.<br />
<a href="http://icon.cat/software/iconDock/">http://icon.cat/software/iconDock/</a></p>
<p>10, Image Fade Revisted, handy image fade for some navigations.<br />
<a href="http://jqueryfordesigners.com/image-fade-revisited/">http://jqueryfordesigners.com/image-fade-revisited/</a></p>
<p>And finally as a bonus, a completely different subject but a WordPress Plugin that Prompts Users to Upgrade to a Newer browser if they&#8217;re in IE6<br />
<a href="http://wordpress.org/extend/plugins/shockingly-big-ie6-warning/">http://wordpress.org/extend/plugins/shockingly-big-ie6-warning/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/10-sweet-must-have-jquery-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

