9,251 reputation
1722
bio website bigstockphoto.com
location 10004
age 46
visits member for 3 years, 9 months
seen 4 hours ago
stats profile views 419

Tech Lead for Enterprise Accounts group for stock photography site shutterstock.com. Engineering Lead for bigstockphoto.com, footage.shutterstock.com, Shutterstock enterprise accounts, and new business.

Creator of Basecoat PHP framework. https://github.com/shutterstock/basecoat

Created and manage Someecards Facebook application https://apps.facebook.com/someecards/ for someecards.com.

Created and manage My Countdowns Facebook application. https://apps.facebook.com/countdown-timer/

Experienced PHP/Javascript/CSS/HTML developer, MySQL DBA, and Linux admin. Over 5 years of following Agile/Scrum development methodology.


2d
answered Understanding / improving a barebones MVC framework
Apr
23
answered Select From a Table Where the column value does not exist in another table
Apr
7
answered Fastest method of sending asynchronous HTTP requests?
Apr
3
awarded  Necromancer
Mar
15
comment Scaling pictures
You don't have to specify both height and width. If you specify only one, the browser will scale the image and figure out the other dimension. You still need to figure out which side is longest.
Mar
9
answered Polish characters in mysql response
Mar
9
answered MySQL LEFT JOIN vs. 2 separate queries (Performance)
Mar
7
comment Facebook registration - skip Go To app
You can look at the fbapp.js file from the someecards Facebook app. That does all the work and is mostly abstracted.
Mar
4
comment Sanitize CSS in PHP - Ruby Alternatives an option?
Facebook used to sanitize CSS. You might look at their older open source projects and see if you can use their CSS sanitizer.
Mar
1
comment Restore a MySQL Database and Files every 30 mins for a demo site
You right a shell script to do all the steps, just like you would for an import. The setup cron to run the script every 30 minutes.
Mar
1
answered Restore a MySQL Database and Files every 30 mins for a demo site
Feb
26
awarded  Caucus
Feb
26
comment PHP file_get_contents server check
No, sessions would only be stored in memcache. Think of memcache as a database in memory. You could have sessions set on the base domain using session_set_cookie_params. Then you would have a single sign-on. That may not be what is wanted.
Feb
25
answered PHP file_get_contents server check
Feb
22
awarded  Analytical
Feb
22
awarded  Autobiographer
Feb
22
awarded  Informed
Feb
21
awarded  Notable Question
Feb
14
comment Better way to get lists of items : cached serialized data vs database queries or other?
I'm pretty sure PDO will be the only db access layer included in future versions so you should go with that.
Feb
9
answered Cache included or required file so it can be used over and over?