Search Results

1
vote

Hit me with your worst shot.

Does it count that I write overly-optimised functions for things that I know I'm probably never going to use again? For example, I wanted to output the ordinal suffix (the 'nd' in '2nd' etc …
2
votes

What do you want for a gift in the coming season?

One of those new-fangled programming-knowledge-on-a-chip cranial implants please. Oh, and the children's version for my last boss (I think his might melt if we give him the full-strength one, tempt …
2
votes

What is your preferred pastime programming project?

Pretty much the same webdev as I do at work, just about subjects that I've chosen and without irritating clients (well, not too irritating). Boring answer I know, but: Find a job you en …
5
votes

Artificial Intelligence - What to put in, or leave out, and what can be inferred?

Without the bad, the good is meaningless. …
4
votes

Tricks to staying positive

You need to change the way you think (this applies to everything concerning happiness or lack thereof). Everything you need to know is contained in this fascinating 22 minutes here: …
-2
votes

Annoying or idiotic naming conventions?

I despise anything other than lowercase 'id' for an id field in a database. I despise even the merest hint of capital letters in any variable, function, class, etc. …
2
votes

What language is a good choice after PHP for a developer wanting to try something new?

Most of these responses seem to be advocating what I would consider alternatives to PHP. Without wishing to be rude to the other posters, what's the point of that? If you were planning to give up P …
4
votes

What is the best programming language for web development and why?

PHP being bad is subjective. Beware the almost infinite stream of language snobbery out there concerning PHP. Some of it is valid, some of it might be valid in certain rare circumstances, but most …
2
votes

Why is pagination so resource-expensive?

This question seems pretty well covered, but I'll add a little something MySQL specific as it catches out a lot of people: Avoid using SQL_CALC_FOUND_ROWS. Unless the dataset i …
1
vote

How do you handle rude clients?

Walk away. There is no discussion to be had, given your description and assuming you don't want to be milked for all you're worth and then discarded - [Clients vs Grinders][1]). …