YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub
  [ 27 posts ] Go to page 1, 2, 3 Next

Eric Miraglia

YUI Developer

  • Username: miraglia
  • Joined: Tue Sep 02, 2008 10:59 am
  • Posts: 176
  • Location: Los Gatos, CA
  • GitHub: miraglia
  • Gists: miraglia
  • YUI Developer
  • Online
  • Profile

Gallery ideas -- looking for inspiration?

Post Posted: Thu Mar 04, 2010 11:29 pm
+0-
This topic is meant to simply collect a variety of ideas, including some easy ones, for new Gallery modules.

Eric Miraglia

YUI Developer

  • Username: miraglia
  • Joined: Tue Sep 02, 2008 10:59 am
  • Posts: 176
  • Location: Los Gatos, CA
  • GitHub: miraglia
  • Gists: miraglia
  • YUI Developer
  • Online
  • Profile

Image Zoomer

Post Posted: Thu Mar 04, 2010 11:29 pm
+0-
Image Zoomer -- a la http://www.dynamicdrive.com/dynamicinde ... zoomer.htm

Eric Miraglia

YUI Developer

  • Username: miraglia
  • Joined: Tue Sep 02, 2008 10:59 am
  • Posts: 176
  • Location: Los Gatos, CA
  • GitHub: miraglia
  • Gists: miraglia
  • YUI Developer
  • Online
  • Profile

Fluid Navigation

Post Posted: Thu Mar 04, 2010 11:34 pm
+0-
A la http://addyosmani.com/resources/fluid-m ... -menu.html

Eric Miraglia

YUI Developer

  • Username: miraglia
  • Joined: Tue Sep 02, 2008 10:59 am
  • Posts: 176
  • Location: Los Gatos, CA
  • GitHub: miraglia
  • Gists: miraglia
  • YUI Developer
  • Online
  • Profile

Roundabout circular carousel

Post Posted: Thu Mar 04, 2010 11:36 pm
+0-
http://fredhq.com/projects/roundabout/#demo

Eric Miraglia

YUI Developer

  • Username: miraglia
  • Joined: Tue Sep 02, 2008 10:59 am
  • Posts: 176
  • Location: Los Gatos, CA
  • GitHub: miraglia
  • Gists: miraglia
  • YUI Developer
  • Online
  • Profile

Automatic Image Rotator

Post Posted: Thu Mar 04, 2010 11:39 pm
+0-
a la http://www.sohtanaka.com/web-design/exa ... ge-slider/

Eric Miraglia

YUI Developer

  • Username: miraglia
  • Joined: Tue Sep 02, 2008 10:59 am
  • Posts: 176
  • Location: Los Gatos, CA
  • GitHub: miraglia
  • Gists: miraglia
  • YUI Developer
  • Online
  • Profile

MagicLine Navigation

Post Posted: Thu Mar 04, 2010 11:42 pm
+0-
http://css-tricks.com/examples/MagicLine/#

Eric Miraglia

YUI Developer

  • Username: miraglia
  • Joined: Tue Sep 02, 2008 10:59 am
  • Posts: 176
  • Location: Los Gatos, CA
  • GitHub: miraglia
  • Gists: miraglia
  • YUI Developer
  • Online
  • Profile

Quicksand -- reorder and filter items with shuffling animati

Post Posted: Thu Mar 04, 2010 11:44 pm
+0-
Really classy interaction:

http://razorjack.net/quicksand/demos/one-set-clone.html

Eric Miraglia

YUI Developer

  • Username: miraglia
  • Joined: Tue Sep 02, 2008 10:59 am
  • Posts: 176
  • Location: Los Gatos, CA
  • GitHub: miraglia
  • Gists: miraglia
  • YUI Developer
  • Online
  • Profile

Panning Sideshow

Post Posted: Thu Mar 04, 2010 11:47 pm
+0-
This would be interesting in some use cases;

http://s3.amazonaws.com/buildinternet/l ... deshow.htm

Andrew Wooldridge

YUI Contributor

  • Username: triptych
  • Joined: Wed Oct 28, 2009 9:10 am
  • Posts: 32
  • GitHub: triptych
  • Gists: triptych
  • Offline
  • Profile

Re: Gallery ideas -- looking for inspiration?

Post Posted: Fri Mar 05, 2010 12:04 am
+0-
Ideas:

Canvas abstraction - draw elements, animations, etc. Basically add a "dom" to the Canvas.

md5 conversion

jabber support - chat/streaming data

include support for css3 animations in animation library -- convert dom animation to css3 transitions etc.

font abstraction for downloadable fonts

Please! Get a layout object like Ext-js --- regions north, south, east, west -- collapseable etc.

particle effects -- emitters, consumers

wrap a YUI wrapper around BOX2D js

create a YUI object that works like XBL --> create higher level elements from composites of low level elements.

-- I'm just getting started :)

jpvincent

  • Username: jeanpierre.vincent
  • Joined: Fri Oct 30, 2009 3:21 am
  • Posts: 1
  • Location: France
  • Twitter: theystolemynick
  • Offline
  • Profile

HTML5 features support

Post Posted: Fri Mar 05, 2010 2:25 am
+0-
with FF + Webkit now representing 40% of the market in europe/USA, it would be now time to use native HTML5 APIs when available :
- drag&drop, use native when possible
- multiple file upload, with progress event and photo preview from the disk (no flash when not necessary
- drop files from desktop (fallback = java applet ... not sure for this one :) )
- wrapper around geolocation (fallback to IP location, configurable provider)
- OnHashChange event, fallback to a monitoring loop if it does not kill performances
- video ! for the flash player fallback, it's probably possible to use the same cssText inside the flash to style the controls. For the markup,
- leverage access to Canvas and VML for IE like (or with) http://sourceforge.net/projects/excanvas/
- offline event : not sure if it's possible (or event wishable) to ping the server to know if we are still online and trigger the event
- web workers : never tried but it might be possible to emulate this with a frame, luckily it would open a new browser thread so the heavy computing should not block the main page

that's all for HTML5, I actually think that libraries vendor like YUI have a major role to play in the adoption of the HTML5 standard (anyone for a participation to the W3C ?) in the real world, by leveraging cross browser issues and providing solid fallbacks, like you did with the marvelous YUI Storage

apart from that, in order to help developers make progressive enhancement and graceful degradation, a browser feature detector like this one : http://pastie.org/855294
The problem is that there is an almost unlimited list, here I wrote just the ones I needed for my site.

Also I'm looking for a way to detect that we are on a touchscreen device, but it might not be possible at all.
  [ 27 posts ] Go to page 1, 2, 3 Next
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum