Lawn Construction

Lawn construction, landscaping service

I made a website for Dwight Weller, my landscaper, using Go Daddy’s Website Builder. He registered a great domain name, lawnconstruction.com. His business, SieCamDen Property Services, does lawn care services, landscaping, stone paver installation, water features and more.

This was a fun exercise. It got me more familiar with Website Builder, something Go Daddy encourages its employees to do, and Dwight got a website out of it. I highly recommend SieCamDen Property Services. He does lawn and landscaping maintenance for me every week. I used to do it myself, and now that I use SieCamDen Property Services, my yard looks good all the time. I don’t have to worry about it getting out of control, I know Dwight will come every week and keep my lawn and yard beautiful.

Helping small and micro businesses get online with a web presence is the main thing that Go Daddy does. With >10M customers and tens of thousands of servers worldwide, my job is normally deep in the trenches experimenting with software technology and designing multi-tier platforms (lots of drawing boxes and arrows :). Making a website for a small business reminded me what it’s all about.

Posted in Uncategorized | 1 Comment

Inside Go Daddy Dave Koopman Chief Scientist

I’m flattered and embarrassed. This was a lot of fun to make, the Go Daddy productions crew did a great job making this short and fun to watch. There is something really funny and embarrassing about midway. Check it out.

And if you get a chance to watch Chris’s, his is even more funny:
Continue reading

Posted in Uncategorized | Leave a comment

Lazy Social Buttons

Lazy Social Buttons

Want social buttons on your wordpress blog pages, but you don’t want to pay the performance penalty? Try Lazy Social Buttons by Go Daddy.

The WordPress Plugin is a wrapper for the Go Daddy open source lazy-social-buttons posted on github written by LindsayD. She’s the real mastermind behind this. I merely evangelized the concept like mad, then put a WordPress wrapper on the outcome.
Continue reading

Posted in Uncategorized | Leave a comment

Go Daddy API, Example use

Very recently, Go Daddy released it’s public API that can be used with Go Daddy Cloud Servers and Easy Database. Since I’m a Go Daddy Cloud Servers customer (and employee of Go Daddy), I wanted to provide you with an example use of the API.

I had an extra server that I wanted to delete. Of course, I could do this with the GUI, but for practice, I decided to delete it with a script.

The first thing I did was grabbed a copy of the Go Daddy API for PHP, which can be found here:
https://github.com/godaddy/gdapi-php

and gave the documentation a once over:
http://docs.cloud.secureserver.net/

I then went to the Go Daddy Cloud Servers GUI and clicked the API tab, accepted the TOS, and generated an API key. It was easy, one click and my access key and secret key were provided.

I then created a file called csremove.php:
Continue reading

Posted in Code, Stories | 2 Comments

_setSiteSpeedSampleRate usage

If you’re doing a low number of pageviews (<5M / month), you can crank your GA SiteSpeed up to 100%, I think. This is a bit of a theory, need to look into it more. I'm going to crank up mine to 100% and see what I can glean from it.

Note this line:
_gaq.push(['_setSiteSpeedSampleRate',100]);

<script type="text/javascript">    
var _gaq = _gaq || [];  
 _gaq.push(['_setAccount', 'UA-YOURNUMBER-1']);  
 _gaq.push(['_setSiteSpeedSampleRate',100]);
 _gaq.push(['_trackPageview']);   (function () {     
var ga = document.createElement(‘script’); 
ga.type = ‘text/javascript’; ga.async = true;    
 ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;    
 var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);   
})(); 
 </script>

There is a lot you can do with Google Tracking API. Can hardly wait to start playing with this.

Dave

Posted in Uncategorized | Leave a comment

Gearing Up For Velocity and to Meet @souders and @patmeenan

I can hardly wait to go to Santa Clara tomorrow for an action packed 3 days of Web Performance and Operations at Velocity Conference. I’m going with a dozen other Go Daddy folks. We’re going to learn a lot and network.

I’m really looking forward to meeting Steve Souders (@souders). He has been an inspiration, starting with the revolutionary Firefox plugin Yslow, continuing his work at Google with PageSpeed, and of course his also revolutionary book, High Performance Web Sites, and the followup book, Even Faster Web Sites. Steve Souders is an icon of Web Application Performance and a person whose work has influenced me tremendously over the years. I’ve heard he is a really nice guy and easy to talk to. I’d better get to thinking about what my question(s) will be.

Another famous person I can hardly wait to meet is Pat Meenan (@PatMeenan). He is the man behind Webpagetest.org, a service that is transforming the world. This is open source Gomez, and not just open source, but free public service too. Pat deserves to be commended for his hard work on this project. I’ve personally learned a lot about Web Application Performance from using WebPageTest.org public service and launching private nodes for a research project. I owe Pat a big thank you.

Ok, I’m getting super excited, this is going to be the best conference. Time to pack.

Dave

Posted in Stories | Leave a comment

Akismet worth it

@photomatt told me to use Akismet, it works. I could qualify for free, but I’m paying $5/mo – because if it works, it’s worth it, and they deserve to be paid for it. I’ll report later how well it works. I disabled my other two comment spam plugins that only worked relatively well.

Thanks Matt!

Dave

Posted in Reviews | 8 Comments

How to make rel author show picture in Google SERP Results

To make the image show up in your SERPs, here is what you do:

 

1. If you don’t already have one, go to the Google+ home page (plus.google.com), create a Google+ account.

 

2. In your Google+ account, Edit Profile, About, fill in the “Contributor to” sections.
Label: Whatever you want, for your eyes only (I think)
URL: http://www.yourdomain.tld/
Continue reading

Posted in Reviews | 6 Comments