Displaying 7 results from an estimated 7 matches for "smallroomsoftwar".
Did you mean:
smallroomsoftware
2006 Feb 07
16
Notify JS updates, oh my
Hey all,
I just wanted to let you guys know that I updated my notify script.
I still need to package it for easy download (next on my task list)
but it does what I need it to do. Any thoughts, comments?
http://thinkof.net/notify/index.html
Also thanks to those of you who helped previously.
-Greg
2006 Feb 08
8
drag drop safari
does it not work?
works fine for me on all other browsers and platforms.
2006 Mar 07
11
maintaining application state/urls
Hi All
Not specifically a scriptaculous question, but I was wondering how
people were going about maintaining access to their applications via
standard urls.
Say for example I''ve a shop at www.shop.com, and its pure ajax to load
in products. Now customer A wants to show a friend a product on the site
- giving him the url www.shop.com and telling him to click on a series
of links
2006 Mar 17
10
good javascript xml parser
Anyone know of a javascript function that will take an xml document and
turn it into an associative array?
Basically it would take something like this:
<body>
<item>
<id>1</id>
<name>Bob</name>
</item>
<item>
<id>2</id>
<name>John</name>
</item>
</body>
And turn it into something like this:
{
2006 May 11
5
Engines 1.1.2
I''ve just pushed out a new bug-fix release for the Engines plugin.
Most notably, it''s now super careful (to the point of paranoia) about
ensuring that the right version of Rails is loaded, and should no
longer cause any issues where it ignores vendor/rails. Full CHANGELOG
is here:
http://dev.rails-engines.org/repository/file/engines/tags/rel_1.1.2/CHANGELOG
And you can find
2006 Feb 14
5
Yahoo! User Interface Libraries
Yahoo! recently unveiled their UI Libraries which appear to provide a
lot of the functionality that script.aculo.us and prototype does.
I''ve tried some of the demos and the effects run quite smooth/fast.
Could be an opportunity for us to adapt some ideas/approaches to
improve.
http://developer.yahoo.net/yui/
2006 Apr 21
0
Caching of collections/references on session?
I''m using the user engine and therefore have a current_user User object
on my sessions. User has a collection called ''properties'' and I am
accessing the Property objects via the current_user session variable and
also directly with Property.find. The problem I have is that rails seems
to be caching the properties collection over requests (I can see the
collection