Nimchi Yung

Ranch Hand
+ Follow
since Jan 27, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nimchi Yung

I scanned through the sample Chapter (Chapter 2). It is all about
javascript baisc (types, conditions). Any idea why the author is
not offering a chapter talking about Object Oriented Javascript?

Thanks,
Nimchi
Hi,

If I have a select element like this:


I like to have a function to return the array of selected values.
What I have is like this:



Is there any better way (less code) to achieve this?

--Nimchi
Using the clone method, the newly cloned elements contain the identical
ids from the source elements. Do I need to be concern about this?



It displays fine in FireFox. But I am concerning about having non-unique
ids on the page.

In addition, if I want to clone all the children under "srcdiv", what would
be the correct syntax?

Thanks,
Nimchi
"hyphen" does not seem to be a valid list-style-type value.

What you could try is using a pseudo element.



--Nimchi
I believe you could accomplish this in 2 ways:



--Nimchi
Since you mentioned quick and dirty, you may try to explore the idea
using frames.

--Nimchi
The definite guide is good. And I like the "Pro Javascript Techniques"
that is not in your list.

--Nimchi
Oracle provides ADF binding layer. Check to see if you could utilize it
as your modeling layer. If not, any direct jdbc call will work. But that
means you have more coding on your side.

--Nimchi
Yes, I was referring graph. Let say if I have line chart for
last 6-month data, and I would like to have buttons allowing users
to request last year, last 18 months data ...

Would that be feasible using Ajax or I should relying on some
commercial product from Adobe?

Thanks,
Nimchi
Is there any example of applying Ajax technique to
generate interactive charting? If not, any hint
on how to get it started...

Thanks,
Nimchi
[ April 12, 2007: Message edited by: Bear Bibeault ]
Sorry, I missed the post yesterday.

BTW, does the book has example of using unittest and logger?
Or what is the best practice for coding, testing, and production
site maintenance using scriptaculous?

Thanks,
Nimchi
I looked at the sample Chapter4 and the example is in php. Do all the
examples in the book in php? Do you cover any other server side tech stack?

Thanks,
Nimchi
on your location bar: type in javascript:Your javascript code ...

--Nimchi
Sorry if I'm stating the obvious. How do you include your
js file.

You have to use this format.



--Nimchi