<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>JomiTech Blogs</title>
    <link>http://www.jomitech.com</link>
    <description>Latest blogs from JomiTech!</description>
    <language>en-us</language>
    <copyright>Copyright JomiTech 2007</copyright>

    <image>
      <url>http://www.jomitech.com/images/RssLogo.gif</url>
      <title>JomiTech</title>
      <link>http://www.jomitech.com</link>
      <width>144</width>
      <height>31</height>
    </image>
    <item>
      <title>First post</title>
      <url>http://www.jomitech.com/blogs.php?blogid=1</url>
      <description>Well, it has taken a long time to get this first post up. Sorry for the long delay.&lt;p&gt;What&#039;s new, well, as you can see, we have a new website. This website is powered by a custom-built PHP and MySQL backend, so it is much more dynamic and gives us much greater content capabilities.&lt;/p&gt;&lt;p&gt;Also, LANCompile (formerly Delegator) is in beta-testing. It has come a long way, and looks to be very promising.&lt;/p&gt;&lt;p&gt;Stay tuned as we keep you updated on the things happening around here.&lt;/p&gt;</description>
      <pubDate>Wed, 31 Jan 07 21:11:03 -0500</pubDate>
    </item>
    <item>
      <title>CodeRage conference. Don't miss it!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=2</url>
      <description>CodeGear&lt;sup class=&quot;reg&quot;&gt;&amp;#8482;&lt;/sup&gt; has announced that they are going to be having a first-ever virtual developer&#039;s conference.&lt;p&gt;You won&#039;t want to miss this one, as we&#039;ll be hearing about the powerful things we can do with CodeGear products, plus new products that they are working on.&lt;/p&gt;&lt;p&gt;It runs from March 12-16, you can get all the details here: &lt;a href=&quot;http://conferences.codegear.com/coderage07&quot;&gt;CodeRage 2007&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 24 Feb 07 12:41:54 -0500</pubDate>
    </item>
    <item>
      <title>CodeGear Delphi For PHP</title>
      <url>http://www.jomitech.com/blogs.php?blogid=3</url>
      <description>Wow! CodeGear has just announced a stunning new product, Delphi For PHP. Read the press release &lt;a href=&quot;http://www.codegear.com/AboutUs/News/DelphiForPHP/tabid/239/Default.aspx&quot;&gt;here&lt;/a&gt;.&lt;p&gt;It is a RAD development environment for PHP, with a complete VCL for PHP and a powerful debugger to make developing web applications simple, fast and easy.&lt;/p&gt;&lt;p&gt;You can read all the details here: &lt;a href=&quot;http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.aspx&quot;&gt;Delphi For PHP&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Sat, 24 Feb 07 12:57:06 -0500</pubDate>
    </item>
    <item>
      <title>Components For PHP Plan</title>
      <url>http://www.jomitech.com/blogs.php?blogid=4</url>
      <description>I don&#039;t know how many of you have seen, but JomiTech is working on &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;Components For PHP&lt;/a&gt;, a complete component suite for CodeGear&#039;s Delphi&lt;sup class=&quot;reg&quot;&gt;&amp;#174;&lt;/sup&gt; For PHP.

&lt;p&gt;We&#039;ve decided to release Components For PHP in 2 separate stages:&lt;/p&gt;

&lt;p&gt;First, we&#039;re going to release a Lite version, containing 12 components, as well as the fill site theming system, so you can get a good idea of what the full set will be like.&lt;/p&gt;

&lt;p&gt;Then second, we&#039;re going to release the full set, 60+ components ranging from validators and menus to ad rotators etc.&lt;/p&gt;

&lt;p&gt;We are planning to release the Lite version within a few weeks, can&#039;t say for sure when, but we will keep you posted.&lt;/p&gt;</description>
      <pubDate>Sat, 14 Apr 07 15:52:09 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP and Site Theming</title>
      <url>http://www.jomitech.com/blogs.php?blogid=5</url>
      <description>How does the Components For PHP site theme system work you may ask. Well, we&#039;ve decided to post about this system that is at the core of 90% of the visual components in Components For PHP.

&lt;p&gt;Basically, we started from the premise that no users will want their sites looking the same as each other. Everyone prefers a unique look to their site. So, we had to come up with a solution that was easy to edit and manage, yet powerful enough to handle all the needs of such a component library.&lt;/p&gt;

&lt;p&gt;We finally decided on a XML/CSS system, where XML files define the HTML code for the controls and then CSS applies the colors, borders, backgrounds etc. to complete the theme.&lt;/p&gt;

&lt;p&gt;Now you may ask, what if I need two controls of the same class to look different, because my site design requires it that way? This is where the skinning system comes into play. All the themed components can have one or more skins, with one of them being the &quot;default&quot; skin. This is all handled by the XML file.&lt;/p&gt;

&lt;p&gt;Here is a sample XML file:&lt;br /&gt;
&lt;div style=&quot;font-family:Courier;&quot;&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;skins&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;!-- The default skin for this label theme --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;skin id=&quot;default&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!-- The HTML code for the label --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;code id=&quot;label&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;![CDATA[&lt;br /&gt;
&amp;lt;div id=&quot;{$NAME}&quot; class=&quot;{$TEXTCLASS}&quot; style=&quot;width: {$WIDTH}px; height: {$HEIGHT}px; overflow: hidden;{$STYLE}&quot;&amp;gt;{$CONTENT}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]]&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/skin&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;!-- Now here is a different skin for the label --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;skin id=&quot;scrolling_label&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!-- The HTML code for the label --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;code id=&quot;label&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;![CDATA[&lt;br /&gt;
&amp;lt;div id=&quot;{$NAME}&quot; class=&quot;{$TEXTCLASS}&quot; style=&quot;width: {$WIDTH}px; height: {$HEIGHT}px; overflow: scroll;{$STYLE}&quot;&amp;gt;{$CONTENT}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]]&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/skin&amp;gt;&lt;br /&gt;
&amp;lt;/skins&amp;gt;&lt;br /&gt;
&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;As you can see, the layout is simple, yet allows for almost unlimited flexibility. When the components are being rendered, they parse the {$XXX} variables to insert the necessary content from the component properties.&lt;/p&gt;

&lt;p&gt;If you have any questions or comments on this system, please do not hesitate to contact us.&lt;/p&gt;</description>
      <pubDate>Sat, 14 Apr 07 16:23:22 -0400</pubDate>
    </item>
    <item>
      <title>Website speed</title>
      <url>http://www.jomitech.com/blogs.php?blogid=6</url>
      <description>We apologize for the website speed over the last few days. The server is currently undergoing some maintenance, but it should be completed soon.

&lt;p&gt;Sorry for any inconvenience this may cause&lt;/p&gt;</description>
      <pubDate>Mon, 30 Apr 07 10:19:55 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Screenshots</title>
      <url>http://www.jomitech.com/blogs.php?blogid=7</url>
      <description>We&#039;ve posted some Components For PHP screenshots &lt;a href=&quot;http://www.jomitech.com/compforphp.php#screenshots&quot;&gt;here&lt;/a&gt;, showing off some of their capabilites.

&lt;p&gt;Be sure to check them out.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Apr 07 10:23:41 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Lite in beta-testing</title>
      <url>http://www.jomitech.com/blogs.php?blogid=8</url>
      <description>Components For PHP Lite has finally finished development and is now in beta-testing.

&lt;p&gt;So, hopefully release will be within a few days.&lt;/p&gt;

&lt;p&gt;Stay tuned for more info!&lt;/p&gt;</description>
      <pubDate>Mon, 30 Apr 07 10:40:05 -0400</pubDate>
    </item>
    <item>
      <title>Order system</title>
      <url>http://www.jomitech.com/blogs.php?blogid=9</url>
      <description>Please accept our apologies for the time the order system has been down. We had to do some work on it, and it took longer than we expected. However, it is all back up again now.

&lt;p&gt;Thanks for your patience.&lt;/p&gt;</description>
      <pubDate>Wed, 09 May 07 02:45:28 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Lite released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=10</url>
      <description>JomiTech is very happy to announce the release of &lt;a href=&quot;http://www.jomitech.com/components4phplite.php&quot;&gt;Components For PHP Lite&lt;/a&gt;!

&lt;p&gt;
  Components For PHP Lite is a cut-down version of our &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;Components For PHP&lt;/a&gt; Full
  component suite for the VCL For PHP. It is intended to allow potential Components For PHP Full Suite customers to try the
  components without having to purchase the full set.
&lt;/p&gt;

&lt;p&gt;
  &lt;a href=&quot;http://www.jomitech.com/components4phplite.php&quot;&gt;Click here&lt;/a&gt; to visit the Components For PHP Lite page. We&#039;ve uploaded demos of most of the components in the suite,
  as well as the website samples that ship with Components For PHP Lite.
&lt;/p&gt;

&lt;p&gt;
  Experience Components For PHP Lite now for only $75.99!
&lt;/p&gt;</description>
      <pubDate>Thu, 10 May 07 19:27:44 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP blog post</title>
      <url>http://www.jomitech.com/blogs.php?blogid=11</url>
      <description>Hey! &lt;a href=&quot;http://blogs.codegear.com/michaelswindell/&quot;&gt;Michael Swindell&lt;/a&gt; has very kindly blogged about &lt;a href=&quot;http://www.jomitech.com/components4phplite.php&quot;&gt;Components For PHP Lite&lt;/a&gt;. Read the post &lt;a href=&quot;http://blogs.codegear.com/michaelswindell/archive/2007/05/11/34487.aspx&quot;&gt;here&lt;/a&gt;.

&lt;p&gt;
  Go Delphi For PHP!
&lt;/p&gt;</description>
      <pubDate>Sat, 12 May 07 02:04:48 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Subscription Strategy</title>
      <url>http://www.jomitech.com/blogs.php?blogid=12</url>
      <description>We have decided to change the pricing strategy of Components For PHP to better suit developers&#039; needs. In short, we&#039;ll be switching to a subscription model, instead of the purchase/upgrade model.

&lt;p&gt;Subscription-based marketing is becoming more popular in the component market, as this provides an ideal environment to allow the customer to receive frequent updates without forcing them to upgrade.&lt;/p&gt;

&lt;p&gt;We feel that this change will suit the market more appropriately and serve the needs of our customers better.&lt;/p&gt;

&lt;p&gt;We have also decided to create a Free Suite containing a 5 of the components in the Lite Suite.&lt;/p&gt;

&lt;p&gt;The new prices of the entire Components For PHP product line are as follows:&lt;/p&gt;

&lt;p&gt;&lt;table border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td width=&quot;300&quot;&gt;Components For PHP Free Suite&lt;/td&gt;
    &lt;td&gt;$0 - Free&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;300&quot;&gt;Components For PHP Lite Suite&lt;/td&gt;
    &lt;td&gt;$29 1st year and $20 each year renewal&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width=&quot;300&quot;&gt;Components For PHP Full Suite&lt;/td&gt;
    &lt;td&gt;$129 1st year and $99 each year renewal&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;

&lt;p&gt;We are committed to providing quality software, with frequent updates, features and more components, and as such feel that this strategy will keep subscribers on the leading edge.&lt;/p&gt;

&lt;p&gt;Please note that this new order method has not been setup yet, so ordering Components For PHP Lite is not possible at this time.&lt;/p&gt;</description>
      <pubDate>Wed, 16 May 07 02:07:04 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Lite Subscription Available!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=13</url>
      <description>We&#039;ve finished setting up the subscription model for Components For PHP Lite. You can now purchase a one year subscription for only $29 USD.

&lt;p&gt;We also significantly updated the content on the site related to the Components For PHP product line-up. We hope that it&#039;ll be easier to find the information you are looking for.&lt;/p&gt;

&lt;p&gt;Thanks for your patience over the past couple of days. We apologize for any inconvenience that the restructuring may have caused.&lt;/p&gt;</description>
      <pubDate>Thu, 17 May 07 03:00:25 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Free Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=14</url>
      <description>JomiTech is very happy to announce the release of &lt;a href=&quot;http://www.jomitech.com/components4phpfree.php&quot;&gt;Components For PHP Free&lt;/a&gt;.

&lt;p&gt;Components For PHP Free is a sample from our Components For PHP Lite Suite. It is intended to give potential customers an opportunity to experience the power of Components For PHP.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/components4phpfree.php&quot;&gt;Click here&lt;/a&gt; to visit the Components For PHP Free page. On that page is listed all the components that ship in Components For PHP Free, with live demos for most of them. We also have live site demos that you can access from that page.&lt;/p&gt;

&lt;p&gt;Visit now and download your free copy!&lt;/p&gt;

&lt;p&gt;Components For PHP are component suites for VCL For PHP, based on the Rapid Application Development methodology, allowing you to design and develop websites and web applications at maximum productivity, in minimal time.&lt;/p&gt;</description>
      <pubDate>Fri, 18 May 07 18:15:37 -0400</pubDate>
    </item>
    <item>
      <title>Anchors Ahoy! or resizable pages for Delphi For PHP</title>
      <url>http://www.jomitech.com/blogs.php?blogid=15</url>
      <description>The current version of Delphi&lt;sup class=&quot;reg&quot;&gt;&amp;reg;&lt;/sup&gt; For PHP does not support creating resizable pages without using Smarty templates, so we decided to do something about it.

&lt;p&gt;Well, we&#039;re very happy to announce that we think we&#039;ve finished this, much-needed, feature. It will be an integral part of our &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;Components For PHP Full Suite&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Basically, we&#039;ve added absolute and relative anchor support to all of our components. Those of you that use the VCL For Win32 will know what Anchors are. For those who don&#039;t know, basically you can use Anchors to lock a dimension (left,top,right,bottom) of a 
control to a certain position, and when its parent is resized, the control will keep that dimension at that locked position. This can be used for some neat effects when building GUIs. However, the Anchor support in the VCL For Win32 is only absolute. Due to the 
requirements of the web, we&#039;ve added relative anchor support as well, and each control can be set to use either anchor method.&lt;/p&gt;

&lt;p&gt;Now, you want to see some demos? Click a link below, and then resize your browser:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/components4phpfull/samples/AbsAnchorDemo/index.php&quot;&gt;http://www.jomitech.com/components4phpfull/samples/AbsAnchorDemo/index.php&lt;/a&gt; - Absolute Anchor Demo&lt;/p&gt;

&lt;p&gt;&lt;a 
href=&quot;http://www.jomitech.com/components4phpfull/samples/RelAnchorDemo/index.php&quot;&gt;http://www.jomitech.com/components4phpfull/samples/RelAnchorDemo/index.php&lt;/a&gt; - Relative Anchor Demo&lt;/p&gt;</description>
      <pubDate>Fri, 08 Jun 07 21:20:03 -0400</pubDate>
    </item>
    <item>
      <title>Release Plan for Components For PHP Full</title>
      <url>http://www.jomitech.com/blogs.php?blogid=16</url>
      <description>We have decided to alter our release plan for Component For PHP Full.

&lt;p&gt;Components For PHP Full is now planned to be released with 42 components, with the next 27 or so to be included as an update within a couple weeks.&lt;/p&gt;

&lt;p&gt;Because Components For PHP Full is sold using a subscription-based sales model, this update will be free to all subscribers.&lt;/p&gt;

&lt;p&gt;We are intending to get the initial Components For PHP Full release out in about 1 month.&lt;/p&gt;

&lt;p&gt;Stay tuned for more information.&lt;/p&gt;</description>
      <pubDate>Mon, 16 Jul 07 08:54:03 -0400</pubDate>
    </item>
    <item>
      <title>New Screenshots!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=17</url>
      <description>We&#039;ve just posted some new &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;Components For PHP&lt;/a&gt; screenshots! Includes a sneak peak at the new themes that will be shipped with the Full suite.

&lt;p&gt;Visit &lt;a href=&quot;http://www.jomitech.com/compforphp.php#screenshots&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt; to see them.&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jul 07 16:58:39 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=18</url>
      <description>We are very happy to announce the release of Components For PHP Full.

&lt;p&gt;Components For PHP Full is sold on a subscription basis. This provides customers with continuous access to the latest versions, updates, features, bug fixes etc, ensuring that the developer is always on the leading edge.&lt;/p&gt;

&lt;p&gt;Prices are as follows:&lt;/p&gt;

&lt;table border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;Named User Licence:&lt;/td&gt;
    &lt;td&gt;$129 USD / Year&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Site Licence:&lt;/td&gt;
    &lt;td&gt;$1290 USD / Year&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Upgrade From Components For PHP Lite:&lt;/td&gt;
    &lt;td&gt;$99 USD&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;Click here&lt;/a&gt; to visit the Components For PHP Full page and order your subscription now!&lt;/p&gt;</description>
      <pubDate>Tue, 14 Aug 07 21:27:17 -0400</pubDate>
    </item>
    <item>
      <title>C4PHP Update 1 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=19</url>
      <description>We have just released Components For PHP Update 1. This update is just one of many that will be coming over the next couple weeks, as we add the components that are currently not available, fix bugs, and make other feature changes to Components For PHP Full.

&lt;p&gt;In this update, we&#039;ve added the JTPCRegEx component, which simplifies the use of Perl-compatible regular expressions in your websites and web applications. It also fixes a small bug in the JTJavaScript component.&lt;/p&gt;

&lt;p&gt;For those who have purchased Components For PHP Full, to get this update, just login to &lt;a href=&quot;http://my.jomitech.com&quot;&gt;My Center&lt;/a&gt; and download the Components For PHP Full installer.&lt;/p&gt;

&lt;p&gt;If you haven&#039;t purchased Components For PHP Full yet, when you do, this update will be automatically part of the installer you download.&lt;/p&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;</description>
      <pubDate>Thu, 16 Aug 07 16:02:40 -0400</pubDate>
    </item>
    <item>
      <title>Update 2 for Components For PHP Available!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=20</url>
      <description>We&#039;re happy to announce the release of Components For PHP Update 2. This update contains 2 new useful components, plus a couple bug fixes and documentation updates.

&lt;p&gt;The new components in this update are:&lt;/p&gt;

&lt;p&gt;&lt;table border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTBlobImage&lt;/td&gt;
    &lt;td&gt;Displays an image on a page, that is retrieved from a database BLOB field.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTLargerImage&lt;/td&gt;
    &lt;td&gt;Encapsulates &amp;quot;Click here for larger image&amp;quot; functionality.&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;

&lt;p&gt;For those who have purchased Components For PHP Full, to get this update, just login to My Center and download the Components For PHP Full installer.&lt;/p&gt;

&lt;p&gt;If you haven&#039;t purchased Components For PHP Full yet, when you do, this update will be automatically part of the installer you download.&lt;/p&gt;

&lt;p&gt;Happy Coding!&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 07 14:38:58 -0400</pubDate>
    </item>
    <item>
      <title>Demos Uploaded!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=21</url>
      <description>We&#039;ve just uploaded Live Demos and Component Demos for Components For PHP Full. Now you can see just what each component can do!

&lt;p&gt;Check them out here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/compforphp.php#components&quot;&gt;Component Demos&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/compforphp.php#samples&quot;&gt;Live Demos&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;</description>
      <pubDate>Tue, 28 Aug 07 18:09:08 -0400</pubDate>
    </item>
    <item>
      <title>Visitor Poll</title>
      <url>http://www.jomitech.com/blogs.php?blogid=22</url>
      <description>We would like your input to help us develop Components For PHP Full into the best component suite for the VCL For PHP, invaluable to you, the developer.

&lt;p&gt;So, we&#039;ve created a poll, so that you can give us the feedback that we need to hear. Please take a moment to fill out this poll, we&#039;d really appreciate it.&lt;/p&gt;

&lt;p&gt;You can go to the poll by clicking the link below:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/poll.php?pollid=1&quot;&gt;What would encourage you to purchase Components For PHP Full?&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 28 Aug 07 20:16:27 -0400</pubDate>
    </item>
    <item>
      <title>TwineCompile 2.0.10 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=23</url>
      <description>We are very happy to announce the release of TwineCompile 2.0.10!

&lt;p&gt;This release primarily adds C++Builder 2007 and MSBuild support to 
TwineCompile, enabling a more seamless integration into C++Builder than 
ever. The MSBuild support includes complete command-line compiling via 
MSBuild, greatly simplifying command-line builds such as nightly/automated 
builds.&lt;/p&gt;

&lt;p&gt;We have also made necessary changes to the TwineCompile logging system to 
enable full Vista support.&lt;/p&gt;

&lt;p&gt;Changelog for this release:&lt;/p&gt;

&lt;p&gt;Added:&lt;br&gt;
- C++Builder 2007 support.&lt;br&gt;
- Vista UAC support to logging system.&lt;/p&gt;

&lt;p&gt;Fixed:&lt;br&gt;
- Show General Messages compiler option didn&#039;t work&lt;br&gt;
- &quot;Parameter is never used&quot; warning always disabled&lt;br&gt;
- Could not step into Delphi code&lt;br&gt;
- Return non-zero on warningss compiler option didn&#039;t work.&lt;/p&gt;

&lt;p&gt;TwineCompiler is our solution to the very long C++ compile times in 
C++Builder. Using file-caching, multi-threading and various other high 
performance optimizations, it has been proven to reduce compile times from 
anywhere between 6 to 20 times. The third-party benchmarks and reviews on 
our site readily attest to this fact.&lt;/p&gt;

&lt;p&gt;Download the free 30-day trial now, and watch your compile times disappear!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;http://www.jomitech.com/twine.php&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Wed, 29 Aug 07 14:48:17 -0400</pubDate>
    </item>
    <item>
      <title>Update 3 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=24</url>
      <description>We&#039;re happy to announce the release of Components For PHP Update 3. This update contains 4 new useful components, plus a couple bug fixes and documentation updates.

&lt;p&gt;The new components in this update are:&lt;/p&gt;

&lt;p&gt;&lt;table border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTSectionBar&lt;/td&gt;
    &lt;td&gt;Groups controls together in collapsible panes.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTMonthCalendar&lt;/td&gt;
    &lt;td&gt;Date selection component.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTJSWindow&lt;/td&gt;
    &lt;td&gt;Simplifies creation and handling of JavaScript pop-up windows.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTNewsControl&lt;/td&gt;
    &lt;td&gt;Presents a list of news items on the page.&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;

&lt;p&gt;For those who have purchased Components For PHP Full, to get this update, just login to My Center and download the Components For PHP Full installer.&lt;/p&gt;

&lt;p&gt;If you haven&#039;t purchased Components For PHP Full yet, when you do, this update will be automatically part of the installer you download.&lt;/p&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;</description>
      <pubDate>Thu, 13 Sep 07 21:13:24 -0400</pubDate>
    </item>
    <item>
      <title>Lite Update 1 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=25</url>
      <description>We are very happy to announce the release of Components For PHP Lite Update 1. This update contains many bug fixes as well as addng the same default theme that ships with Components For PHP Full. 

&lt;p&gt;For those who have purchased Components For PHP Lite, to get this update, just login to My Center and download the Components For PHP Lite installer.&lt;/p&gt;

&lt;p&gt;If you haven&#039;t purchased Components For PHP Lite yet, when you do, this update will be automatically part of the installer you download.&lt;/p&gt;

&lt;p&gt;Happy coding!&lt;/p&gt;</description>
      <pubDate>Mon, 17 Sep 07 22:02:16 -0400</pubDate>
    </item>
    <item>
      <title>Update 4 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=26</url>
      <description>We are very pleased to announce the release of Components For PHP Update 3. This update contains 5 new useful components, plus a couple bug fixes and documentation updates.

&lt;p&gt;The new components in this update are:&lt;/p&gt;

&lt;p&gt;&lt;table border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTDatePicker&lt;/td&gt;
    &lt;td&gt;Drop-down calendar control for date selection.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTImageMap&lt;/td&gt;
    &lt;td&gt;Allows you to place images with linked, clickable sections on the page.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTObjectControl&lt;/td&gt;
    &lt;td&gt;Control that encapsulates the &amp;lt;object&amp;gt; tag, so you can place ActiveX and other embeddable plugins on your page.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTProgressBar&lt;/td&gt;
    &lt;td&gt;Component for displaying visual progress feedback.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTXMLDataSource&lt;/td&gt;
    &lt;td&gt;Dataset component for accessing XML-based table data.&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;

&lt;p&gt;For those who have purchased Components For PHP Full, to get this update, just login to My Center and download the Components For PHP Full installer.&lt;/p&gt;

&lt;p&gt;If you haven&#039;t purchased Components For PHP Full yet, when you do, this update will be automatically part of the installer you download.&lt;/p&gt;

&lt;p&gt;Have Fun!&lt;/p&gt;</description>
      <pubDate>Mon, 01 Oct 07 16:10:02 -0400</pubDate>
    </item>
    <item>
      <title>Upgrading Components For PHP Lite</title>
      <url>http://www.jomitech.com/blogs.php?blogid=27</url>
      <description>There seems to have been some confusion about the upgrade path from Components For PHP Lite to Components For PHP Full.

&lt;p&gt;Components For PHP Lite customers can upgrade their subscription to Components For PHP Full for only $99 USD. To upgrade, make sure you are logged in on the JomiTech site, then click the Order link on the Components For PHP Full page. The order system will detect that you have previously purchased Components For PHP Full, and you will be given the option to upgrade.&lt;/p&gt;</description>
      <pubDate>Tue, 02 Oct 07 18:10:41 -0400</pubDate>
    </item>
    <item>
      <title>Update 5 Live!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=28</url>
      <description>We are very pleased to announce the release of Components For PHP Update 5. This update contains 2 new useful components, plus many bug fixes.

&lt;p&gt;The new components in this update are:&lt;/p&gt;

&lt;p&gt;&lt;table border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTPHPPaintBox&lt;/td&gt;
    &lt;td&gt;Greatly simplifies generating server-side graphics.&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;- JTUserLoginView&lt;/td&gt;
    &lt;td&gt;Provides a visual display of the current JTUserLogin login status.&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;

&lt;p&gt;The entire changelog is:&lt;br&gt;
&lt;pre&gt;
-- Changelog for 1.0.0.39 --

Added:
- JTPHPPaintBox - Greatly simplifies generating server-side graphics.
- JTUserLoginView - Provides a visual indicator of the current user state.
- KeyField property to JTBlobImage.
- Support for VCL rev 183+
- Global JTGrid instance variables.
- getCellValue and setCellValue for JTGrid object.
- TemplateFilename property editor


Fixed:
- JTPageControl child control tab order broken
- Read-only JTGrid had script error
- Template support in JTTemplatePanel and JTThemedCustomPanel
- JTAuthRegistration didn&#039;t redraw when resized
- Source code component descriptions
- JTDivWindow mis-positioned components in BorderStyle = bsNone
- JTExpandPanel didn&#039;t dump new layouts via Ajax
- JTGrid dumped events multiple times if several grids used the same event handlers.
- JTSendEmail did not send emails due to typo in validation code.
- JTSendEmail returned error due to incorrect property default value.
- JTDatePicker didn&#039;t pop-up on top of other components.
- JTGrid sometimes returned error when horizontally scrolling.
- JTExpandPanel set to hidden at design-time, appeared fully visible at run-time.
- JTDivWindow script file not included
- JTMenu didn&#039;t appear on top of all other controls.
- Empty JTGrid caused script error.

&lt;/pre&gt;
&lt;/p&gt;

&lt;p&gt;For those who have purchased Components For PHP Full, to get this update, just login to My Center and download the Components For PHP Full 

installer.&lt;/p&gt;

&lt;p&gt;If you haven&#039;t purchased Components For PHP Full yet, when you do, this update will be automatically part of the installer you 

download.&lt;/p&gt;

&lt;p&gt;Have Fun!&lt;/p&gt;</description>
      <pubDate>Wed, 31 Oct 07 01:44:41 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Free 1.0.1 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=29</url>
      <description>Components For PHP Free 1.0.1 Released!

&lt;p&gt;We are very happy to announce that the Update 1, versioned at 1.0.1, is now available for download!&lt;/p&gt;

&lt;p&gt;Many bug fixes are incorporated into this update, plus a new default theme, and full VCL support up to the latest revisions.&lt;/p&gt;

&lt;p&gt;If you&#039;ve already downloaded Components For PHP Free, or even if you&#039;ve never tried it before, go grab it from &lt;a href=&quot;http://www.jomitech.com/components4phpfree.php&quot;&gt;http://www.jomitech.com/components4phpfree.php&lt;/a&gt; now and try this new version out!&lt;/p&gt;</description>
      <pubDate>Sat, 10 Nov 07 02:12:54 -0500</pubDate>
    </item>
    <item>
      <title>CodeRage 2!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=30</url>
      <description>CodeGear&#039;s CodeRage 2 virtual conference is next week! You won&#039;t want to miss this conference, with topics ranging from exceptions in Delphi to automated testing.

&lt;p&gt;We&#039;re going to be presenting 2 sessions, one on object-oriented programming in PHP and one on Components For PHP.&lt;/p&gt;

&lt;p&gt;For more information, including the free registration, go here: &lt;a href=&quot;http://conferences.codegear.com/coderage07&quot;&gt;http://conferences.codegear.com/coderage07&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Looking forward to seeing you there.&lt;/p&gt;</description>
      <pubDate>Sat, 24 Nov 07 01:38:14 -0500</pubDate>
    </item>
    <item>
      <title>End Of Year Special On Now!!!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=31</url>
      <description>We&#039;ve knocked all our prices down by &lt;b&gt;15%&lt;/b&gt;, so come and purchase while this special lasts! Now is the time to buy those Site Licences too, as their price has also been discounted 15%!!

&lt;p&gt;This special will last until the end of December, so hurry and get your order in!&lt;/p&gt;

&lt;p&gt;For quick reference, here are the special prices:&lt;br&gt;

&lt;table border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;Components For PHP Full&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;$110 / year&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href=&quot;http://www.jomitech.com/components4phplite.php&quot;&gt;Components For PHP Lite&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;$25 / year&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;TwineCompile&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;$67.99&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href=&quot;http://www.jomitech.com/makefilesforbds.php&quot;&gt;Makefiles For BDS&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;$35.99&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 01 Dec 07 12:31:39 -0500</pubDate>
    </item>
    <item>
      <title>Component List Revision</title>
      <url>http://www.jomitech.com/blogs.php?blogid=32</url>
      <description>We&#039;ve been revising the component list for Components For PHP, and have decided to postpone the development of the controls in the list below, for the primary reason of putting more time into enhancing and expanding the feature set of Components For PHP.

&lt;p&gt;We are not, by any means, saying that we won&#039;t ever create these particular controls, we just feel that you, the Components For PHP customer, would be better served if we put the time into enhancing the existing controls, as well as developing other controls.&lt;/p&gt;

&lt;p&gt;If you are waiting for a particular component on this list, or if any of these components would assist you in your development, please do not hesitate to &lt;a href=&quot;http://www.jomitech/contact.php&quot;&gt;contact us&lt;/a&gt;. This decision is not final, and we&#039;d welcome all customer input.&lt;/p&gt;

&lt;p&gt;We decided to postpone the JTListView because the existing JTGrid control is completely capable of acting as a list view, and developing a JTListView would just be duplicate functionality.&lt;/p&gt;

&lt;p&gt;Postponed controls:&lt;/p&gt;

&lt;table&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; valign=&quot;top&quot;&gt;JTBuildYourOwn&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; valign=&quot;top&quot;&gt;JTExpert&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; valign=&quot;top&quot;&gt;JTListView&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot; valign=&quot;top&quot;&gt;JTTabSet&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

</description>
      <pubDate>Wed, 12 Dec 07 18:03:21 -0500</pubDate>
    </item>
    <item>
      <title>Happy New Year!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=33</url>
      <description>Happy New Year!

&lt;p&gt;We are planning some exciting things for this new year, so stay tuned!&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jan 08 09:59:20 -0500</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 6 Now Live!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=34</url>
      <description>Components For PHP Full Update 6 has been uploaded, and registered users of Components For PHP Full can download it now!

&lt;p&gt;We&#039;ve added 2 new components in this update, plus many new features and lots of bug fixes. Here is the changelog:&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;Changelog for Components For PHP Update 6 (1.0.0.42)&lt;/b&gt;
  &lt;blockquote&gt;
    &lt;p&gt;Added:&lt;/p&gt;
    &lt;ul&gt;
&lt;li&gt;ColCount and RowCount JavaScript variables to JTGrid.&lt;/li&gt;
&lt;li&gt;Combo-box, look-up combo-box and checkbox in-place editor support to JTGrid.&lt;/li&gt;
&lt;li&gt;Cursor support to JTAdvancedEdit.&lt;/li&gt;
&lt;li&gt;JavaScript OnLoad event to JTGrid.&lt;/li&gt;
&lt;li&gt;JTDatePicker month and day name customization.&lt;/li&gt;
&lt;li&gt;JTGrid JavaScript selectCell function.&lt;/li&gt;
&lt;li&gt;JTRadioButtonList &quot;horz&quot; skin to display radio buttons in a horizontal design.&lt;/li&gt;
&lt;li&gt;JTSurvey component.&lt;/li&gt;
&lt;li&gt;JTTreeView component.&lt;/li&gt;
&lt;li&gt;Keyboard support to JTGrid.&lt;/li&gt;
&lt;li&gt;Property editor for JTJavaScript&#039;s Code property.&lt;/li&gt;
&lt;li&gt;Property editor for JTHeaderCode&#039;s Code property.&lt;/li&gt;
&lt;li&gt;SelectedValue property to JTLookupComboBox.&lt;/li&gt;
&lt;li&gt;Tab Visible property to JTPageControl.&lt;/li&gt;
&lt;li&gt;User-function callback function for JTGrid cell format.&lt;/li&gt;
&lt;li&gt;Workaround for Internet Explorer&lt;sup style=&quot;font-size: 6pt;&quot;&gt;&amp;reg;&lt;/sup&gt; 6, allowing menus to float on top of list boxes.&lt;/li&gt;
&lt;li&gt;Workaround for VCL issue with storing the JTGrid font settings.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/blockquote&gt;
  &lt;blockquote&gt;
    &lt;p&gt;Fixed:&lt;/p&gt;
    &lt;ul&gt;
&lt;li&gt;Ajax and anchor issues.&lt;/li&gt;
&lt;li&gt;Ajax issues with JTGrid.&lt;/li&gt;
&lt;li&gt;Anchor support in JTGrid.&lt;/li&gt;
&lt;li&gt;Cursor didn&#039;t show if Qooxdoo controls on form in Firefox.&lt;/li&gt;
&lt;li&gt;HeaderColor property didn&#039;t work with JTGrid.&lt;/li&gt;
&lt;li&gt;High CPU usage with lots of JTGrid components on a hidden page control tab.&lt;/li&gt;
&lt;li&gt;Issues with JTGrid in-place editor.&lt;/li&gt;
&lt;li&gt;JavaScript error in JTGrid.&lt;/li&gt;
&lt;li&gt;JavaScript error in JTNavigationBar.&lt;/li&gt;
&lt;li&gt;JTAdvancedEdit ate keystrokes over non-typeable locations in the mask.&lt;/li&gt;
&lt;li&gt;JTAdvancedEdit issues in Firefox.&lt;/li&gt;
&lt;li&gt;JTDatePicker did not work with Ajax.&lt;/li&gt;
&lt;li&gt;JTDatePicker&#039;s calendar did not float on top of all page controls.&lt;/li&gt;
&lt;li&gt;JTDatePicker drop-down was located in the wrong place if placed on a Panel, and an Ajax request was issued.&lt;/li&gt;
&lt;li&gt;JTExpandPanel did not work after Ajax call.&lt;/li&gt;
&lt;li&gt;JTGrid column issues.&lt;/li&gt;
&lt;li&gt;JTGrid did not check if old selection was out of range after Ajax call.&lt;/li&gt;
&lt;li&gt;JTGrid did not work in base page.&lt;/li&gt;
&lt;li&gt;JTGrid had script error when read-only.&lt;/li&gt;
&lt;li&gt;JTGrid issues with Anchors in the blue theme.&lt;/li&gt;
&lt;li&gt;JTGrid issues with Anchors in the default theme.&lt;/li&gt;
&lt;li&gt;JTGrid passed incorrect cell selection information to the client-side script.&lt;/li&gt;
&lt;li&gt;JTGrid sometimes failed to render columns.&lt;/li&gt;
&lt;li&gt;JTGroupBox did not position child components correctly.&lt;/li&gt;
&lt;li&gt;JTHorzNavigationBar didn&#039;t return name of clicked sub-nav item.&lt;/li&gt;
&lt;li&gt;JTLabel JavaScript OnClick didn&#039;t work.&lt;/li&gt;
&lt;li&gt;JTMenuBar did not work after Ajax call.&lt;/li&gt;
&lt;li&gt;Selecting a row in JTGrid required SelectedCol to be set regardless of RowSelect property.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/blockquote&gt;
  &lt;blockquote&gt;
    &lt;p&gt;Changed:&lt;/p&gt;
    &lt;ul&gt;
&lt;li&gt;JTDatePicker now can start with a blank value.&lt;/li&gt;
&lt;li&gt;Anchors now use pure CSS code instead of JavaScript for Internet Explorer&lt;sup style=&quot;font-size: 6pt;&quot;&gt;&amp;reg;&lt;/sup&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/blockquote&gt;
&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jan 08 20:08:17 -0500</pubDate>
    </item>
    <item>
      <title>TwineCompile 2.0.11 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=35</url>
      <description>We are very happy to announce that &lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;TwineCompile&lt;/a&gt; 2.0.11 has been released.

&lt;p&gt;This release is primarily a bug fix, but we did add two key features: Project dependency support, and the &quot;Clean&quot; build support.&lt;/p&gt;

&lt;p&gt;Here is the list of the major bugs fixed:&lt;/p&gt;

&lt;p&gt;&lt;ul&gt;
&lt;li&gt;Default alignment now the same as RAD Studio 2007 / C++Builder 2007 Update 3&lt;/li&gt;
&lt;li&gt;Linker messages were not shown in BCB2007&lt;/li&gt;
&lt;li&gt;Occasional freeze on build-all in BCB2007.&lt;/li&gt;
&lt;li&gt;Build Unit did not work with units outside the project directory in BCB2007.&lt;/li&gt;
&lt;li&gt;Various UI issues in the TwineCompile Options dialog for all IDE versions.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;This update is free for all registered TwineCompile users, just visit the &lt;a href=&quot;http://my.jomitech.com&quot;&gt;My Center&lt;/a&gt;, and download the new installer.&lt;/p&gt;

&lt;p&gt;Please don&#039;t hesitate to contact us if you have any questions, suggestions or concerns. We&#039;s also love to hear your success stories with TwineCompile.&lt;/p&gt;</description>
      <pubDate>Fri, 08 Feb 08 10:22:13 -0500</pubDate>
    </item>
    <item>
      <title>Hints from the Dev-Corner</title>
      <url>http://www.jomitech.com/blogs.php?blogid=36</url>
      <description>We thought that you&#039;d all like to know what is happening behind the scenes with Components For PHP&#039;s development.

&lt;p&gt;Well, the big development happening right now is on our new grid component, JTPlatinumGrid. This grid is going to be platinum all right. Features will include:
&lt;ul&gt;
  &lt;li&gt;Column types (text,boolean,date,etc...)&lt;/li&gt;
  &lt;li&gt;Multi-cell select with full range selection.&lt;/li&gt;
  &lt;li&gt;Custom cell rendering.&lt;/li&gt;
  &lt;li&gt;Custom editors.&lt;/li&gt;
  &lt;li&gt;Master-detail rendering.&lt;/li&gt;
  &lt;li&gt;Grouping.&lt;/li&gt;
  &lt;li&gt;And much more...&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;We&#039;ll be keeping you&#039;all posted as development continues, with screenshots and sneak peeks in the upcoming days. Stay tuned!!&lt;/p&gt;</description>
      <pubDate>Thu, 20 Mar 08 17:49:36 -0400</pubDate>
    </item>
    <item>
      <title>JTPlatinumGrid progress report</title>
      <url>http://www.jomitech.com/blogs.php?blogid=37</url>
      <description>JTPlatinumGrid progress report! Here is a sneak peek of what JTPlatinumGrid is currently looking like in our internal builds.

&lt;p&gt;&lt;img src=&quot;http://www.jomitech.com/images/blog/grid.gif&quot; alt=&quot;JTPlatinumGrid&quot;&gt;&lt;/p&gt;

&lt;p&gt;In this view, JTPlatinumGrid is displaying a result set comprised of 296 rows on 15 pages, grouped by the Department field. We&#039;re using the default theme to show the grid, and the look and feel is by no means completed.&lt;/p&gt;

&lt;p&gt;We&#039;ll continue to post progress reports as JTPlatinumGrid nears completion, so stay tuned.&lt;/p&gt;</description>
      <pubDate>Sat, 29 Mar 08 19:44:12 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Roadmap</title>
      <url>http://www.jomitech.com/blogs.php?blogid=38</url>
      <description>This past year has been really exciting, as we released Components For PHP Lite and Components For PHP Full. We are 100% committed to these products, and will continue to enhance them in the upcoming days.
&lt;p&gt;We&acirc;ve decided to publish a roadmap of the planned developments for Components For PHP, so that you can see what we&acirc;re planning to do with the suites, as they evolve to continue to provide you, the developer, with the tools you need for development.&lt;/p&gt;
&lt;p&gt;First, the roadmap is not a definite statement of exactly what we are going to do, but contains the planned direction that we are taking.&lt;/p&gt;
&lt;p&gt;The first and major item on the roadmap is our new grid component, JTPlatinumGrid. We are planning to release this grid component sometime between June and July 2008. We are considering releasing this grid as a VCL for PHP component, as well as a stand-alone PHP control capable of integrating into any PHP framework. For more information on this grid, see &lt;a href=&quot;http://www.jomitech.com/blogs.php?blogid=36&quot;&gt;this blog post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Next, we plan to update all our themes to be completely XHTML 1.0 compliant.&lt;/p&gt;
&lt;p&gt;After this, we are planning the following developments:
&lt;ol&gt;
&lt;li&gt;Develop a new Ajax-enabled combo-box control with full auto-complete capabilities.&lt;/li&gt;
&lt;li&gt;Add image support to the toolbar and navigation bar controls.&lt;/li&gt;
&lt;li&gt;Enhance the entire control suite to support hints and pop-up menus.&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
&lt;p&gt;This roadmap is not rigid because we believe in providing what the developer needs. We appreciate feedback, and use it to adjust our development direction, so that our products always fulfill the developer&acirc;s requirements.&lt;/p&gt;
&lt;p&gt;Do not hesitate to contact us with any suggestions or concerns with this roadmap.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Apr 08 14:09:21 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 7 Released</title>
      <url>http://www.jomitech.com/blogs.php?blogid=39</url>
      <description>We&#039;re really happy to announce that Update 7 for Components For PHP Full has just been released.

&lt;p&gt;We&#039;ve added Delphi For PHP 2.0 support into the suite, plus enhanced the components with some new features. There are several bug fixes as well.&lt;/p&gt;

&lt;p&gt;Registered users of Components For PHP Full can login to the &lt;a href=&quot;http://my.jomitech.com&quot;&gt;My Center&lt;/a&gt; to download it.&lt;/p&gt;

&lt;p&gt;Here is the changelog for this release:&lt;/p&gt;

&lt;p&gt;
Added:
&lt;ul&gt;
&lt;li&gt;Delphi For PHP 2.0 support&lt;/li&gt;
&lt;li&gt;StyleFont property to JTLookupComboBox&lt;/li&gt;
&lt;li&gt;JavaScript OnKeyPress and OnKeyUp events to JTAdvancedEdit&lt;/li&gt;
&lt;li&gt;Horizontal scrolling support to JTToolbar&lt;/li&gt;
&lt;li&gt;JavaScript OnChange event to JTDatePicker&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;
Changed:
&lt;ul&gt;
&lt;li&gt;Zero dates are shown by JTDatePicker as blank&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;
Fixed:
&lt;ul&gt;
&lt;li&gt;JTPDODatabase incorrectly added limit clause to SQL for database engines that do not support that clause.&lt;/li&gt;
&lt;li&gt;JTGrid display issues in blue theme.&lt;/li&gt;
&lt;li&gt;JTPDODatabase had errors with retrieving result set record count&lt;/li&gt;
&lt;li&gt;JTGrid inline editor was positioned incorrectly.&lt;/li&gt;
&lt;li&gt;Link issue with JTNavigationBar&lt;/li&gt;
&lt;li&gt;StyleFont property did not work on JTUserLoginView&lt;/li&gt;
&lt;li&gt;JTGrid did not use Color property&lt;/li&gt;
&lt;li&gt;JTDatePicker did not support Enabled property&lt;/li&gt;
&lt;li&gt;Closed JTMenu was rendered invisibly by browsers, causing slight UI issues.&lt;/li&gt;
&lt;li&gt;Closed JTMenuBar sub-menus were rendered invisibly by browsers, causing slight UI issues.&lt;/li&gt;
&lt;li&gt;AbsAnchorDemo project referenced wrong index.php&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;</description>
      <pubDate>Wed, 07 May 08 12:29:10 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 8 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=40</url>
      <description>We&#039;re really happy to announce that we have just released Update 8 for 
Components For PHP Full!

&lt;p&gt;This updates is primarily a bug fix release, but we&#039;ve added some new 
features as well.&lt;/p&gt;

&lt;p&gt;Here is the changelog for this release:&lt;/p&gt;

&lt;p&gt;Added:&lt;br&gt;
- JTLabel&#039;s Caption property now uses the HTML property editor.&lt;br&gt;
- JavaScript OnBlur and OnFocus events to JTDatePicker&lt;br&gt;
- JavaScript OnChange event to JTTimePicker&lt;br&gt;
- Empty time support to JTTimePicker.&lt;br&gt;
- Hyperlink support for JTTreeView nodes.&lt;br&gt;
- Clear method to JTTreeView&lt;br&gt;
- ThemeWebDir read-only public property to JTSiteTheme.&lt;/p&gt;

&lt;p&gt;Fixed:&lt;br&gt;
- Path helper methods didn&#039;t check for trailing slash.&lt;br&gt;
- JTGrid did not render empty cells correctly.&lt;br&gt;
- JTTreeView did not serialize/unserialize nodes correctly.&lt;br&gt;
- Various UI bugs in JTTimePicker.&lt;br&gt;
- Expand/collapse bug in JTExpandPanel&lt;br&gt;
- 12/24 hour conversion issues in JTDatePicker.&lt;br&gt;
- URL property for JTJSWindow was not visible.&lt;br&gt;
- JavaScript OnResize events are now called when JTDivWindow is 
restored/maximized.&lt;br&gt;
- Some rendering issues caused by JS helper methods not handling scrolled 
content.&lt;br&gt;
- JTDatePicker calendar remained visible when parent element was scrolled.&lt;br&gt;
- Tab didn&#039;t work in JTTimePicker&lt;/p&gt;

&lt;p&gt;Changed:&lt;br&gt;
- Missing theme files generate &quot;nice&quot; error message.&lt;br&gt;
- IE6 IFRAME no longer created for non-IE browsers.&lt;br&gt;
- JTTreeView default theme to use graphics for + and -.&lt;br&gt;
- JTJSLog debug view automatically scrolls to the most recent item.&lt;br&gt;
- Ajax calls no longer hide JTDivWindow.&lt;br&gt;
- Anchors now use a slightly different layout method.&lt;br&gt;
- Theme changes for JTDatePicker.&lt;br&gt;
- Slightly enhanced the JTDatePicker theme.&lt;br&gt;
- JTScrollBox now can be in the tab index.&lt;/p&gt;

&lt;p&gt;Registered uses of Components For PHP Full can obtain this update by logging into the JomiTech My Center using the link below. You can then download and run the Components For PHP Full installer. It is not necessary to uninstall any existing Components For PHP Full installations.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Fri, 29 Aug 08 13:08:31 -0400</pubDate>
    </item>
    <item>
      <title>Another peek at JTPlatinumGrid</title>
      <url>http://www.jomitech.com/blogs.php?blogid=41</url>
      <description>We&#039;re busy working on a fancy web application that will be part of the coming PlatinumGrid showcase. It&#039;s a task managment application, with support for task priorities, start dates and due dates.

&lt;p&gt;Click on the thumbnail below to see a screenshot:&lt;br /&gt;
&lt;a href=&quot;http://www.jomitech.com/images/blog/taskdemo.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.jomitech.com/images/blog/taskdemos.png&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;As you can see from the screenshot, we&#039;re showing off the grid&#039;s powerful filtering and grouping capabilities, to say nothing of the command system.&lt;/p&gt;

&lt;p&gt;The window in the foreground is our JTDivWindow component, with JTDateTimePicker components for the date selection.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Sep 08 14:17:37 -0400</pubDate>
    </item>
    <item>
      <title>TwineCompile 2.0.13 Released</title>
      <url>http://www.jomitech.com/blogs.php?blogid=42</url>
      <description>Belated notice, yes, but I figured that it would still be a good idea to make a blog post.

&lt;p&gt;TwineCompile 2.0.13 big new feature is C++Builder 2009 support. We&#039;ve also fixed most of the bugs that existed in 2.0.12.&lt;/p&gt;

&lt;p&gt;For those of you who don&#039;t know, TwineCompile is a powerful compiler-accelerator for C++Builder, supporting multi-CPU/core compiling as well as other speed enhancements. Some users have reported compiles being 14x quicker.&lt;/p&gt;

&lt;p&gt;Registered users of TwineCompile get this update for free, and new users will automatically get 2.0.13 when they purchase.&lt;/p&gt;</description>
      <pubDate>Sat, 11 Oct 08 11:56:53 -0400</pubDate>
    </item>
    <item>
      <title>Discussion forums available</title>
      <url>http://www.jomitech.com/blogs.php?blogid=43</url>
      <description>We&#039;ve just created some discussion forums for our products at &lt;a href=&quot;http://www.jomitech.com/forums&quot;&gt;http://www.jomitech.com/forums&lt;/a&gt;.

&lt;p&gt;This will enable users to share solutions, tips, tricks and techniques, as well as form a knowledgebase that users can refer to when they need help on a specific issue.&lt;/p&gt;

&lt;p&gt;We&#039;ll be participating in the forums as much as possible, and are looking forward to seeing our customers participate. It is our hope that this will encourage the growth of a community around our products.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/forums&quot;&gt;Click here&lt;/a&gt; to visit our new forums.&lt;/p&gt;</description>
      <pubDate>Wed, 15 Oct 08 01:19:26 -0400</pubDate>
    </item>
    <item>
      <title>CodeRage 3 - Embarcadero Virtual Conference</title>
      <url>http://www.jomitech.com/blogs.php?blogid=44</url>
      <description>Embarcadero has announced CodeRage 3, a virtual conference for anyone to attend, free of charge.

&lt;p&gt;We are going to be presenting 2 sessions at this conference, including a session on our
new PlatinumGrid component, which we&#039;re hoping to release fairly soon.&lt;/p&gt;

&lt;p&gt;There is going to be lots of useful information presented at this conference, so
register now!&lt;/p&gt;

&lt;a href=&quot;http://conferences.codegear.com/coderage08&quot; target=&quot;_blank&quot;&gt;http://conferences.codegear.com/coderage08&lt;/a&gt;</description>
      <pubDate>Tue, 11 Nov 08 11:52:07 -0500</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 9 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=45</url>
      <description>JomiTech is very happy to announce the release of Components For PHP Full 
Update 9!

&lt;p&gt;It&#039;s been a while since we released an update, so this update is a little 
bigger than usual. We&#039;ve also changed our versioning system, so that the 
update number, in this case 9, is reflected in the minor version number. 
This means that Components For PHP Full is now at version 1.9.&lt;/p&gt;

&lt;p&gt;Probably the biggest addition in this update is the new theme, sky. This 
theme is the best yet, you just have to check it out.&lt;/p&gt;

&lt;p&gt;Another addition is full support for images on the navigation bars, menu 
bars and toolbar. Now you can link an ImageList component to any of these 
components and show images based on an ImageIndex.&lt;/p&gt;

&lt;p&gt;There are also 2 new components, JTLookupLabel and JTDateTimePicker. 
JTLookupLabel allows you to display text on the form that is referenced via 
a foreign-key. JTDateTimePicker is a combination date picker and time 
picker.&lt;/p&gt;

&lt;p&gt;JTBlobImage received an overhaul in this update, and it now has the ability 
to perform foreign-key blob lookups. We also enhanced its Datasource support 
to make it easier to use.&lt;/p&gt;

&lt;p&gt;We fixed lots of bugs in this update, and we feel that the components are better than ever in terms of stability and features.&lt;/p&gt;

&lt;p&gt;Here is the changelog for this update:
- Enabled property to JTToolBar buttons.&lt;br&gt;
- JTLookupComboBox now supports an empty selection&lt;br&gt;
- JavaScript OnClick event to JTBlobImage&lt;br&gt;
- Added new properties to JTBlobImage to allow foreign key image references&lt;br&gt;
- Added support for custom date formats to JTDatePicker&lt;br&gt;
- Added Color property to JTLabel&lt;br&gt;
- Added Color property to JTPanel&lt;br&gt;
- Added new JTDateTimePicker control for selection of date and time values&lt;br&gt;
- Column support to JTCheckBoxList&lt;br&gt;
- Column support to JTRadioButtonList&lt;br&gt;
- Added new JTLookupLabel control for foreign key text display&lt;br&gt;
- OnCellData to JTGrid&lt;br&gt;
- Image support to JTMenu&lt;br&gt;
- Image support to JTMenuBar&lt;br&gt;
- Image support to JTNavigationBar&lt;br&gt;
- Image support to JTHorzNavigationBar&lt;br&gt;
- Image support to JTVertNavigationBar&lt;br&gt;
- Image support to JTToolBar&lt;br&gt;
- OnData event to JTLabel&lt;br&gt;
- JTDivWindow now restricts focus if it is shown as a modal window.&lt;br&gt;
- Added Sky theme&lt;br&gt;
&lt;br&gt;
Changed:&lt;br&gt;
- JTLookupComboBox now uses XHTML-friendly selection code&lt;br&gt;
&lt;br&gt;
Fixed:&lt;br&gt;
- Delete key did not work with JTTimePicker&lt;br&gt;
- Datasource post issues with JTAdvancedEdit&lt;br&gt;
- Issue with JTMenuBar OnClick event firing incorrectly&lt;br&gt;
- Issue with JTRadioButtonList not populating the ItemIndex property&lt;br&gt;
- Issue with navigation bar sub-nav overlapping other controls.&lt;br&gt;
- Bullet items in JTBulletList could get tab focus&lt;br&gt;
- Tree view items could get keyboard focus&lt;br&gt;
- Various UI issues with JTTreeView&lt;br&gt;
- Ajax issues with JTAdvancedEdit&lt;br&gt;
- Issues with IE rendering of navigation bar items.&lt;br&gt;
- JTDivWindow modal state was broken.&lt;br&gt;
- JTLookupComboBox did not remember selected value between postbacks&lt;br&gt;
- In some conditions, JTLookupComboBox did not select the correct record.&lt;br&gt;
- JTAtomFeed did not generate the feed from the Datasource&lt;br&gt;
- JavaScript OnBlur and OnFocus events did not work in JTCheckBoxList&lt;br&gt;
- Ajax issues with JTGrid&lt;br&gt;
- JTUserLogin now allows email address logins.&lt;br&gt;
- Various theme UI issues.
&lt;/p&gt;

&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to 
My Center using the link below and downloading the Components For PHP Full 
installer. It is not necessary to uninstall any existing Components For PHP Full installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe, 
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://my.jomitech.com&quot;&gt;My Center&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;Components For PHP Full&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Wed, 28 Jan 09 14:57:31 -0500</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=46</url>
      <description>JomiTech is really happy to announce the release of their new product, PlatinumGrid.

&lt;p&gt;PlatinumGrid is a powerful, feature-packed PHP grid control, with features such as fixed columns, grouping, master-detail view and draggable selections. With over 100 properties, PlatinumGrid offers maximum flexibility, allowing it to be used in almost any application.&lt;/p&gt;

&lt;p&gt;With full Ajax support, this grid provides a smooth user experience even with huge datasets containing thousands of rows. Built in paging support, with SEO-friendly links, makes sure that the user does not have to scroll to see the information they are looking for.&lt;/p&gt;

&lt;p&gt;PlatinumGrid also has 7 different column types, making sure that no matter what type of data you wish to display, it can handle it. PlatinumGrid also features integrated filtering support, with both simple and advanced modes. When connected to a relational database, it takes care of generating the necessary SQL to perform the filtering, reducing the amount of code the developer has to write.&lt;/p&gt;

&lt;p&gt;PlatinumGrid also features the ability to export to CSV, XLS or PDF. Because this functionality is integrated into the grid, the developer merely has to call a method on the grid instance to generate the export. It also includes methods to automatically send the export to the client as a download.&lt;/p&gt;

&lt;p&gt;For Delphi For PHP users, PlatinumGrid integrates directly into the IDE, and functions as a VCL For PHP component. For users who do not use the VCL For PHP, or Delphi For PHP, PlatinumGrid works as a standalone PHP grid.&lt;/p&gt;

&lt;p&gt;This is only a small sample of the many features that PlatinumGrid has. We encourage you to visit the PlatinumGrid site, and browse the showcase to see the power and flexibility for yourself.&lt;/p&gt;

&lt;p&gt;PlatinumGrid is sold as a 1-year subscription, renewable at a discount. During the period of the subscription, customers will get all updates and bug fixes. Existing Components For PHP Full subscribers can subscribe to PlatinumGrid at a 30% discount. If your subscription expires, and you do not renew, any downloaded versions of PlatinumGrid that you might have will continue to work, you will just not receive any future updates or bug fixes until you renew.&lt;/p&gt;

&lt;p&gt;Click the link below to visit the PlatinumGrid site, and get your subscription today!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.platinumgrid.com&quot;&gt;http://www.platinumgrid.com&lt;/a&gt;</description>
      <pubDate>Thu, 05 Feb 09 09:56:04 -0500</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 11 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=47</url>
      <description>JomiTech is pleased to announce the availability of Components For PHP Full Update 11.

&lt;p&gt;We are committed to providing the developer with high quality components that are always moving forward, and this update reinforces this committment with its exciting new features. This update is released as part of our 3 month release cycle policy.&lt;/p&gt;

&lt;p&gt;The big new feature in this release is complete localization support. All the language strings used by the components are controlled by a single text file that is loaded by the theming engine. Now your applications that use the Components For PHP Full suite can be fully internationalized, providing greater customer usability and appeal.&lt;/p&gt;

&lt;p&gt;What&#039;s been added in this release:&lt;br /&gt;&lt;br /&gt;

&lt;ul&gt;&lt;li&gt;Localization support to components.&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;Link support to JTBulletList.&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;JTBulletList is now data-aware.&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;Form based authentication support to JTUserLogin.&lt;/li&gt;&lt;br /&gt;

&lt;li&gt;Data and Type properties to JTObjectControl, allowing it to be used to host plugins in browsers other than IE.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;


&lt;p&gt;We&#039;ve also been fixing bugs. Here&#039;s the list of the bugs that are fixed in this update:&lt;br /&gt;&lt;br /&gt;

&lt;ul&gt;&lt;li&gt;JTAtomFeed did not encoding content correctly.&lt;/li&gt;
&lt;li&gt;JTDivWindow did not work with XY_LAYOUT.&lt;/li&gt;
&lt;li&gt;JTExpandPanel&#039;s Color property did not work.&lt;/li&gt;
&lt;li&gt;JTExpandPanel had user interface glitch in IE6.&lt;/li&gt;
&lt;li&gt;JTLabel&#039;s Color property did not work.&lt;/li&gt;
&lt;li&gt;JTLabel&#039;s OnClick event fired without the label being clicked.&lt;/li&gt;
&lt;li&gt;JTMenu assumed the page form was named the same as the component&#039;s owner.&lt;/li&gt;
&lt;li&gt;JTObjectControl added clsid: prefix, even if the ClassID property was empty.&lt;/li&gt;
&lt;li&gt;JTUserLogin did not allow the dash character in user names.&lt;/li&gt;
&lt;li&gt;Blue theme JTDatePicker cropped long months.&lt;/li&gt;
&lt;li&gt;Sky theme issues with anchors.&lt;/li&gt;
&lt;li&gt;Workaround for Firefox bug related to updating checkboxes&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;


&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to My Center using the link below and downloading the Components For PHP Full 
installer. It is not necessary to uninstall any existing Components For PHP Full installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe, so that you can take advantage of this new, and all the future, updates.&lt;br /&gt;&lt;br /&gt;

My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;

Components For PHP Full: &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;

JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 17 Apr 09 12:52:15 -0400</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Update 1 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=48</url>
      <description>JomiTech is very happy to announce that PlatinumGrid Update 1 has been 
released.

&lt;p&gt;We are committed to providing the developer with high quality, frequently 
updated, and fully supported tools. This update illustrates our commitment, 
and is released under our 3 month release cycle policy.&lt;/p&gt;

&lt;p&gt;This update includes some new VCL and non-VCL demos, and adds some other new 
features:&lt;ul&gt;
&lt;li&gt; UTF-8 encoding support&lt;/li&gt;
&lt;li&gt; RTL support to PDF export&lt;/li&gt;
&lt;li&gt; DefaultFilter property to columns to allow initial filter selection.&lt;/li&gt;
&lt;li&gt; Detail value is now persistent.&lt;/li&gt;
&lt;li&gt; Ability to collapse detail views.&lt;/li&gt;
&lt;li&gt; Print and Export methods have a new parameter for exporting/printing all records.&lt;/li&gt;
&lt;li&gt; Wrapping support to PDF export.&lt;/li&gt;
&lt;li&gt; Localization support.&lt;/li&gt;
&lt;li&gt; JavaScript getCellText method.&lt;/li&gt;
&lt;li&gt; PHP 5.0.4 support&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;


&lt;p&gt;There&#039;s also been plenty of bug fixing, here is the list that&#039;s included in 
this update:&lt;ul&gt;
&lt;li&gt; CellData access did not page.&lt;/li&gt;
&lt;li&gt; Master-detail expander was shown on hidden columns&lt;/li&gt;
&lt;li&gt; Issues with date column advanced filter&lt;/li&gt;
&lt;li&gt; JSON issues with accented characters&lt;/li&gt;
&lt;li&gt; LookupComboBox issues with non-VCL apps&lt;/li&gt;
&lt;li&gt; ShowRecordCount did not take effect&lt;/li&gt;
&lt;li&gt; Grid assumed first form on page was the grid&#039;s form.&lt;/li&gt;
&lt;li&gt; Buttons did not work in task demo&lt;/li&gt;
&lt;li&gt; Column alignment issue with memo row&lt;/li&gt;
&lt;li&gt; Date picker issues with Ajax&lt;/li&gt;
&lt;li&gt; HTTPS download issue with exporting in IE&lt;/li&gt;
&lt;li&gt; Issue with parsing DATE column format&lt;/li&gt;
&lt;li&gt; Design-time issues with enabling DetailView&lt;/li&gt;
&lt;li&gt; Group row did not render correctly&lt;/li&gt;
&lt;li&gt; Using OnInsert/OnUpdate/OnDelete event handlers prevent grid from refreshing data set&lt;/li&gt;
&lt;li&gt; Grid did not recalculate row count after insertion or deletion&lt;/li&gt;
&lt;li&gt; Empty date columns are posted to the database as null.&lt;/li&gt;
&lt;li&gt; UTF-8 encoding issues with export&lt;/li&gt;
&lt;li&gt; Command column commands were not persisted in non-VCL applications&lt;/li&gt;
&lt;li&gt; Command columns used incorrect column index, causing errors when used with grouping&lt;/li&gt;
&lt;li&gt; Assigning FilterMethod did not set the filter method correctly.&lt;/li&gt;
&lt;li&gt; Cell alignment issues when all columns had width set.&lt;/li&gt;
&lt;li&gt; Filter combobox emitted duplicate JavaScript.&lt;/li&gt;
&lt;li&gt; Grid did not work on PHP versions less than 5.2 due to missing JSON library.&lt;/li&gt;
&lt;li&gt; Grid did not work without PHP input filter extension loaded.&lt;/li&gt;
&lt;li&gt; Margin issues&lt;/li&gt;
&lt;li&gt; typesafeequal error with using PlatinumGrid in VCL 1.0 application&lt;/li&gt;
&lt;li&gt; JavaScript error when using fixed columns without filter bar.&lt;/li&gt;
&lt;li&gt; PlatinumGrid did not work with JTPageControl.&lt;/li&gt;
&lt;li&gt; Filter drop-down did not appear correctly positioned when scrolled horizontally.&lt;/li&gt;
&lt;li&gt; PlatinumGrid Insert() did not work with form editing.&lt;/li&gt;
&lt;li&gt; Insert form was not cleared in JTPlatinumGrid&lt;/li&gt;
&lt;li&gt; Issue with editing date-only columns in PlatinumGrid&lt;/li&gt;
&lt;li&gt; Selection was not set when expanding detail view.&lt;/li&gt;
&lt;li&gt; Grid height did not update with anchors&lt;/li&gt;
&lt;li&gt; getPrimaryKey in JTPlatinumGrid didn&#039;t work&lt;/li&gt;
&lt;li&gt; various grouping issues with JTPlatinumGrid&lt;/li&gt;
&lt;li&gt; JavaScript OnDataLoad event did not fire.&lt;/li&gt;
&lt;li&gt; Overflow issues in Internet Explorer when combobox was resized to a very small width.&lt;/li&gt;
&lt;li&gt; Horizontal and vertical lines did not appear on detail grid.&lt;/li&gt;
&lt;li&gt; Grid selection was broken after expanding a detail view.&lt;/li&gt;
&lt;li&gt; Insert/Update failure didn&#039;t return grid to editing mode.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you are a current subscriber of PlatinumGrid, you can obtain this update 
by logging in to My Center using the link below and downloading 
PlatinumGrid. It is not necessary to uninstall any existing PlatinumGrid 
installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe, 
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PlatinumGrid: &lt;a href=&quot;http://www.platinumgrid.com&quot;&gt;http://www.platinumgrid.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Wed, 20 May 09 14:01:31 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 12 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=49</url>
      <description>Components For PHP Full Update 12 is now available!

&lt;p&gt;This release is primarily just a maintenance release, but we have included a number of important changes including two new components. We are continuing to 

innovate with Components For PHP, and feel that this release demonstrates that commitment.&lt;/p&gt;

&lt;p&gt;These are the two new components in this release:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;JTComboBox: A simple, themed combobox control to provide users with the ability to choose values from a drop-down list.&lt;/li&gt;
&lt;li&gt;JTRSSFeed: A complete control that provides your web application with the ability to publish a RSS feed.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here are the other new features in this release:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Clicking on the field region of JTDatePicker and JTDateTimePicker now opens the calendar.&lt;/li&gt;
&lt;li&gt;JTAtomFeed now automatically publishes its feed URL to the browser.&lt;/li&gt;
&lt;li&gt;JTAtomFeed now resolves relative links.&lt;/li&gt;
&lt;li&gt;JTDatePicker now has an Enabled property that can be used to disable the control.&lt;/li&gt;
&lt;li&gt;JTNewsControl now supports date/time information with the news items.&lt;/li&gt;
&lt;li&gt;JTPageControl and JTTabControl preserve tab selection between requests.&lt;/li&gt;
&lt;li&gt;JTSendEmail now supports Bcc.&lt;/li&gt;
&lt;li&gt;There are two new global JavaScript methods: JTGridGetCellHTML and JTGridSetCellHTML for accessing the HTML content of JTGrid cells.&lt;/li&gt;
&lt;li&gt;JTGridGetCellText and JTGridSetCellText now return the text content of the cell without the HTML tags.&lt;/li&gt;
&lt;li&gt;JTGrid has two new JavaScript methods, getCellHTML and setCellHTML for accessing the HTML content of the cells.&lt;/li&gt;
&lt;li&gt;JTGrid&#039;s getCellValue and setCellValue methods now return the text content of the cell, excluding the HTML tags.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On the bug fixing side, there are a number of important fixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Image issues with JTMenuBar.&lt;/li&gt;
&lt;li&gt;JTPageControl occasionally failed to update child controls via Ajax on complex forms.&lt;/li&gt;
&lt;li&gt;JTDatePicker used old Ajax response format which could break response processing.&lt;/li&gt;
&lt;li&gt;JTDivWindow could obscure other JTDivWindows on the page.&lt;/li&gt;
&lt;li&gt;JTSiteTheme jQuery conflicts with Qooxdoo.&lt;/li&gt;
&lt;li&gt;JTDatePicker calendar could appear off the edge of the browser window.&lt;/li&gt;
&lt;li&gt;JTPageControl error when tab was clicked before page was loaded.&lt;/li&gt;
&lt;li&gt;Overflow issues in Internet Explorer when combobox was resized to a very small width.&lt;/li&gt;
&lt;li&gt;Selection issue with JTRadioButtonList.&lt;/li&gt;
&lt;li&gt;Site theme component did not work properly with PHP 5.0.4.&lt;/li&gt;
&lt;li&gt;Text alignment issue with JTCenteredPage.&lt;/li&gt;
&lt;li&gt;JTAdvancedEdit issues with masks on hidden JTDivWindow controls.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to My Center using the link below and downloading the Components For PHP Full installer. 

It is not necessary to uninstall any existing Components For PHP Full installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe, so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Components For PHP Full: &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;

</description>
      <pubDate>Mon, 20 Jul 09 22:57:06 -0400</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Update 2 Now Available!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=50</url>
      <description>JomiTech is pleased to announce that PlatinumGrid Update 2 is now available.

&lt;p&gt;This release includes a number of new features, including the ability to 
pass default values to the Insert JavaScript method and full support for 
customized filter options. We&#039;ve also included a JavaScript OnCommand event 
handler, and the grid is now completely localizable.&lt;/p&gt;

&lt;p&gt;In addition to these features, we&#039;ve also fixed the following bugs:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;typesafeequal error with using PlatinumGrid in VCL 1.0 application&lt;/li&gt;
&lt;li&gt;Hierarchical data display did not identify orphaned parent nodes as root 
nodes.&lt;/li&gt;
&lt;li&gt;PDF rendering issues with overflowing text.&lt;/li&gt;
&lt;li&gt;Header&#039;s Font property did not save.&lt;/li&gt;
&lt;li&gt;IE Border issues with last cell in grid rows.&lt;/li&gt;
&lt;li&gt;Resizing issues in IE.&lt;/li&gt;
&lt;li&gt;Boolean column false filter did not work.&lt;/li&gt;
&lt;li&gt;Printed view did not show grid lines.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;If you are a current subscriber of PlatinumGrid, you can obtain this update 
by logging in to My Center using the link below and downloading 
PlatinumGrid. It is not necessary to uninstall any existing PlatinumGrid 
installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe, 
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PlatinumGrid: &lt;a href=&quot;http://www.platinumgrid.com&quot;&gt;http://www.platinumgrid.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;

</description>
      <pubDate>Thu, 20 Aug 09 12:50:00 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 13 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=51</url>
      <description>We&#039;re very happy to announce the release of Components For PHP Update 13.

&lt;p&gt;Although this release is just a routine maintenance release, we&#039;ve included a bunch of new features and components that enhance the development experience.&lt;/p&gt;

&lt;p&gt;These are the key new features:
&lt;ul&gt;
  &lt;li&gt;&lt;b&gt;New JTStatusBar control.&lt;/b&gt;&lt;/li&gt;
  &lt;li&gt;&lt;b&gt;Text entry support for JTDatePicker and JTDateTimePicker.&lt;/b&gt;&lt;/li&gt;
  &lt;li&gt;&lt;b&gt;New ValidationMessage property for JTAdvancedEdit, allowing the developer to specify custom error messages.&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;Apart from the above, we&#039;ve also added these new items:
&lt;ul&gt;
  &lt;li&gt;MD5 Password support to JTUserLogin&lt;/li&gt;
  &lt;li&gt;Flash demo for JTObjectControl&lt;/li&gt;
  &lt;li&gt;More keyboard support into JTGrid&lt;/li&gt;
  &lt;li&gt;ValidationMessage property to JTAdvancedEdit&lt;/li&gt;
  &lt;li&gt;Various helper methods to JTComboBox&lt;/li&gt;
  &lt;li&gt;JTEventCalendar Demo&lt;/li&gt;
  &lt;li&gt;JTMonthCalendar Demo&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;Bug fixing has been going on as always, and we&#039;ve fixed the following issues:
&lt;ul&gt;
  &lt;li&gt;JTCenteredPage did not center correctly.&lt;/li&gt;
  &lt;li&gt;JTDivWindow did not appear correctly when used on JTBasicPage.&lt;/li&gt;
  &lt;li&gt;IE Border issues with last cell in grid rows.&lt;/li&gt;
  &lt;li&gt;Resizing issues in IE.&lt;/li&gt;
  &lt;li&gt;Issue with JTLabel OnClick JavaScript error.&lt;/li&gt;
  &lt;li&gt;Issue with empty items showing as zero-height in JTComboBox.&lt;/li&gt;
  &lt;li&gt;Printed view did not show grid lines.&lt;/li&gt;
  &lt;li&gt;IE7 issue with long filter string hiding input field drop-down.&lt;/li&gt;
  &lt;li&gt;Typos in JTAdvancedEdit demo.&lt;/li&gt;
  &lt;li&gt;Issues with ImageList and JTNavigationBar.&lt;/li&gt;
  &lt;li&gt;Column rendering in JTCheckBoxList.&lt;/li&gt;
  &lt;li&gt;JTCategoryButtons rendering in non-quirks mode.&lt;/li&gt;
  &lt;li&gt;Issues with ImageList and JTHorzNavigationBar and JTVertNavigationBar.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to My Center using the link below and downloading the Components For PHP Full installer. It is not necessary to uninstall any existing Components For PHP Full installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe, so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Components For PHP Full: &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 21 Oct 09 11:42:09 -0400</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Update 3 Released</title>
      <url>http://www.jomitech.com/blogs.php?blogid=52</url>
      <description>PlatinumGrid Update 3 is now available. This release includes a number of
new features, including support for accessing selected primary keys from PHP
as well as vertical cell alignment and JavaScript OnRowDeleting event
handling.

&lt;p&gt;Here is the complete list of the new features in this release:
&lt;ul&gt;
&lt;li&gt;Oracle VCL samples&lt;/li&gt;
&lt;li&gt;AjaxRefreshAll property (Note. This only applies to VCL-based applications)&lt;/li&gt;
&lt;li&gt;Added CanFilter property to columns&lt;/li&gt;
&lt;li&gt;Added FilterDelayTimeout property to Header&lt;/li&gt;
&lt;li&gt;JavaScript OnRowDeleting event&lt;/li&gt;
&lt;li&gt;SelectedPrimaryKeys property&lt;/li&gt;
&lt;li&gt;VerticalAlignment property to columns&lt;/li&gt;
&lt;li&gt;JavaScript getSelectedPrimaryKey function.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;In addition to these features, we&#039;ve also fixed the following bugs:
&lt;ul&gt;
&lt;li&gt;Boolean column false filter did not work.&lt;/li&gt;
&lt;li&gt;Export did not format data in columns&lt;/li&gt;
&lt;li&gt;Fixed parameterization of queries&lt;/li&gt;
&lt;li&gt;Printed view did not show grid lines.&lt;/li&gt;
&lt;li&gt;IE7 issue with long filter string hiding input field drop-down&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Finally, we&#039;ve changed the pager behaviour so that it now works with GET and 
POST requests correctly.&lt;/p&gt;

&lt;p&gt;If you are a current subscriber of PlatinumGrid, you can obtain this update 
by logging in to My Center using the link below and downloading 
PlatinumGrid. It is not necessary to uninstall any existing PlatinumGrid 
installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe, 
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PlatinumGrid: &lt;a href=&quot;http://www.platinumgrid.com&quot;&gt;http://www.platinumgrid.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 25 Nov 09 10:09:38 -0500</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 14 Released</title>
      <url>http://www.jomitech.com/blogs.php?blogid=53</url>
      <description>JomiTech is pleased to announce the release of Components For PHP Update 14.

&lt;p&gt;The big new feature in this release is the new Theme Builder. Accessible
at this location &lt;a href=&quot;http://www.jomitech.com/components4phpfull/themebuilder&quot;&gt;http://www.jomitech.com/components4phpfull/themebuilder&lt;/a&gt;,
this tool allows you to create your own customized Components For PHP Full
themes with ease.&lt;/p&gt;

&lt;p&gt;To maximized maintainability, we changed the theme system to work on a
common base set of theme files. Differences between the themes are then
applied as difference files.&lt;/p&gt;

&lt;p&gt;The theme CSS files are now shipped both as standalone files, and as one
single merged and compacted file. JTSiteTheme by default uses the merged
file, but if you define JT_USESPLITCSS, it will switch to using the split
files. We have included the CSS merging tool as part of the distribution,
it is a PHP script that takes a directory of CSS files and produces a
single compacted and merged file.&lt;/p&gt;

&lt;p&gt;As part of these changes, some of the components have been updated to have a
neater look. There have also been some usability changes made.&lt;/p&gt;

&lt;p&gt;We&#039;ve also added a new property CSSClass to all the components. This allows
you to specify CSS classes that should be applied to particular components.&lt;/p&gt;

&lt;p&gt;Here is the bug fix changelog:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Fixed issue with JTHorzNavigationBar and JTNavigationBar sub-nav not being
completely hidden.&lt;/li&gt;
&lt;li&gt;ixed issue with JTComboBox not supporting non-alphanumeric characters.&lt;/li&gt;
&lt;li&gt;Fixed issue with JTAdvancedEdit validation callback.&lt;/li&gt;
&lt;li&gt;Fixed issue with JTAdvancedEdit not applying theme&#039;s font selection.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to
My Center using the link below and downloading the Components For PHP Full
installer. It is not necessary to uninstall any existing Components For PHP
Full installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe,
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Components For PHP Full: &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Fri, 22 Jan 10 09:47:07 -0500</pubDate>
    </item>
    <item>
      <title>TwineCompile 3 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=54</url>
      <description>JomiTech is very happy to announce that TwineCompile 3 has just been
released!

&lt;p&gt;TwineCompile 3 is a brand-new release with some amazing new features. We&#039;ve 
taken great care in analyzing how we can best enhance and improve your (the 
developer) productivity. We&#039;re confident that you&#039;ll find the new features a 
great help in enabling you to develop better code, faster.&lt;/p&gt;

&lt;p&gt;Arguably the biggest new feature is the introduction of SORTA Compiling, which stands for Spontaneous Real-Time Automatic Compiling. 
This feature significantly increases productivity by compiling files as they 
are saved resulting in near real-time error and warning information, as well 
as substantially reduced make times.&lt;/p&gt;

&lt;p&gt;We&#039;ve also introduced full support for background compilation. As a matter 
of fact, TwineCompile 3 no longer has the concept of a compile &quot;locking&quot; the 
IDE, all compiles are executed on a background thread.&lt;/p&gt;

&lt;p&gt;Another brand-new feature is the support for virtual file/project 
compilation, which allows you to create projects and test code changes without writing any files to disk.&lt;/p&gt;

&lt;p&gt;We&#039;ve also created a FinalBuilder plugin for TwineCompile. This plugin
imitates the IDE integration that we have, by being able to take a project
file and build the project in its entirety. You do not have to modify the
project, create makefiles, or do any other sort of manipulation to use
TwineCompile with your FinalBuilder build process. Simply drop the
FinalBuilder action into your project, configure the parameters, and it will
take care of the rest.&lt;/p&gt;

&lt;p&gt;TwineCompile 3 is packed with new features and capabilities, you just have to try it out. In addition to these
features that we&#039;ve listed, you will find:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Compile window is now dockable into the IDE.&lt;/li&gt;
&lt;li&gt;New dockable custom message windows support filtering on message type.&lt;/li&gt;
&lt;li&gt;Simultaneous build support.&lt;/li&gt;
&lt;li&gt;Custom linker support for MSBuild-based IDEs.&lt;/li&gt;
&lt;li&gt;Permanent cache folders.&lt;/li&gt;
&lt;li&gt;Cache size limiting.&lt;/li&gt;
&lt;li&gt;Compile thread affinity.&lt;/li&gt;
&lt;li&gt;Option to close executors when exiting IDE.&lt;/li&gt;
&lt;li&gt;Customizable coloration of error and warning messages.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;If you have purchased a TwineCompile v2 licence in the past 4 months,
this update is available to you at no charge, just visit the My Center
(&lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;), download the new installer and retrieve the new
TwineCompile 3 key.&lt;/p&gt;

&lt;p&gt;If you have not purchased a TwineCompile licence in the past 4 months, we
have provided an upgrade path from version 2 for only $69 USD / named user
licence.&lt;/p&gt;

&lt;p&gt;For more information on TwineCompile 3, visit the site at
&lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;http://www.jomitech.com/twine.php&lt;/a&gt;.&lt;/p&gt;
</description>
      <pubDate>Thu, 18 Feb 10 19:48:46 -0500</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Update 4 Released</title>
      <url>http://www.jomitech.com/blogs.php?blogid=55</url>
      <description>PlatinumGrid Update 4 is now available for download. This update packs many
new enhancements and features, providing the developer with the ability to
write better applications, faster.

&lt;p&gt;First off, we&#039;ve added new JOIN/foreign-key support to the grid. By
specifying a query that joins to the table referenced by the foreign-key,
the application can provide PlatinumGrid with the foreign-key as well as the
data to be presented to the user. PlatinumGrid will then show the user the
correct &quot;lookup&quot; value, while internally handling the foreign-key. With the
use of the lookup editor, editing is fully supported.&lt;/p&gt;

&lt;p&gt;We&#039;ve also added new filter support, allowing applications to specify SQL
filtering criteria. PlatinumGrid uses a revised SQL generation method that
merges the filtering criteria instead of overwriting it.&lt;/p&gt;

&lt;p&gt;PlatinumGrid also has a new property called FillWidth that controls whether
columns without a fixed size should fit their content, or expand to fill the
grid.&lt;/p&gt;

&lt;p&gt;In addition to these other features, for the non-VCL For PHP applications,
we&#039;ve added 2 new data access implementations for accessing databases using
the PHP libraries AdoDB and PDO. This provides PlatinumGrid with
out-of-the-box connectivity to most database engines.&lt;/p&gt;

&lt;p&gt;Minor features include:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Hyperlinks in text columns now support all field replacements. Use brackets
to refer to field names. For example [ID].&lt;/li&gt;

&lt;li&gt;PopulateFilter property for lookup text columns, which populates the filter
drop-down with the available items from the lookup table.&lt;/li&gt;

&lt;li&gt;getEditorValue and setEditorValue JavaScript methods.&lt;/li&gt;

&lt;li&gt;Many New samples!&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;The following changes have also been made as part of this release:&lt;br&gt;
Changed:&lt;ul&gt;
&lt;li&gt;Data access classes rewritten to derive from base classes.&lt;/li&gt;
&lt;li&gt;Export classes now bundled into lib folder, simplifying deployment.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Fixed:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Performance issues with data layers.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you are a current subscriber of PlatinumGrid, you can obtain this update by logging in to My Center using the link below and downloading PlatinumGrid. It is not necessary to uninstall any existing PlatinumGrid installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe, so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PlatinumGrid: &lt;a href=&quot;http://www.platinumgrid.com&quot;&gt;http://www.platinumgrid.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;

</description>
      <pubDate>Mon, 01 Mar 10 10:06:40 -0500</pubDate>
    </item>
    <item>
      <title>TwineCompile 3 Trial Version Updated</title>
      <url>http://www.jomitech.com/blogs.php?blogid=56</url>
      <description>By accident, we shipped the TwineCompile 3 trial version with a hidden 25 compile limit, preventing users from using the TwineCompile plugin more than 25 times in one IDE session. We&#039;ve just uploaded a new trial installer that does not have this limit in place. We encourage all trial users to re-download TwineCompile 3 and evaluate it.

&lt;p&gt;&lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;TwineCompile&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 09 Mar 10 09:25:25 -0500</pubDate>
    </item>
    <item>
      <title>Components For PHP Update 15 Released</title>
      <url>http://www.jomitech.com/blogs.php?blogid=57</url>
      <description>JomiTech is pleased to announce the release of Components For PHP Update 15.

&lt;p&gt;This update brings a couple of major changes. First, Components For PHP Lite
no longer exists. We&#039;ve decided that it was not a useful component package,
and maintenance of its older codebase was becoming difficult. Second,
Components For PHP Free is now based on the codebase of Components For PHP
Full and contains a couple more components.&lt;/p&gt;

&lt;p&gt;As far as Components For PHP updates, the biggest new features are related
to JTComboBox. This component now has DropDown/DropDownList support,
key/value item support and keyboard suport. We&#039;ve also added some animation
to the drop-down box, so that it makes the interface more appealing to the
user.&lt;/p&gt;

&lt;p&gt;There have been a number of other additions, changes and fixes, so here is
the changelog:&lt;/p&gt;

&lt;p&gt;Added:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;getValue and setValue JavaScript methods to JTTimePicker&lt;/li&gt;
&lt;li&gt;jQuery 1.4.2 is now used by the components.&lt;/li&gt;
&lt;li&gt;Auto drop-down, Data lookup, Style, and many other new features to JTComboBox&lt;/li&gt;
&lt;li&gt;InsertChild method to JTTreeView&lt;/li&gt;
&lt;li&gt;JTLookupComboBox now supports SelectedValue pre-selection&lt;/li&gt;&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;Changed:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JTGrid now supports cell format callbacks defined as global methods.&lt;/li&gt;
&lt;li&gt;JTLookupComboBox and JTLookupListBox now share the same base class, allowing features to be shared.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Fixed:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Design-time issues with JTSiteTheme&lt;/li&gt;
&lt;li&gt;JavaScript PHP date format method returned incorrect year.&lt;/li&gt;
&lt;li&gt;JTDivWindow in blue theme with bsSingle border style did not render correctly.&lt;/li&gt;
&lt;li&gt;JTDatePicker did not close drop-down when drop-down array was clicked again.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to
My Center using the link below and downloading the Components For PHP Full
installer. It is not necessary to uninstall any existing Components For PHP
Full installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe,
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Components For PHP Full: &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Tue, 20 Apr 10 22:13:34 -0400</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Update 5 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=58</url>
      <description>We&#039;re really happy to announce that, at long last, PlatinumGrid Update 5 has been released.
We apologize for the delay in getting this release out and hope that the new features 
will have made it worthwhile.

&lt;p&gt;The big new feature in this release is the support for column summaries. PlatinumGrid now supports
both group and grid summaries, with the following aggregate functions: Average, Count, Maximum, Minimum 
and Sum. The output of the summary calculation can optionally be formatted using an event handler.&lt;/p&gt;

&lt;p&gt;The display of the summaries is controlled by a set of properties on each column. The properties for
group and grid summaries are independant to provide maximum flexibility. For example, the group summary for
a column can indicate the number of rows in the group, while the grid summary for that column displays the average
of the column&#039;s values.&lt;/p&gt;

&lt;p&gt;There have been other, less important, changes and bug fixes in this release:&lt;br&gt;
Added:&lt;ul&gt;
&lt;li&gt;JT_NOSUBQUERIES define for database engines that do not support sub-queries&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Changed:&lt;ul&gt;
&lt;li&gt;Upgraded Spreadsheet_Excel_Writer library to latest version.&lt;/li&gt;
&lt;li&gt;OnRowInserted and OnRowEdited events now pass fields by reference, so that additional fields can be altered.&lt;/li&gt;
&lt;li&gt;Updated basic custom SQL example.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Fixed:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Issues with calculating record count.&lt;/li&gt;
&lt;li&gt;Filter not being preserved between requests.&lt;/li&gt;
&lt;li&gt;Hyperlink support.&lt;/li&gt;
&lt;li&gt;Export did not use TextField for text columns.&lt;/li&gt;
&lt;li&gt;Filtering did not use TextField for text columns.&lt;/li&gt;
&lt;li&gt;JSON encoding issues with column data.&lt;/li&gt;
&lt;li&gt;Filter selector issues caused by new JTComboBox control.&lt;/li&gt;
&lt;li&gt;Pager quirks when no records in dataset.&lt;/li&gt;
&lt;li&gt;Missing jQuery file from deployment.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you are a current subscriber of PlatinumGrid, you can obtain this update by logging in to My Center using the link below and downloading PlatinumGrid. It is not necessary to uninstall any existing PlatinumGrid installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe, so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PlatinumGrid: &lt;a href=&quot;http://www.platinumgrid.com&quot;&gt;http://www.platinumgrid.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;

</description>
      <pubDate>Wed, 23 Jun 10 01:31:25 -0400</pubDate>
    </item>
    <item>
      <title>TwineCompile 3 Update 1 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=59</url>
      <description>JomiTech is happy to announce that TwineCompile 3 Update 1 has just been released!

&lt;p&gt;This update adds some new features and fixes a bunch of issues in the first release.&lt;/p&gt;

&lt;p&gt;Here are the new features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;About TwineCompile form (located under TwineCompile IDE menu)&lt;/li&gt;
&lt;li&gt;Message lines are now tracked in editor, so that double-clicking a message will always highlight the correct line.&lt;/li&gt;
&lt;li&gt;Alt-F7/F8 support to message view to allow for keyboard message navigation.&lt;/li&gt;
&lt;li&gt;New optional SORTA Compile triggers:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Project options changed&lt;/li&gt;
&lt;li&gt;Active editor tab changed&lt;/li&gt;
&lt;li&gt;Idle for x seconds&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Dependency checking in non-MSBuild IDEs (5, 6, 2006) is now performed by mtbcc32.exe for improved performance.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Bug fixes:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Virtual file compiling issue in non-MSBuild IDEs.&lt;/li&gt;
&lt;li&gt;Issues with dependency checking which caused some files to be always built.&lt;/li&gt;
&lt;li&gt;Cancel button disappeared with multi-project builds.&lt;/li&gt;
&lt;li&gt;Performance issues in executor.&lt;/li&gt;
&lt;li&gt;Opening a message would sometimes open file in new tab.&lt;/li&gt;
&lt;li&gt;Issues with external linker support and virtual compiling.&lt;/li&gt;
&lt;li&gt;Issue with BDS 2006 and -w- linker option.&lt;/li&gt;
&lt;li&gt;Issues with compile progress bar.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you already have a TwineCompile 3 licence, this update is free to download off the My Center (&lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;If you do not have a TwineCompile 3 licence, if you purchase TwineCompile you will receive this update as part of the download.&lt;/p&gt;

&lt;p&gt;For more information on TwineCompile 3, visit the site at &lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;http://www.jomitech.com/twine.php&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Please don&#039;t hesitate to contact us if you have any questions, suggestions or concerns. We&#039;d also love to hear your success stories with TwineCompile.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 10 13:26:00 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 16 Released</title>
      <url>http://www.jomitech.com/blogs.php?blogid=60</url>
      <description>JomiTech is happy to announce the release of Components For PHP Update 16.

&lt;p&gt;This release adds full support for the new &lt;a href=&quot;http://www.embarcadero.com/products/radphp&quot;&gt;Embarcadero RadPHP XE&lt;/a&gt;.
It is mostly just a minor update that adds the new IDE support and some bug-fixes, but there
has been one major change to the components: we&#039;ve re-worked our navigation
controls (JTCategoryButtons, JTHorzNavigationBar, JTMenuBar and JTVertNavigationBar)
to derive from a common base class and share functionality. We&#039;ve done this so that 
these components all benefit from any updates to an individual component. Because
JTBaseNavigation has more powerful and flexible item handling, we&#039;re going to be
able to add features like multi-level menus, tags and other useful features to
these controls.&lt;/p&gt;

&lt;p&gt;There have been a number of other additions, changes and fixes, so here is
the changelog:&lt;/p&gt;

&lt;p&gt;Added:
&lt;ul&gt;&lt;li&gt;Column support to JTRadioButtonList&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Fixed:
&lt;ul&gt;&lt;li&gt;Selection issues with JTComboBox&lt;/li&gt;
&lt;li&gt;Events were not being fired in JTComboBox&lt;/li&gt;
&lt;li&gt;Issue with JTComboBox closing when item clicked.&lt;/li&gt;
&lt;li&gt;JTLookupComboBox did not automatically select items with a key of 0&lt;/li&gt;
&lt;li&gt;JTTimePicker corrupted Ajax responses&lt;/li&gt;
&lt;li&gt;JTExpandPanel CssClass property did not work in blue theme&lt;/li&gt;
&lt;li&gt;JTDateTimePicker&#039;s Clear did not automatically fire OnChange event&lt;/li&gt;
&lt;li&gt;Border issue with JTHorzNavigationBar in blue theme&lt;/li&gt;
&lt;li&gt;Position issue with JTDivWindow&lt;/li&gt;
&lt;li&gt;CssClass property did not work with some controls in the default and blue themes&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Changed:
&lt;ul&gt;&lt;li&gt;Improved performance of JTBlobImage for direct database access.&lt;/li&gt;
&lt;li&gt;Navigation controls now in a JomiTech Navigation Controls section in the tool palette&lt;/li&gt;
&lt;li&gt;Navigation controls now inherit from common base class JTBaseNavigation&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to
My Center using the link below and downloading the Components For PHP Full
installer. It is not necessary to uninstall any existing Components For PHP
Full installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe,
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Components For PHP Full: &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Mon, 13 Sep 10 11:02:11 -0400</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Update 6 Released</title>
      <url>http://www.jomitech.com/blogs.php?blogid=61</url>
      <description>JomiTech is happy to announce the release of PlatinumGrid Update 6.

&lt;p&gt;This updates adds full support for the new &lt;a href=&quot;http://www.embarcadero.com/products/radphp&quot;&gt;Embarcadero RadPHP XE&lt;/a&gt;
and includes a few bug-fixes. Due to incompatibility with Zend Optimizer and XDebug and PHP 5.3, we&#039;ve decided to drop the
trial version.&lt;/p&gt;

&lt;p&gt;Here is the changelog:&lt;/p&gt;

&lt;p&gt;Added:&lt;ul&gt;
&lt;li&gt;basic-memorows.php sample&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Fixed:&lt;ul&gt;
&lt;li&gt;Insert row did not take grouping into account&lt;/li&gt;
&lt;li&gt;Filter was not reset if empty&lt;/li&gt;
&lt;li&gt;gridsamples.sql did not contain the latest samples database&lt;/li&gt;
&lt;li&gt;Data access classes included order by in record count query&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to
My Center using the link below and downloading PlatinumGrid.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe,
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PlatinumGrid: &lt;a href=&quot;http://www.platinumgrid.com&quot;&gt;http://www.platinumgrid.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Mon, 13 Sep 10 20:04:47 -0400</pubDate>
    </item>
    <item>
      <title>TwineCompile 3.2 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=62</url>
      <description>JomiTech is very pleased to announce that TwineCompile 3.2 has just been 
released!

&lt;p&gt;The big new feature is complete support for C++Builder XE. TwineCompile now 
integrates directly into Embarcadero&#039;s latest C++ development environment.&lt;/p&gt;

&lt;p&gt;We&#039;ve also updated our FinalBuilder support, and 3.2 ships with actions for 
FinalBuilder 4, 5, 6 and 7.&lt;/p&gt;

&lt;p&gt;There are also some minor changes and bugfixes in this release:&lt;/p&gt;

&lt;p&gt;Changes:&lt;ul&gt;
&lt;li&gt;SORTA compile now supports inl files&lt;/li&gt;

&lt;li&gt;Compile and message windows are no longer stay-on-top, but function like 
the IDE&#039;s built-in windows&lt;/li&gt;

&lt;li&gt;MSBuild command-line builds no longer require the CoreCompileDependsOn 
property to be set on the command-line&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;


&lt;p&gt;Bug fixes:&lt;ul&gt;

&lt;li&gt;2009+ did not respect Make target on command-line&lt;/li&gt;
&lt;li&gt;FinalBuilder actions did not set configuration with MSBuild projects&lt;/li&gt;
&lt;li&gt;Files with local options were always built&lt;/li&gt;
&lt;li&gt;BDS 2006 Af:nnnn linker option was not processed correctly.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you already have a TwineCompile 3 licence, this update is free to 
download off the My Center (&lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;If you do not have a TwineCompile 3 licence, if you purchase TwineCompile 3 
you will receive this update as part of the download.&lt;/p&gt;

&lt;p&gt;For more information on TwineCompile 3, visit the site at 
&lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;http://www.jomitech.com/twine.php&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Please don&#039;t hesitate to contact us if you have any questions, suggestions 
or concerns. We&#039;d also love to hear your success stories with TwineCompile.&lt;/p&gt;

&lt;p&gt;TwineCompile site: &lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;http://www.jomitech.com/twine.php&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 10 09:32:48 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Full Update 17 Now Available!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=63</url>
      <description>	JomiTech is happy to announce the release of Components For PHP Update 17.
&lt;p&gt;
	We&amp;#39;ve added a new component and a new large sample application to Components For PHP in this release.&lt;/p&gt;
&lt;p&gt;
	The new component is JTAjaxWaitPopup. When placed on a form that uses Ajax, this component automatically shows a themed &amp;quot;Please wait...&amp;quot; dialog with an&gt;
	animated graphic when an Ajax request is started. This allows users to see that the application is working. The dialog fades in and out automatically as the requests start and complete.&lt;/p&gt;
&lt;p&gt;
	The new sample is a Bug Tracker demo. It is a simple bug tracking application that shows off how to use our controls to create easy-to-use, feature-rich applications. The application uses Ajax, Anchors, JTAjaxWaitPopup, JTDivWindow, JTTreeView and other controls to create a fluid user experience.&lt;/p&gt;
&lt;p&gt;
	We&amp;#39;ve also put together a JTProgressBar demo that shows how to use it with Ajax to show progress to the user for long server-side operations.&lt;/p&gt;
&lt;p&gt;
	Finally, JTTreeView now is fully data-aware. It can load items based on parent-child records in a database table. The Bug Tracker demo uses this new capability to show the Areas hierarchy.&lt;/p&gt;
&lt;p&gt;
	There have been a number of other additions, changes and fixes, so here is the changelog:&lt;/p&gt;
&lt;p&gt;
	Added:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		JavaScript getSelectedCaption method to JTTreeView&lt;/li&gt;
	&lt;li&gt;
		JavaScript PopupForControl method to JTMenu&lt;/li&gt;
	&lt;li&gt;
		Workaround for RadPHP bug with rendering components that rely on other&lt;br /&gt;
		components&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	Fixed:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		Blue theme issues with JTBevel and JTGroupBox&lt;/li&gt;
	&lt;li&gt;
		Performance issues with JTToolBar and JTComboBox&lt;/li&gt;
	&lt;li&gt;
		JTComboBox selection issue&lt;/li&gt;
	&lt;li&gt;
		Imagelist issues with JTToolBar&lt;/li&gt;
	&lt;li&gt;
		JTMenu always called OnClick event&lt;/li&gt;
	&lt;li&gt;
		JTRadioButtonList errored if the Datasource had no DataSet&lt;/li&gt;
	&lt;li&gt;
		Style issues with JTStatusBar&lt;/li&gt;
	&lt;li&gt;
		Control size issue with Chrome/Safari&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	If you are a current subscriber, you can obtain this update by logging in to&lt;br /&gt;
	My Center using the link below and downloading the Components For PHP Full&lt;br /&gt;
	installer. It is not necessary to uninstall any existing Components For PHP&lt;br /&gt;
	Full installations.&lt;/p&gt;
&lt;p&gt;
	If you are not a current subscriber, we highly encourage you to subscribe,&lt;br /&gt;
	so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;
&lt;p&gt;
	My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	Components For PHP Full: &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Wed, 15 Dec 10 08:32:11 -0500</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Update 7 Now Available!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=64</url>
      <description>	JomiTech is happy to announce the release of PlatinumGrid Update 7.
&lt;p&gt;
	In this release we&amp;#39;ve added lots of samples to match the showcase that we have on the PlatinumGrid web site. You can find these samples in the samples subdirectory of the PlatinumGrid folder.&lt;br /&gt;
	&lt;br /&gt;
	We&amp;#39;ve also added a Batch Updates samples to show how you can implement batched updates and deletes on PlatinumGrid just by handling a few events.&lt;br /&gt;
	&lt;br /&gt;
	In addition, we&amp;#39;ve significantly enhanced the JavaScript performance of PlatinumGrid so that it renders faster, especially when rendering more than 50 rows at a time.&lt;br /&gt;
	&lt;br /&gt;
	For those using PlatinumGrid without RadPHP/Delphi For PHP (the vanilla PHP install as we call it), we&amp;#39;ve changed PlatinumGrid so that it is automatically persistent. You no longer have to call serialize/unserialize manually.&lt;br /&gt;
	&lt;br /&gt;
	There are also other bug fixes in this release:&lt;br /&gt;
	&lt;br /&gt;
	Fixed:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		AdoDB data access layer used mysql_error method&lt;/li&gt;
	&lt;li&gt;
		Design-time rendering of hierarchical data caused infinite loop&lt;/li&gt;
	&lt;li&gt;
		Parameter mis-match warnings in PHP 5.3&lt;/li&gt;
	&lt;li&gt;
		Error message when auto-generating columns on an empty result set.&lt;/li&gt;
	&lt;li&gt;
		Notices when using JTPlatinumGridDateTimeColumn&lt;/li&gt;
	&lt;li&gt;
		Export did not use OnRowData&lt;/li&gt;
	&lt;li&gt;
		CSV and XLS export did not export column formats correctly.&lt;/li&gt;
	&lt;li&gt;
		OS independent path separator was not used for excel writer.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	If you are a current subscriber of PlatinumGrid, you can obtain this update by logging in to My Center using the link below and downloading PlatinumGrid. It is not necessary to uninstall any existing PlatinumGrid installations.&lt;br /&gt;
	&lt;br /&gt;
	If you are not a current subscriber, we highly encourage you to subscribe, so that you can take advantage of this new, and all the future, updates.&lt;br /&gt;
	&lt;br /&gt;
	My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;br /&gt;
	&lt;br /&gt;
	PlatinumGrid: &lt;a href=&quot;http://www.platinumgrid.com&quot;&gt;http://www.platinumgrid.com&lt;/a&gt;&lt;br /&gt;
	&lt;br /&gt;
	JomiTech: &lt;a href=&quot;http://www.jomitech.com&quot;&gt;http://www.jomitech.com&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Wed, 15 Dec 10 08:37:29 -0500</pubDate>
    </item>
    <item>
      <title>Components For PHP Update 18 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=65</url>
      <description>JomiTech is happy to announce the release of Components For PHP Update 18.

&lt;p&gt;This update is primarily a maintenance update, but we&#039;ve taken the
opportunity to re-work the JTUserLogin component, as well as add 3 new
themes.&lt;/p&gt;

&lt;p&gt;JTUserLogin now supports multiple password hash types (including custom hash
support), events for OnLogin and OnLoggedOut (for custom login
implementations), and a simpler API for accessing the logged in user.&lt;/p&gt;

&lt;p&gt;JTUserLoginView has been updated as well and supports custom Login, Logout
and Register link URLs, without having to handle the events and direct the
user manually.&lt;/p&gt;

&lt;p&gt;The 3 new themes are Charcoal, Light Blue and Light Grey.&lt;/p&gt;

&lt;p&gt;There have been a number of other additions, changes and fixes, so here is
the changelog:&lt;/p&gt;

&lt;p&gt;Added:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Workaround for serialization issue in JTImageMap
&lt;li&gt;SHA-256, SHA-512 and custom hash support to JTUserLogin
&lt;li&gt;Many new features to JTUserLoginView
&lt;li&gt;JTUserLogin and JTUserLoginView samples
&lt;li&gt;More hash types to JTUserLogin
&lt;li&gt;OnLogin and OnLoggedOut events to JTUserLogin
&lt;li&gt;Enhanced JTUserLogin API
&lt;li&gt;3 new themes: Charcoal, Light Blue and Light Grey
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Fixed:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Ajax calls did not reload JTCategoryButtons links
&lt;li&gt;Minor performance issues with theme rendering
&lt;li&gt;JTToolBar required parent form to be the first on the page
&lt;li&gt;JTBevel did not show corners when running strict in IE
&lt;li&gt;JTComboBox scrollbar was incorrectly positioned in Chrome (Chrome bug)
&lt;li&gt;Recursive dependency issue
&lt;li&gt;JTLabel did not support data access with non-alphanumeric field names
&lt;li&gt;Bevel edges not showing on JTBevel in IE for blue theme&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Changed:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Re-worked JTUserLogin&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to
My Center using the link below and downloading the Components For PHP Full
installer. It is not necessary to uninstall any existing Components For PHP
Full installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe,
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Components For PHP Full: &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 24 Mar 11 11:03:03 -0400</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Update 8 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=66</url>
      <description>JomiTech is happy to announce the release of PlatinumGrid Update 8.

&lt;p&gt;This update is primarily a maintenance update, with the significant change
being a complete re-working of the data access layer. This new layer
improves PlatinumGrid&#039;s SQL handling, adds built-in support for sorting and
filtering of array-based data, and provides more callbacks for controlling
what PlatinumGrid does with the database.&lt;/p&gt;

&lt;p&gt;There have been a number of other additions, changes and fixes, so here is
the changelog:&lt;/p&gt;

&lt;p&gt;Added:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;2 new samples, basic-mssql and basic-width, for non-RPCL application&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Fixed:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Minor performance issues with rendering
&lt;li&gt;Issues with loading detail view
&lt;li&gt;Filter options did not work with keyed arrays
&lt;li&gt;Clearing SelectedCells now resets the SelectedCol, SelectedRow and
SelectedPrimaryKeys properties
&lt;li&gt;PDO data layer did not page correctly&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Changed:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Re-worked data access layer&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;If you are a current subscriber of PlatinumGrid, you can obtain this update
by logging in to My Center using the link below and downloading
PlatinumGrid. It is not necessary to uninstall any existing PlatinumGrid
installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe,
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: http://my.jomitech.com&lt;/p&gt;

&lt;p&gt;PlatinumGrid: http://www.platinumgrid.com&lt;/p&gt;</description>
      <pubDate>Thu, 24 Mar 11 11:03:09 -0400</pubDate>
    </item>
    <item>
      <title>Components For PHP Update 19 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=67</url>
      <description>JomiTech is happy to announce the release of Components For PHP Update 19. 

&lt;p&gt;First of all, we&#039;ve added support for RadPHP XE 2, the latest version of
Embarcadero&#039;s rapid development environment for PHP. The Components For PHP
installer now detects and installs to XE 2. The components have been updated
to use the new Ajax methods as well.&lt;/p&gt;

&lt;p&gt;Secondly, we spent some time working on the navigation controls, in
particular JTMenu, JTMenuBar and JTVertNavigationBar.&lt;/p&gt;

&lt;p&gt;The menu controls (JTMenu and JTMenuBar) now support menus that are more
than 2 levels deep, and also use a nice fade-in effect when displaying a
menu.&lt;/p&gt;

&lt;p&gt;JTVertNavigationBar now supports an unlimited number of child items, and
will display them in a tree form.&lt;/p&gt;

&lt;p&gt;We cleaned up the HTML that these 3 controls generated and made the output
more streamlined and standardized.&lt;/p&gt;

&lt;p&gt;There have been a number of other additions, changes and fixes, so here is
the changelog:&lt;/p&gt;

Added:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;deleteItemByIndex and deleteSubItemByIndex methods to JTBaseNavigation&lt;/li&gt;
&lt;li&gt;Old JTMenuBar item methods are back&lt;/li&gt;
&lt;li&gt;Multiple pages have been added to the JTUserLogin sample showing tha logins
are persistent between pages.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Fixed:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Anchors did not update in Firefox&lt;/li&gt;
&lt;li&gt;JTToolBar events were still called for disabled buttons&lt;/li&gt;
&lt;li&gt;Rendering issues with JTGroupBox&lt;/li&gt;
&lt;li&gt;Rendering issues with disabled JTToolBar buttons&lt;/li&gt;
&lt;li&gt;JTCheckBoxList columns did not work&lt;/li&gt;
&lt;li&gt;Enabled property did not disable JTComboBox&lt;/li&gt;
&lt;li&gt;Issues with special chars in navigation property editor&lt;/li&gt;
&lt;li&gt;Issues with using special characters in menu bar item names.&lt;/li&gt;
&lt;li&gt;JTJavaScript did not emit code when called via Ajax&lt;/li&gt;
&lt;li&gt;Date-related component no longer show error if the PHP timezone has not been set&lt;/li&gt;
&lt;li&gt;JTEventCalendar did not use localized day names&lt;/li&gt;
&lt;li&gt;Deployment wizard did not copy the necessary support files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are a current subscriber, you can obtain this update by logging in to
My Center using the link below and downloading the Components For PHP Full
installer. It is not necessary to uninstall any existing Components For PHP
Full installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe,
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Components For PHP Full: &lt;a href=&quot;http://www.jomitech.com/compforphp.php&quot;&gt;http://www.jomitech.com/compforphp.php&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 22 Sep 11 10:02:39 -0400</pubDate>
    </item>
    <item>
      <title>PlatinumGrid Update 9 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=68</url>
      <description>JomiTech is happy to announce the release of PlatinumGrid Update 9.

&lt;p&gt;First of all, we&#039;ve added support for RadPHP XE 2, the latest version of
Embarcadero&#039;s rapid development environment for PHP. The PlatinumGrid RadPHP
installer now detects and installs to XE 2.&lt;/p&gt;

&lt;p&gt;Secondly, we&#039;ve added a new feature called the Command Bar. The command bar,
which is shown by default, displays a set of buttons at the top or bottom
(or both) of the grid, which the user can click to execute grid commands.
There are 6 built-in commands (Insert Record, Refresh, Export To CSV, Export
To Excel, Export to PDF and Print) and you can add as many custom commands
as you wish. The settings for the command bar are located under the
CommandBar member property of the JTPlatinumGrid class. See the
documentation for the list of settings.&lt;/p&gt;

&lt;p&gt;We&#039;ve also added the ability to execute custom commands via JavaScript code.
In particular, the PlatinumGrid JavaScript API has been extended to add a new
method called CustomCommand, which can be called to execute a custom command
on the server.&lt;/p&gt;

&lt;p&gt;There have been a number of other additions, changes and fixes, so here is
the changelog:&lt;/p&gt;

Added:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Demo for separate detail view&lt;/li&gt;
&lt;li&gt;New text column editors sample&lt;/li&gt;
&lt;li&gt;CSS classes for Edit and Delete edit column links (allowing the addition 
of images for these links)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Fixed:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Date/time columns were not filtered in array mode&lt;/li&gt;
&lt;li&gt;Filter parameters not passed to OnSQL event&lt;/li&gt;
&lt;li&gt;Detail grid did not show correctly inside grouped grid&lt;/li&gt;
&lt;li&gt;Support for sorting/grouping that doesn&#039;t specify the direction&lt;/li&gt;
&lt;li&gt;Empty filter option did not clear filter&lt;/li&gt;
&lt;li&gt;Setting SelectedCells to an empty array did not clear selection&lt;/li&gt;
&lt;li&gt;Advanced filtering did not work with Boolean columns&lt;/li&gt;
&lt;li&gt;Master/Detail did not load for non-VCL applications&lt;/li&gt;
&lt;li&gt;Issues with serialization&lt;/li&gt;
&lt;li&gt;Issues with PostgreSQL aggregates&lt;/li&gt;
&lt;li&gt;Detail view did not work correctly when viewed via Ajax.&lt;/li&gt;
&lt;li&gt;HyperlinkField did not work for printing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are a current subscriber of PlatinumGrid, you can obtain this update
by logging in to My Center using the link below and downloading
PlatinumGrid. It is not necessary to uninstall any existing PlatinumGrid
installations.&lt;/p&gt;

&lt;p&gt;If you are not a current subscriber, we highly encourage you to subscribe,
so that you can take advantage of this new, and all the future, updates.&lt;/p&gt;

&lt;p&gt;My Center URL: &lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PlatinumGrid: &lt;a href=&quot;http://www.platinumgrid.com&quot;&gt;http://www.platinumgrid.com&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 22 Sep 11 10:05:35 -0400</pubDate>
    </item>
    <item>
      <title>TwineCompile 3.3 Released!</title>
      <url>http://www.jomitech.com/blogs.php?blogid=69</url>
      <description>JomiTech is very pleased to announce that TwineCompile 3.3 has just been
released!

&lt;p&gt;There are 2 new features in this release:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;RAD Studio XE2 is now fully supported.&lt;/li&gt;

&lt;li&gt;We&#039;ve re-written the compile options system in TwineCompile so that
local file options do not slow down the compile. Files are now grouped
with their options in a twfiles.@@@ file in the project directory, then
compiled all at once.&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;

&lt;p&gt;In addition, some users have reported issues with SORTA compile&#039;s new
error caching mechanism, where SORTA compile would cache the errors of
a previous compile and re-display them when make was invoked, instead
of performing an actual compile. We intend to improve this feature to
prevent false errors from being shown, but in the meanwhile, we have
added an option to the SORTA compile settings, allowing it to be turned
on or off. (It defaults to off)&lt;/p&gt;

&lt;p&gt;There have also been some other bug fixes:&lt;ul&gt;
&lt;li&gt;Issues with closing the IDE while SORTA was running&lt;/li&gt;
&lt;li&gt;Issues with the Windows 7 taskbar button progress indicator&lt;/li&gt;&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;If you already have a TwineCompile 3 licence, this update is free to 
download off the My Center (&lt;a href=&quot;http://my.jomitech.com&quot;&gt;http://my.jomitech.com&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;If you do not have a TwineCompile 3 licence, if you purchase TwineCompile 3 
you will receive this update as part of the download.&lt;/p&gt;

&lt;p&gt;For more information on TwineCompile 3, visit the site at 
&lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;http://www.jomitech.com/twine.php&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Please don&#039;t hesitate to contact us if you have any questions, suggestions 
or concerns. We&#039;d also love to hear your success stories with TwineCompile.&lt;/p&gt;

&lt;p&gt;TwineCompile site: &lt;a href=&quot;http://www.jomitech.com/twine.php&quot;&gt;http://www.jomitech.com/twine.php&lt;/a&gt;&lt;/p&gt;

</description>
      <pubDate>Thu, 10 Nov 11 09:37:00 -0500</pubDate>
    </item>

  </channel>
</rss>

