Displaying 4 results from an estimated 4 matches for "pageloaded".
Did you mean:
pageload
2006 May 05
1
RoR data collection without using form
Interesting question: I''m in the middle of developing a RubyOnRails website
with a MySQL database backend. Most of it is going amazingly well, but I''ve
hit a snag: I need to write some "event log" code. The client wants to have
a DB table full of "events" - i.e. client logins, page views, client IP
addresses and so forth. I know how to get the actual data -
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
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
Here''s a question for those well-versed in rforum or engines -- or
both, ideally :) I''ve spent some time today turning RForum into an
engine, using rails 1.0, engines trunk, and rforum 0.1 (as rforum
trunk didn''t appear to work out of the box).
My rforum engine works, but only when I do two things that I found by
trial and error:
1) All rforum controllers subclass