First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
FAQ Topic - How do I format a Number as a String with exactly 2 decimal places? (2010-07-28)
----------------------------------------------------------------------- FAQ Topic - How do I format a Number as a String with exactly 2 decimal places? ----------------------------------------------------------------------- When formatting money for example, to format 6.57634 to 6.58, 6.7 to 6.50, and 6 to 6.00?... 29 Jul 2010 20:42
FYI: Creating circular references is a perfectly OK thing todo.
Am 2010-07-27 21:15, Ry Nohryb meinte: On Jul 27, 6:29 pm, Matt Kruse<m...(a)thekrusefamily.com> wrote: Basically, I don't see your point. (...) That there's nothing in CRs that produce memory leaks, that CRs can be garbage collected properly, that CRs are useful, that CRs are a perfectly OK thing t... 29 Jul 2010 14:04
Javascript exception control
Hi all, I have a problem: in my job we creating ria based on extjs, and divided code by components, all works great but its difficult to trace errors in components, because they executed via eval() functions, does any have any ideas how to get max information about error that happed in code? ... 28 Jul 2010 15:09
clj in course material
I am preparing an introductory course on JavaScript for the place I work at. As part of the course, I would like present some of the common knowledge and generally accepted advice of this group, since it is not commonly known and it should guide them in the right direction. (A small) part of this is on general... 29 Jul 2010 02:05
FAQ Topic - How can I create a Date object from a String? (2010-07-27)
----------------------------------------------------------------------- FAQ Topic - How can I create a Date object from a String? ----------------------------------------------------------------------- An Extended ISO 8601 local Date format `YYYY-MM-DD` can be parsed to a Date with the following:- /**Parses st... 26 Jul 2010 19:22
adding a memo feild.
i'm revising my *.mdb file so that each record will hold a memo feild. At presernt I can't even get my program to work with memo. Searching web for help doesn't work. Okay, so i need help figuring out this type-memo data feild. You say i can't find it here. So where? Please help me. crazyswede *** Sent via... 27 Jul 2010 04:03
Volunteers Requested for open source publishing project
I am currently working on a system that allows the publishing of content onto touch devices. I have the basics up and running, capable of being stored as a standalone publication that can be read offline, but it lacks an interface to jump automatically to articles, or browse through photographs included in the d... 26 Jul 2010 12:43
Initializing a global namespace object
As the number of utility functions I write increases I've started to use a global variable acting as namespace for my functions. Given my functions are spread in couple of .js files and the order of loading is not significant (documents may include random combination of the files) I've wondered how it is best ... 30 Jul 2010 16:20
FYI: Creating circular references is a perfectly OK thing to do.
LET'S MAKE THIS CLEAR: Creating circular references is a perfectly OK thing to do, what's BOTCHED is/are MICROSOFT's INTERNET EXPLORER (all versions): its - their- garbage collector which is broken, and that's what produces the memory leaks. It's not my/your/our fault. It's solely Microsoft's. OTOH, whenever y... 29 Jul 2010 17:23
how to assign a id as a variable
Hi, Here is my code: <html> <head> <script> var a="hello" </script> </head> <body> <input type="button" value="click" id=a onclick="alert(id)" /> </body> </html> But when I click the button. It shows "a" instead of "hello". I want to store some information to the id of a button by a function, and the ... 26 Jul 2010 21:35
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23