<?xml version="1.0"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" >
  <channel>
    <title>Roger Meier's Freeware</title>
    <link>http://freeware.the-meiers.org</link>
    <description>All the updates to my Freeware page will be posted here</description>
    <copyright></copyright>
    <pubDate>Mon, 12 Sep 2011 19:26:02 PDT</pubDate>
    <generator>FeedMe, by the Nowhere Man (http://thenowhereman.com/hacks)</generator>
    <item>
      <title>Update: CoolTerm v.1.4.0</title>
      <pubDate>Mon, 12 Sep 2011 19:25:15 PDT</pubDate>
      <link>http://freeware.the-meiers.org#CoolTerm</link>
      <guid isPermaLink="false">1315880715</guid>
      <description>NEW FEATURES:&lt;br&gt;- New Connection options window with multiple pages.&lt;br&gt;- The connection options now display port information for the selected port.&lt;br&gt;- It is now possible to change baudrate, byte format settings, and flow control settings while the port is open.&lt;br&gt;- Added the option to specify additional baud rates via a &quot;baudrates.ini&quot; file. E.g. any baud rates that are known to be supported by the hardware that are not listed in the popup menu in the connection settings dialog can be added to a &quot;baudrate.ini&quot; file that resides in the same directory as CoolTerm.&lt;br&gt;- Added the option to specify additional serial ports via a &quot;ports.ini&quot; file. E.g. any devices such as /dev/tty.xxx devices on OSX and Linux that CoolTerm can not enumerate can be added to a &quot;ports.ini&quot; file that resides in the same directory as CoolTerm.&lt;br&gt;- Added the option to add timestamps to data captured to text files.&lt;br&gt;- Added a keyboard shortcut to connect/disconnect.&lt;br&gt;- Added option to replace TAB key presses with a configurable number of spaces (default = 4).&lt;br&gt;- Added option to enable/disable capturing of local echo of transmitted data in capture files.&lt;br&gt;- Added an option to keep the capture file open while capturing is in progress (default) or close it after writing and re-opening when new data arrives. This allows other applications to read the capture file while capturing is in progress.&lt;br&gt;- Added status LEDs for TX and RX to indicate activity related to sending and receiving data.&lt;br&gt;- Added preferences option to disable all menu shortcuts (on Windows and Linux only) in order to allow sending CTRL characters via the terminal. On Mac, the keyboard shortcuts use the Command key and thus don't interfere with CTRL characters.&lt;br&gt;- [MAC] AppleScript BETA: Added basic AppleScript handling for the most important terminal operations such as loading a settings file, opening/closing ports, and reading/writing data. The AppleScript functionality, while included in CoolTerm 1.4.0, is currently in public BETA , to allow a broader audience to beta test this feature and provide feedback. Refer to the attached &quot;AppleScript ReadMe.txt&quot; file for more details.&lt;br&gt;- [LINUX] Making LINUX version (unsupported) available.&lt;br&gt;&lt;br&gt;IMPROVEMENTS:&lt;br&gt;- Made significant improvements to the code that processes received data, including changing architecture of the receive buffer to a circular buffer to improve efficiency and stability.&lt;br&gt;- Made significant improvements to the code that transmits data, including changing the architecture of the data transmission to be more asynchronous in nature to improve the responsiveness of CoolTerm during transmission of large text files, particularly with XON/XOFF flow control enabled&lt;br&gt;- CoolTerm now opens a progress window whenever the length of the text to be transmitted exceeds a certain threshold, and not only when text files are sent. &lt;br&gt;- Flow control settings are now displayed in the terminal window as part of the port configuration string. For XON/XOFF the state is displayed, i.e. XON or XOFF.&lt;br&gt;- Added error messages to alert the user of errors that occur while attempting to open the serial port.&lt;br&gt;- Added check to warn the user if multiple files are dropped onto the CoolTerm window.&lt;br&gt;- &quot;Send String&quot; windows can now be resized.&lt;br&gt;- It is now possible to send CTRL characters when the terminal is set to Line Mode.&lt;br&gt;- Improved code for Line Mode to ensure that a pressed key is captured even if the command line didn't have the focus.&lt;br&gt;- Changed behavior of the status LEDs to better reflect the state of the signals. A green LED turned on now means that a signal is &quot;active&quot;, the LED turned off means that it is &quot;inactive&quot;.&lt;br&gt;- Changed the default state of DTR when a port is opened to &quot;active&quot; to conform with common practice, with the exception of Windows platforms when DTR flow control is enabled, in which case the default is &quot;inactive&quot; in order to avoid serial port errors.&lt;br&gt;- Improved handling of file IO errors when sending textile or capturing received data to textiles.&lt;br&gt;- Improved handling of file IO errors when reading and writing settings files.&lt;br&gt;- Improved error reporting. Crash reports will now include information about all open terminals.&lt;br&gt;- Slight change to the behavior during setting the break signal in that no characters are being read from the receive buffer. Received characters will be read after the break signal has been cleared.&lt;br&gt;&lt;br&gt;BUG FIXES:&lt;br&gt;- Fixed a bug that would show an error message when the user chooses cancel in the capture file save dialog.&lt;br&gt;- Fixed a bug that threw an exception when opening the connection settings on a system without serial ports installed.&lt;br&gt;- Fixed a bug the displayed an error message when the user cancelled out of the &quot;Send Textfile&quot; dialog.&lt;br&gt;- [WIN] Fixed a bug where the removal of a serial port adapter could cause an exception when starting a connection.&lt;br&gt;- [MAC] Implemented a workaround for a known RB bug where the baudrates 3600, 7200, 14400, and 28800 baud would not be set correctly and default to 57600 baud instead.</description>
    </item>
    <item>
      <title>Update: CoolTerm v1.3.1</title>
      <pubDate>Tue, 11 Jan 2011 21:39:44 PST</pubDate>
      <link>http://freeware.the-meiers.org/index.html#BatchTouch</link>
      <guid isPermaLink="false">1294810784</guid>
      <description>Improvements:&lt;br&gt;&lt;br&gt;- Added a preferences option to automatically check for updates at startup.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Fixes:&lt;br&gt;&lt;br&gt;- Fixed a bug that caused a StackOverFlowException when serial port devices were unexpectedly removed from the system, e.g. when a USB serial adapter was unplugged while the terminal was connected to that device. The error handling for this situation has been improved.&lt;br&gt;&lt;br&gt;- Fixed a bug that caused an OutOfBoundsException when a serial port device failure occurred during enumeration.&lt;br&gt;&lt;br&gt;- Fixed a bug that resulted in incorrect formatting of long crash reports.&lt;br&gt;&lt;br&gt;</description>
    </item>
    <item>
      <title>Update: BatchTouch v1.2.0</title>
      <pubDate>Tue, 28 Dec 2010 17:55:57 PST</pubDate>
      <link>http://freeware.the-meiers.org/index.html#BatchTouch</link>
      <guid isPermaLink="false">1293587757</guid>
      <description>New Features:&lt;br&gt;- It is now possible to have default settings loaded at startup. If a default.bts settings file exists in the application folder of BatchTouch, it will be applied at startup.&lt;br&gt;- It is now possible to specify date offset in days, months, and years.&lt;br&gt;- It is now possible to enter values for date and time manually.&lt;br&gt;- Added special function &quot;Set Modification Dates to Creation Dates&quot;.&lt;br&gt;- Added special function &quot;Set Creation Dates to Modification Dates&quot;.&lt;br&gt;- Added a menu item to save current settings as default settings.&lt;br&gt;- Added an option to automatically check for updates at startup.&lt;br&gt;&lt;br&gt;Improvements:&lt;br&gt;- Improved calendar display.&lt;br&gt;- Improved GUI help tag texts.&lt;br&gt;- Improved exception handling and error reporting&lt;br&gt;- Improved handling of command line arguments.&lt;br&gt;&lt;br&gt;Fixes:&lt;br&gt;- fixed a bug that retrieved incorrect settings from the GUI.&lt;br&gt;- Fixed a bug which would cause user defined time values to be overwritten after selecting a new date via the calendar display.</description>
    </item>
    <item>
      <title>Update: CoolTerm 1.3.0</title>
      <pubDate>Thu, 28 Oct 2010 18:52:13 PDT</pubDate>
      <link>http://freeware.the-meiers.org/index.html#CoolTerm</link>
      <guid isPermaLink="false">1288317133</guid>
      <description>What's new:&lt;br&gt;&lt;br&gt;New features:&lt;br&gt;&lt;br&gt;- Added a transmit line delay option which adds a specified delay after certain characters such as new line characters (configurable).&lt;br&gt;&lt;br&gt;- Added a transmit character delay option (configurable).&lt;br&gt;&lt;br&gt;- Added a &quot;Connection/Send Break&quot; menu item for sending serial breaks.&lt;br&gt;&lt;br&gt;- Added the option to play a notification sound after a text file has been sent.&lt;br&gt;&lt;br&gt;- Added auto-connect feature.&lt;br&gt;&lt;br&gt;- Added the .hex file extension to the &quot;Text Files&quot; file type set (for the &quot;Send Text File&quot; dialog).&lt;br&gt;&lt;br&gt;- It is now possible to have default settings loaded at startup and when a new terminal window is opened. If a default.stc settings file exsists in the application folder of CoolTerm, it will be applied to new terminal windows.&lt;br&gt;&lt;br&gt;- Added a menu item to save current settings as default settings.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Improvements:&lt;br&gt;&lt;br&gt;- Pressing ENTER or RETURN in the connection settings dialog now envokes the &quot;Ok&quot; button, even if a textfield is currently selected.&lt;br&gt;&lt;br&gt;- Pressing ESC in the connection settings dialog now envokes the &quot;Cancel&quot; button, even if a textfield is currently selected.&lt;br&gt;&lt;br&gt;- Pressing Shift+ENTER or Shift+RETURN now invokes the &quot;Send&quot; button in &quot;Send String&quot; windows.&lt;br&gt;&lt;br&gt;- Improved handling of command line arguments.&lt;br&gt;&lt;br&gt;- The values for &quot;Receive Buffer Size&quot; and the character and line delays are now limited to a range from 0 to a maximum value (2,147,483,647 and 10,000, respectively).&lt;br&gt;&lt;br&gt;- When a &quot;Send String&quot; window is opened, the text field now receives focus automatically.&lt;br&gt;&lt;br&gt;- Improved exception handling and error reporting.&lt;br&gt;&lt;br&gt;- Improved behavior of the command history buffer and menu.&lt;br&gt;&lt;br&gt;- GUI improvements.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Fixes:&lt;br&gt;&lt;br&gt;- Fixed a bug that allowed opening multiple &quot;Save As...&quot; for the same Terminal window dialogs on Windows.&lt;br&gt;&lt;br&gt;- Fixed a bug that could cause a StackOverflow on serial port errors due to calling port.flush&lt;br&gt;&lt;br&gt;- Fixed bug that could cause a crash when sending empty strings via a &quot;Send  String&quot; window.&lt;br&gt;&lt;br&gt;- (Win) Fixed issue that would allow the terminal window to be activated via the taskbar when the connection options window is open.&lt;br&gt;&lt;br&gt;- Several minor bug fixes.</description>
    </item>
    <item>
      <title>Update: BatchTouch v1.1.0</title>
      <pubDate>Fri, 09 Apr 2010 00:34:19 PDT</pubDate>
      <link>http://freeware.the-meiers.org/index.html#BatchTouch</link>
      <guid isPermaLink="false">1270798459</guid>
      <description>What's new:&lt;br&gt;&lt;br&gt;- Made the file list wider and added columns for modification and creation date.&lt;br&gt;&lt;br&gt;- The new columns show the modification and creation dates of each item after they are added to the list and after they were changed by BatchTouch.&lt;br&gt;&lt;br&gt;- Added preferences Window.&lt;br&gt;&lt;br&gt;- Added option to preferences window to show/hide the date columns in the file list.&lt;br&gt;&lt;br&gt;- Added option to preferences window to disable warnings before changing dates.&lt;br&gt;&lt;br&gt;- Settings can now be saved and retrieved.&lt;br&gt;&lt;br&gt;- It is now possible to drop a file or folder onto the &quot;New date:&quot; group box to set the new date and time automatically to the modification date and time of the dropped item.&lt;br&gt;&lt;br&gt;- It is also possible to drag and drop an item from the file list to the &quot;New date:&quot; group box to set the new date and time automatically to the modification date and time of the dropped item.&lt;br&gt;&lt;br&gt;- Added a &quot;Special&quot; menu to provide access to special functions.&lt;br&gt;&lt;br&gt;- Added a &quot;Set Folder Date to most recent content&quot; special function. This option sets the modification date of all the folders to the modification date of the most recent item inside them. This is done recursively, from the bottom to the top of the file hierarchy.&lt;br&gt;&lt;br&gt;- Added special function for pre-dating all items to the oldest item in the list.&lt;br&gt;&lt;br&gt;- Added special function for post-dating all items to the newest item in the list.&lt;br&gt;&lt;br&gt;- Improved the calendar display in the &quot;Set date and time&quot; dialog. There now separate up/down arrows for month and year.</description>
    </item>
    <item>
      <title>Update: CoolTerm v1.1.2</title>
      <pubDate>Fri, 19 Feb 2010 11:47:40 PST</pubDate>
      <link>http://freeware.the-meiers.org/index.html#CoolTerm</link>
      <guid isPermaLink="false">1266608860</guid>
      <description>What's new:&lt;br&gt;- Added &quot;Line Mode&quot; to the communication settings. In &quot;Line Mode&quot; a line of typed text will not be sent to the serial port until the Enter key is pressed.&lt;br&gt;&lt;br&gt;- Added &quot;History&quot; which is available in &quot;Line Mode&quot; the up and down arrow keys can be used to select previously typed lines.&lt;br&gt;&lt;br&gt;- Added a receive buffer size limit option.&lt;br&gt;&lt;br&gt;- Added handling of the bell character (ASCII code 7), which can be enabled through the communication settings.&lt;br&gt;&lt;br&gt;- It is now possible to open the communication settings and edit certain options while the serial port is open.&lt;br&gt;&lt;br&gt;- The viewer mode (plain or hex) is now saved as parameter in connection settings files.&lt;br&gt;&lt;br&gt;- The size and position of terminal windows is now saved with connection settings.&lt;br&gt;&lt;br&gt;- Fixed bug that converted occurrences CR+CR+LF strings to single spaces on Windows.</description>
    </item>
    <item>
      <title>Update: Album Enabler for Cooliris(R) v1.1.1</title>
      <pubDate>Fri, 21 Aug 2009 00:53:19 PDT</pubDate>
      <link>http://freeware.the-meiers.org/index.html#AlbumEnabler</link>
      <guid isPermaLink="false">1250841199</guid>
      <description>What's new:&lt;br&gt;- Changed application name to &quot;Album Enabler for Cooliris(R)&quot; and changed icon to comply with trademark usage and restrictions.</description>
    </item>
    <item>
      <title>Update: MathSheetGenerator v1.2.0</title>
      <pubDate>Fri, 14 Aug 2009 19:40:05 PDT</pubDate>
      <link>http://freeware.the-meiers.org/index.html#MathSheetGenerator</link>
      <guid isPermaLink="false">1250304005</guid>
      <description>What's new:&lt;br&gt;- Added support for writing math sheets as PDF files.&lt;br&gt;</description>
    </item>
    <item>
      <title>Update: iConStruct v1.2.0</title>
      <pubDate>Sat, 18 Jul 2009 10:58:54 PDT</pubDate>
      <link>http://freeware.the-meiers.org/index.html#iConStruct</link>
      <guid isPermaLink="false">1247939934</guid>
      <description>What's new:&lt;br&gt;- Fixed a bug that caused filenames to be truncated to 31 characters on Macs.&lt;br&gt;&lt;br&gt;- Added capability to drag icons and masks out of iConStruct to other applications that support picture or file drops.&lt;br&gt;&lt;br&gt;- Added a Preferences dialog for certain settings such as the type of items dragged from iConStruct (picture object or picture file)&lt;br&gt;&lt;br&gt;- iConStruct now remembers the color settings in the preview pane between application launches.&lt;br&gt;&lt;br&gt;- Improved nearest-neighbor scaling for original images with transparency.&lt;br&gt;&lt;br&gt;</description>
    </item>
    <item>
      <title>Update: CoolTerm v1.1.2</title>
      <pubDate>Fri, 17 Jul 2009 20:11:58 PDT</pubDate>
      <link>http://freeware.the-meiers.org/index.html#CoolTerm</link>
      <guid isPermaLink="false">1247886718</guid>
      <description>What's new:&lt;br&gt;- Separated option to handle backspace characters in ASCII view from option to convert non-printable characters.&lt;br&gt;- Changed character used to display non-printable characters to a period (ASCII code 46) for better compatibility and consistency across platforms.&lt;br&gt;- Changed short cuts for &quot;View/Autoscroll&quot; and View Mode menu items to avoid conflict with other menu items such as &quot;Edit/Select All&quot;.&lt;br&gt;- Windows build now associates .stc files with CoolTerm.&lt;br&gt;- Minor bug fixes.</description>
    </item>
    <item>
      <title>Update: Cooliris Enabler v1.1.0</title>
      <pubDate>Fri, 10 Jul 2009 18:47:05 PDT</pubDate>
      <link>http://freeware.the-meiers.org/index.html#CoolirisEnabler</link>
      <guid isPermaLink="false">1247276825</guid>
      <description>What's new:&lt;br&gt;- Changed name to Cooliris Enabler (from PicLens Enabler) to reflect the name change of Cooliris, Inc.&lt;br&gt;- Changed icon to reflect change of Cooliris, Inc. Logo.&lt;br&gt;- Added option to add custom logo to gallery.&lt;br&gt;- Added option to add Cooliris launch button to index pages.&lt;br&gt;- Cooliris now remembers the text field values between launches.</description>
    </item>
    <item>
      <title>Update: CoolTerm v1.1.1</title>
      <pubDate>Mon, 29 Jun 2009 19:08:00 -0700</pubDate>
      <link>http://freeware.the-meiers.org/index.html#CoolTerm</link>
      <guid isPermaLink="false">1246327680</guid>
      <description>What's new: &lt;br&gt;- Added option to handle backspace characters in ASCII view to Connection Settings. &lt;br&gt;- Fixed bug in SendString that prevented typing 8 in hex mode. &lt;br&gt;- Fixed bug that printed the wrong character for cursor down key when ConvertNonPrint was enabled. &lt;br&gt;- Added a &quot;Check for Updates&quot; Menu item. </description>
    </item>
    <item>
      <title>Update: CoolTerm v1.1.0</title>
      <pubDate>Thu, 18 Jun 2009 15:29:07 -0700</pubDate>
      <link>http://freeware.the-meiers.org/</link>
      <guid isPermaLink="false">1245364147</guid>
      <description>What's new: &lt;br&gt;- Added an option to the connection settings to automatically terminate string sent from &quot;Send String&quot; windows with a configurable &quot;Termination String&quot;, such as e.g. a linefeed etc. &lt;br&gt;- In ASCII view mode, all incoming &quot;New Line&quot; such as CR, LF, CR+LF, are now properly displayed as line breaks. &lt;br&gt;- Added an option to the connection settings to convert non-printable characters to generic dot characters in ASCII view. &lt;br&gt;- Added 'View' menu with menu item to switch between Hex and ASCII viewing. &lt;br&gt;- Moved 'Clear Data' menu item to 'View' menu. &lt;br&gt;- Added an 'Autoscroll' feature, accessible via the 'View' menu to enable/disable automatic scrolling of received data. &lt;br&gt;- Changed menu shortcut key for &quot;Cycle through windows&quot; from &quot;0&quot; to &quot;`&quot;. &lt;br&gt;- Added code to produce an audible alert (system beep) when characters are typed while the serial port is not connected. &lt;br&gt;- Added a 'Help' button to the toolbar </description>
    </item>
    <item>
      <title>New App: CoolTerm for Mac and Windows</title>
      <pubDate>Tue, 19 May 2009 14:52:00 -0700</pubDate>
      <link>http://freeware.the-meiers.org/</link>
      <guid isPermaLink="false">1242769920</guid>
      <description>CoolTerm is an easy-to-use terminal for communication with hardware connected to serial ports.</description>
    </item>
    <item>
      <title>Update: VisualTimer v1.1.0</title>
      <pubDate>Tue, 5 May 2009 23:38:07 -0700</pubDate>
      <link>http://freeware.the-meiers.org/</link>
      <guid isPermaLink="false">1241591887</guid>
      <description>What's new: &lt;br&gt;- Added feature for creating movies. &lt;br&gt;- Removed controls from timer window and made the timer controllable via menu items. &lt;br&gt;- Added capability to set starting time with 1 second accuracy. &lt;br&gt;- Added option to customize colors. &lt;br&gt;- Added clickable &quot;Run Status&quot; icon. &lt;br&gt;- Added built-in help. </description>
    </item>
    <item>
      <title>Update: Egg-Time Counter v1.1.0</title>
      <pubDate>Tue, 5 May 2009 23:15:07 -0700</pubDate>
      <link>http://freeware.the-meiers.org/</link>
      <guid isPermaLink="false">1241590507</guid>
      <description>What's new: &lt;br&gt;- Changed name from &quot;Egg Timer&quot; to &quot;Egg-Time Counter&quot; due to an existing app with the same name. &lt;br&gt;- Improved graphics. &lt;br&gt;- Added Color options. &lt;br&gt;- Added option to suspend screensaver while timer is running &lt;br&gt;- Removed controls from timer window and made the timer controllable via menu items. &lt;br&gt;- Added option to display timer in fullscreen mode. &lt;br&gt;- Added clickable &quot;Run Status&quot; icon. &lt;br&gt;- Added built-in help. </description>
    </item>
    <item>
      <title>Update: MathSheetGenerator v1.1.0</title>
      <pubDate>Tue, 5 May 2009 22:31:07 -0700</pubDate>
      <link>http://freeware.the-meiers.org/</link>
      <guid isPermaLink="false">1241587867</guid>
      <description>What's new: &lt;br&gt;- Moved the font settings to a dedicated preferences window &lt;br&gt;- Added alternate symbols for divisions and multiplications to choose from. &lt;br&gt;NOTE: Not all symbols are supported by all fonts. Switch to a more compatible symbol if the font selected is not capable of displaying the symbols correctly. &lt;br&gt;- Removed the equal sign from the math problems. &lt;br&gt;- Added the option to autimatically calculate the limits for the result. &lt;br&gt;- Improved the User Interface. &lt;br&gt;- Improved page layout. &lt;br&gt;- Added an option to include a Name Field at the top of each generated Sheet. &lt;br&gt;- Bug fixes.</description>
    </item>
    <item>
      <title>The Forums are online!</title>
      <pubDate>Fri, 24 Apr 2009 14:27:07 -0700</pubDate>
      <link>http://forums.the-meiers.org/</link>
      <guid isPermaLink="false">1240608427</guid>
      <description>The forums are online. Currently there are categories for Freeware, Open Source Projects, and Other Topics       &lt;br&gt;There is a separate RSS feed for forum updates.</description>
    </item>
    <item>
      <title>New VersionTracker Listing: MathSheetGenerator (Win)</title>
      <pubDate>Fri, 24 Apr 2009 10:26:18 -0700</pubDate>
      <link>http://www.versiontracker.com/dyn/moreinfo/win/10913730</link>
      <guid isPermaLink="false">1240593978</guid>
      <description>MathSheetGenerator for Windows got approved by Versiontracker</description>
    </item>
    <item>
      <title>New VersionTracker Listing: Egg Timer (Win)</title>
      <pubDate>Fri, 24 Apr 2009 10:26:17 -0700</pubDate>
      <link>http://www.versiontracker.com/dyn/moreinfo/win/10913732</link>
      <guid isPermaLink="false">1240593977</guid>
      <description>Egg Timer for Windows got approved by Versiontracker</description>
    </item>
    <item>
      <title>New VersionTracker Listing: VisualTimer (Win)</title>
      <pubDate>Wed, 22 Apr 2009 22:56:17 -0700</pubDate>
      <link>http://www.versiontracker.com/dyn/moreinfo/win/10913530</link>
      <guid isPermaLink="false">1240466177</guid>
      <description>VisualTimer for Windows got approved by Versiontracker</description>
    </item>
    <item>
      <title>New VersionTracker Listing: VisualTimer (Mac)</title>
      <pubDate>Sat, 18 Apr 2009 21:00:00 -0700</pubDate>
      <link>http://www.versiontracker.com/dyn/moreinfo/macosx/10913251</link>
      <guid isPermaLink="false">1240113600</guid>
      <description>VisualTimer for Mac got approved by Versiontracker</description>
    </item>
    <item>
      <title>New VersionTracker Listing: Egg Timer (Mac)</title>
      <pubDate>Sat, 18 Apr 2009 21:00:00 -0700</pubDate>
      <link>http://www.versiontracker.com/dyn/moreinfo/macosx/10913252</link>
      <guid isPermaLink="false">1240113600</guid>
      <description>Egg Timer for Mac got approved by Versiontracker</description>
    </item>
    <item>
      <title>New VersionTracker Listing: MathSheetGenerator (Mac)</title>
      <pubDate>Sat, 18 Apr 2009 21:00:00 -0700</pubDate>
      <link>http://www.versiontracker.com/dyn/moreinfo/macosx/10913250</link>
      <guid isPermaLink="false">1240113600</guid>
      <description>MathSheetGenerator for Mac got approved by Versiontracker</description>
    </item>
    <item>
      <title>New App: MathSheetGenerator for Mac and Windows</title>
      <pubDate>Sat, 18 Apr 2009 18:00:00 -0700</pubDate>
      <link>http://freeware.the-meiers.org/</link>
      <guid isPermaLink="false">1240102800</guid>
      <description>MathSheetGenerator is a simple utility for educators and parents to automatically create sheets of simple math exercises for elementary school children.</description>
    </item>
    <item>
      <title>Update: iConStruct v1.1.0</title>
      <pubDate>Tue, 03 Mar 2009 20:00:00 -0800</pubDate>
      <link>http://freeware.the-meiers.org/</link>
      <guid isPermaLink="false">1236139200</guid>
      <description>What's new: &lt;br&gt;- Added support for saving transparent PNG images. &lt;br&gt;- Added support for wider mask edges. &lt;br&gt;- Improved nearest-neighbor scaling algorithm. &lt;br&gt;- Added a help button.</description>
    </item>
  </channel>
</rss>

