Adam

1,417
Reputation
177 views

Registered User

Name Adam
Member for 1 year
Seen 2 mins ago
Website
Location Dallas, TX
Age
Nov
3
awarded  Popular Question
Oct
7
awarded  Nice Question
Sep
14
comment WCF and Java
not an answer, more of a question clarification... should probably be a comment to the question
Sep
2
awarded  Notable Question
Aug
31
revised How might I implement paging and searching using jQuery?
edited tags
Aug
28
awarded  Popular Question
Aug
15
awarded  Yearling
Jul
30
awarded  Popular Question
Jul
30
answered c struct grabbing data by offset
Jul
30
revised Is MVVM possible/viable in a DHTML RIA application (no Silverlight/WPF)?
added discussion of scaling advantages
Jul
29
comment Dyanamically reterive Html element (X,Y) position with JavaScript
change: el = el.parentNode to: el = el.offsetParent; and it seems to work for nested iframes now... I'm thinking that's what you intended?
Jul
29
comment Dyanamically reterive Html element (X,Y) position with JavaScript
Doesn't seem to work with iframes nested in each other.
Jul
16
revised Is MVVM possible/viable in a DHTML RIA application (no Silverlight/WPF)?
added direct answer to question
Jul
16
awarded  Self-Learner
Jul
15
revised Is MVVM possible/viable in a DHTML RIA application (no Silverlight/WPF)?
added source on codeplex
Jul
15
revised Javascript Event Synchronization
added code
Jul
15
answered Is MVVM possible/viable in a DHTML RIA application (no Silverlight/WPF)?
Jul
15
comment MSBuild isnt making the build completely parallel
yes, the projects are all ToolsVersion 3.5. Thanks for the references
Jul
13
answered Web page image effects - JavaScript ? how else ?
Jul
13
answered Sending output to stdout (console) in a VB.NET win form project
Jul
13
comment How to prevent pressing ALT in modal dialog in IE not switch to hidden menu
Testing on IE8 - to clarify the alt-space menu doesnt appear when you just hit alt. BUT, focus seems to be on that alt-space menu until you hit another key. I edited the question for an example.
Jul
13
revised How to prevent pressing ALT in modal dialog in IE not switch to hidden menu
added 37 characters in body; added 419 characters in body
Jul
10
asked How to prevent pressing ALT in modal dialog in IE not switch to hidden menu
Jul
8
accepted Javascript Event Synchronization
Jul
3
accepted WPF UI Layout for LOB Applications
Jul
2
answered WPF UI Layout for LOB Applications
Jul
2
answered Javascript Event Synchronization
Jul
1
comment Is XSLT a dead technology?
yes. It is. Really really dead.
Jul
1
comment Why does Bing obfuscate their JavaScript?
This is not answering the question whatsoever. While it is a good answer to a question like 'What is MS doing to their Bing javascript?' it does nothing to answer 'Should you obfuscate your javascript?'
Jul
1
asked Should I be encrypting contents of browser / javascript memory?
Jul
1
answered Why does Bing obfuscate their JavaScript?
Jun
29
answered Visual Studio 2008 jQuery IntelliSense sporadically fails, restarting VS fixes
Jun
19
awarded  Popular Question
Jun
17
revised Staffing a WPF + Silverlight project
edited body
Jun
16
comment How to make a div 100% of page (not screen) height?
Would it work to disable to scroll bar while you translucent gray div is displayed? Do you really want users to be able to scroll down to see something they cant do anything with anyway?
Jun
16
comment IE 8 only has access to session cookies?
Using session cookies in an application that works in IE7 and IE8. I would check your IE security settings. Can you sniff the HTTP request using Fiddler or other HTTP sniffing tool? That might give you more insight on what is being passed back and forth from the browser to the server.
Jun
16
answered Staffing a WPF + Silverlight project
Jun
11
accepted HTML template for ASP controls