Interview on Open Voice about jParse
by: Kyle Rush
Categories: AJAX, Interview, JavaScript, Plugin, jQuery
Tags: jparse, open voice
Nov
16
09
Schalk Neeling at Open Voice was kind enough to have me for an interview on jParse. We discussed what sets jParse apart from other XML parsing methods and jQuery plugins, how to use it, planned feature additions and more. Read the interview here.
jParse: Easily Parse XML with jQuery
by: Kyle Rush
Categories: JavaScript, Plugin, Uncategorized, jQuery
Tags: jparse
Nov
09
09
Today I launched the site of a jQuery plugin that I’ve been working on called jParse. The plugin allows you to easily parse XML that has been fetched with an Ajax request. The plugin works off of jQuery’s ajax method, so all of the same options are available. In terms of parsing, the plugin gives you a few options: Custom Output, Limit, Count of Items and the ability to run functions before and after jParse is finished.