Web development , php , ajax , symfony, framework, zend
In: web resources
22 Sep 2010From David Walsh comes a good writeup on the HTML5 link prefetch tag: PLAIN TEXT HTML: <!– full page –> <!– just an image –> You use the link tag to do prefetching, setting the rel to “prefetch” and giving the URL to the resource to prefetch. When should you use link prefetching? Whether [...]
Brad Neuberg pointed me to a Blackberry Storm site that uses Raphael, jQuery, and SoundManager to offer an SVG / VML (for IE) experience. PLAIN TEXT HTML: <script src=“http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.min.js”></script> <script src=“/js/soundmanager2-nodebug-jsmin.js”></script> <script src=“/js/raphael-min.js”></script> <script src=“/js/trig-min.js”></script>
In: web resources
22 Apr 2009In this tutorial, we’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code. Image scrollers are of course nothing new; versions of them come out all the time. Many of them however are user-initiated; meaning that in order for the currently displayed content [...]
In: web resources
16 Apr 2009Brian Moschel and Justin Meyer of JavaScriptMVC have opened their Jabbify chat client into a general purpose Comet service called Jabbify. Some of their claims: Automatic Scaling: Jabbify scales to thousands of users per domain with no additional maintenance on your part. Instant setup: Download a script and you’re developing with Comet in 30 seconds [...]
In: web resources
15 Apr 2009Alexander Graef wrote in to tell us about the excellent Horizontal Accordion jQuery plug-in, which takes an unordered list: PLAIN TEXT HTML: <ul class=“test”> <li><div class=“handle”><img src=‘images/title1.png’/></div><img src=‘images/image_test.gif’ align=‘left’/> <h3>Content 1</h3> <p>…</p> </li> <li><div class=“handle”><img src=‘images/title2.png’/></div><img src=‘images/image_test.gif’ align=‘left’/> <h3>Content 2</h3> <p>…</p> </li> [...]
This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.