| Author |
Message |
|
|
Posted: Oct 18, 2009 - 01:11 AM |
|


Joined: Dec 11, 2007
Posts: 6849
Location: Cleveland, OH
|
|
I am glad that the site underwent recent maintenance. I appreciate the time, effort, and cost invested to do so.
It seems to me, however, that the site is Very Slow in response to typing, since coming back on line. I can easily be several sentences ahead, and this makes fixing my (many) typos difficult.
This is compounded by the text window automatically setting itself to the top of the response, not the end of the response where text is being added, but this has been mentioned in annother thread, previously.
Just some feedback for those doing the site maintenance.
JC |
|
|
| |
|
|
|
|
|
Posted: Oct 18, 2009 - 03:14 AM |
|

Joined: Nov 17, 2004
Posts: 13840
Location: Vancouver, BC
|
|
|
Quote:
It seems to me, however, that the site is Very Slow in response to typing, since coming back on line. I can easily be several sentences ahead, and this makes fixing my (many) typos difficult.
How could any change in the site possibly make your typing slow? Surely that is your browser, not the site you are on. |
_________________ Regards,
Steve A.
The Board helps those that help themselves.
|
| |
|
|
|
|
|
Posted: Oct 18, 2009 - 05:18 AM |
|


Joined: Dec 11, 2007
Posts: 6849
Location: Cleveland, OH
|
|
I don't know.
The responsiveness of the forum to text typing seems to have decreased dramatically since the sight's last maintanence period. Neither of my work/home computers, nor their browsers changed...
JC |
|
|
| |
|
|
|
|
|
Posted: Oct 18, 2009 - 10:20 PM |
|


Joined: Mar 28, 2001
Posts: 20374
Location: Sydney, Australia (Gum trees, Koalas and Kangaroos, No Edelweiss)
|
|
| I don't have any problems with the typing speed. IE8 used. |
_________________ John Samperi
Ampertronics Pty. Ltd.
www.ampertronics.com.au
* Electronic Design * Custom Products * Contract Assembly
|
| |
|
|
|
|
|
Posted: Oct 18, 2009 - 10:22 PM |
|


Joined: Jul 27, 2001
Posts: 7429
Location: St. Leonards-on-Sea (UK)
|
|
| Nor I - Firefox. |
_________________ Leon Heller
G1HSM
|
| |
|
|
|
|
|
Posted: Oct 18, 2009 - 10:24 PM |
|


Joined: Dec 11, 2007
Posts: 6849
Location: Cleveland, OH
|
|
I appreciate the responses, but I wish they did not point to my system(s) as the source for the problem !
JC |
|
|
| |
|
|
|
|
|
Posted: Nov 04, 2009 - 12:45 AM |
|


Joined: Jul 02, 2005
Posts: 5946
Location: Melbourne, Australia
|
|
|
DocJC wrote:
... I wish they did not point to my system(s) as the source for the problem !
JC
OK then ... it isn't your system(s) ... it is you. Do you feel better now Jay? |
_________________ Ross McKenzie
ValuSoft
Melbourne Australia
|
| |
|
|
|
|
|
Posted: Nov 04, 2009 - 04:14 AM |
|


Joined: Dec 11, 2007
Posts: 6849
Location: Cleveland, OH
|
|
Oh Good! It's not my system!
Oh Bad!, It's worse than if it were my system!
JC |
|
|
| |
|
|
|
|
|
Posted: Nov 04, 2009 - 05:54 AM |
|


Joined: Mar 27, 2002
Posts: 18568
Location: Lund, Sweden
|
|
|
DocJC wrote:
I appreciate the responses, but I wish they did not point to my system(s) as the source for the problem !
JC
Sadly for you, they are correct. The text boxes you are typing things into, eg posts, are not interacting with the web server. They are hadled locally by your web browser. The interaction happends eg when you click Submit.
Are your anti-viral, anti-spyware functions etc up to par?
Quote:
This is compounded by the text window automatically setting itself to the top of the response, not the end of the response where text is being added, but this has been mentioned in annother thread, previously.
This is most likely also a client local phenomenon, and not governed by the server. Eg there is a difference in how IE anf FireFox behaves when it comes to text boxes. |
|
|
| |
|
|
|
|
|
Posted: Nov 04, 2009 - 09:40 AM |
|


Joined: Jul 18, 2005
Posts: 62314
Location: (using avr-gcc in) Finchingfield, Essex, England
|
|
|
Quote:
are hadled locally by your web browser.
Yes but using Javascript that Atmel delivered in the HTML. The text box has:
Code:
<td class='row1' valign='top'>
<textarea name='message' rows="6" cols="80" style="width:100%" tabindex='1' class='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea>
</td>
and the function is:
Code:
function storeCaret(textEl) {
if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate();
}
|
_________________
|
| |
|
|
|
|
|
Posted: Nov 04, 2009 - 10:22 PM |
|


Joined: Mar 28, 2001
Posts: 20374
Location: Sydney, Australia (Gum trees, Koalas and Kangaroos, No Edelweiss)
|
|
|
Quote:
I wish they did not point to my system(s) as the source for the problem
"You can't handle the truth!!"  |
_________________ John Samperi
Ampertronics Pty. Ltd.
www.ampertronics.com.au
* Electronic Design * Custom Products * Contract Assembly
|
| |
|
|
|
|
|
Posted: Nov 04, 2009 - 10:49 PM |
|


Joined: Dec 11, 2007
Posts: 6849
Location: Cleveland, OH
|
|
"I want the truth!"
(Or at least a reliable operating system... )
JC |
|
|
| |
|
|
|
|
|