Ajax Updates |
- jQuery pageSlide Script
- LivePipe – High Quality Controls Widgets for Prototype
- Wilq32.RotateImage Script
- JPolite – Ajax Lightweight Portal Framework
Posted: 27 Nov 2009 06:49 AM PST As web developers, we spend precious time laying out our pages, using every UI concept in the book to conserve space, while trying to maintain a user’s focus on the task at hand. There are many techniques to use — Lightbox, Carousel and Tabs to name a few — and today I hope to offer up another: jQuery pageSlide. jQuery pageSlide was inspired by the UI work of Aza Raskin. In his recent posts regarding concepts for Firefox Mobile and a mouse-based Ubiquity, Aza introduced the idea of sliding (or “throwing”) content aside to reveal a secondary content pane. <script type="text/javascript"> $(document).ready(function() { $('a.pageslide').pageSlide({ width: "300px" }); }); </script> 1. The primary window is reserved for content; secondary interactions do not require additional space on the page — the area they need is created and removed on demand. No related Listing. | |||||
LivePipe – High Quality Controls Widgets for Prototype Posted: 27 Nov 2009 06:11 AM PST LivePipe UI is a suite of high quality widgets and controls for web 2.0 applications built using the Prototype JavaScript Framework. Each control is well tested, highly extensible, fully documented and degrades gracefully for non JavaScript enabled browsers where possible. MIT licensed and actively maintained. Event Oriented Programming introduces a mechanism to create and observe events on any object, not just DOM Elements. This is used by all controls, and allows for fine grained control of your user interface. Making use of this is as easy as: 1. var w = new Control.Window(); 2. w.observe('afterOpen',function(){ 3. //insert your custom logic here 4. }); Related Listings:
| |||||
Posted: 27 Nov 2009 05:59 AM PST This is an final product of a Wilq32.PhotoEffect Snippet. Actually you can use this simple and tiny script to get effect of rotated images directly from client side (for ex. user generated content), and animate them using own functions. Notices: <!-- Include the VML behavior --> <style>v\:image { behavior:url(#default#VML); display:inline-block }</style> <!-- Declare the VML namespace --> <xml :namespace ns="urn:schemas-microsoft-com:vml" prefix="v" /> If someone know working workaround for doing this only in javascript please let me know. Right now i tried using createStyleSheets but IE doesnt recognise “v\: *”. Adding namespace with document.namespace.add is also messy. If someone know this problem and a solution just please let me know. Usage: jQuery(imgElement).rotate(angleValue) jQuery(imgElement).rotate(parameters) jQuery(imgElement).rotateAnimation(parameters) jQuery(imgElement).rotateAnimation(parameters) jQueryRotateElement – !!! NOTICE !!! function return rotateElement instance to help connect events with actually created ‘rotation’ element. Parameters: ({angle:angleValue, [animateAngle:animateAngleValue], [maxAngle:maxAngleValue], [minAngle:minAngleValue], [callback:callbackFunction], [bind:[{event: function},{event:function} ] }) jQuery(imgElement).rotateAnimation Where: - angleValue – clockwise rotation given in degrees, - [animateAngleValue] – optional parameter, animate rotating into this value, - [maxAngleValue] – optional parameter, maximum angle possible for animation, - [minAngleValue] – optional parameter, minimum angle possible for animation, - [callbackFunction] – optional function to run after animation complete, - [bind: [ {event: function}...] -optional parameter, list of events binded to newly created rotateable object Related Listings:
| |||||
JPolite – Ajax Lightweight Portal Framework Posted: 27 Nov 2009 05:17 AM PST JPolite is a Lightweight Portal Framework based on jQuery – (Ajax Modules) JPolite is a pure front-end portal framework based on jQuery & BlueTrip CSS, with a handful of jQuery plugins integrated. Features: * Content Integration – Lots stuff gets aggregated fast and easy. * Less is more – instead of building a full-blown framework with tons of features, only minimum necessary ones are provided for easier jump start. The target of this framework is to provide a handy tool for easy content integration. Yet I believe it is powerful enough to serve as cornerstone for more advanced portals. Related Listings:
|
You are subscribed to email updates from Ajax Updates To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.