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: Search Engine Optimization
Search engine cloaking, it’s the intent that matters
Back at the end of 2005 I wrote a short post titled Cloaking, no need to be ashamed and now in 2007 even more big sites are practicing some form of search engine crawler targeted cloaking. Yet still most SEO’s … Continue reading
Posted in Search Engine Optimization, Web
Comments Off on Search engine cloaking, it’s the intent that matters
Search Engine Friendly URLs with Ruby on Rails
Update 2/5/07: I’ve since discovered five plugins that address this very problem with slightly different approaches (the latter two store a permalink in the table, good for mutable titles): acts_as_sluggable acts_as_urlnameable acts_as_slugable acts_as_friendly_param permalink_fu Obie’s recent post on search engine … Continue reading
Tracking your SEO pagerank
I’ve started using Sitening’s free SEO SERP tracker to track the position of GreatSchools.net for terms we want to rank for in Google. If you rely on search traffic and want to keep track of how you’re ranking for certain … Continue reading
Posted in Search Engine Optimization
Comments Off on Tracking your SEO pagerank
Using image tags (for style elements) in HTML is bad design
Update 4/11/06: I’ve received some criticism on this post from people who assumed I was saying you should never use image tags in HTML. My bad for the misleading title, I’ve added to the title in parens to be more … Continue reading
Posted in Accessibility, CSS, Design, Search Engine Optimization
9 Comments
Crawler side effects of using XHTML entity references
We’re slowly moving towards making GreatSchools XHTML compliant (we have a long way to go though)! To start we’ve begun using proper XHTML entity references for URL’s with & as a separator instead of plain old & in a few … Continue reading
Posted in Design, Search Engine Optimization
Comments Off on Crawler side effects of using XHTML entity references
Java’s SEO blunder: jsessionid
Update: Bryce pointed out a servlet filter you can implement to disable JSESSIONID’s… very nice! When we started moving GreatSchools from Perl to Java + SpringMVC + Hibernate one of the first things we had to figure out was how … Continue reading
Posted in Java, Search Engine Optimization, Web
9 Comments
Search engine market share changing is an understatement
The market share change between Google and Yahoo has been breathtaking this past year! The article Google gains search share, widens lead on Yahoo (over at Yahoo news) indicates Google’s market share was 36.3% a year ago and now it’s … Continue reading
Posted in Search Engine Optimization
1 Comment
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
Nofollow hurts bloggers more than spammers
Nofollow really took off in the blogging community as a means to stop comment spammers and I think at this point it’s safe to say that it’s had absolutely no effect on that front. What’s worse is that it’s the … Continue reading
Posted in Search Engine Optimization, Web
9 Comments
SEO Toolbox
At work when we design a new page that we hope to drive people to via search engines we often consult with our search engine consultant to ensure we’ve thought through the page design and that the HTML is up … Continue reading
Posted in Search Engine Optimization, Web
Comments Off on SEO Toolbox