About Me
I live in San Francisco and am the Co-Founder of Two Bit Labs where we develop iPhone, iPad, and Android mobile apps for our clients. I love the mix of team leadership and working as a hands-on contributor. My technical passions include Swift, Kotlin, Ruby, Cloud Computing, and open-source software.
I also love to sail and my wife, daughter, and I sailed out the Golden Gate in 2007 on our 38 foot Hans Christian cutter (sailboat) on a 3 year cruise. Read about it at http://sailsugata.com.
Links
-
Recent Posts
- Backup your Gmail
- Naming your business or product, forget the domain
- Storing Git repositories in Amazon S3 for high availability
- Acceptance Testing non Ruby web applications with Cucumber
- Code readability through conciseness
- Mac OS X gem cleanup failing
- iPhone development the easy way
- Production MySQL performance tuning
- Selenium Continuous Integration Runner
- Standalone Migrations: Using Rails migrations in non Rails projects
Categories
- Accessibility
- Agile Development
- AJAX
- Blogging
- Cloud Computing
- Continuous Integration
- CSS
- Database
- Design
- Desktop
- FreeBSD
- General
- Humor
- Java
- Javascript
- Life
- Links
- Linux
- Management
- Maritime
- MySQL
- OSX
- Quality Assurance
- Ruby
- Ruby on Rails
- Sailing
- Scala
- Search Engine Optimization
- Software Engineering
- Source Control
- Systems Administration
- Technical
- Testing
- Travel
- Uncategorized
- WAP and WML
- Web
- XML
Category Archives: Web
Keeping current with SEO
Keeping current with SEO has always been a challenge for me, it reminds me of paying bills, you have to do it but you don’t always want to. However, as the majority of our traffic comes from search, staying on … Continue reading
Posted in Search Engine Optimization, Web
1 Comment
Scaling a medium sized website
Eric Hodel posted their production website server setup over at the Robot Coop that handled 2.5M page views in a day not too long ago. I love this kind of information because it helps me get a feel for how … Continue reading
Posted in Systems Administration, Web
1 Comment
5 things Ruby on Rails has that Java doesn’t
After listening to this weeks Ruby on Rails podcast where Geoffrey Grosenbach interviewed Bruce Tate, it got me to thinking about why Ruby on Rails appeals to me. For me as a Java person, the real appeal of Ruby lies … Continue reading
Posted in Agile Development, AJAX, Java, Ruby, Software Engineering, Web
3 Comments
Enhancements to subModal
I started hacking around with subModal (modal javascript windows with background shading) this morning to add some features I liked in Lightbox Gone Wild. You can try it out and download my changes to subModal here. They are
Posted in Design, Javascript, Web
31 Comments
Hiring a web front-end engineer and a rant
Update 3/28/06: Still looking… not for a web designer but a web front-end engineer. Jemery does a good job of describing the distrinction. No doubt about it, this is a hot skill set that is extremely hard to find! I’m … Continue reading
Posted in Design, Javascript, Web
6 Comments
Modal windows with Javascript and CSS
One of the side projects I spent a little time on today was researching the use of on-page modal dialog boxes using Javascript and CSS that shade or darken the rest of the page while they are open. It looks … Continue reading
Posted in Desktop, Javascript, Web
3 Comments
Foxmarks Firefox bookmark synchronization
I use a slew of machines so keeping my bookmarks and files synchronized between them has always been a priority. I’ve had the file synchronization issue under control for a while now by putting my documents and such into subversion … Continue reading
Posted in Desktop, Web
2 Comments
Captcha, or is it capfcha, no maybe it’s Gopfcho, dammit!
You’re trying to post a comment on a blog or sign-up for an online service and you have to respond to a captcha (Completely Automated Public Turing test to tell Computers and Humans Apart) to authenticate that you are indeed … Continue reading
Posted in Web
Comments Off on Captcha, or is it capfcha, no maybe it’s Gopfcho, dammit!
Deconstructing Earl and Yuri
Let’s start with the difference between URL, URI, and URN because there is a lot of confusion around these terms, and rightfully so. The W3C had to issue a recommendation after URI and URL started being used interchangeably in RFC’s. … Continue reading
Spellchecking belongs in the browser, not on the website
With all of the different sites, forums, blogs, etc… that use textareas for writing on the web, it’s unrealistic to expect them all to have a good spellchecker. Even sites that do have spellcheckers have very different levels of quality. … Continue reading
Posted in Desktop, Web
7 Comments