Adam's Blog
×

A real blog post

Monday May 09, 2011
Category: Uncategorized

Isn't a blog supposed to be about the musings of the blogger? I have done a lot of reporting of projects that I have finished. This summer I am going to try and post more works in progress and expose process a little more.

As an artist I try to just get things done. I rarely focus on code quality while developing and when a project works I almost never clean up the code for others to look at it. I'll try and fix that this summer. I have been playing with github to help me explore my code over time and look at the development of code by some other art practitioners.

I have also been investigating drupal as a CMS. Right now, my website uses indexhibit for the main site and a wordpress install for the blog. I am looking for a system that do everything and integrate with everything. I looked at Joomla once, but we mostly didn't get along.

You may have noticed my html5 experiment for the website. My problem with handrolling a site, besides the obvious, is compatibility. I'd love to have a site that changed to an appropriate form for every platform that happened to land here. I would like a wild animation if your browser could handle it, and something more simple yet interesting for iPhones, lower end Android devices, and all of the other interesting things that are now on the internet.

I don't have comments enabled on this blog. If you have ideas or comments send me an email or hit me up on twitter. I'd prefer to talk in public so let's talk on twitter. Let's try #fixadamswebsite for the tag to keep the conversation together. Be patient with me though, I am thinking that revamping my website will take the next 4 months.

http://twitter.com/adamtindale

Over the summer I will update my website to help you few readers to get what you want from this place a little easier and more relevant as you explore. I'll also clean up my code and make it easier for you to find so you can use it or investigate it.

Applescript + iTunes = Simple Functionality Added

Sunday April 10, 2011
Category: Uncategorized

I like listening to music. I prefer when the song finishes. I don't want to stay hovering over iTunes for the end of the song. There isn't a button to do this but we do have Applescript. Here is the hard way to do it.


tell application "iTunes"
    if player state is playing then
        if selection is not current track then
            reveal current track -- reveal selects current track...
        end if
        play selection with once
    end if
end tell

Thanks to Doug's Applescript for iTunes reference for the reveal command.

Sunset

Sunday February 27, 2011
Category: Uncategorized
A glitch photo of a sunset.

Documentation Week!

Sunday February 20, 2011
Category: Uncategorized

Hi Everyone,

Though I have been quiet I have been busy. I really like doing sprint work, like Creative Pact 2010 in September, so I have decided to make my own theme: Documentation. This week I am going to write a new post every day with documentation of what I have been doing in the past few months. I have been playing with software and hardware and doing some shows. You will get a little taste of that in different forms every day this week. I hope you find something that you like!

Sorry

Saturday August 28, 2010
Category: Uncategorized

I just changed the way the url mechanism works and it looks like if you subscribe via RSS then all of the blog looks new to your reader. Sorry!


←   newer :: older   →