Pages tagged loading:

Preloaders.net | Free AJAX animated loading gif's | 3 dimensional (3D)
http://preloaders.net/

Free animated loading gif preloaders generator for AJAX loading
maybe make one for my edvibes brand
Preloaders.net | Free AJAX animated loading gif's | 3 dimensional (3D)
http://preloaders.net/en/3d
ตัวทำพรีโหลดแบบ Ajax กลมๆหมุนๆ
animated loading gif's
Free animated loading gif preloaders generator for AJAX loading
xLazyLoader - ajaxsoft - Lightweight js, css and images loader - Google Code
http://code.google.com/p/ajaxsoft/wiki/xLazyLoader
xLazyLoader - ajaxsoft - Lightweight js, css and images loader - Google Code
This is a small (3 Kb) asynchron loader for javascripts, css and images. List of features: * load one or multiple files for each type * onload callback for javascript, CSS and images * prevents double loaded scripts or css files * method to remove scripts/css by using group name * method to disable/enable css files by using group name, so you can use this plugin like a css switcher * Tested in IE6, IE7, FF2/3, Opera 9, Safari 3, Chrome I have designed this plugin to lazyload a whole UI extension with javascript, images, css files and get a callback when all files are loaded.
This is a small (3 Kb) asynchron loader for javascripts, css and images. List of features: * load one or multiple files for each type * onload callback for javascript, CSS and images * prevents double loaded scripts or css files * method to remove scripts/css by using group name * method to disable/enable css files by using group name, so you can use this plugin like a css switcher * Tested in IE6, IE7, FF2/3, Opera 9, Safari 3, Chrome
High Performance Web Sites :: Loading Scripts Without Blocking
http://www.stevesouders.com/blog/2009/04/27/loading-scripts-without-blocking/
Article explaining the basics of how to make a website so it loads efficiently.
LABjs (Loading And Blocking JavaScript)
http://labjs.com/
"Even Faster Web Sites"
The best way to load external JavaScript | NCZOnline
http://www.nczonline.net/blog/2009/07/28/the-best-way-to-load-external-javascript/
Not too long ago, I wrote about loading JavaScript without blocking by creating a dynamic <script> tag. When <script> tags are in the flow of an HTML document, the browser must stop rendering and wait for the script file to download and execute before continuing (example). Creating a new <script> tag via JavaScript avoids this issue because it’s out of the flow of the document, so the script file is downloaded and executed without waiting. The result: dynamically loading JavaScript files allows your page to render faster and therefore improve perceived performance.
handling dependancies in js
Preloaders.net | Free AJAX animated loading gif's | Horizontal
http://preloaders.net/en/horizontal
Free animated loading gif preloaders generator for AJAX loading
gerador de prelouder em gif
Asynchronous Image Loading with jQuery | Realm of Zod
http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/
Asynchronous Image Loading with jQuery
# on LoadImage(pSelector, pCallback){ # var loader = $(pSelector); # loader.html(‘<img src="’ + gLoadSpinnerUrl + ‘"/>’); # # LoadThisImage($(img), loader
Cocoa with Love: Showing a "Loading..." message over the iPhone keyboard
http://cocoawithlove.com/2009/04/showing-message-over-iphone-keyboard.html
The "Text" (SMS) application on the iPhone uses a custom, semi-transparent view to show its "Sending..." message over the keyboard. I'll show you a simple class that can display semi-transparent loading messages and how you can display messages over the keyboard.
Loading..." messages When waiting for data loaded from the internet, many iPhone applications use a mostly black, semi-transparent view to block the display. Most use a basic "spinner" (UIActivityIndicatorView) to reassure the user that the application is still running, frequently accompanied by "Loading..." text. Despite the prevalence of this type of loading message, it is not a standard control and must be constructed manually.
Usability tips for visualizing Ajax requests
http://www.jankoatwarpspeed.com/post/2009/11/01/usability-tips-visualizing-ajax-requests.aspx
CSS3 loading spinners without images • CSS & (X)HTML • Kilian Valkhof
http://kilianvalkhof.com/2010/css-xhtml/css3-loading-spinners-without-images/
CSS transform (in Firefox 3.5+ and Webkit-based browsers) has a whole bunch of interesting functions, such as rotation, translation, scaling and skewing. To learn more about the different functions, check out the Mozilla developer center overview of CSS transform. After playing around with chaining different transforms and seeing the effect, I found out something interesting:
prettyLoader | Stéphane Caron – No Margin For Errors
http://www.no-margin-for-errors.com/projects/prettyloader/
jQuery-Plugin für mit Mauszeiger positioniertes Ajax-Loader-Gif
マウスカーソルのすぐそばにローディング画像を表示させる
Enterprise Java Community: Remote Lazy Loading in Hibernate
http://www.theserverside.com/tt/articles/article.tss?l=RemoteLazyLoadinginHibernate
LazyProxyFactory
[JS]チョー簡単にサイトをAJAX対応にするスクリプト -com.bydust.ajax | コリス
http://coliss.com/articles/build-websites/operation/javascript/1750.html
Position Absolute, web apps and front-end stuff - Optimizing javascript/jQuery loading time, a beginner’s guide «
http://www.position-absolute.com/articles/optimizing-javascriptjquery-loading-time-a-beginners-guide/
Ladezeitenoptimierung mit und für jQuery