Shared posts

05 Nov 14:20

Plans

by DOGHOUSE DIARIES

Plans

We were mentioned on the Today Show this morning! Have a look. Also you can download a high-resolution version of this comic for free, here.

06 Sep 19:08

CodeSOD: Laborious Transitions

by Mark Bowytz

Today is Labor Day in the United States and as a result, many of us have the day off in honor of the working man.

So, if you have the day off - hooray! If not, well, sucks to be you. In either case, please consider the amount of work done by the below JavaScript that Andrew T. sent our way. I hope that if the developer does not have the day off he or she takes the time to work on a better solution.

function triggerAnimation(){
  $("#logoareacontainer").delay(12000).fadeOut(2000, function() {
    $("#title-1").fadeIn(0).delay(0, function() {
      $("#cdsl-1-1").fadeIn(1000).delay(2000).fadeOut(0, function(){
        $("#cdsl-1-2").fadeIn(0).delay(2000).fadeOut(0, function(){
          $("#cdsl-1-3").fadeIn(0).delay(2000).fadeOut(0, function(){
            $("#cdsl-1-4").fadeIn(0).delay(2000).fadeOut(0, function(){
              $("#title-1").fadeOut(0).css({display:'none'})
              $("#title-2").fadeIn(0).delay(0, function() {
                $("#cdsl-2-1").fadeIn(0).delay(2000).fadeOut(0, function(){
                  $("#cdsl-2-2").fadeIn(0).delay(2000).fadeOut(1000, function(){
                    $("#title-2").fadeOut(1000).css({display:'none'})
                    $("#title-3").fadeIn(0).delay(2000, function() {
                      $("#cdsl-3-1").fadeIn(1000).delay(2000).fadeOut(1000, function(){
                        $("#cdsl-3-2").fadeIn(1000).delay(2000).fadeOut(1000, function(){
                          $("#title-3").fadeOut(1000).css({display:'none'})
                          $("#title-4").fadeIn(0).delay(0, function() {
                            $("#title-4-1").fadeIn(1);
                            $("#cdsl-4-1").fadeIn(1000).delay(2000).fadeOut(1000, function(){
                              $("#cdsl-4-2").fadeIn(1000).delay(2000).fadeOut(1000, function(){
                                $("#title-4").fadeOut(1000).css({display:'none'})
                                $("#title-4-1").fadeOut(1000).css({display:'none'})
                                $("#title-5").fadeIn(0).delay(0, function() {
                                  $("#title-5-1").fadeIn(1);
                                  $("#cdsl-5-1").fadeIn(1000).delay(2000).fadeOut(1000, function(){
                                    $("#title-5").fadeOut(1000).css({display:'none'})
                                    $("#title-5-1").fadeOut(100).css({display:'none'})
                                    $("#title-6").fadeIn(0).delay(0, function() {
                                      $("#cdsl-6-1").fadeIn(1000).delay(2000).fadeOut(1000, function(){
                                        $("#title-6").fadeOut(1000).css({display:'none'})
                                        $("#logoareacontainer").fadeIn(1000).css({display:'block'})
                                      })
                                    })
                                  })
                                })
                              })
                            })
                          })
                        })
                      })
                    })
                  })
                })
              })
            })
          })
        })
      })
    })
  })
}
[Advertisement] Make your team a DevOps team with BuildMaster. Pairing an easy-to-use web UI with a free base platform, BuildMaster gets you started in minutes. See how Allrecipes.com and others use BuildMaster to automate their software delivery.
30 Jul 17:48

Sayings 2.0

by DOGHOUSE DIARIES

Sayings 2.0

A couple of things. First off, ‘Close but no WiFi’ is something my cousin Nab said once, and it got me thinking about other sayings. Secondly, yes, some of these don’t quite make sense if you think about them too long—some are just meant to be funny. Also, ‘Don’t bite the hand…’ came to mind when thinking of the Google RSS debacle, and for some strange reason when I look at ‘Never judge an app by its icon’, I think of Marco Arment’s Bugshot (I know the story behind it, so in the words of Marco “Don’t email me.”). Also, normally with a post like this I’d ask for y’all’s ideas on other ones, but I plan on doing another set, so I don’t want to cheat by seeing some other great ones. ;) Thanks for reading this whole thing.

30 Jul 17:44

Beach Closing

Beach Closing
11 Jul 07:03

Headphones

by DOGHOUSE DIARIES

Headphones

Every. Single. Time.