Forum Menu




 


Log in Problems?
New User? Sign Up!
AVR Freaks Forum Index

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
DocJC
PostPosted: Oct 18, 2009 - 01:11 AM
Raving lunatic


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
 
 View user's profile Send private message Send e-mail Visit poster's website 
Reply with quote Back to top
Koshchi
PostPosted: Oct 18, 2009 - 03:14 AM
10k+ Postman


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.
 
 View user's profile Send private message  
Reply with quote Back to top
DocJC
PostPosted: Oct 18, 2009 - 05:18 AM
Raving lunatic


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
 
 View user's profile Send private message Send e-mail Visit poster's website 
Reply with quote Back to top
js
PostPosted: Oct 18, 2009 - 10:20 PM
10k+ Postman


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
 
 View user's profile Send private message Visit poster's website 
Reply with quote Back to top
leon_heller
PostPosted: Oct 18, 2009 - 10:22 PM
Raving lunatic


Joined: Jul 27, 2001
Posts: 7429
Location: St. Leonards-on-Sea (UK)

Nor I - Firefox.

_________________
Leon Heller
G1HSM
 
 View user's profile Send private message Send e-mail Visit poster's website 
Reply with quote Back to top
DocJC
PostPosted: Oct 18, 2009 - 10:24 PM
Raving lunatic


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
 
 View user's profile Send private message Send e-mail Visit poster's website 
Reply with quote Back to top
valusoft
PostPosted: Nov 04, 2009 - 12:45 AM
Raving lunatic


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
 
 View user's profile Send private message  
Reply with quote Back to top
DocJC
PostPosted: Nov 04, 2009 - 04:14 AM
Raving lunatic


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!

Smile

JC
 
 View user's profile Send private message Send e-mail Visit poster's website 
Reply with quote Back to top
JohanEkdahl
PostPosted: Nov 04, 2009 - 05:54 AM
10k+ Postman


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.
 
 View user's profile Send private message Visit poster's website 
Reply with quote Back to top
clawson
PostPosted: Nov 04, 2009 - 09:40 AM
10k+ Postman


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();
}

_________________
 
 View user's profile Send private message  
Reply with quote Back to top
js
PostPosted: Nov 04, 2009 - 10:22 PM
10k+ Postman


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!!" Wink

_________________
John Samperi
Ampertronics Pty. Ltd.
www.ampertronics.com.au
* Electronic Design * Custom Products * Contract Assembly
 
 View user's profile Send private message Visit poster's website 
Reply with quote Back to top
DocJC
PostPosted: Nov 04, 2009 - 10:49 PM
Raving lunatic


Joined: Dec 11, 2007
Posts: 6849
Location: Cleveland, OH

"I want the truth!"

(Or at least a reliable operating system... Smile )

JC
 
 View user's profile Send private message Send e-mail Visit poster's website 
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits