(See what I did there? When this tweets, the hashtag will be picked up!)
So in less than a month I’ll be attending php|tek1 adn its high time I decided what talks I want to be seen at. Erm, I mean, which I want to attend…
Tutorial Day:
I’m torn bewteen MVC Development in PHP and Web Application Security Boot Camp but in the end I think MVC will win out…
PHP Code Review wins in the afternoon. And that evening I’ll be busy attending the ChiSox/Twins game.
Day 1:
Highly Scalable Web Applications
Streaming XML
MySQL Server Performance Tuning
SPL to the Rescue
Getting it Done
Security Centered Design
Day 2:
Exceptional PHP
Desktop RIAs with PHP, HTML and JS in AIR
Seven Steps to Better OOP Code
PHP Database Application Architecture for Scalability and Availability
Bend SQL to Your Will With EXPLAIN
Taking it All Offline with SQL Anywhere
Day 3:
Out with Regex, In with Tokens
Working with Microformats
It looks like I’m going to have a lot of fun and will learn a lot. I’m hoping some of my methods get justified as well by my peers.
Kudos again to my work for sending me on this trip, and to my wife for allowing it!
I’m going to attempt to not spam this site with a bunch of non-development work stuff. I’ve other blogs for that… But in keeping with the vein of this website1, I’ve recently been pointed to a very cool website who’s basic premise is too simple to have not been thought of before now…
We’ve all seen web clipboards and code repositories before2, and even I am guilty3 of wanting to get in on the action. But all of these sites are simple repositories.
Marc-AndrĂ© Cournoyer4 has a fresh take on the idea. His refactormycode.com5 site isn’t just a web clipboard, but rather it is a place to put your code up for community scrutiny.
The idea is that you can post a code snippet and ask for help to see if anyone can help you sort out a problem. This isn’t a wholesale help board for new programmers, but for people who are having problems envisioning code design changes, code cleanup problems, and even those who want the tightest code possible and are seeking improvement.
The website even has an API6 for those who want to dig into the site that much more… (Maybe I’ll add a widget here for my refactorings…)
Good job Marc. Nicely executed.