Category: Technology

Articles on Technology, Gadgets and more.

  • AOL Triton Update

    AOL Instant Messenger Logo

    It looks like AOL is giving it’s popular Instant Messaging app: AOL Instant Messenger a brand makeover. The logo shown to the right features the new AIM “speech balloon” that is prevalent in marketing materials promoting the new AIM Triton Beta client.

    I’m surprised that AOL has taken this step to brand AIM more than it has in the past. In the past, they only used the little AIM “buddy” as the logo… but the new materials seem to either place him in a less significant role, or eliminate him altogether. But I guess they see AIM as being more central in their future plans.

  • Google Reader Revisited

    Google has released some pretty impressive products in the past couple of years: Gmail, Google News, Google Desktop, Google Earth, etc. Sadly, Google Reader doesn’t fall into that category.

    I know it’s still in the Labs… but Google Reader is a big disappointment. Adding feeds to your subscriptions is a bit of a hassle (unless you search for them). I spent at least half an hour trying to add to RSS feeds. The way Reader is setup you have to Preview the feeds first, then subscribe to them. (I know I want to read what’s on em, I don’t want to preview it!) The system was way too slow. It was way to heavy on the AJAX (if you’re going to use it, make it be there for a reason!)

    The idea behind Google Reader is sound, but this first iteration really stinks. I’ll give it a few months to “grow up” and then maybe, just maybe, I might give it a try once more.

  • Say hello to my little friend: Google Reader

    Google Reader BetaGoogle just launched Google Reader, an RSS aggregator. I’ve been using Bloglines for a while… but I think I may be making a switch in the near future.

  • Mozilla Firefox 1.5 Beta 2 Released

    Mozilla Firefox Deer Park BetaYou can snag it here: Mozilla.org I plan on downloading it as soon as I get into work. I had some rendering issues with Beta 1, that I hope have been improved upon. One of the issues being able to access authenticated feeds.

  • Upcoming.org

    Upcoming.org

    Upcoming.org is a social event calendar, completely driven by people like you. Manage your events, share events with friends and family, and syndicate your calendar to your own site.

    Note to self: add to that: Upcoming.org is now a part of Yahoo!

    Another great concept for the web was snatched up by one of the big guys. Yahoo!’s been on a buying spree lately. Wanna make some fast cash???? Quick… start a ‘Web 2.0? company, build an app on Ruby on Rails, and build up a lot of hype around it. Yahoo! or one of the other major players will be around to buy you in no time! ;)

    All joking aside… congrats to the Upcoming.org team. It’ll be interesting to see what they’ll be able to accomplish now with the support of Yahoo!

    (Hat tip: 43 Folders)

  • Subscribe to iCalendars in Outlook 2003

    Heck yeah! Got further validation that I am a GEEK. I am absolutely giddy about news that I received via email from Daniele Tiles about the SourceForge Project: RemoteCalendars.

    RemoteCalendars is a COM-.NET Add-in for Outlook 2003, written in C#. After installing this plugin, every Outlook user should be able to subscribe, reload and delete a generic remote iCalendar (RFC 2445) from Outlook 2003.

    This is what I’ve wanted for quite some time for Outlook. It’s definitely going to make Basecamp more usable for me… now that I can subscribe to project Calendars and get an overview of what’s going on in Outlook, or on my PDA.Daniele – THANK YOU THANK YOU THANK YOU for building this. You’re my hero.

  • WordPress.com

    Just received an invite to try out WordPress.com. So far, it seems pretty cool. I’ve only got limited familiarity with WordPress as a blog app, so I’m not going to be the most knowledgeable when it comes to comparing WordPress.com vs. the downloadable version… What I have seen so far has been pretty cool. I’ll try to talk about it a bit more once I get some time to play around with it.

  • Macromedia Rocks

    Macromedia Customer Service is awesome. Not only did they take care of my problem, they took care of it quickly. It was unfortunate that I received a broken CD in the first place, but Macromedia sent a replacement via FedEx right away.Macromedia – you definitely kept a customer happy. Thank you.

  • Brand New Toys

    Kim and I broke down today and bought a new digital camera, and DVD Camcorder in preparation of the birth of our son. We both wanted to get something that would last us for a while. So, we settled on a Konica Minolta DiMage Z6 – 6.0MP Digital Camera, and a Panasonic VDR-M53 DVD Camcorder. Pretty cool stuff )

    We chose these two gadget based on cost, and features. The DiMAGE Z6 features a 12× Optical zoom, 4× Digital zoom; 6.0 effective megapixels, and a bunch of other features. The Panasonic VDR-M53 writes direct to mini-DVD discs, and also support Secure Digital Cards for taking still photos.

    Once we use them a bit more I will try to review both products a little further.

  • Website Evolution

    I love web design, because it’s such a liquid format. With print design, once you create a piece that is all it will ever be. As long as it exists, it can never be anything else. With web design, once you create something… you can easily turn it into something else by tweaking the CSS or adding some additional imagery into a layout.

    If you don’t like how something looks, you can easily change it. I love having that sort of flexibility.

    Ch..ch…ch…changes!

    So, having said all that… obviously, you’ve noticed some changes here at cdharrison.com. I’m sporting a slightly different layout, a new logo… and the blog is the core of the site now. It now utilizes the same design thoughout. The core of the site is using Blogger to publish content onto the site. I tweaked the templates to utilize some chunks of ColdFusion and Blogger code that I crafted up that enable me to use ColdFusion templates on every post page.

    Making that happen wasn’t easy. I had to utilize some of Blogger’s conditional logic to pass off the proper relative paths to the generated pages. I was able to use <MainPage>, <ArchivePag>, and <ItemPage> to pass off the proper relative paths to the rendered pages. Using <MainPage> passed <cfinclude template="inc/hdr.cfm">. Using <ArchivePage> passed <cfinclude template="../inc/hdr.cfm"> to the render pages (due to them being a folder deep – /archive/). Using <ItemPage> passed <cfinclude template="../../inc/hdr.cfm"> to the rendered pages that were two levels deep (i.e. /2005/08/, /2005/07/, etc.).

    It took me a few tries to get Blogger to play nice… but… as you can see… it’s now working. I am now using Blogger as a quasi-CMS. Whodathunkit?

    Honestly, I’d really prefer to use something like MovableType, Textpattern or WordPress… but my current host doesn’t support PHP. I’m not complaining though… this solution will work fine for my current needs.

    If you’re looking to try this sort of “technique” for your site, you may have to manually go into each post and republish them. One hiccup I encountered was older posts were not getting published with a .CFM extension. They were retaining .HTML extensions (which did not want to play nice with my ColdFusion markup). I had to go in and republish about 60 of my existing entries in order to fix this error. I think it’s due to the fact that Blogger only recently started supporting publishing all blog files to certain extensions. Previously, you could change your index and archive page extensions (and filenames), but all post pages were rendered out as HTML docs. I’m glad they made the swtch.

    So, what’s next for the site? Good question. I plan on using Blogger to manage even more content on this site. I’ll be incorporating additional blogs into the site to manage the Folio and Links that I post to the site pretty often. Doing it this way will enable me to publish new things consistently…and will automate the process of linking all relevant pages together and creating Atom/RSS feeds that people can subscribe to. Because I’m able to use ColdFusion throughout the whole site now, I’ll hopefully be able to toy around with the design more. I plan on incorporating my Flickr feed into the site soon. I also plan on re-incorporating my iTunes Now Playing feed back into the site. I may also incorporate some other ideas into the site as well.

    Anyways, stay tuned, because this site is sure to evolve even more in the coming weeks. I have only just begun tweaking this site out.