PaRSS

Killstone PaRSS is an easy to use jQuery plugin that enables you to pull dynamic content onto your page without using any server-side processing.

Read More

Origins

Killstone Origins is an ASP.NET MVC application that allows you to aggregate and listen to your favorite podcasts from any internet-enabled PC. No plug-ins or downloads required!

Read More

Killstone PHP Framework

Killstone PHP Framework is a fast, minimalistic MVC framework that enables you to quickly create PHP applications that are easy to maintain.

Read More

Hits From The Blog

Whither Dedicated Apps

Would it make more sense for SpyCam to be a web application, as opposed to a desktop app? Accessing the webcam is a little trickier in a web app, the HTML 5 “Media Capture” Spec is not finalized, and has not been implemented by any of the major browsers. There are ways you can do [...]

PaRSS Update: Callback Function

PaRSS has been updated to version 2.1, now with a fifth parameter, an optional callback function. This is useful for when you want to perform some operations on the list after the items have been fetched. Example <script type=”text/javascript”> $(“#feedList”).PaRSS( “http://www.sample.com/feed.xml”, // the feed url 5, // the number of items to fetch (optional) “Y [...]