Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "aoda"
-
I hate it when people dislike things because it’s cool.
“PHP is terrible,” they say.
Yeah! If it was any good then most websites on the Internet would be coded in it... oh wait.
“Nickelback suck,” they say.
Of course. That’s why they’ve never been able to make any money off their “terrible” music. Oops. Wrong again.
What other things are “cool” to hate just because people say so?39 -
Qualifications and experience require to start a WordPress consultancy/brand agency:
• Be a marketing/people person.
• No technical requirements required.
Hate seeing others get clients and delivering half-assed solutions and deploying outdated and even insecure versions of everything.5 -
Coding PHP that prints JS that prints HTML and hating myself and everyone who sets “requirements”.5
-
WordPress core itself isn’t the problem. It’s the horribly substandard plugins the client insist on that introduces all the problems.
-
$a = 1;
$b = 2;
echo ($a < $b) ? ($a > $b) ? 'This is totally fine' : ($a < $b) ? 'This is not ok!' : 'Perfect' : 'No problem here';
Why do people do this?!
(And I mean nested ternary ifs, not coding in PHP :P)16 -
Don’t you hate it when you realize that although your latest websites loads fine from your laptop; it takes more than a full second to load it from some location on the other side of the planet?2
-
As a web developer who focuses on accessibility, why is it so goddamn hard to get buy-in for accessible design?!
If you design to be the most accessible possible regular users benefit from an experience that works, for as many people as possible, in more situations than most test for normally!5 -
Setup a VPS from Linode today (they hair started offering 2 GB for 10 USD), and was really pissed when I discovered that their “cloud enhanced” kernel had disabled SELinux and generally removed all sorts of useful features and security features from the default CentOS kernel.6
-
Implementing a third-party link shortner:
link.performance=-400ms; link.privacyFactor=-10;
link.ownership=externalProvider;
Keep hyperlinks in-house. Keep ’em fast. Fight the good fight. -
Is WordPress' use of God objects really such a big problem? I mean, sure wp_query is used for every possible purpose and is the most mutated piece of horror every. But what is the harm?1
-
Follow @TheStrangeLog on Twitter to get funny verbatim quotes from various changelogs. They’re more often than not surprisingly entertaining [out of context]!
https://twitter.com/TheStrangeLog -
Setting Cache-Control headers that are aware of future changes on a given page is freakishly complex. Too bad the Expires header doesn't overrule Cache-Control.1