Powered by Squarespace

Fork me on GitHub

Saturday
Jul032010

TextMate Theme Switcher Updated!

I have just updated the TextMate theme switcher so that it will update your theme even if TextMate is closed.

Go to it’s page on my website, download the script, extract, and replace the daynight.scpt file in “TMDayNightTheme” folder inside your Applications folder with the updated one. Feel free to replace all files, however daynight.scpt was the only file updated in this release.

Enjoy! Let me know if there are any issues.

Friday
Jun112010

TextMate Daytime / Nighttime Theme Switcher

I just finished writing a small little app for TextMate users who want their themes to switch based on daytime and nighttimes (sometimes one looks better than the other!)

Find more info on it’s own page.

Saturday
May292010

MyDay + GeekTool

So for those of you who used my To-Do On Your Desktop tip a few years ago, MyDay will be the perfect pairing for you.

You can see how nicely it’ll work below.

Friday
May282010

MyDay Private Beta Open

So I am here to announce after a few hickups, that MyDay is officially in private beta. There are a few slots left open so hit me up on Twitter (@bryanculver) for a key to test it out. It has it’s own domain at http://mydayapp.com.

 

Stay tuned for the public beta announcement.

Monday
May032010

Secret Confessions of a Developer

If I don’t want sections of code to be computed, I wrap them in

if(TRUE == FALSE)
{
    // CODE
}

Before I wrap them in comments.