Re: Holy Freakin Cow - javascript sure has matured

2005-08-12 Thread Kevin Graeme
nice! I might have to see if the accessiblity lab here can give them a stamp of approval. On 8/12/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > I really liked the scrolling table where you don't have the links to > records 1-100, 101-200, etc. It's been replaced with a scrollbar that > will scrol

Re: Holy Freakin Cow - javascript sure has matured

2005-08-12 Thread Marlon Moyer
I really liked the scrolling table where you don't have the links to records 1-100, 101-200, etc. It's been replaced with a scrollbar that will scroll the whole table and load whatever records you stop on. http://openrico.org/rico/livegrid.page On 8/12/05, Kevin Graeme <[EMAIL PROTECTED]> wrote

Re: Holy Freakin Cow - javascript sure has matured

2005-08-12 Thread Kevin Graeme
On 8/12/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > I found a couple more interesting links: > > Check out the weather widget on this one: Remind you of anything? :) > > http://openrico.org/rico/demos.page I like this one a lot. The drag/drop lists could be quite useful. -Kevin

Re: Holy Freakin Cow - javascript sure has matured

2005-08-12 Thread Marlon Moyer
I found a couple more interesting links: Check out the weather widget on this one: Remind you of anything? :) http://openrico.org/rico/demos.page http://script.aculo.us/ The open rico one is really easy to implement although it's a pretty hefty script at 85k, still, that's smaller than a basic

Re: Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread Jim Campbell
Sure, very reasonable. Although I do distinctly remember writing some IE-only (...sigh... intranets) apps about that time that could have benefited from /one less/ hidden iFrame or what have you. Regardless, it is nice to see Javascript back on the prowl. All those obtuse Javascript hacks I'

Re: Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread John Dowdell
Jim Campbell wrote: > What's interesting about this sudden upsurge in Acronyms, > Jargon And eXtraordinary hyperbole (AJAX) ooohh... quotable ;-) > is that all of this capability's been around for several years, > but is just now taking off thanks to Google, Signal 37, Panic, etc. >

Re: Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread Kevin Graeme
I don't get translucency in either FF or IE6. On 8/11/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > check out the window1 demo. Translucent dragging! > > On 8/11/05, Vivec <[EMAIL PROTECTED]> wrote: > > Looks good, although I found a few of them were a bit slow to render. > > > > > >

Re: Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread S . Isaac Dealey
Oh, sorry... I forgot -- it didn't die out -- it seemed like it was going to and then it became semi-commercial... so it's not entirely free anymore, but it's still being developed... http://www.domapi.com/ > Whats the link on this? > On 8/11/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: >> Tha

Re: Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread DRE
Whats the link on this? On 8/11/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > That's been doable for a while now... the translucency is just a CSS > property, and since all the css properties have been accessible for a > while now in the [element].style collection, it's a trivial matter to > se

Re: Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread Jim Campbell
Thanks for that link - I hadn't seen it yet. What's interesting about this sudden upsurge in Acronyms, Jargon And eXtraordinary hyperbole (AJAX) is that all of this capability's been around for several years, but is just now taking off thanks to Google, Signal 37, Panic, etc. It's kind of fru

Re: Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread S . Isaac Dealey
That's been doable for a while now... the translucency is just a CSS property, and since all the css properties have been accessible for a while now in the [element].style collection, it's a trivial matter to set that value during the drag operation. I've always had problems in the past with drag o

Re: Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread Marlon Moyer
check out the window1 demo. Translucent dragging! On 8/11/05, Vivec <[EMAIL PROTECTED]> wrote: > Looks good, although I found a few of them were a bit slow to render. > > ~| Discover CFTicket - The leading ColdFusion Help De

Re: Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread Vivec
Looks good, although I found a few of them were a bit slow to render. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: ht

Holy Freakin Cow - javascript sure has matured

2005-08-11 Thread Marlon Moyer
Check out this widget toolkit on sourceforge. This stuff is incredible. Plus, there are some really nice ajax toolkits now that abstract the whole ajax process out to a line or two of code. It seems like I was just researching ajax a few weeks back and it involved a lot more code than that. A lo