User Profile

Collapse

Profile Sidebar

Collapse
abducted
abducted
Last Activity: Jun 9 '07, 01:26 AM
Joined: Sep 19 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • abducted
    replied to Table - Columns drag & drop
    Thanks for the fix.
    See more | Go to post

    Leave a comment:


  • abducted
    replied to Table - Columns drag & drop
    Tested for macintosh:

    Works in Firefox 1.5.0.6 for mac.
    Works in Opera 9.01 for mac.
    Does not work in Safari 2.0.4.

    It's pretty nice, and simple. I might take a crack at debugging Safari and posting the results.
    See more | Go to post

    Leave a comment:


  • abducted
    replied to Joins in MSSQL
    Ah!

    Thanks for the reply. It helps tremedously in clarifying how these more complicated searches work. I can comprehend the subselect syntax easily, but I'm going to need to study that inner join a bit more.
    See more | Go to post

    Leave a comment:


  • abducted
    replied to Joins in MSSQL
    I am a beginner, and I am learning about normalization and many to many relationships. Selecting all books written by an author is admittedly over my head, but manageable. I can take these examples, decode the SQL, and apply them just fine.

    But what I cannot figure out is a more complicated search, where the input is one book, and the results are the author who wrote that book, PLUS the rest of the books that the author wrote.
    ...
    See more | Go to post

    Leave a comment:


  • abducted
    replied to restricting textbox input
    Here's an introductory tutorial:
    http://javascriptkit.c om/javatutors/re.shtml

    and another at the same site:
    http://javascriptkit.c om/javatutors/redev.shtml

    but I think the best source is:
    http://www.regular-expressions.inf o/index.html
    See more | Go to post

    Leave a comment:


  • Here's a link that I found:

    http://www.jibbering.c om/2002/5/dynamic-update-svg.html
    See more | Go to post

    Leave a comment:


  • I'm far from guru status so you should take this comment as only a possibilty, but Scalable Vector Graphics might be something worth looking into. You can insert javascript code to control what is plotted, and even use a timeout function for javascript powered animation, but I do not know if the ajax XML HTTP request would work.
    See more | Go to post

    Leave a comment:


  • abducted
    started a topic determine object's pointer name

    determine object's pointer name

    Code:
    mywidget = new Widget()
    alert(mywidget) // object Object
    alert(mywidget.toString()) // object Object
    alert(mywidget+"") // object Object
    alert(String(mywidget)) // object Object
    I have always wondered if there was a way to get the string "mywidget".

    A potential use could avoid things like this:

    Code:
    Widget.widgetcount = 0
    function
    ...
    See more | Go to post
No activity results to display
Show More
Working...