I’ve just released a small update to JTexFileParser adding the ability to export text file data to XML.
Check it out at google code.
JTexFileParser is a java package built for simplifing delimited text files parsing. It gives you a quick way for parsing a delimited text file, managing rows and row’s fields.
26 March 2010 | No Comments » file Java jtextfileparser parser parsing projects Text Tech
I’ve just update the Selective Javascript Loader plugin with some bugfixes and improvements:
- Added the option to choose if Javascript files should be included in the header or in the footer of the page. This option is available only if you are using WordPress 2.8 and above
- Added WordPress version checking.
- Corrected script inclusion for WordPress 2.7
- Some code optimization
- Corrected a layout bug in the settings page
Read more or download it.
14 September 2009 | 1 Comment » plugin projects Selective WordPress Tech
I’ve just released Selective Javascript Loader my first WordPress plugin. It’s a very simple plugin that automatically loads different Javascript files based on the blog section that is being viewed (index, category, single post, page).
It can be really useful if you make extensive use of Javascript in your theme and want to split the code and load functions only when you need them.
Check it out!
13 September 2009 | No Comments » plugin projects Selective WordPress Tech