<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" count="10"><channel><title>Latest Improvements</title><link>http://www.primeobjects.com</link><description>Thanks to the SaaS (Software as a Service) design and deployment from the PrimeObjects Enterprise Platform, new features, improvements and bug fixes can be applied and enjoyed by our customers overnight without long wait times, frustration of deployment or risk of failure that you may have experienced in traditional software.&lt;/p&gt;
&lt;p&gt;PrimeObjects' team is working hard on making our products better and we appreciate your feedback on what we can do to help you. We listen and respond quickly.

 </description><item rank="0" id="72d5ca83-29b4-41f1-8301-64785f991af1" name="BlogItem"><title><![CDATA[A better inline editing feature is designed to avoid popup window when updating a record.]]></title><description><![CDATA[<p><img src="http://www.primeobjects.com/Photo/3c441c81-b631-4ca7-a1e2-149e6b8d1f47/default.pophoto.jpg"></p>
<p><img src="http://www.primeobjects.com/Photo/8c377b99-8393-4829-ae64-aa58c6f248a3/default.pophoto.jpg"></p>
]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/72d5ca83-29b4-41f1-8301-64785f991af1/A-better-inline-editing-feature-is-designed-to-avoid-popup-window-when-updating-a-record/default.blog.html</link><guid isPermaLink="false">72d5ca83-29b4-41f1-8301-64785f991af1</guid><pubDate>Sat, 29 May 2010 04:51:19 GMT</pubDate><comments></comments><author>Gary Zhang</author></item><item rank="0" id="09e25cb1-4ae0-4bcd-87a9-cb852cbdad54" name="BlogItem"><title><![CDATA[IsLocked feature allows you lock your record from unexpected changes.]]></title><description><![CDATA[Based on the feedback from clients, a "IsLocked" feature was developed to improve the control of the data in the PrimeObjects system. In many cases, user may want to keep a special record safe from unexpected updates or deletes. For example a Financial Model that was created by a Sr. financial advisor for his clients or Jr. financial advisors can be locked from any changes. Although properly applied security settings can also protect a certain record from any changes, IsLocked feature makes this kind of protection easier. <br><br><img src="http://www.primeobjects.com/Photo/30484472-3bed-4c49-ac08-a95b88b17ef5/default.pophoto.jpg"><br>]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/09e25cb1-4ae0-4bcd-87a9-cb852cbdad54/IsLocked-feature-allows-you-lock-your-record-from-unexpected-changes/default.blog.html</link><guid isPermaLink="false">09e25cb1-4ae0-4bcd-87a9-cb852cbdad54</guid><pubDate>Fri, 21 May 2010 22:29:08 GMT</pubDate><comments></comments><author>Gary Zhang</author></item><item rank="0" id="dc250e9c-6cb6-4eae-ad7b-f29978b66571" name="BlogItem"><title><![CDATA[Control calendar by the parameters in the url]]></title><description><![CDATA[<table style="width: 600px; vertical-align: top;" align="" border="0" cellpadding="0" cellspacing="2"><tbody><tr style="font-weight: bold;"><td style="width: 80px;">Parameter</td><td style="width: 150px;">Value</td><td style="width: 360px;">Description</td></tr><tr><td>fc</td><td>true/false</td><td>fc=false: The date picker panel and caledar group panel on the left side of the full calendar will be hidden. <br>fc=true: Show full calendar</td></tr><tr><td valign="top">dt<br></td><td valign="top">yyyy-MM-dd<br></td><td valign="top">Define the default date on the calendar. for example: dt=2009-02-03 means the Feb 3, 2009 will be the default date of the calendar.<br></td></tr><tr><td valign="top">cals</td><td valign="top">Calendar IDs<br></td><td valign="top">This parameter is used to define the filter so that the calendar will only show the activities in the specific calendars by default. i.e. cals=a9b85cde-0fa5-41e2-b61d-c6f1872d2ea2,b1a53044-0068-4abd-8858-c101547bcb77<br>When the cals parameter is provided in the query string of the url, the default calendar group will be set to "All Calendars". <br><br></td></tr><tr><td valign="top">iid<br></td><td valign="top">Regarding ID<br></td><td valign="top">If iid parameter is provided in the query string of the url, the calendar will only show the activities regarding this specified record. The activities will be filtered on the Regarding field (InstanceId attribute) of the Event, Appoint and Task records. <br></td></tr><tr><td valign="top">calgrpid</td><td valign="top">Calendar Group ID <br></td><td valign="top">This parameter is used to define the filter so that the calendar will only show the activities in the calendars included in the specific calendar group by default. When the calgrpid is defined, the cals parameter will be ignored.<br></td></tr><tr><td valign="top">tabs<br></td><td valign="top">Calendar Tabs<br></td><td valign="top">The tabs parameter will define what tabs the calendar should display in which order. i.e. tabs=y,m,w,d,a will show the different calendar views in the different tab based on the following order Year, Month, Week, Day, Agenda<br></td></tr><tr><td valign="top">tab<br></td><td valign="top">Default Tab<br></td><td valign="top">The tab parameter defines which tab should be selected by default when loading the calendar at the begining. i.e. tabs=y,m,d,a&amp;tab=d, the Day view tab will be the default tab and displayed when the calendar is loaded at the first time.&nbsp; <br></td></tr><tr><td valign="top">appointment<br></td><td valign="top">True/False<br></td><td valign="top">The parameter primarily is used to hide the appointments from the activities shown in the calendar. i.e. appointment=false<br></td></tr><tr><td valign="top">event<br></td><td valign="top">True/False</td><td valign="top">The parameter primarily is used to hide the events from the activities shown in the calendar. i.e. appointment=false</td></tr><tr><td valign="top">task<br></td><td valign="top">True/False</td><td valign="top">The parameter primarily is used to hide the tasks from the activities shown in the calendar. i.e. appointment=false</td></tr><tr><td valign="top">session<br></td><td valign="top">Session ID<br></td><td valign="top">This is used for single signon in the case of integrate calendar in a seperate 3rd party web application.<br></td></tr><tr><td valign="top">allowguest<br></td><td valign="top">True/False<br></td><td valign="top">By default, the calendar only work for a valide user who has signed into the system with an active session. If the calendar is show to public, the allowguest=true will allow the anonymous visitors to see the calendar. To make the calendar accessible by the public, the calendar record need to be published. <br></td></tr></tbody></table><br>]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/dc250e9c-6cb6-4eae-ad7b-f29978b66571/Control-calendar-by-the-parameters-in-the-url/default.blog.html</link><guid isPermaLink="false">dc250e9c-6cb6-4eae-ad7b-f29978b66571</guid><pubDate>Sat, 10 Apr 2010 06:45:12 GMT</pubDate><comments></comments><author>Gary Zhang</author></item><item rank="0" id="e12fbf6f-6970-4be9-911a-7036e5e82dc1" name="BlogItem"><title><![CDATA[Approved Signup and Self Signup]]></title><description><![CDATA[The signup dialog box provided by PrimeObjects platform allow external and internal user to self-signup the web applications built on PrimeObjects platform. The "Allow Auto Signup" (Attribute Name: AutoSignUpNeedApproval) setting on the organization will tell whether the organization allow the user to activate their login user by themself. If the "Allow Auto Signup" is true, an email will be sent to the user who requested a user account by filling the signup form and allow the user to activate user account by clicking the link included in the email. If the "Allow Auto Signup" is false, an email will be sent to the "SignUp Administrator" and only the administrator can activate the user account by clicking the link included in the email.<BR><BR>Note: A system user becomes the "SignUp Administrator" if its "Is SignUp Administrator" (Attribute: IsSignUpAdministrator) setting is true on the System User record.]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/e12fbf6f-6970-4be9-911a-7036e5e82dc1/Approved-Signup-and-Self-Signup/default.blog.html</link><guid isPermaLink="false">e12fbf6f-6970-4be9-911a-7036e5e82dc1</guid><pubDate>Tue, 23 Feb 2010 06:53:20 GMT</pubDate><comments></comments><author>Gary Zhang</author></item><item rank="0" id="68998b95-0009-4f96-94b6-976f6cf7bf20" name="BlogItem"><title><![CDATA[YadaURL.com]]></title><description><![CDATA[Are you sick of posting URLs in emails only to have it break when sent causing the recipient to have to cut and paste it back together? Did you run out of space because of long URL in twitter post or in a piece of web content? Then you've come to the right place. By entering in a URL in the textbox, we will create a tiny URL that will not break in email postings and never expires.<br>Check it out <a target="_blank" href="http://yadaurl.com">http://yadaurl.com</a><br>]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/68998b95-0009-4f96-94b6-976f6cf7bf20/YadaURLcom/default.blog.html</link><guid isPermaLink="false">68998b95-0009-4f96-94b6-976f6cf7bf20</guid><pubDate>Wed, 10 Feb 2010 02:42:09 GMT</pubDate><comments></comments><author>Gary Zhang</author></item><item rank="0" id="499bb2ad-d709-41e2-b1e7-4e6ee694dfaf" name="BlogItem"><title><![CDATA[Web Safe Colors in Color Picker]]></title><description><![CDATA[Some years ago, when computers supported max 256 different colors, a list of 
216 "Web Safe Colors" was suggested as a Web standard, reserving 40 fixed system 
colors.

<p>The 216 cross-browser color palette was created to ensure that all computers 
would display the colors correctly when running a 256 color palette.</p>

<p>This is not important now, since most computers can display millions of different colors. However we borrowed it to provide a predefined color list in our Color Picker, so people can easily select a standard color.<br></p>
<table style="width: 600px; font-size: 11px;" cellspace="1" border="0">
    <tbody><tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#000000">000000</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#000033">000033</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#000066">000066</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#000099">000099</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#0000cc">0000CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#0000ff">0000FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#003300">003300</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#003333">003333</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#003366">003366</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#003399">003399</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#0033cc">0033CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#0033ff">0033FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#006600">006600</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#006633">006633</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#006666">006666</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#006699">006699</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#0066cc">0066CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#0066ff">0066FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#009900">009900</td>
      <td align="center" bgcolor="#009933">009933</td>
      <td align="center" bgcolor="#009966">009966</td>
      <td align="center" bgcolor="#009999">009999</td>
      <td align="center" bgcolor="#0099cc">0099CC</td>
      <td align="center" bgcolor="#0099ff">0099FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#00cc00">00CC00</td>
      <td align="center" bgcolor="#00cc33">00CC33</td>
      <td align="center" bgcolor="#00cc66">00CC66</td>
      <td align="center" bgcolor="#00cc99">00CC99</td>
      <td align="center" bgcolor="#00cccc">00CCCC</td>
      <td align="center" bgcolor="#00ccff">00CCFF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#00ff00">00FF00</td>
      <td align="center" bgcolor="#00ff33">00FF33</td>
      <td align="center" bgcolor="#00ff66">00FF66</td>
      <td align="center" bgcolor="#00ff99">00FF99</td>
      <td align="center" bgcolor="#00ffcc">00FFCC</td>
      <td align="center" bgcolor="#00ffff">00FFFF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#330000">330000</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#330033">330033</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#330066">330066</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#330099">330099</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#3300cc">3300CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#3300ff">3300FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#333300">333300</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#333333">333333</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#333366">333366</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#333399">333399</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#3333cc">3333CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#3333ff">3333FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#336600">336600</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#336633">336633</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#336666">336666</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#336699">336699</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#3366cc">3366CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#3366ff">3366FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#339900">339900</td>
      <td align="center" bgcolor="#339933">339933</td>
      <td align="center" bgcolor="#339966">339966</td>
      <td align="center" bgcolor="#339999">339999</td>
      <td align="center" bgcolor="#3399cc">3399CC</td>
      <td align="center" bgcolor="#3399ff">3399FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#33cc00">33CC00</td>
      <td align="center" bgcolor="#33cc33">33CC33</td>
      <td align="center" bgcolor="#33cc66">33CC66</td>
      <td align="center" bgcolor="#33cc99">33CC99</td>
      <td align="center" bgcolor="#33cccc">33CCCC</td>
      <td align="center" bgcolor="#33ccff">33CCFF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#33ff00">33FF00</td>
      <td align="center" bgcolor="#33ff33">33FF33</td>
      <td align="center" bgcolor="#33ff66">33FF66</td>
      <td align="center" bgcolor="#33ff99">33FF99</td>
      <td align="center" bgcolor="#33ffcc">33FFCC</td>
      <td align="center" bgcolor="#33ffff">33FFFF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#660000">660000</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#660033">660033</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#660066">660066</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#660099">660099</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#6600cc">6600CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#6600ff">6600FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#663300">663300</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#663333">663333</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#663366">663366</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#663399">663399</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#6633cc">6633CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#6633ff">6633FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#666600">666600</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#666633">666633</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#666666">666666</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#666699">666699</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#6666cc">6666CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#6666ff">6666FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#669900">669900</td>
      <td align="center" bgcolor="#669933">669933</td>
      <td align="center" bgcolor="#669966">669966</td>
      <td align="center" bgcolor="#669999">669999</td>
      <td align="center" bgcolor="#6699cc">6699CC</td>
      <td align="center" bgcolor="#6699ff">6699FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#66cc00">66CC00</td>
      <td align="center" bgcolor="#66cc33">66CC33</td>
      <td align="center" bgcolor="#66cc66">66CC66</td>
      <td align="center" bgcolor="#66cc99">66CC99</td>
      <td align="center" bgcolor="#66cccc">66CCCC</td>
      <td align="center" bgcolor="#66ccff">66CCFF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#66ff00">66FF00</td>
      <td align="center" bgcolor="#66ff33">66FF33</td>
      <td align="center" bgcolor="#66ff66">66FF66</td>
      <td align="center" bgcolor="#66ff99">66FF99</td>
      <td align="center" bgcolor="#66ffcc">66FFCC</td>
      <td align="center" bgcolor="#66ffff">66FFFF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#990000">990000</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#990033">990033</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#990066">990066</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#990099">990099</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#9900cc">9900CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#9900ff">9900FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#993300">993300</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#993333">993333</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#993366">993366</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#993399">993399</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#9933cc">9933CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#9933ff">9933FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#996600">996600</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#996633">996633</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#996666">996666</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#996699">996699</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#9966cc">9966CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#9966ff">9966FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#999900">999900</td>
      <td align="center" bgcolor="#999933">999933</td>
      <td align="center" bgcolor="#999966">999966</td>
      <td align="center" bgcolor="#999999">999999</td>
      <td align="center" bgcolor="#9999cc">9999CC</td>
      <td align="center" bgcolor="#9999ff">9999FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#99cc00">99CC00</td>
      <td align="center" bgcolor="#99cc33">99CC33</td>
      <td align="center" bgcolor="#99cc66">99CC66</td>
      <td align="center" bgcolor="#99cc99">99CC99</td>
      <td align="center" bgcolor="#99cccc">99CCCC</td>
      <td align="center" bgcolor="#99ccff">99CCFF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#99ff00">99FF00</td>
      <td align="center" bgcolor="#99ff33">99FF33</td>
      <td align="center" bgcolor="#99ff66">99FF66</td>
      <td align="center" bgcolor="#99ff99">99FF99</td>
      <td align="center" bgcolor="#99ffcc">99FFCC</td>
      <td align="center" bgcolor="#99ffff">99FFFF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc0000">CC0000</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc0033">CC0033</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc0066">CC0066</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc0099">CC0099</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc00cc">CC00CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc00ff">CC00FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc3300">CC3300</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc3333">CC3333</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc3366">CC3366</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc3399">CC3399</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc33cc">CC33CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc33ff">CC33FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc6600">CC6600</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc6633">CC6633</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc6666">CC6666</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc6699">CC6699</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc66cc">CC66CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#cc66ff">CC66FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#cc9900">CC9900</td>
      <td align="center" bgcolor="#cc9933">CC9933</td>
      <td align="center" bgcolor="#cc9966">CC9966</td>
      <td align="center" bgcolor="#cc9999">CC9999</td>
      <td align="center" bgcolor="#cc99cc">CC99CC</td>
      <td align="center" bgcolor="#cc99ff">CC99FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#cccc00">CCCC00</td>
      <td align="center" bgcolor="#cccc33">CCCC33</td>
      <td align="center" bgcolor="#cccc66">CCCC66</td>
      <td align="center" bgcolor="#cccc99">CCCC99</td>
      <td align="center" bgcolor="#cccccc">CCCCCC</td>
      <td align="center" bgcolor="#ccccff">CCCCFF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#ccff00">CCFF00</td>
      <td align="center" bgcolor="#ccff33">CCFF33</td>
      <td align="center" bgcolor="#ccff66">CCFF66</td>
      <td align="center" bgcolor="#ccff99">CCFF99</td>
      <td align="center" bgcolor="#ccffcc">CCFFCC</td>
      <td align="center" bgcolor="#ccffff">CCFFFF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff0000">FF0000</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff0033">FF0033</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff0066">FF0066</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff0099">FF0099</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff00cc">FF00CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff00ff">FF00FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff3300">FF3300</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff3333">FF3333</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff3366">FF3366</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff3399">FF3399</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff33cc">FF33CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff33ff">FF33FF</td>
    </tr>
    <tr>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff6600">FF6600</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff6633">FF6633</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff6666">FF6666</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff6699">FF6699</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff66cc">FF66CC</td>
      <td style="color: rgb(255, 255, 255);" align="center" bgcolor="#ff66ff">FF66FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#ff9900">FF9900</td>
      <td align="center" bgcolor="#ff9933">FF9933</td>
      <td align="center" bgcolor="#ff9966">FF9966</td>
      <td align="center" bgcolor="#ff9999">FF9999</td>
      <td align="center" bgcolor="#ff99cc">FF99CC</td>
      <td align="center" bgcolor="#ff99ff">FF99FF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#ffcc00">FFCC00</td>
      <td align="center" bgcolor="#ffcc33">FFCC33</td>
      <td align="center" bgcolor="#ffcc66">FFCC66</td>
      <td align="center" bgcolor="#ffcc99">FFCC99</td>
      <td align="center" bgcolor="#ffcccc">FFCCCC</td>
      <td align="center" bgcolor="#ffccff">FFCCFF</td>
    </tr>
    <tr>
      <td align="center" bgcolor="#ffff00">FFFF00</td>
      <td align="center" bgcolor="#ffff33">FFFF33</td>
      <td align="center" bgcolor="#ffff66">FFFF66</td>
      <td align="center" bgcolor="#ffff99">FFFF99</td>
      <td align="center" bgcolor="#ffffcc">FFFFCC</td>
      <td align="center" bgcolor="#ffffff">FFFFFF</td>
    </tr>
</tbody></table>


<br><img src="/Photo/dc28f865-3d48-32a2-420d-c9ede97212f1/default.pophoto.jpg"><br>]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/499bb2ad-d709-41e2-b1e7-4e6ee694dfaf/Web-Safe-Colors-in-Color-Picker/default.blog.html</link><guid isPermaLink="false">499bb2ad-d709-41e2-b1e7-4e6ee694dfaf</guid><pubDate>Wed, 10 Feb 2010 02:39:52 GMT</pubDate><comments></comments><author>Gary Zhang</author></item><item rank="0" id="16ea5e6c-36f7-495b-a566-abbd0ca9ef94" name="BlogItem"><title><![CDATA[Pass OnLoadJS in the parameter of the form]]></title><description><![CDATA[The OnLoadJS field on the EntityUI record allows us to define the customized OnLoad javascripts to a form. However in some senarios, we may want to pass the OnLoad javascript in the parameter of the form url to make the form behave differently based on different OnLoadJS values in the parameter. For example, when rendering a new Task form for collection the feedback or issues submitted from customer, we want to simplify the Task form by only showing the subject and content. To achieve this, we passed OnLoadJS=OnlyShowContent() in the parameter of the query string so the form will call OnlyShowContent after loaded and hide all unwanted form fields. The whole url will look like this http://www.primeobjects.com/form.aspx?ename=Task&amp;OnLoadJS=OnlyShowContent().<br><br>Note: The OnlyShowContent function need to be defined in a javascript file used by the Task entity.]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/16ea5e6c-36f7-495b-a566-abbd0ca9ef94/Pass-OnLoadJS-in-the-parameter-of-the-form/default.blog.html</link><guid isPermaLink="false">16ea5e6c-36f7-495b-a566-abbd0ca9ef94</guid><pubDate>Wed, 27 Jan 2010 07:12:34 GMT</pubDate><comments></comments><author>System Administrator</author></item><item rank="0" id="a34eefdf-6502-4f86-b132-2f1ce10fad9b" name="BlogItem"><title><![CDATA[Change the theme of the system]]></title><description><![CDATA[A theme is a collection of predefined property and style settings that allow you to define the look of controls, pages, forms and the whole experience of the PrimeObjects Enterprise Application System. The theme can be changed by the user of the system and will be kept in the user's profile.<br><br><img src="http://www.primeobjects.com/Photo/96dadfe8-802f-46be-bf14-172af167bef8/default.pophoto.jpg"><br><br>Chose from themes, we have two themes at this moment and there are more themes coming.<br><br><img src="http://www.primeobjects.com/Photo/d93f6143-fe4a-4902-a72e-2870f8299440/default.pophoto.jpg"><br><br>]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/a34eefdf-6502-4f86-b132-2f1ce10fad9b/Change-the-theme-of-the-system/default.blog.html</link><guid isPermaLink="false">a34eefdf-6502-4f86-b132-2f1ce10fad9b</guid><pubDate>Thu, 31 Dec 2009 02:48:55 GMT</pubDate><comments></comments><author>Gary Zhang</author></item><item rank="0" id="5a80e652-5a88-4821-8353-59c9cac1fadd" name="BlogItem"><title><![CDATA[Work on the recent records ]]></title><description><![CDATA[<p>The list of recent records is a handy feature to allow user to get the latest records that he/she has been working on recently.</p>
<p>Recent Records is defined as the first menu item on the start menu.</p><p><img style="border: 0px solid ; width: 600px; height: 530px;" alt="Recent Records menu item on the start menu" src="/Photo/5d3dc668-abae-4098-b2d0-aaf50952588f/default.pophoto.jpg" vspace="0" hspace="0"></p><p><br></p>

]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/5a80e652-5a88-4821-8353-59c9cac1fadd/Work-on-the-recent-records/default.blog.html</link><guid isPermaLink="false">5a80e652-5a88-4821-8353-59c9cac1fadd</guid><pubDate>Tue, 29 Dec 2009 05:24:18 GMT</pubDate><comments></comments><author>Gary Zhang</author></item><item rank="0" id="ac8d5077-6b16-42f1-8895-bf078a784bb9" name="BlogItem"><title><![CDATA[Select/Unselect all records in a list]]></title><description><![CDATA[By clicking the button shown in the screen shot below, all the records in the current page of the list will be selected. After selecting all records, the check box of the buttons will become green and therefore checked, at this status the button becomes UnSelect All button and allow user unselect all the records that have just been selected. If any record in the list is unselected, the button will go back to the Select All button.<br><br><img style="" alt="Select all the records in the page of a list" src="/Photo/8CD7D6FA-1BD4-415F-AAF5-4D16FC8E7E19/SS.List.SelAll.png.pophoto.png" vspace="0" hspace="0"><br>]]></description><link>http://www.primeobjects.com/Blog/LatestImprovements/e4fd6fcb-80bf-4ed7-80cc-1db892df1828/Article/ac8d5077-6b16-42f1-8895-bf078a784bb9/SelectUnselect-all-records-in-a-list/default.blog.html</link><guid isPermaLink="false">ac8d5077-6b16-42f1-8895-bf078a784bb9</guid><pubDate>Fri, 04 Dec 2009 02:04:25 GMT</pubDate><comments></comments><author>Gary Zhang</author></item></channel></rss>