War Made Easy

Something to watch while we celebrate the birth of this nation, and to make us think about what it has become.

The more of us who are aware, the less they can lie to us.

Posted in being, real world | Leave a comment

Single Payer

Posted in real world, youtube picks | Tagged , | Leave a comment

I want this.

NATAL from Xbox looks fun… but I didn’t get the big deal, since I’ve played with a Nintendo Wii plenty, until I watched this.

Posted in Uncategorized | Tagged , , , | 1 Comment

Dick Cheney tells a funny.

Man, this guy is witty! its like he’s got someone writing this stuff for him.

The Daily Show With Jon Stewart M - Th 11p / 10c
Dick (Uncut)
thedailyshow.com
Daily Show
Full Episodes
Political Humor Economic Crisis
Posted in geo-political | Tagged , , , , | Leave a comment

Google Wave

I like Webmonkey’s title.

Google Waves goodbye to Email…

You can read the official release here…

http://wave.google.com/help/wave/about.html

My take on it…
I think, –at least in the world of people who already live and die via google– that we’re about to see a major shift in the way people collaborate and work online in groups.

I already exist in a number of online “communities”, some are more real time then others (chat, vs forum posts), but all of them are obviously “version 1″ of what is possible with the web, and the internet as a whole.

I think with Google Wave we’re going to see a pretty large change in the concepts that people use when describing communication online.

We’re all used to email.
Some of us even use more advanced email systems such as GMail, Zimbra, Chandler and other email systems that try to strech the boundries of what Email is.

I’d venture that most of us also have some sort of Chat Program as well, AOL IM, GTalk, Yahoo, MSN… etc.

No matter how you cut it, they’re seperate things. Only GMail and GTalk have a degree of uniity in how they relate to each other.

Now merge your email, IM communication, and your other online community tools, such as message boards and blogging, RSS feeds (google reader interaction comes to mind), and you can start to form true online communities on the web that are truely real-time collaborative.

I’m really interested in seeing how the interaction of documents and files between different parties can work with this system as well.

Its a lot to wrap your head around, and I know I’m just starting to spend some time seriously thinking about it. Go read the links I put at the top, and enjoy!

Posted in things that beep | Tagged , , , | Leave a comment

Happy Mothers Day.

Posted in being | Tagged , | Leave a comment

drupal code snippits

I do a lot of my freelance work with drupal these days.
I recently came across the need to significant modify the header area of a site…

I had to figure out how to get this to work, but someone else did most of the labor.

Drop this in your template.php file


function THEMENAME_preprocess_page(&$variables) {
if ($variables['node']->type == “my_content_type”) {
$variables['template_files'][] = ‘page-node-my_content_type’;
}
}

replace “THEMENAME” with the name of your theme, and now you can create “page-node-NODETYPE.tpl.php” files to your hearts content.

I got this from http://drupal.org/node/223440

(yeah, now I have to migrate my blog to drupal ;)

Posted in dev | Tagged | Leave a comment

A really slick interface concept

Here’s the example
http://www.productdose.com/

At the top, there’s a tab that says “Tab this page”.
Click it.
Then click on “Design” in the main navigation below it.
See what happens?

Now browse around a bit and find a product that you like, “Tab this page”.
You now have a running tab interface inside of the site you’re using, thats being tracked by the site your using.

I haven’t bothered to make an account on the site yet, but I did close my browser, and reopen the page, and it kept my tabs. So its probably giving me a cookie of some kind to track that.

Ok, lets extrapolate how this could be useful.
Put this on a large scale ecommerce site that has you going between multiple views of products quickly, and needing to compare different things. Tabbed Browsing lets you do that, but its easy to lose your “state” in the ecommerce system if you forget to hit refresh when you go back to another tab in your browser.

Reference websites, where you may need to remember a location on something as you travel off a tangent to find more information on something else.

its a pretty slick interface trick, simple, but effective..

Posted in dev | Tagged , , | 1 Comment

The stuff I do.

I’m proud of this.
https://my.uarts.edu/seniorcraftshow/

Posted in work | Tagged , , | Leave a comment