progressive-enhancement
Best practices doing big file upload on the web with progressive enhancement
I\'m building an HTML form with which the user should be able to upload big files up to ~100MB. My users could be coming from anyw开发者_如何学运维here so I can\'t count on a broadband connection, mo[详细]
2023-01-17 15:45 分类:问答Progressive enhancement / Graceful degradation and web applications
I am building a web application that uses a lot of Javascript. Now I am wondering does it make sense to make the application work without Javascript? I can understand for normal websites that you want[详细]
2023-01-15 04:00 分类:问答Javascript not enabled
I have been developing web applications for a few years now. One of the issues that I face is having to develop web apps where javascript is not enabled or not available. I know this was a issue a few[详细]
2023-01-12 09:57 分类:问答Overriding pseudo styles in jQuery
How can I overwrite the CSS below with jQuery? (The animations开发者_如何学Go aren\'t being run and it\'s just an instantaneous switch.)[详细]
2023-01-11 16:42 分类:问答Is progressive enhancement a current issue anymore?
There are couple of things I hear in defense of progressive enhancement. Javascript is off or not available. According to W3School\'s Javascript statistics, 95% had Javascript enabled January 2008 (2[详细]
2023-01-09 01:52 分类:问答Keeping DRY with progressive enhancement
I\'m building a website with very small amounts of Javascript, just to add things to the page (like a contact form) without having to go to a new page.[详细]
2023-01-06 21:41 分类:问答Are progressive enhancement and graceful degradation same thing, practically speaking?
Are progressive enhancement and gracefu开发者_如何学JAVAl degradation basically the same thing?Not quite.They tackle similar problems, but from different angles.[详细]
2023-01-04 12:02 分类:问答How to do progressive enhancement when using Ext JS or similar tools?
Does it require deve开发者_JAVA技巧lopment of two almost separate front-ends for the app, one using Ext JS and the other one with no JS at all?Well, pretty much. If you really want a NO-JS version of[详细]
2023-01-04 00:39 分类:问答Are there any drawbacks to class-based Javascript injection?
A phenomena I\'m seeing more and more of is Javascript code that is tied to a particular element on a particular page, rather than being tied to kinds of elements or UI patterns.[详细]
2023-01-02 18:04 分类:问答Detecting support for a given JavaScript event?
I\'m interested in using the JavaScript hashchange event to monitor changes in the URL\'s fragment identifier.I\'m aware of Really Simple History and the jQuery plugins for this.However, I\'ve reached[详细]
2022-12-31 06:25 分类:问答