<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/loading</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 13:14:34 GMT</pubDate>
<item>
<title>(HTML) CSS3 Ajax Loading Cross browser - MohamedAlaa</title>
<link>http://snipplr.com/view/68789/css3-ajax-loading-cross-browser/</link>
<description><![CDATA[ <p>CSS3 Ajax Loading Animation
========

This is a simulation for the popular gif animated images. The reason why i choose to do it in css3 is the flexibility of re-using it in different sizes, different colors and the transparency issues in gif animated loaders.

Enjoy it ;)
--------

[Mohamed](http://seniorwebdesigner.com/ "My Portfolio")

Twitter: [@MohammedAlaa](http://twitter.com/MohammedAlaa "@MohammedAlaa on Twitter")</p> ]]></description>
<pubDate>Wed, 28 Nov 2012 05:58:48 GMT</pubDate>
<guid>http://snipplr.com/view/68789/css3-ajax-loading-cross-browser/</guid>
</item>
<item>
<title>(CSS) CSS - Add a “loading image” to, well, loading images - satie83</title>
<link>http://snipplr.com/view/66660/css--add-a-loading-image-to-well-loading-images/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:09:04 GMT</pubDate>
<guid>http://snipplr.com/view/66660/css--add-a-loading-image-to-well-loading-images/</guid>
</item>
<item>
<title>(jQuery) Speed up jQuery UI Autocomplete Combobox with very large select lists - Huskie</title>
<link>http://snipplr.com/view/64623/speed-up-jquery-ui-autocomplete-combobox-with-very-large-select-lists/</link>
<description><![CDATA[ <p>With the current combobox implementation, the full list is emptied and re-rendered every time you expand the dropdown. Also you are stuck with setting the minLength to 0, because it has to do an empty search to get the full list.

Here is my own implementation extending the autocomplete widget. It renders the full list just once, and reuses it whenever the dropdown button is clicked. This also removes the dependence of the option minLength = 0. It also works with arrays, and ajax as list source. Also if you have multiple large list, the widget initialization is added to a queue so it can run in the background, and not freeze the browser.</p> ]]></description>
<pubDate>Tue, 17 Apr 2012 19:56:43 GMT</pubDate>
<guid>http://snipplr.com/view/64623/speed-up-jquery-ui-autocomplete-combobox-with-very-large-select-lists/</guid>
</item>
<item>
<title>(PHP) wp_conditional css files loading - nWidart</title>
<link>http://snipplr.com/view/63586/wpconditional-css-files-loading/</link>
<description><![CDATA[ <p>wp_conditional css files loading</p> ]]></description>
<pubDate>Sun, 26 Feb 2012 20:27:52 GMT</pubDate>
<guid>http://snipplr.com/view/63586/wpconditional-css-files-loading/</guid>
</item>
<item>
<title>(jQuery) Google CDN jQuery loading fallback - Huskie</title>
<link>http://snipplr.com/view/62495/google-cdn-jquery-loading-fallback/</link>
<description><![CDATA[ <p>This code snippet fetches the very latest minified version of jQuery from Google's CDN. If this is not available, we revert to a locally stored version (current version at time of publish was 1.7.1 - update this to suit going forward).</p> ]]></description>
<pubDate>Thu, 12 Jan 2012 02:47:13 GMT</pubDate>
<guid>http://snipplr.com/view/62495/google-cdn-jquery-loading-fallback/</guid>
</item>
<item>
<title>(jQuery) Custom Cursor Message - RobertHegeraad</title>
<link>http://snipplr.com/view/62488/custom-cursor-message/</link>
<description><![CDATA[ <p>With this plugin you can create a custom cursor message e.g. Call this plugin before your jquery function to show the user a message like 'Loading...' and then simply remove the message after the function is done loading. You can expand this easily by adding more options like: border-radius or even give it a background image.</p> ]]></description>
<pubDate>Thu, 12 Jan 2012 00:27:10 GMT</pubDate>
<guid>http://snipplr.com/view/62488/custom-cursor-message/</guid>
</item>
<item>
<title>(iPhone) Easy function to get the path to the documents directory for data persistance - codeRefiner</title>
<link>http://snipplr.com/view/61316/easy-function-to-get-the-path-to-the-documents-directory-for-data-persistance/</link>
<description><![CDATA[ <p>Here is a simple function that will return the path to the documents directory so you can store data in it later</p> ]]></description>
<pubDate>Wed, 30 Nov 2011 06:24:50 GMT</pubDate>
<guid>http://snipplr.com/view/61316/easy-function-to-get-the-path-to-the-documents-directory-for-data-persistance/</guid>
</item>
<item>
<title>(jQuery) jQuery ajax loading wrapper (realy simple :)) - graceman9</title>
<link>http://snipplr.com/view/58763/jquery-ajax-loading-wrapper-realy-simple-/</link>
<description><![CDATA[ <p>And how you do this?</p> ]]></description>
<pubDate>Sun, 18 Sep 2011 05:07:26 GMT</pubDate>
<guid>http://snipplr.com/view/58763/jquery-ajax-loading-wrapper-realy-simple-/</guid>
</item>
<item>
<title>(PHP) function load by ajax - jose_506</title>
<link>http://snipplr.com/view/58717/function-load-by-ajax/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 16 Sep 2011 00:43:00 GMT</pubDate>
<guid>http://snipplr.com/view/58717/function-load-by-ajax/</guid>
</item>
<item>
<title>(JavaScript) Safe Script Load - jasonseney</title>
<link>http://snipplr.com/view/51965/safe-script-load/</link>
<description><![CDATA[ <p>Safely loads a javascript file asynchronously

Example:

	(function() {
		__safeLoadScript("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js", function() {
			alert(jQuery);
		});
	})();</p> ]]></description>
<pubDate>Tue, 12 Apr 2011 14:16:31 GMT</pubDate>
<guid>http://snipplr.com/view/51965/safe-script-load/</guid>
</item>
<item>
<title>(ActionScript 3) Easy XML Loading util - burnandbass</title>
<link>http://snipplr.com/view/49415/easy-xml-loading-util/</link>
<description><![CDATA[ <p>Simple usage:

var xmlLoader:LoadXMLUtil = new LoadXMLUtil("path_to_xml.xml");
xmlLoader.addEventListener(Event.COMPLETE, onLoaderComplete);

private function onLoaderComplete(event:Event):void{
			trace("Loaded XML: ");
			trace(xmlLoader.xml);
		}</p> ]]></description>
<pubDate>Tue, 22 Feb 2011 22:13:43 GMT</pubDate>
<guid>http://snipplr.com/view/49415/easy-xml-loading-util/</guid>
</item>
<item>
<title>(ActionScript 3) loading - darkbaron1912</title>
<link>http://snipplr.com/view/49197/loading/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Feb 2011 13:38:18 GMT</pubDate>
<guid>http://snipplr.com/view/49197/loading/</guid>
</item>
<item>
<title>(jQuery) jQuery.getScript() does not cache – Jamie Thompson - lamebollock</title>
<link>http://snipplr.com/view/49050/jquerygetscript-does-not-cache--jamie-thompson/</link>
<description><![CDATA[ <p>Cache control when pulling in scripts, redefined "getScript" function</p> ]]></description>
<pubDate>Tue, 15 Feb 2011 21:18:57 GMT</pubDate>
<guid>http://snipplr.com/view/49050/jquerygetscript-does-not-cache--jamie-thompson/</guid>
</item>
<item>
<title>(ActionScript 3) Adobe AIR - Load local text file - GrfxGuru</title>
<link>http://snipplr.com/view/48135/adobe-air--load-local-text-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Jan 2011 14:15:54 GMT</pubDate>
<guid>http://snipplr.com/view/48135/adobe-air--load-local-text-file/</guid>
</item>
<item>
<title>(CSS) image loading with rotating gif - claudiowebdesign</title>
<link>http://snipplr.com/view/43624/image-loading-with-rotating-gif/</link>
<description><![CDATA[ <p>You can simply put it in your reset stylesheet. It visualizes the classic rotating gif while the document's images are coming from the server at page load.</p> ]]></description>
<pubDate>Fri, 05 Nov 2010 09:19:57 GMT</pubDate>
<guid>http://snipplr.com/view/43624/image-loading-with-rotating-gif/</guid>
</item>
<item>
<title>(JavaScript) Alt image loaded script - tennison</title>
<link>http://snipplr.com/view/40422/alt-image-loaded-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Sep 2010 20:43:22 GMT</pubDate>
<guid>http://snipplr.com/view/40422/alt-image-loaded-script/</guid>
</item>
<item>
<title>(JavaScript) JS detect if img loaded - tennison</title>
<link>http://snipplr.com/view/40421/js-detect-if-img-loaded/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Sep 2010 20:41:53 GMT</pubDate>
<guid>http://snipplr.com/view/40421/js-detect-if-img-loaded/</guid>
</item>
<item>
<title>(ActionScript 3) Simple little loader utility - IsoJon</title>
<link>http://snipplr.com/view/38283/simple-little-loader-utility/</link>
<description><![CDATA[ <p>When you just need something small and simple.</p> ]]></description>
<pubDate>Wed, 04 Aug 2010 01:12:53 GMT</pubDate>
<guid>http://snipplr.com/view/38283/simple-little-loader-utility/</guid>
</item>
<item>
<title>(HTML) HTML meta refresh redirect page - meta http-equiv cache control pragma refresh - brandonjp</title>
<link>http://snipplr.com/view/37971/html-meta-refresh-redirect-page--meta-httpequiv-cache-control-pragma-refresh/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Jul 2010 05:45:46 GMT</pubDate>
<guid>http://snipplr.com/view/37971/html-meta-refresh-redirect-page--meta-httpequiv-cache-control-pragma-refresh/</guid>
</item>
<item>
<title>(XML) Priority Binding - ethansimmons</title>
<link>http://snipplr.com/view/34652/priority-binding/</link>
<description><![CDATA[ <p>WPF unleashed pg 303</p> ]]></description>
<pubDate>Mon, 17 May 2010 16:27:18 GMT</pubDate>
<guid>http://snipplr.com/view/34652/priority-binding/</guid>
</item>
</channel>
</rss>