Click here to Skip to main content
15,906,341 members

Survey Results

Do you browse the internet with Javascript enabled?   [Edit]

Survey period: 19 Jun 2006 to 25 Jun 2006

OptionVotes% 
Yes, always96177.63
Yes, but only for trusted sites18014.54
No977.84



 
GeneralCookies Pin
Mark Focas23-Jun-06 22:45
Mark Focas23-Jun-06 22:45 
GeneralUploading and Resizing an Image Pin
Almerica23-Jun-06 1:27
Almerica23-Jun-06 1:27 
GeneralRe: Uploading and Resizing an Image Pin
Michael Dunn23-Jun-06 14:35
sitebuilderMichael Dunn23-Jun-06 14:35 
GeneralYes, but... Pin
KaЯl21-Jun-06 21:26
KaЯl21-Jun-06 21:26 
GeneralIt seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Jim Jim20-Jun-06 8:33
Jim Jim20-Jun-06 8:33 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Jeremy Falcon20-Jun-06 13:21
professionalJeremy Falcon20-Jun-06 13:21 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
nsimeonov21-Jun-06 2:30
nsimeonov21-Jun-06 2:30 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
david s_21-Jun-06 3:48
david s_21-Jun-06 3:48 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Jeremy Falcon21-Jun-06 6:21
professionalJeremy Falcon21-Jun-06 6:21 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Almighty Bob21-Jun-06 6:23
Almighty Bob21-Jun-06 6:23 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
John M. Drescher23-Jun-06 21:22
John M. Drescher23-Jun-06 21:22 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... [modified] Pin
Formation Technology21-Jun-06 13:18
Formation Technology21-Jun-06 13:18 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Paul Lyons22-Jun-06 10:14
Paul Lyons22-Jun-06 10:14 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
J. Dunlap23-Jun-06 2:46
J. Dunlap23-Jun-06 2:46 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Almighty Bob23-Jun-06 8:11
Almighty Bob23-Jun-06 8:11 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
David Wulff23-Jun-06 11:19
David Wulff23-Jun-06 11:19 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Almighty Bob23-Jun-06 13:43
Almighty Bob23-Jun-06 13:43 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
J. Dunlap23-Jun-06 19:41
J. Dunlap23-Jun-06 19:41 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Almighty Bob24-Jun-06 5:27
Almighty Bob24-Jun-06 5:27 
J. Dunlap wrote:
You don't have to use any of the controls in ASP.NET, and if you don't, the 'extra' serverside processing is minimal. You can write all your HTML output code in C#, either in the codebehind class, or in the page template within <% %> blocks. If you don't want any of the Page stuff at all, it is trivial to write your own HttpHandler and write your code in that.

a saving grace IMO.

with the ability to take false path urls (searchable url's) which point to a file that doesnt actually exist, it makes no sense to write "pages" at all. why have an physical endpoint (page) if all you're going to do is do a "specific task" with it? an application with an entry point that takes all the data (path, get, post & other stuff available to it) and processes the request based on that seems more like "typical" application development. being able to serve a page w/ out having written it (dynamic controls Wink | ;) the whle point of having a dynamic page creation engine) just makes me wonder why we continue to base our web development on the concept that we're making pages that are dynamic. the handler is a great solution for that type of thing. that takes away the pretty "designer" that everybody uses though Laugh | :laugh: .


I'm not saying that would be the best way of doing things (after all, there is already a system that works here). just my druthers.






/bb|[^b]{2}/
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
David Wulff24-Jun-06 2:57
David Wulff24-Jun-06 2:57 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Almighty Bob24-Jun-06 5:14
Almighty Bob24-Jun-06 5:14 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Chris Maunder25-Jun-06 6:05
cofounderChris Maunder25-Jun-06 6:05 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
KiwiPiet25-Jun-06 15:57
KiwiPiet25-Jun-06 15:57 
GeneralRe: It seems Microsoft's shadow is often behind these "innocent" surveys... Pin
Jim Jim27-Jun-06 2:45
Jim Jim27-Jun-06 2:45 
GeneralFirefox and NoScripts Pin
Priyank Bolia20-Jun-06 6:07
Priyank Bolia20-Jun-06 6:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.