First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
jquery ajax doesn't see javascript
Using the selection on the left panel, I load the results on the right panel using jQuery Ajax. So far it's working really good: .... $.ajax({ url: "includes/content.php", data: "letter=" + letter.substr(letter.lastIndexOf("=") + 1), success: function(data) { $('#wrapper').removeClass("loading... 11 Jun 2010 18:07
Twitter is an Incompetent Mess
On 5/17/2010 11:15 PM, David Mark wrote: Garrett Smith wrote: David Mark wrote: Garrett Smith wrote: [...] It's frustrating to see these bugs when I could just go down there and help fix them. I think they're like two blocks from where I live. So go down there and apply for a job. Wh... 11 Jun 2010 07:01
Which is the best implementation of LISP family of languages for real world programming ?
bolega <gnuist006(a)gmail.com> writes: On Jun 10, 2:51�pm, p...(a)informatimago.com (Pascal J. Bourguignon) wrote: bolega <gnuist...(a)gmail.com> writes: Which is the best implementation of LISP family of languages for real world programming ? What's the real world? What's real world progr... 14 Jun 2010 15:06
Number toString(radix)
ECMA 262 5 sections "15.7.4.2 Number.prototype.toString ( [ radix ] )" and "9.8.1 ToString Applied to the Number Type" are rather weakly definitive for radix != 10. No pair of my browsers generally give the same results. One often rounds up by taking the ASCII or UniCode number for the character at the last p... 10 Jun 2010 19:01
Which is the best implementation of LISP family of languagesfor real world programming ?
On 10/06/2010 23:51, Pascal J. Bourguignon wrote: bolega<gnuist006(a)gmail.com> writes: Which is the best implementation of LISP family of languages for real world programming ? What's the real world? What's real world programming? I guess somebody's just enjoying flame wars too much. Pasc... 12 Jun 2010 06:05
Which is the best implementation of LISP family of languages for real world programming ?
bolega <gnuist006(a)gmail.com> writes: Which is the best implementation of LISP family of languages for real world programming ? What's the real world? What's real world programming? -- __Pascal Bourguignon__ http://www.informatimago.com/ ... 10 Jun 2010 17:54
Can't get select values to add as integers instead of strings.
Hi. I've a page where I'm trying to add together all the numeric values of a set of select boxes, but I can't get the javascript to add the numbers as numbers instead of concatenating as strings. Here's my script: <script type="text/javascript"> function valSel() { var selCount=0; var selV1=document... 11 Jun 2010 22:32
Which is the best implementation of LISP family of languages for real world programming ?
Which is the best implementation of LISP family of languages for real world programming ? http://wiki.alu.org/Implementation Kindly pick one from commercial and one from open-source . The criteria is : libraries, gui interface and builder, libraries for TCP, and evolving needs. Please compare LISP and ... 13 Jun 2010 17:09
JSON name/value name as number
Hi there, I'm looking to transfer some data between functions and I thought I'd use json such that the notation will be like this: var myJSONThing = {12:34, 345:32, 987:345...}. function myFunction(myJSONThing){ .... } Now I looked and the name/value pair should, according to the documentation I could... 11 Jun 2010 13:39
Dynamically Creating Checkboxes
Hi All, I'm trying to dynamically create a checkbox. Here's my code: 1. checkBox = document.createElement("input"); 2. checkBox.setAttribute("type", "checkbox"); 3. checkBox.name = "someBox"; This works fine in Firefox of course. But, IE balks on line 2 saying it can't find a "type" attribute. Any clues ... 11 Jun 2010 12:32
First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50