Headline

2010 – Week 1

By mem0ri

Great title, eh? I’m sure there’s an SEO guy banging his head on a desk right now. But see … I don’t mind … because it’s an SEO guy … and SEO is what real web programmers do naturally. There’s no need for stinkin’ SEO ’specalists’ unless your original programmer sucked. [...]

Rights vs. Products

By mem0ri

I posted the following video on my Facebook page, indicating that it should scare every citizen of the United States: Senator Harkin \'creates\' Rights
A friend of mine replied, asking me why health care should not be a right – and I responded with the following … which I now want to share here on [...]

Cleaning Variables for MySQL Insertion

By mem0ri

We’ll start with a relatively simple coding post tonight – sharing a pair of functions that I use in my database class to protect against injection-type attacks. The code included is NOT the full class file, just a pair of functions within it.
The first function takes a variable, determines its type, and then performs [...]