Archive for the ‘Developer Corner’ Category

Writing Imports

Posted by Cody on Monday, April 28th, 2008 in Developer Corner

Last week I introduced the Blesta import library, discussed why this is an important feature of Blesta and touched a little bit on how to work with the library. This week we get a little more technical and dive a bit deeper into the import library, but first a little history on the topic. Continue...

Importing Data into Blesta

Posted by Cody on Monday, April 21st, 2008 in Developer Corner

Switching from one application to another can be a painful experience, so we’ve attempted to make it as simple as possible. What we’ve done is develop a custom import library specifically for Blesta, to make writing import scripts fast and easy. Continue...

An Introduction to Scalable Vector Graphics (SVG)

Posted by Cody on Tuesday, March 18th, 2008 in Developer Corner

Wouldn't it be great to create portable graphic files on the fly, without the need for library extensions or any necessary computation on the part of the server machine? If you think so, I've got news for you: you already can. Continue...