- Feature Articles
- CodeSOD
- Error'd
-
Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
It's not really SQL injection if the page lets you just send whatever query you want.
Admin
It amazes me how many professional devs don't understand that all your finely-crafted frontend code is really just a suggestion. Between the multitude of browsers (and other tools like cURL) implementing standards according to their own interpretations, extensions and malware that can alter the code before the user even sees it, different screen and window sizes, etc., what you see is rarely what they get.
Just the other day I was talking to someone who was surprised that I could selectively remove annoying and obstructive page elements with just a few clicks. Kids these days just don't remember how the web works :eyeroll:
Admin
So many news sites paywall "work" by just adding filter:blur on the main document... I guess if it works for 90% of visitors, it's good enough
Admin
Kids these days, and kids the other day. Notice the original is from 2007.
Admin
It made me think about paywalls as well. Some are still quite masterfully crafted, and their target is likely not the small number of developers who'll enter the Developer Tools, but likely the X% using plugins to automatically de-paywall.
Admin
It's amazing how many can be bypassed simply by using Firefox's reader view (or equivalent in other browsers that have them, I know Vivaldi does). Who needs an extension to bypass paywalls when two buttons the browser came with do the job?
Admin
Switch statement includes case handling for both “confirmed” and “conformed”.