search for: encytemedia

Displaying 17 results from an estimated 17 matches for "encytemedia".

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 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 _________________________...
2005 Jun 24
1
Executing custom effect for n seconds
...ng, but the Pulse effect only runs 1, and when supplied with duration: n, it will take n seconds to render the Pulse effect once. What I would like to do is ''repeat'' this effect for a specific duration. Cheers, -Justin Palmer ---------------------------------------------- Encytemedia.com Professional User Interface Design for Rails Applications
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 ---------------------------------------------- Encytemedia.com Professional User Interface Design for Rails Applications
2005 Apr 24
4
Typo 2.0
...ition to ActionWebService * Markdown support * Migration script for MovableType 3 users * Extended testing suites Non code: Justin Palmer has started working on the Typo visual identity which is due to arrive with the next release (bye bye kubrick) You can see the new typo logo here: http://www.encytemedia.com/images/5.png I would like to thank all the contributors who sent patches and suggestions for this release. Especially I want to thank Patrick Lenz and Seth Hall for the tireless bug fixing and improvement of the code health. Typo is now 1435 lines of very aesthetic code and is backed up b...
2006 May 06
3
Storing additional data on join tables with Rails
...just an association, not a model. I wouldn''t want to make it a model if I could help it. So, what''s the best practice for storing additional data on join tables with Rails? -Alder ------------------- [1] http://wiki.rubyonrails.com/rails/pages/has_and_belongs_to_many [2] http://encytemedia.com/blog/articles/2005/06/15/storing-additional-data-on-join-tables-with-rails#comment-490 [3] http://api.rubyonrails.com/classes/ActiveRecord/Associations/ClassMethods.html [4] http://wiki.rubyonrails.com/rails/pages/Update+has_and_belongs_to_many+Attributes
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 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
2005 May 17
8
acts_as_tree elegant tree printing
...ret += find_all_subcategories(subcat) ret += "</li>" else ret += "<li>" + h(subcat.title) + "</li>" end } ret += "</ul>" end end Thanks, -Justin Palmer Encytemedia.com
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
2006 Apr 09
0
Form.EventObserver Incorrect?
...e event. Event.element(event); //Gets the event that fired the callback Event.findElement(event, ''form''); //Gets the form whose element triggered the event Am I just misinformed about Form.EventObserver? Thanks, -Justin Palmer ---------------------------------------------- Encytemedia.com Professional User Interface Design for Rails Applications
2005 Sep 16
1
Site Launch w/ Scriptaculous
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
2006 May 09
25
[OT] How do guys create round corner boxes? Which Graphic tool?
Hello, Yes, I know it''s off-topic and nuby question, but I really don''t know anything about graphic, I''m all a coder who lives in his text editor, so sorry at first! I need to create round corner box for my web app, I know how to form a box using CSS, I just dunno how to create those rounded corners. Is there an easy to use tool for creating them, out there? Thank you
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ht' : 'Width')]; -} +}; \ No newline at end of file diff --git a/src/public/javascripts/effects.js b/src/public/javascripts/effects.js index b0f056b..5a639d2 100644 --- a/src/public/javascripts/effects.js +++ b/src/public/javascripts/effects.js @@ -3,9 +3,9 @@ // Justin Palmer (http://encytemedia.com/) // Mark Pilgrim (http://diveintomark.org/) // Martin Bialasinki -// +// // script.aculo.us is freely distributable under the terms of an MIT-style license. -// For details, see the script.aculo.us web site: http://script.aculo.us/ +// For details, see the script.aculo.us web site: http...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server