User Profile
Collapse
-
Thanks for the fix. -
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.Leave a comment:
-
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.Leave a comment:
-
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.
...Leave a comment:
-
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.htmlLeave a comment:
-
Here's a link that I found:
http://www.jibbering.c om/2002/5/dynamic-update-svg.htmlLeave 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.Leave a comment:
-
determine object's pointer name
I have always wondered if there was a way to get the string "mywidget".Code:mywidget = new Widget() alert(mywidget) // object Object alert(mywidget.toString()) // object Object alert(mywidget+"") // object Object alert(String(mywidget)) // object Object
A potential use could avoid things like this:
...Code:Widget.widgetcount = 0 function
No activity results to display
Show More
Leave a comment: