Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

osx - How can I increase the cursor speed in terminal? -


how can increase cursor speed in terminal? have mac os x way. interesting know linux.

i don't know should search in google (or like).

if "cursor speed", mean repeat rate when holding down key - have here: http://hints.macworld.com/article.php?story=20090823193018149

to summarize, open terminal window , type following command:

defaults write nsglobaldomain keyrepeat -int 0 

more detail article:

everybody knows can pretty fast keyboard repeat rate changing slider on keyboard tab of keyboard & mouse system preferences panel. can make faster! in terminal, run command:

defaults write nsglobaldomain keyrepeat -int 0

then log out , log in again. fastest setting obtainable via system preferences 2 (lower numbers faster), may want try value of 1 if 0 seems fast. can visit keyboard & mouse system preferences panel undo changes.

you may find few applications don't handle extremely fast keyboard input well, fine it.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -