[jquery-dev] Re: new project - fluidIA - open source UI prototyping based on jQuery

2009-05-24 Thread Jakub

Thanks Paul. :)

On May 21, 10:49 pm, Paul Bakaus paul.bak...@googlemail.com wrote:
 Hey Jakub,

 this looks really cool! I'm cc'ing my friend Tom here, since he had a very
 similar idea
 some time ago, and I'm sure he's interested in learning more about your
 approach.

 Cheers,
 Paul



 On Fri, May 22, 2009 at 9:13 AM, Jakub jlinow...@gmail.com wrote:

  Hello,

  A year ago, on a part time basis I started an open source user
  interface prototyping project -www.fluidIA.org. Recently this turned
  into a grad project. Seeing the powerful potential of jQuery, I've
  relied on this Javascript library to build this browser based
  application. The tool aims to empower interaction designers and
  developers to quickly generate wireframes/prototypes, and more so,
  allows for rapid refinement through object orientation and
  inheritance. Support for state based objects has also been already
  implemented. A working Firefox copy is running over at:
 http://stage.fluidia.org

  For the fluidIA project, one of my upcoming tasks is also to explore
  the ability to create a UI for jQuery's event handling capabilities.
  In turn, this could result in something of a WYSIWYG editor for event
  based interactions. However, for more powerful logic and data binding,
  the environment will also support the ability to toggle fluidIA
  objects and replace them with real code, should developers wish to
  program the desired interactions. In a way then, these objects can act
  as guiding or exploratory ideas which would then evolve to proper
  code. Here are two very rough sketches of this:
 http://fluidia.org/wp/?p=192 (toggle)
 http://fluidia.org/wp/?p=94 (low-fi events)

  So why am I writing about all this here? Well, so far I've been a one
  man army doing design, development and recently user testing. Just
  thought to throw the project up here should there be any interested
  developers / designers in participating. I'm really a generalist
  (visual and interaction designer by education), and thought it would
  be cool to work with some pro developers on this.

  1. So far I've opened the source over at:
 http://github.com/fluidia/fluidia/tree/master

  2. I have also opened up the design process:
 http://fluidia.org/wp/?category_name=sketches
  where I am interested in contributions from others as well. (Am really
  interested in running an open source + open design project and see how
  designers could collaborate with developers.)

  3. Google Groups:http://groups.google.com/group/fluidia

  Should any jQuery gurus be interested in working on this project,
  please let me know. Would love to hear from you.

  Cheers,
  Jakub Linowski
 www.fluidia.org
 www.linowski.ca

 --
 Paul Bakaus
 UI Architect
 --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
jQuery Development group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~--~~~~--~~--~--~---



[jquery-dev] problem with toggle(), :hidden and :visible in 1.3.2

2009-03-31 Thread Jakub Suder

Hi,

In my project, I have a box whose contents are partially hidden, and
the bottom part should be displayed and hidden when you click show/
hide buttons. I've used $(...).toggle() for that, and I've noticed
that it only works the first time (i.e. when the contents are hidden).
show() and hide() work as expected, but toggle() always works like show
(). Also, is(:hidden) always returns true and is(:visible) always
returns false.

This is probably related to the change to hidden and visible matchers
done in 1.3.2, because the same html works perfectly well with 1.3.1.
I've also tried the latest trunk version (rev. 6302) and it has the
same problem as 1.3.2. It's reproducible in Firefox 3 and Safari 4.

Demo for 1.3.1: http://dl.getdropbox.com/u/41808/testjquery131.html
Demo for 1.3.2: http://dl.getdropbox.com/u/41808/testjquery132.html
Pastie (1.3.2): http://pastie.org/432440

Regards,
Jakub Suder

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
jQuery Development group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~--~~~~--~~--~--~---



[jquery-dev] Re: problem with toggle(), :hidden and :visible in 1.3.2

2009-03-31 Thread Jakub Suder

On 31 Mar, 15:40, John Resig jere...@gmail.com wrote:
 We've made some changes to the logic in the nightlies - does the
 change help your case?http://code.jquery.com/nightlies/jquery-2009-03-26.js

No, it doesn't. I'm not sure why but the offsetWidth and offsetHeight
values for the #more element are always 0, even after you call show()
on it and it shows up.

JS
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
jQuery Development group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~--~~~~--~~--~--~---