search for: webreference

Displaying 5 results from an estimated 5 matches for "webreference".

Did you mean: dereference
2006 Apr 08
0
Jupiter Direct Subscription Confirmation Needed
Final Step: REPLY to this message to CONFIRM your subscription to: internet.com Daily (HTML) InternetNews Business Report (HTML) NewsLinx (HTML) boston.internet.com (HTML) dc.internet.com (HTML) SiliconValley (HTML) Flash Kit (HTML) JavaScript.com (HTML) SMW News (HTML) ScriptSearch Daily (HTML) WebReference Update (HTML) Webdeveloper Weekly (HTML) ASPnews (HTML) ISP-Planet (HTML) ECommerce-Guide (HTML) Small Business Computing (HTML) Webopedia Daily (HTML) BlackBerry Today (HTML) Jumbo! Weekly (HTML) Palm Blvd (HTML) PDAStreet (HTML) SmartPhoneToday.com Update (HTML) WindowsMobileToday (HTML) 4GuysFro...
2006 Feb 03
2
RE: help with syntax
I guess the first step is reading up on OOP in javascript... http://www.webreference.com/js/column79/ http://www.codeproject.com/aspnet/JsOOP1.asp Then, check out the definitive prototype.js guide... http://www.sergiopereira.com/articles/prototype.js.html -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-sp...
2005 Oct 01
3
storing state in cookies using scriptaculous
Hi All, So I''m using scriptaculous in rails to allow opening and closing of messages in a threaded forum without the need for reloading the entire page. What I was wondering was if there was some way to store the state (which messages are open and which are closed) in a cookie or something, so that when the user does reload the page the messages won''t all be reset to their
2006 May 20
10
HOW TO create a new record and its associated objects within the SAME PAGE
hi, can''t find any good tutorial or advice to deal with the creation of a new record and it''s associated objects within the same page. do i have to use ajax just to add custom form fields that will be handled by the controller for associated objects creation.? do i have to use ajax to add associated objects to the unsaved but allready in session parent object? what''s
2006 Jul 19
12
[Slightly OT] POSTing data to a Rails App
Hi, I have a Windows program that collects data and would like to store this data in a database that is usually accessed through Rails. It was recommended that I try to "POST" the data to the Rails application. I''m running into some problems trying to format my POST string for the application. I''m trying to learn by interfacing to the TODO application (Four Days