Broadfast 1.7 Supports SMTP

This is just a quick update about the latest version of our php mass mailer. After I got several requests for SMTP in the autoresponder and added that it resulted in more satisfied customers. So I decided to do it for Broadfast as well. And here is the new version – with SMTP support and bounced back tracking.

The price is now $17 – I believe it’s a fair price for the software.

Here Is a Nice Coding Editor For PHP, XML, HTML, CSS and Javascript

Its name is CodeLobster and it’s the editor used for most of the recent upgrades to the software on CalendarScripts (except those that was made under Linux). It’s a Windows editor for editing text files, CSS, Javascript, PHP, HTML and XML.

The basic version of the editor is free. There are some plugins form Drupal, Joomla, Smarty, WordPress, JQuery and CodeIgniter at reasonable price. I never needed those so I haven’t tried them, but for someone who us coding a lot on these platforms it might be a good option.

Before CodeLobster I used CrimsonEditor for years but it really had a lot of problem and even it’s inheritor Emerald Editor still has most of them. CodeLobster is far more advanced, has Class and Functions view, good cross-file search, auto-complete, excellent syntax highlight and good auto-indentations.

At this point the main problem with it is that it crashes often without any reason. Hopefully the guys will fix that in some of the next version.

Overall rating: 8 out of 10.

Watu Exam Now With Images and Open End Questions

There were some requests to make our exam testing software work with images, so here it is: in the latest version there is a “Image Gallery” popup which allows you to upload unlimited number of images. Under each uploaded image the HTML code that can be used for exam questions, answers and grades is displayed. You can copy this code anywhere to create content with pictures.

The other interesting new feature is the ability to add open end questions. I had to think some time how to solve these, because the initial idea of this software is to calculate grade based on the user’s answers. Apparently this functionality is not required by everyone but I still wanted to allow calculating grade for open end questions. So here is what i came up with.

These questions will only optionally have answers. You can add unlimited number of answers to those questions and the system will not show them to the exam taker. Instead of that it will compare the freely entered text, case insensitively, to every answer. If answer is matched (assuming you have answers), the system will assign the points you have given to that answer. Simple and very efficient.