Displaying 20 results from an estimated 1000 matches similar to: "Site Launch w/ Scriptaculous"
2005 Sep 15
0
Re: Rails-spinoffs Digest, Vol 4, Issue 21
Hey all,
We (http://www.weblinc.com) just launched a new site in which I have used
the scriptaculous library in a few places.
check out http://www.smashbox.com
scriptaculous was used in creating the zoom controls on the product detail
pages, and was also used with the sliding paginator on the product browse
pages (some serious reworking is in progress on that, but it works). its
also being
2005 Sep 15
4
Scrolling Tables/Divs?
Is anyone working on a scrolling table or div such as the openrico
livegrid demo? I''m looking to develop (much like smashbox''s scrolling
images) a collection of thumbnails that you can scroll horizontally.
I''ve got a non-prototype.js example but I wanted to check to see if
anyone was closer than I to this.
BTW, I will be finishing up my slider code shortly and
2006 Apr 05
6
Help with new EventSelectors in prototype
Hello,
I can''t seem get to work the newly inctroduced EventSelectors of protoype.
I downloaded the latest release via SVN. And included both prototype
and scriptaculous.
This is a short extract of my test:
<body>
<div id="footer">This is a footer</div>
<script type="text/javascript">
var Rules = { ''#footer:loaded'':
2006 May 01
2
[prototype] Selector class fails on selector strings with spaces
I just ran across this bug when trying to re-create Ben Nolan''s behaviour.js
with prototype and was wondering if anyone had fixed it before I went
re-inventing the wheel :)
Thanks!
-Jeremy
--
Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org
http://ipaction.org/ -- defend your rights to fair use
_______________________________________________
2006 Feb 08
3
OpenRico LiveGrid or similar
Hi
Has anyone used OpenRico''s "on-demand listbox" LiveGrid or something
similar in a Rails app already? How well does it behave?
I''m asking this because I need a scrollable list but the number of
records in the table could be well above 5000. In the past I''ve used
similar "on-demand fetchings" in desktop apps and it was a real
blessing (the
2006 Jul 15
6
camping - inspiring new way to write applications
hi all,
curious about your input on this latest design experience i''ve had
with camping.
none of that developing a traditional html ui, a ruby backend, and
ajax-ifying the application after being built.
- i started straight off with a camping-based json api (for the model).
- next step was writing the controller in pure js - no dom interactions here.
- then finishing off with a view
2005 Apr 24
4
Typo 2.0
I''m proud to announce the 2.0 release of the typo web logging engine.
What started as a toy project while
I was waiting for a client at starbucks now became a prestige open
source project with tons of modern features a dedicated dev team and
even its own hosting service!
Get it at http://rubyforge.org/projects/typo/
The 2.0 release has been long coming. Here are some of the new
2006 Mar 22
1
event:selectors VS Behavior
This looks quite nice at first glance..
http://encytemedia.com/event-selectors/
I would love to hear some of your comments pro or con on how this
compares to Behavior.
______________________________________________________________________
Alex Duffield . Principal . InControl Solutions . http://
www.incontrolsolutions.com
_______________________________________________
Rails-spinoffs
2005 Jun 24
1
Executing custom effect for n seconds
Glad to see this list get going!
I have a custom effect ''Pulse'' that basically does an opacity fade in/
out.
I want to execute this effect with a custom duration.
I''m looking for a consistent approach that is inline with
script.alicio.us and Prototype.
Is there a way to do something like this (pseudo code):
Effect2.Pulse = function(element) {
new
2005 Dec 04
5
Javascript Logging
Hello Everyone,
Just wanted to find out if scriptaculous has a patch for a error logging class?
Currently, I have found 2 javascript logging scripts (outside of scriptaculous).
Lumberjack: http://gleepglop.com/javascripts/logger/
log4js: http://jroller.com/page/stritti?entry=logging_in_javascript_log4js
Could you guys shed some light on what would be a good logger class to use with our
2006 May 06
3
Storing additional data on join tables with Rails
Hi there
I need to store additional attributes on join table. Searching the
Wiki [1] revealed two possible methods:
1) push_with_attributes, as described by Justin Palmer [2].
Unfortunately, "this method is now deprecated" [3]. Even if it wasn''t,
there seem to be inherent problems with that approach, for example
with updating those additional attributes, though Joshua Muheim
2006 Jan 02
1
ActiveRecord, << or push_with_attributes: update if exists?
In the Agile Rails book, on page 232 (PDF, 4th edition) there is an
example of (within ActiveRecord) marking an article as read by a user at
the present time. Short example code (from the book) here:
class User < ActiveRecord::Base
has_and_belongs_to_many :articles
def read_article(article)
articles.push_with_attributes(article, :read_at => Time.now)
end
# ...
end
2005 May 17
8
acts_as_tree elegant tree printing
Hi,
I''m working with acts_as_tree to print an unordered list of items:
Root
-- Child
---- Child
I''ve got this working, however I''d like to know if there is a more
elegant fashion that I''m unaware of:
#Takes a parent category and recursivley returns all children
def find_all_subcategories(category)
if category.children.size > 0
2005 Sep 16
4
Autocompleter handling multiple completes
Has anyone extended the Autocompleter to do multiple auto-completes in a
single input field? I''m looking to achieve similar functionality to the
del.icio.us <http://del.icio.us> post page which allows multiple
auto-completes of tag names in the tags input field.
cheers,
Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Dec 09
5
Prototype Enumerable, Array and Hash Documentation
Hey guys,
I recently published an article documenting some of the more useful
and interesting parts of Prototype''s Enumerable, Hash and Array objects.
You can find it here: http://encytemedia.com/blog/articles/
2005/12/07/prototype-meets-ruby-a-look-at-enumerable-array-and-hash
If you have any feedback or suggestions, fire away.
Cheers,
-Justin Palmer
2007 Sep 08
0
Writing specs for scriptaculous helper
I''m trying to get full specing of my views, which involve calling
some Scriptaculous helpers in the views themselves. For instance, I
have a div containing a bunch of thumbnails which I''m going to make
sortable with sortable_element. I''m trying to figure out a good way
to write a spec for this type of call. so far the closest I have
gotten is to write something
2006 Aug 31
2
RSpec style in Scriptaculous'' unittest.js
Doing Javascript?
Looks like Scriptaculous'' *excellent* unittest.js has got some BDD love:
http://ajaxian.com/archives/scriptaculous-behaviour-driven-development-testing
Aslak
2006 Jun 26
3
Scriptaculous Sortable Element Issue
I have a <ul> that contains a number of list items, and I''m using the
sortable_element helper to reorder then via drag-and-drop. This works
great, however, when I insert a new <li> into the <ul> with Ajax, the
sortable_element doesn''t know about it. Is there a way to refresh this
collection?
Thanks for any help.
--
Posted via http://www.ruby-forum.com/.
2006 Jun 27
1
Scriptaculous Problem
Hi!
I am using the auto complete feature provided by Scriptaculous in an
Rails application.Here
is have to write following string in the view:
Select name:
<%= text_field_with_auto_complete :contact, :name %>
and i have to write following write in the controller:
auto_complete_for :contact, :name
But after putting in this code it does''nt work. I knw that i hve to
create a
2006 May 19
0
use scriptaculous
Hello, I saw that with the library scriptaculous it is possible to
create a system of tab. Only I am a beginner. Somebody can to help me
to use this library in rails?
Thank you in advance.