Davidstoline - davidstoline.com - david stoline.

Latest News:

Protecting Drupal's fleshy underbelly with .htaccess 25 Mar 2013 | 07:56 pm

In this article, I’m going to show you a few methods to separate your public site from the vulnerable parts of your administration area. What you need is an effective way to keep your site locked and ...

My candidacy for the Drupal Association Board of Directors 23 Sep 2012 | 07:00 pm

For those of you who may not have heard, the Drupal Association is electing two new board members. You can read more about that at the Election 2013 page. I participated in the first meet the candida...

Video & Slides: OMG DDoS - Drupal lessons learned the hard way 1 Aug 2012 | 07:35 am

Last weekend I gave my session at the second annual Capital Camp, as you may have gathered from my last blog post. It was really well attended, despite the attendance being down due to Metro track wor...

Announcing OMG DDoS - Drupal lessons learned the hard way 15 Jul 2012 | 01:04 pm

My session on DDoS was accepted to Capital Camp! (Full disclosure: I'm an organizer of Capital Camp. I don't think my co-organizers had it in them to deny my session.) I'm pretty excited to give this...

Always be on the job hunt 26 Apr 2012 | 02:20 am

You never know where and when you might land your dream job working at Twitter, Google, GitHub, the White House, etc.

Today I learned about globbing with the question mark 3 Feb 2012 | 12:02 pm

* vs ? Solved a little problem I'd had on my Alfred module. Rather then globbing the whole string, it'll glob the first character. I've know about * from day 2 of my linux usage, but I'm Just now fi...

CDN module without a content delivery network 15 Sep 2011 | 10:27 am

Modern web browsers put a cap on the number of connections they make to a host. This means if you've got a lot of assets on one hostname the browser will queue the remaining assets, while the ones in ...

The github work culture 19 Aug 2011 | 01:50 am

Working there sounds like awesome. I'm also digging Zach Holman's blog. http://zachholman.com Edit: Scott Chacon posted an awesome article about how github does rapid deployments.

I loathe Theoretical Web Designers 26 Jul 2011 | 11:38 am

Skills: Theoretical Advanced Knowledge of HTML and CSS. I'm going to let that phrase sink in for a while. *deep breath, okay continue* I've seen that on a resume for a Web Designer before. Unbelievab...

Drop all tables in a MySQL database 13 Jul 2011 | 08:22 am

mysqldump -u[USERNAME] -p[PASSWORD] --add-drop-table --no-data [DATABASE] | grep ^DROP | mysql -u[USERNAME] -p[PASSWORD] [DATABASE] Edit: On second thought, reading MySQL docs it says that... Import...

Recently parsed news:

Recent searches: