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 [...]
Hits From The Blog
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 [...]



Recent Comments