About

I frequently find interesting Stuff on the internet. Sometimes I blog about it. Sometimes I just post links, photos, or whatever. This is the Stuff I do, or the Stuff I find interesting

Combining Two RSS Feeds in CFScript

Combining Two RSS Feeds in CFScript

In a previous post, I had written an example of combining two RSS feeds into one. At some point, I lost the code from the example, probably from clicking save one-too-many times in WordPress. WordPress is quite finicky about posting any kind of programming code. I did some research, and...
Parks Canada's Glacier Walk Proposal

Parks Canada’s Glacier Walk Proposal

Parks Canada emailed me today in regards to the Glacier Walk proposal in Jasper National Park. They provided several pieces of information: Setting the Record Straight (PDF) Questions and Answers – The Proposed Brewster Glacier Discovery Walk Link to Brewster’s Glacier Discovery Walk website It almost sounds like the proposal...
Photos of Space Shuttle Endeavour docked at the ISS

Photos of Space Shuttle Endeavour docked at the ISS

Photos of Space Shuttle Endeavour docked at the ISS When the Space Shuttle Endeavour was docked at the space station on its final visit there, a Soyuz undocked to return to earth. The cosmonauts were able to take photos of the station and the docked shuttle – the first, and...
Seasons Do Not Start on the Solstices or Equinoxes

Seasons Do Not Start on the Solstices or Equinoxes

By many ancient traditions, the solstices are the Middle of their respective seasons (as in Shakespeare’s play “A Midsummer Night’s Dream”). This is especially true in an agricultural society. It is our modern society that has renamed the solstices as the start of the seasons instead. In the Celtic tradition,...
Latest entries

jQuery AJAX request for a JSON WordPress feed

Here’s a method to get a JSON feed with jQuery (version 1.7.1 at time of writing). This may work in earlier versions of jQueruy but I have didn’t test it. Code walkthrough: Specify the feed URL. See notes in the code below for pre-requisites. Before sending the request, set the “result” div to show an...

ColdFusion Proxy to avoid Cross-Site Scripting

Here’s a method to get an JSON feed with ColdFusion. This will work in ColdFusion 7 and later. This is useful for avoiding cross-site scripting in Javascript/jQuery – You would simply call your remote feed on your local server, and then your jQuery would be able to call a “local” resource. Code walkthrough: Use CFHTTP...

Reading an RSS Feed in CFScript (ColdFusion)

Here’s a method to read an RSS feed with CFScript (ColdFusion). This will work in ColdFusion 9.0.1 and later. Code walkthrough: Use feed to read an RSS feed. This should return a Query object. If the result is a Query Object, loop through and display the items. If the result is not a Query Object,...

Reading an RSS Feed in ColdFusion with CFFEED

Here’s a method to read an RSS feed with ColdFusion. This will work in ColdFusion 8 and later. Code walkthrough: Use CFFEED to read an RSS feed. This should return a Query object. If the result is a Query Object, loop through and display the items. If the result is not a Query Object, display...

Getting an RSS Feed in ColdFusion with CFHTTP

Here’s a method to get an RSS feed with ColdFusion. This will work in ColdFusion 7 and later. Code walkthrough: Use CFHTTP to generate an HTTP request and handle the response from the server. This should return XML. Use XMLParse to attempt to convert the CFHTTP.FileContent response into an XML document object. If the result...

Social Media Landscapes, July 2011

I saw this graphic this morning and had a good laugh. This pretty much sums up the social media landscape as of July 2011. Google+ is like virgin wilderness (but being rapidly deforested). Facebook is like a modern metropolis. MySpace is like a ruined city (although I might have been inclined to feature tumbleweeds…) Source:...

Suddenly, Ninja Squirrel!

While I was perusing my Twitter feed this afternoon, I saw @RebeccaWatson re-tweet about animalsbeingdicks.com. This turned out to be a relatively new site that features animated GIFs of animals being dicks. I spent wasted a few minutes going through all the links. I found this one particularly funny, although many of them made me...
Coffee Puns

Coffee Puns

I love coffee. I love puns. They go well together too.     Source: Octopuns.
I choose Gorilla World

I choose Gorilla World

It’s everyone’s life long dream. Quit going to the office. But where should we go instead? Well, this sign gives you a choice!
Combining Two RSS Feeds in ColdFusion

Combining Two RSS Feeds in ColdFusion

It looks like WordPress has eaten my code samples on this one. I’ve re-written this code in CFScript and posted a fresh example. I’ve removed the blocks of code from this since they were gone anyway. One of the companies I work for posts a number of News stories on their site almost every day,...
Meetings

Meetings

Source: Twaggies

Modernizr 2 has been released

Modernizr 2 has been released It seems I’m about 10 days behind…