Tag Archives: how to
How to handle security issues
Brian Mastenbrook wrote a great article on the right and wrong way to handle security issues: Brian Mastenbrook: How I cross-site scripted Twitter in 15 minutes, and why you shouldn’t store important data on 37signals’ applications Looks like this was … Continue reading
How I update my status
I have long said, Twitter is not a product, it’s a feature. (Although the general population is not listening to me.) Since several sites now support some type of status, I wanted an easy way to update them at once. … Continue reading
How to: Create MySQL User Accounts
I find myself having to do this quite often and I can never seem to remember so here it is: GRANT ALL PRIVILEGES ON *.* TO ‘dshimy’@'%’ IDENTIFIED BY ‘pass’ WITH GRANT OPTION; GRANT ALL PRIVILEGES ON *.* TO … Continue reading
