Tag: xml

  • XML driven calendar

    Recently I’ve been playing around with various Calendar scripts. There’s Adam Shaw’s Full-calendar and Ross Haney’s GCE plugin for WordPress. Either of these work work great with a Google Calendar events feed, but what if you’ve got multiple XML files, each of which represent a single event? Well to handle that scenario I had to…

  • March madness basketball schedule

    Thanks to the super awesome Google Calendar Events plugin for WordPress by Ross Hanney, creating a this beautiful NCAA basketball game schedule took only five minutes. Beyond displaying game info, this it also demonstrates how easy it can be to display pubic Google calendar events with your own CSS flair in WordPress:

  • XML well-formedness checking in TextMate

    I’ve been working with a lot of XML lately and finding out where your document is not well-formed can be a hassle. Imagine having to find an improperly typed closing node in a ten thousand line XML file with thousands of nodes. Talk about your needle and haystack type of situation, right? Well I two…

  • HTML tag matching in vim

    My Vim knowledge sure comes in handy when I need to edit code from the command line and when it comes to hand coding large HTML, CSS, or PHP files, I’m thankful for the matchit vim tag matching macro. It doesn’t come activated by default (I found that out after re-installing OS X from scratch).…