Re: on ruby on rails and forms



Andres Montano wrote:

Is there some page that people use to know (Netscape and IE's) javascript's API? While writing these small javascript functions I search some for a good site with the precise syntax but everything seems really incomplete and vague.

An (extremely) oldie but goodie:
http://wp.netscape.com/eng/mozilla/3.0/handbook/javascript/

For anything since then, I can't help, but http://www.amazon.com/exec/obidos/ASIN/0596000480/ seems to be recommended.

Does Hidden even have a public constructor?

Devin



.



Relevant Pages

  • Re: Help Regarding Dual Core/ HT Processors
    ... He is writing to the OS API ... ... not writing his own "OS" on top of intel CPU so your points are not really aligned to his original question. ... Snip from MSDN ... They are not limited by the Windows API. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Economy of Expression
    ... I'm interested in what helps you get more done while writing less code. ... for example, in many cases, it may well be most sensible to base the interface around abstract function calls, avoid any complex types, instead making use of void pointers or integer handles. ... pieces should be as general-purpose as is reasonable as well. ... for example, if some abitrary internal property exists which changes the external behavior of the API, it should be either made external, or be made an explicit part of the API's design. ...
    (comp.programming)
  • Re: Allocating memory / Writing large files
    ... Write Data to a File Using WriteFile API"). ... > dynamically allocate memory followed by writing it all out to a file ... > This memory will be filled by an external routine to which I will just ... > Writing this out, however, is a different story. ...
    (microsoft.public.vb.general.discussion)
  • Re: Allocating memory / Writing large files
    ... Write Data to a File Using WriteFile API"). ... > dynamically allocate memory followed by writing it all out to a file ... > This memory will be filled by an external routine to which I will just ... > Writing this out, however, is a different story. ...
    (microsoft.public.vb.winapi)
  • Re: Need an STL (std:string) API call example
    ... >> Joseph M. Newcomer wrote: ... >>> I'm writing a little utility and thought I would include in it the code ... >>> allocate a buffer and fill it up with an API call. ...
    (microsoft.public.vc.mfc)