IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New There are two ways to do "ajax"
XMLHttpRequest or you put a hidden IFrame on the page and set its href (which populates it) then get its contents.



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New Yeah, I know that.
I was asking why you picked that method.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Lots of reasons
many of them historical.




"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New Were any of them technical?
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Yes it is not subject to these limitations
Security Issues

When the XMLHttpRequest object operates within a browser, it adopts the same-domain security policies of typical JavaScript activity (sharing the same "sandbox," as it were). This has some important implications that will impact your application of this feature.

First, on most browsers supporting this functionality, the page that bears scripts accessing the object needs to be retrieved via http: protocol, meaning that you won't be able to test the pages from a local hard disk (file: protocol) without some extra security issues cropping up, especially in Mozilla and IE on Windows. In fact, Mozilla requires that you wrap access to the object inside UniversalBrowserRead security privileges. IE, on the other hand, simply displays an alert to the user that a potentially unsafe activity may be going on and offers a chance to cancel.

Second, the domain of the URL request destination must be the same as the one that serves up the page containing the script. This means, unfortunately, that client-side scripts cannot fetch web service data from other sources, and blend that data into a page. Everything must come from the same domain. Under these circumstances, you don't have to worry about security alerts frightening your users.



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New Yeah, those don't affect us at all.
We're entirely single-host (virtual, of course) based.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New So I showed you mine
what's your's do?

(BTW the progress indicator is being redesigned next week)



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New Re: So I showed you mine
Bond trading tools. One is a market evaluation tool, the other is a specialized trading desk application for a particular type of bond.

Realtime information updates coupled with AJAX techniques for displaying and manipulating orders and so forth.
Regards,
-scott
New Is this for a trading house or general consumption?



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New Both.
At least the evaluation tool is. The other is strictly for traders.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
     Wanna see something cool? - (tuberculosis) - (44)
         Very cool, but slow. - (admin) - (34)
             Really? Its pretty fast here - which part feels slow? - (tuberculosis) - (33)
                 5-15 seconds per category click - (admin) - (32)
                     your problem is the application :-) /me/dux -NT - (boxley) - (1)
                         hey man, its just a little javascript and some html -NT - (tuberculosis)
                     That's pretty atypical - (tuberculosis) - (28)
                         Typed in "men's hats" - (admin) - (27)
                             Categories will be slowest - (tuberculosis) - (26)
                                 They were all slow. -NT - (admin) - (25)
                                     All what's were slow? Gimme a script or something - (tuberculosis) - (24)
                                         Don't remember exactly. - (admin)
                                         Tried it again this morning. - (admin) - (18)
                                             Well, I should mention that we had a big - (tuberculosis) - (15)
                                                 Re: Well, I should mention that we had a big - (admin) - (14)
                                                     I've seen some of that research - (tuberculosis) - (12)
                                                         I don't think it's slow enough to need a progress indicator - (admin) - (10)
                                                             There are two ways to do "ajax" - (tuberculosis) - (9)
                                                                 Yeah, I know that. - (admin) - (8)
                                                                     Lots of reasons - (tuberculosis) - (7)
                                                                         Were any of them technical? -NT - (admin) - (6)
                                                                             Yes it is not subject to these limitations - (tuberculosis) - (5)
                                                                                 Yeah, those don't affect us at all. - (admin) - (4)
                                                                                     So I showed you mine - (tuberculosis) - (3)
                                                                                         Re: So I showed you mine - (admin) - (2)
                                                                                             Is this for a trading house or general consumption? -NT - (tuberculosis) - (1)
                                                                                                 Both. - (admin)
                                                         Another idea: - (admin)
                                                     ICLRPD - (ben_tilly)
                                             It's only a second or so here, but I am in VA. - (Another Scott) - (1)
                                                 Its actually data quality - (tuberculosis)
                                         Firefox? You said Windows/IE only in the first post -NT - (drewk) - (3)
                                             I meant compare experiences - is this better or not? - (tuberculosis) - (2)
                                                 Ah, got it - (drewk) - (1)
                                                     Yeah, that's the timing tuning I was talking about - (tuberculosis)
                     Slick as snot here - (pwhysall)
         I don't quite understand the way it's categorized... - (Another Scott) - (6)
             There is some overlap - (tuberculosis) - (5)
                 About time - (drewk) - (4)
                     You know what took forever? - (tuberculosis) - (3)
                         Gee, I guessed wrong - (drewk) - (2)
                             That's a given -NT - (jbrabeck)
                             That also added significant time - (tuberculosis)
         well scrutinzer doesnt like blue dresses - (boxley) - (1)
             scrutinizer doesn't like almost that whole domain :-) - (tuberculosis)

The Moon is disgusting, it's made of cheese.
72 ms