<?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>

  </channel>
</rss>
