Displaying 4 results from an estimated 4 matches for "pageload".
2006 May 05
1
RoR data collection without using form
...ow how to get the actual data - for example,
there''s a nice Rails method called RemoteIP() that will cature an IP
address. Problem is I''m puzzling over how to write the class and methods to
actually save the data into the DB. RoR doesn''t seem to have anything like a
"PageLoad" event in the same way that .Net does, for example.
Please help, anyone!!
- Matthew
2008 Feb 29
0
google maps
hi all
i am using geokit plugin/appln for my site..where i want to get the
pointers reflected on my site by fetching the values from the db on
pageload..
return (newmap.addpoint("52.802761415419674","6.6357421875","abc","abc")
this is the code which is creating the ponters..I want to first of all
fetch all the values from the db and get the latitude and longitude and
then pass it dynamically in this addpon...
2006 Mar 27
0
Effect problems
...laise
P.S.: a stupid question... how to answer to the mailing list...
thunderbird dont let me open a post in an issue and answer it.
Currently I copy paste instead of keeping the discussion in a reply
---------------------- The code : ---------------------------------
//intro event
function PageLoaded() {
Element.hide(
''bg'', // these elements are 3 divs containing pictures and content
''logo'',
''navholder''
);
new Effect.Appear( //this one is supposed to be executed first and alone
''bg'',...
2005 Dec 22
11
rforum engine
...rforum''s ApplicationController. I
renamed it to RForumApplicationController, as the app using the
rforum-engine is likely to have its own ApplicationController. Now
when I try to use one of these controllers, it will work fine on the
first load after each server restart, but on subsequent pageloads I am
informed of "uninitialized constant RForumApplicationController.
This problem goes away when I put a load ''rforum_application.rb''
at the top of each controller. A ''require'' doesn''t do the job. My
question: why? I brooded over $ENGINES/l...