<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>EditGrid Blog &#187; Articles</title>
	<atom:link href="http://blog.editgrid.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.editgrid.com</link>
	<description>everything about editgrid</description>
	<pubDate>Thu, 04 Sep 2008 10:23:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Introducing EditGrid Macro: Trendy, Mighty, Friendly</title>
		<link>http://blog.editgrid.com/archives/747</link>
		<comments>http://blog.editgrid.com/archives/747#comments</comments>
		<pubDate>Thu, 04 Sep 2008 10:23:47 +0000</pubDate>
		<dc:creator>Alan Tam</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/?p=747</guid>
		<description><![CDATA[Why EditGrid macro? Rapid application development using spreadsheet as a component. Enhancing spreadsheet to add custom features. Mashing up data from Web 2.0 web service providers.
JavaScript. EditGrid Macros are written in JavaScript, not in VBA. Use a modern language, instead of learning another (otherwise useless) proprietary language. Use the comfortable and familiar C++/Java syntax. Write [...]]]></description>
			<content:encoded><![CDATA[<p>Why <a href="https://wiki.editgrid.com/display/dev/Macro+Guide">EditGrid macro</a>? Rapid application development using spreadsheet as a component. Enhancing spreadsheet to add custom features. Mashing up data from Web 2.0 web service providers.</p>
<p><strong>JavaScript.</strong> EditGrid Macros are written in JavaScript, not in VBA. Use a modern language, instead of learning another (otherwise useless) proprietary language. Use the comfortable and familiar C++/Java syntax. Write in OOP and higher order functions.</p>
<p><strong>Powerful.</strong> EditGrid Macros can create forms, which are defined using HTML (plus CSS) and manipulated using DOM. You can add everything you would add to your blog/website e.g. YouTube video and Google Maps. It is also possible use SOAP and REST to retrieve data and manipulate other data from other sites, enough for mashing up with other web services.</p>
<p><strong>Asynchronous.</strong> EditGrid Macros are executed independent of the spreadsheet. It does not block other spreadsheet features like when you make a blocking function call such as VBA&#8217;s MsgBox(&#8221;text&#8221;, vbYesNo). This is essential to spreadsheets with Real-Time-Update across collaborators. By executing macros on the client side, we ensure that macros can provide the best interactions towards users, while can still access spreadsheet data and operations on our server side.</p>
<p>We put our money where our mouth is. Instead of writing some Hello World alike macros, which our competitor did, we decided to write something inspiring &#038; useful.</p>
<p><strong>Custom Behavior</strong></p>
<ul>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_My_Shortcuts.new" target="_blank">Create your own keyboard shortcuts</a></li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_Deduplication.new" target="_blank">Sift out duplications with a mouse click</a></li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_BlackJack.new">Play a game of Blackjack</a></li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_Cockroach_analytics.new">Cockroach spotting and kill stats</a></li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_Text_to_Columns.new">Text to Columns</a></li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_Issue_Tracker.new">Conditional Formatting</a></li>
</ul>
<p><strong>HTML Toolbox</strong></p>
<ul>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_Table_Formatter.new" target="_blank">Format a range with table designs</a></li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_Date_Range_Picker.new">Date Range Picker</a></li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_Contact_List.new">In-Spreadsheet Form</a></li>
</ul>
<p><strong>Mash-up</strong></p>
<ul>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_From_Google_Maps.new">Retrieve coordinates from Google Maps</a> (by clicking on the map)</li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_To_Google_Maps.new">Map your location on Google Maps</a> (by typing an address)</li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_Remote_Data_History.new">Monitor current and historical currency exchange rates</a></li>
<li><a href="http://www.editgrid.com/tnc/developer/Macro%3A_Encryption.new" target="_blank">Encrypt the spreadsheet contents</a> (Note: this is not for security, just for fun)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/747/feed</wfw:commentRss>
		</item>
		<item>
		<title>August 2008 Release</title>
		<link>http://blog.editgrid.com/archives/741</link>
		<comments>http://blog.editgrid.com/archives/741#comments</comments>
		<pubDate>Wed, 03 Sep 2008 11:30:17 +0000</pubDate>
		<dc:creator>Angus</dc:creator>
		
		<category><![CDATA[EditGrid]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/?p=741</guid>
		<description><![CDATA[August has been a really exciting month for everyone of else with the Olympics and we too, are doing our best to bring some excitement to our users.  We have made some large scale improvements and added some much requested features in our latest August release.
Updated backend 
We have updated our spreadsheet engine.  [...]]]></description>
			<content:encoded><![CDATA[<p>August has been a really exciting month for everyone of else with the Olympics and we too, are doing our best to bring some excitement to our users.  We have made some large scale improvements and added some much requested features in our latest August release.</p>
<p><strong>Updated backend </strong><br />
We have updated our spreadsheet engine.  This include new features, enhancements and improvements that were not available in the earlier version.</p>
<ul>
<li><a href="https://wiki.editgrid.com/display/helpcentre/Array+Formula">Array Formulas </a></li>
<li><a href="https://wiki.editgrid.com/display/helpcentre/Named+Range">Named Range</a></li>
<li>Support PDF export</li>
</ul>
<p><strong>Other features</strong><br />
In addition, we are rolling out a few more useful features:</p>
<ul>
<li>Cross hair mode - Go to <strong>View</strong> &gt; <strong>Show Crosshair</strong><br />
<img src="http://blog.editgrid.com/wordpress/wp-content/uploads/2008/08/crosshair_mode.png" alt="cross hair mode" /></li>
<li>Vertical alignment - Go to <strong>View</strong> &gt; <strong>Enable Vertical Alignment</strong> and it will then appear in the toolbar<br />
<img src="http://blog.editgrid.com/wordpress/wp-content/uploads/2008/08/vertical_alignment.png" alt="vertical alignment" /></li>
<li>Duplicate Sheet<br />
<img src="http://blog.editgrid.com/wordpress/wp-content/uploads/2008/08/duplicate_sheet.png" alt="duplicate sheet" /></li>
</ul>
<p><strong>Workspace Enhancement</strong><br />
Following the heels of the last month&#8217;s release of the new workspace, we have continued to make enhancements to the workspace.  There is now a easy access link to Featured Spreadsheets, Inbox and Pagination.</p>
<p><img src="http://blog.editgrid.com/wordpress/wp-content/uploads/2008/08/updated_workspace.png" alt="updated workspace" /></p>
<p>In addition to viewing our featured spreadsheet from our main site, you can now view and copy them from your workspace.  The new Inbox view will notify you of all the latest spreadsheet that has been shared to you by your collaborators.  With Pagination, your workspace is slightly more organized.</p>
<p><img src="http://blog.editgrid.com/wordpress/wp-content/uploads/2008/08/workspace_pagination.png" alt="workspace pagination" /></p>
<p><strong>More Data Packs</strong><br />
We have also squeezed several data packs in this release.  By utilizing the Google API, you can now get Weather and Patent data in your spreadsheet, as well as adding dictionary functionality in your spreadsheet.  There are also data packs which you can use to grab real estate information from <a href="http://www.zillow.com/">Zillow</a> and <a href="http://www.trulia.com/">Trulia</a>.</p>
<p>We&#8217;ve got a lot of changes out this month, so be sure to check out our <a href="http://www.editgrid.com/site/changelog/">Change Log</a> for a complete list and details of this month&#8217;s release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/741/feed</wfw:commentRss>
		</item>
		<item>
		<title>August 2008 Release</title>
		<link>http://blog.editgrid.com/archives/740</link>
		<comments>http://blog.editgrid.com/archives/740#comments</comments>
		<pubDate>Wed, 03 Sep 2008 11:24:03 +0000</pubDate>
		<dc:creator>Angus</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/?p=740</guid>
		<description><![CDATA[August 2008 Release (rev 22131)
The most notable new features in this release are:

Macro (beta)
We are excited to announce our very own macro.  But unlike the standard macros written in VB, our macro is based on Javascript, an updated and capable programming platform compared to VB in today&#8217;s web.  EditGrid Macro will allow you [...]]]></description>
			<content:encoded><![CDATA[<p><strong>August 2008 Release (rev 22131)</strong></p>
<p>The most notable new features in this release are:</p>
<ul>
<li><strong><a href="https://wiki.editgrid.com/display/dev/Macro+https://wiki.editgrid.com/display/dev/Macro+Guide">Macro (beta)</a></strong><br />
We are excited to announce our very own macro.  But unlike the standard macros written in VB, our macro is based on Javascript, an updated and capable programming platform compared to VB in today&#8217;s web.  EditGrid Macro will allow you to insert code to customize and add features to the Grid as well as create mashups and deploy instantly to your collaborative spreadsheet without additional deployment effort.  Below are some macro examples:</p>
<p>-  <a href="http://www.editgrid.com/tnc/developer/Macro%3A_Deduplication.new">Deduplication</a><br />
- <a href="https://www.editgrid.com/tnc/developer/Macro%3A_Table_Formatter.new">Table Formatting</a><br />
- <a href="http://www.editgrid.com/tnc/developer/Macro%3A_Date_Range_Picker.new">Date Range Picker</a></li>
<li><strong><a href="https://wiki.editgrid.com/display/helpcentre/Named+Range">Named Ranges</a></strong></li>
<li><strong><a href="https://wiki.editgrid.com/display/helpcentre/Array+Formula">Array Formula</a></strong></li>
<li><strong>Duplicate Sheet</strong></li>
<li><strong>Vertical Alignment</strong></li>
<li><strong>Book Comments</strong></li>
</ul>
<p>Enhancements:</p>
<ul>
<li>New crosshair view enable users to easily locate</li>
<li>Improved copy and paste of sheet object, i.e. charts and images</li>
<li>Workspace Enhancements<br />
- Pagination<br />
- Feature Spreadsheets<br />
- Inbox - displays the latest spreadsheets shared to you<br />
- Additional preferences/options</li>
<li>New Data Packs for <a href="http://www.zillow.com">Zillow</a>, <a href="http://www.trulia.com">Trulia</a> and <a href="http://www.google.com">Google</a><br />
ZILLOW_SEARCH()<br />
ZILLOW_ZESTIMATE()<br />
ZILLOW_UPDATEDDETAILS()<br />
ZILLOW_CHART()<br />
TRULIA_GET_CITIES_IN_STATE()<br />
TRULIA_GET_COUNTIES_IN_STATE()<br />
TRULIA_GET_NEIGHBORHOODS_IN_CITY()<br />
TRULIA_GET_ZIPCODES_IN_STATE()<br />
TRULIA_CITY_STATS()<br />
TRULIA_COUNTY_STATS()<br />
TRULIA_NEIGHBORHOOD_STATS()<br />
TRULIA_STATE_STATS()<br />
TRULIA_ZIPCODE_STATS()<br />
GDEFINE()<br />
GWEATHER()<br />
GPATENT()<br />
GAREACODE()</li>
<li>Remote data now allows users the option to click and expand large data sets</li>
<li>Organisation admin has the ability to switch on page header</li>
</ul>
<p>And some major bug fixes:</p>
<ul>
<li>Increased scrolling performance for scrolling an entire merged column (#8382)</li>
<li>Fixed mouse to not capture shift+enter, shift+tab (#8132)</li>
<li>Fixed checkbox so it cannot be toggled in a linked sheet (#7971)</li>
<li>Fixed PageUp key function to page up one page. (#8501)</li>
<li>Fixed cell to allow checkbox insertion with boolean expression (#8507)</li>
<li>Fixed incorrect code snippet output for Calculator publishing widget (#8600)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/740/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pay Calculators</title>
		<link>http://blog.editgrid.com/archives/749</link>
		<comments>http://blog.editgrid.com/archives/749#comments</comments>
		<pubDate>Tue, 02 Sep 2008 07:44:28 +0000</pubDate>
		<dc:creator>David Lee</dc:creator>
		
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/?p=749</guid>
		<description><![CDATA[ Gconnect.in, a community website for government officers in India, has picked EditGrid&#8217;s calculator widget to publish a few calculators for a new pay scheme.
They are highly popular. At peak hours, the spreadsheets see thousands of concurrent users. In a few days, they have been visited more than 1 million times. Finally we have a [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://blog.editgrid.com/wordpress/wp-content/uploads/2008/08/gconnectinlogo.gif'><img src="http://blog.editgrid.com/wordpress/wp-content/uploads/2008/08/gconnectinlogo.gif" alt="" title="gconnet.in logo" width="200" class="alignleft size-full wp-image-748" /></a> <a href="http://www.gconnect.in">Gconnect.in</a>, a community website for government officers in India, has picked EditGrid&#8217;s calculator widget to publish a <a href="http://www.editgrid.com/user/gconnect/pc-arrears-pb3">few</a> <a href="http://www.editgrid.com/user/gconnect/pc-arrears-pb1and2">calculators</a> for a new pay scheme.</p>
<p>They are highly popular. At peak hours, the spreadsheets see thousands of concurrent users. In a few days, they have been visited more than 1 million times. Finally we have a spreadsheet that can challenge the <a href="http://blog.editgrid.com/archives/345">popularity</a> of the <a href="http://www.editgrid.com/user/adr/wargodriver">adr</a> spreadsheet regularly visited by thousands of people every day.</p>
<p>It also seems to us that these popular spreadsheets were moved to EditGrid from <a href="http://blogs.zoho.com/general/popular-public-zoho-sheets-causing-slowdown-update/">another service</a>.</p>
<p>Well, competition and choice are always a good thing for end users. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/749/feed</wfw:commentRss>
		</item>
		<item>
		<title>New APIs in Sept</title>
		<link>http://blog.editgrid.com/archives/751</link>
		<comments>http://blog.editgrid.com/archives/751#comments</comments>
		<pubDate>Mon, 01 Sep 2008 10:18:56 +0000</pubDate>
		<dc:creator>Tony Sung</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/?p=751</guid>
		<description><![CDATA[In our recent release, we have made available a few new REST API calls targeted for some specific use-cases, including new authentication method, cell styles and management of deleted books and old revisions.
The newly available calls are:

auth.createSessionKey()
An alternative way to authenticate an API session. Use this API if you feel it safe to send usernames [...]]]></description>
			<content:encoded><![CDATA[<p>In our recent release, we have made available a few new <a href="https://wiki.editgrid.com/display/dev/Web+API">REST API</a> calls targeted for some specific use-cases, including new authentication method, cell styles and management of deleted books and old revisions.</p>
<p>The newly available calls are:</p>
<ol>
<li><a href="http://developer.editgrid.com/doc/webapi/method/auth.createSessionKey">auth.createSessionKey()<br />
</a>An alternative way to authenticate an API session. Use this API if you feel it safe to send usernames and passwords from your app.</li>
<li><a href="http://developer.editgrid.com/doc/webapi/method/cell.setStyle">cell.setStyle()</a>, <a href="http://developer.editgrid.com/doc/webapi/method/cell.setSize">cell.setSize()</a><br />
Allow changing the color of cells and row column heights.</li>
<li><a href="http://developer.editgrid.com/doc/webapi/method/cell.setInput">cell.setInput()</a><br />
An easier way to update a range of cells to the same input value. This method does not require you to pass the values in the request body as in cell.set().</li>
<li><a href="http://developer.editgrid.com/doc/webapi/method/worksheet.updateLinked">worksheet.updateLinked()</a><br />
Updates (freshen) a linked sheet from API. Note that you&#8217;re still bounded by the same 15 seconds minimal interval between two consecutive updates.</li>
<li><a href="http://developer.editgrid.com/doc/webapi/method/workbook.clone">workbook.clone()</a><br />
Clone an existing workbook to create a new one, copying all its content.</li>
<li><a href="http://developer.editgrid.com/doc/webapi/method/revision.create">revision.create()</a>, <a href="http://developer.editgrid.com/doc/webapi/method/revision.get">revision.get()</a>, <a href="http://developer.editgrid.com/doc/webapi/method/revision.mark">revision.mark()</a>, <a href="http://developer.editgrid.com/doc/webapi/method/revision.query">revision.query()</a>, <a href="http://developer.editgrid.com/doc/webapi/method/revision.rollback">revision.rollback()</a>, <a href="http://developer.editgrid.com/doc/webapi/method/revision.unmark">revision.unmark()</a><br />
A full set of APIs for you to manage the old revisions of a workbook.</li>
<li><a href="http://developer.editgrid.com/doc/webapi/method/user.list">user.list()</a>, <a href="http://developer.editgrid.com/doc/webapi/method/user.query">user.query()</a><br />
For organisation admin to get a list of all users in your organisation.</li>
<li><a href="http://developer.editgrid.com/doc/webapi/method/workbook.delete">workbook.delete()</a>, <a href="http://developer.editgrid.com/doc/webapi/method/workbook.restore">workbook.restore()</a>, <a href="http://developer.editgrid.com/doc/webapi/method/workbook.purge">workbook.purge()</a><br />
You can now delete (and undelete) your workbooks from API.</li>
</ol>
<p>See the <a href="http://developer.editgrid.com/doc/webapi/">REST API reference</a> for a complete documentation of all the functions.</p>
<p>However, we have deferred the following functions due to technical reason:</p>
<ul>
<li>make available last modification info on cell</li>
<li>export individual sheets</li>
</ul>
<p>We will make then available as soon as the difficulties were solved.</p>
<p>If you have any problem, feel free to post them in <a href="http://forum.editgrid.com/viewforum.php?id=6">our forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/751/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tracking The 2008 Beijing Olympics Medal Standings in EditGrid</title>
		<link>http://blog.editgrid.com/archives/736</link>
		<comments>http://blog.editgrid.com/archives/736#comments</comments>
		<pubDate>Fri, 15 Aug 2008 08:36:17 +0000</pubDate>
		<dc:creator>Angus</dc:creator>
		
		<category><![CDATA[EditGrid]]></category>

		<category><![CDATA[Use Cases]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/?p=736</guid>
		<description><![CDATA[The Olympics spirit is riding high across the world and it&#8217;s especially crazy in China and Hong Kong.  Hong Kong is a co-host of the XXIX Olympiad held in Beijing, China and the Equestrian events are being held here.
Besides the actual competition, everyone is always interested to know if their countrymen and women are [...]]]></description>
			<content:encoded><![CDATA[<p>The Olympics spirit is riding high across the world and it&#8217;s especially crazy in China and Hong Kong.  Hong Kong is a co-host of the XXIX Olympiad held in Beijing, China and the Equestrian events are being held here.</p>
<p>Besides the actual competition, everyone is always interested to know if their countrymen and women are bringing  home any hardware.  The Beijing Olympics is something special and the <a href="http://en.beijing2008.cn/67/83/article214028367.shtml">medals being awarded</a> includes both the spirit of the Olympics and traditional Chinese culture and by far the best design in the recent Olympics.  </p>
<p>It&#8217;s too bad our team can&#8217;t be on the podium collecting those awesome medals in person.  Actually, that&#8217;s not true, we are collecting Olympic medals, <a href="https://www.editgrid.com/tnc/editgrid_team/080808_Olympics">medal counts in a spreadsheet</a>, that is.</p>
<p><iframe title="An EditGrid spreadsheet created by tnc/editgrid_team" longdesc="http://www.editgrid.com/tnc/editgrid_team/080808_Olympics" frameborder="0" src="http://www.editgrid.com/publish/html_book/tnc/editgrid_team/080808_Olympics?bgcolor=%23ffffff&#038;fgcolor=%23000000&#038;version=2&#038;frame_style=border%3A9px%20solid%20%23666%3Bheight%3A380px%3Bwidth%3A100%25" style="border:3px solid #666;height:380px;width:100%">&nbsp;</iframe></p>
<p>The Olympic medal standings spreadsheet uses the <a href="https://www.editgrid.com/data#7">web_table() function</a> to extract data from the <a href="http://results.beijing2008.cn/WRM/ENG/INF/GL/95A/GL0000000.shtml">results</a> page of the <a href="http://en.beijing2008.cn/">official Beijing 2008 Olympics website</a>.  </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/736/feed</wfw:commentRss>
		</item>
		<item>
		<title>On Serving Our Users and Customers</title>
		<link>http://blog.editgrid.com/archives/735</link>
		<comments>http://blog.editgrid.com/archives/735#comments</comments>
		<pubDate>Fri, 25 Jul 2008 11:12:22 +0000</pubDate>
		<dc:creator>Angus</dc:creator>
		
		<category><![CDATA[EditGrid]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/?p=735</guid>
		<description><![CDATA[37signals has a good post on why we can do away with phone support and I couldn&#8217;t agree more.  I have had my fair share of bad experiences as well.
As part of the customer support team, I want to briefly share what goes on here at EditGrid.  Online support has been very important [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.37signals.com">37signals</a> has a good post on why <a href="http://www.37signals.com/svn/posts/1161-why-would-you-want-to-call-me">we can do away with phone support</a> and I couldn&#8217;t agree more.  I have had my fair share of bad experiences as well.</p>
<p>As part of the customer support team, I want to briefly share what goes on here at EditGrid.  Online support has been very important to us and it&#8217;s been working well.  Phone support on the other hand, would not work as well, considering our geographic location and our users and being a startup, there&#8217;s no need to outsource to some call center in India.  I wouldn&#8217;t consider putting our users and customers through that even if that was an option.  </p>
<p>We offer several channels to help our customers, our <a href="http://forum.editgrid.com/">support forum</a>, <a href="http://wiki.editgrid.com/">help center</a> and <a href="mailto:cs@editgrid.com">email</a>, with our help center being a one-way street.  We also monitor <a href="http://www.twitter.com/editgrid">Twitter</a> and trying out <a href="http://getsatisfaction.com/editgrid">Get Satisfaction</a>, so your voices won&#8217;t go unanswered.  </p>
<p>All these channels may sound like a handful, and it is, but they&#8217;re absolutely manageable and extremely efficient.  We have had positive feedback from our users and are able to meet our commitment, answering all requests in a timely fashion, meaning within one business day.</p>
<p>Admittedly, there are times where we missed a request or two or take a little longer to reply.  If that&#8217;s you, kindly <a href="mailto:cs@editgrid.com">remind us</a>, but we&#8217;d understand if you want to give us an ear full instead (we just ask that you keep it clean).  We&#8217;ll continue to look for ways to improve so it won&#8217;t happen again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/735/feed</wfw:commentRss>
		</item>
		<item>
		<title>The 100th Featured Spreadsheet Celebration</title>
		<link>http://blog.editgrid.com/archives/733</link>
		<comments>http://blog.editgrid.com/archives/733#comments</comments>
		<pubDate>Wed, 23 Jul 2008 09:00:11 +0000</pubDate>
		<dc:creator>Ellen Lau</dc:creator>
		
		<category><![CDATA[EditGrid]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/?p=733</guid>
		<description><![CDATA[With our users&#8217; enthusiastic submissions, our team watched the coming of our 100th Featured Spreadsheet, published just earlier this week! 
Since the very first Featured Spreadsheet came out, we&#8217;ve visited more than 1000 pieces of nicely made spreadsheets now. Looking through these various spreadsheets is a fruitful and engaging experience. We understand more of your [...]]]></description>
			<content:encoded><![CDATA[<p>With our users&#8217; enthusiastic submissions, our team watched the coming of our 100th <a href="http://www.editgrid.com/site/learn/featured_spreadsheets">Featured Spreadsheet</a>, published just earlier this week! </p>
<p>Since the very first Featured Spreadsheet came out, we&#8217;ve visited more than 1000 pieces of nicely made spreadsheets now. Looking through these various spreadsheets is a fruitful and engaging experience. We understand more of your EditGrid usages on areas like <a href="http://www.editgrid.com/site/learn/highlight/finance"> finance</a>, and <a href="http://www.editgrid.com/site/learn/highlight/sme">SMEs</a>. Our team&#8217;s got thrilled by these skills and designs. We trully enjoy it!</p>
<p><a href='http://blog.editgrid.com/wordpress/wp-content/uploads/2008/07/100th.png'><img src="http://blog.editgrid.com/wordpress/wp-content/uploads/2008/07/100th.png" alt="" title="100th" width="455" height="555" class="alignnone size-full wp-image-734" /></a></p>
<p>We hope to highlight everyone the most exciting, and popular EditGrid spreadsheets. A piece of new featured spreadsheet gets published every two or three days. In general, these spreadsheets gain a visitor boost of at least 200 per day while it is exhibited at the upper left corner of the <a href="http://www.editgrid.com">EditGrid</a> webpage. All published featured spreadsheets will be stored at the <a href="http://www.editgrid.com/site/learn/featured_spreadsheets">Featured Spreadsheet</a> page and get displayed later on at the upper left exhibit section. </p>
<p>Look forward to the birth of the next 100 Featured Spreadsheets. <a href="http://www.editgrid.com/site/event/featured_spreadsheet/register">Submit</a> us your spreadsheets and let&#8217;s speed this process up together!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/733/feed</wfw:commentRss>
		</item>
		<item>
		<title>July 2008 Release</title>
		<link>http://blog.editgrid.com/archives/725</link>
		<comments>http://blog.editgrid.com/archives/725#comments</comments>
		<pubDate>Wed, 16 Jul 2008 08:05:40 +0000</pubDate>
		<dc:creator>Angus</dc:creator>
		
		<category><![CDATA[EditGrid]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/archives/725</guid>
		<description><![CDATA[We are introducing two major improvements in this month&#8217;s release, one being our redesigned workspace and the other is the optimization of our grid.  We have also added two new ecommerce remote data packs. 
Redesigned Workspace
You&#8217;ve probably noticed your EditGrid workspace looks different today.  The revamped workspace offers three improvements, the use of [...]]]></description>
			<content:encoded><![CDATA[<p>We are introducing two major improvements in this month&#8217;s release, one being our redesigned workspace and the other is the optimization of our grid.  We have also added two new ecommerce remote data packs. </p>
<p><strong>Redesigned Workspace</strong></p>
<p>You&#8217;ve probably noticed your EditGrid workspace looks different today.  The revamped workspace offers three improvements, the use of AJAX, a left sidebar and a filter function.  Our goal is to offer a workspace where users can get what they need effortlessly and efficiently.</p>
<ul>
<li>AJAX dialog windows<br />
By using AJAX in our workspace, we have introduced a faster and smoother interface to our workspace.  Instead of loading new pages for each action, i.e. edit tag, edit note, upload, sharing, etc., like the previous workspace, all these actions are now done on the fly and changes will be reflected immediately in the book list.
</li>
<li>Left sidebar<br />
The addition of the left sidebar improves file browsing capabilities.  In addition to the standard All/Active/Archived spreadsheet views, a tag-list and owner-list view (sorted alphabetically) can also be found.  If you have tagged a keyword with your spreadsheets, you can locate it quickly by clicking on the tag.  Likewise, if you are working with your collaborators, you can access the those spreadsheets by clicking on the owner in the owner-list.
</li>
<li>Filter function<br />
The filter function is perfect for locating any spreadsheet in your workspace.  If you know the name of the spreadsheet or partial name of the spreadsheet you need access to, type it in the filter box and will display matching results in the books list.
</li>
</ul>
<p><img id="image729" src="http://blog.editgrid.com/wordpress/wp-content/uploads/2008/07/newworkspace.jpg" alt="newworkspace.jpg" /></p>
<p><strong>Optimized Grid</strong></p>
<p>In the past, we have gotten feedback from our users telling us the performance of EditGrid is on the slow side.  In this release, we have made performance improvements to the grid and you&#8217;ll experience a faster response time when performing the following actions:</p>
<ul>
<li>Opening smaller sized sheets</li>
<li>Resizing columns/rows of any size</li>
<li>Navigating between sheets</li>
<li>Resizing browser window</li>
<li>Scrolling (most significant in IE6 and noticeable in FF2, IE7)</li>
<li>Cursor movements</li>
</ul>
<p><strong>New Remote Data Packs</strong></p>
<p>We have added two new remote data packs, <a href="https://www.editgrid.com/data#19">Amazon</a> and <a href="https://www.editgrid.com/data#20">eBay</a>.  Now you have access to ecommerce data to further enhance your EditGrid spreadsheets.  Both Amazon and eBay data packs will allow you to search for products by keywords and gather detail product information you are looking for, all within your spreadsheet.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/725/feed</wfw:commentRss>
		</item>
		<item>
		<title>July 2008 Release</title>
		<link>http://blog.editgrid.com/archives/724</link>
		<comments>http://blog.editgrid.com/archives/724#comments</comments>
		<pubDate>Wed, 16 Jul 2008 07:52:54 +0000</pubDate>
		<dc:creator>Angus</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/archives/724</guid>
		<description><![CDATA[July 2008 Release (rev 20652)
The most notable new features in this release are:

Revamped Workspace
The new workspace allow users to access their spreadsheets more quickly and efficiently than before.  We&#8217;ve used more AJAX to handle the actions which means we have eliminated a number of page loads necessary in previous workspace, saving you time.  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>July 2008 Release (rev 20652)</strong></p>
<p>The most notable new features in this release are:</p>
<ul>
<li><strong>Revamped Workspace</strong><br />
The new workspace allow users to access their spreadsheets more quickly and efficiently than before.  We&#8217;ve used more AJAX to handle the actions which means we have eliminated a number of page loads necessary in previous workspace, saving you time.  There is a new tags-list and owners-list that allows for much easier locate your book by tags or owner.  And the addition of a filter function will let you find your books quickly by spreadsheet names</li>
<li><strong>Optimized Grid</strong> - Improved response time when performing the following:<br />
- Opening smaller sized sheets<br />
- Resizing columns/rows<br />
- Navigating between sheets<br />
- Resizing browser window<br />
- Scrolling (most significant in IE6 and noticeable in FF2, IE7)<br />
- Cursor movements
</li>
<li><strong>Additional Data Packs</strong><br />
Search by product keywords and look up product details from <a href="https://www.editgrid.com/data#19">Amazon</a> and <a href="https://www.editgrid.com/data#20">eBay</a> <br />
AMAZON_LOOKUP(): <i>=amazon_lookup(code [,field])</i> <br />
AMAZON_SEARCH(): <i>=amazon_search(keywords, searchindex[ ,field])</i><br />
EBAY_LOOKUP(): <i>=ebay_lookup(ID [,field])</i><br />
EBAY_SEARCH(): <i>=ebay_search(keywords [ ,field])</i>
</li>
</ul>
<p>Enhancements:</p>
<ul>
<li>Show pixel value when resizing columns/rows (#3916)</li>
</ul>
<p>And some major bug fixes:</p>
<ul>
<li>Enter edit mode on sheet with freeze pane malfunction(#6762)</li>
<li>Fixed cursor focus when calling Replace dialog (#8351)</li>
<li>Fixed email address recognition in grid (#7977)</li>
<li>Cell resize toolbar/menu button (#4140)</li>
<li>Fixed column header misalignment (#6434)</li>
<li>Fixed grid from scrolling to the far right end when extending a row selection by keyboard (#7451)</li>
<li>Fixed SE pane offset to restore appropriately when unfreezing an offsetted pane (#8203)</li>
<li>Fixed =hyperlink() function to not show up as HTML on linked sheet (#7969)</li>
<li>Fixed grid image to not select the cell behind it when clicked (#7853)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/724/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apple iPhone 3G Price Comparison Chart</title>
		<link>http://blog.editgrid.com/archives/717</link>
		<comments>http://blog.editgrid.com/archives/717#comments</comments>
		<pubDate>Fri, 11 Jul 2008 09:43:25 +0000</pubDate>
		<dc:creator>Angus</dc:creator>
		
		<category><![CDATA[EditGrid]]></category>

		<guid isPermaLink="false">http://blog.editgrid.com/archives/717</guid>
		<description><![CDATA[The lucky few should be getting their iPhone 3G on launch day in Hong Kong.  There has been as much talk about the price as they have about the phone as the announced $199/$299USD price tag is not to be found anywhere.  There has also been buzz around the net earlier about Hong [...]]]></description>
			<content:encoded><![CDATA[<p>The lucky few should be getting their iPhone 3G on launch day in Hong Kong.  There has been as much talk about the price as they have about the phone as the announced $199/$299USD price tag is not to be found anywhere.  There has also been buzz around the net earlier about <a href="http://www.crunchgear.com/2008/06/30/want-a-cheap-iphone-3g-datavoice-plan/">Hong Kong having the best deal anywhere</a>.</p>
<p>We weren&#8217;t exactly sold on the reports and created a <a href="https://www.editgrid.com/tnc/pkchan/iPhone_3G_global_price_comparison">price comparison spreadsheet</a> highlighting our <a href="https://wiki.editgrid.com/display/helpcentre/YCURRENCY">Yahoo! Finance Currency remote data function</a> which compares the price plans between providers across the globe.  You&#8217;ll see that Hong Kong is among the cheapest, but as we found out, Australia offers an even cheaper price plan than Hong Kong.</p>
<p><iframe title="An EditGrid spreadsheet created by tnc/pkchan" longdesc="http://www.editgrid.com/tnc/pkchan/iPhone_3G_global_price_comparison" frameborder="0" src="http://www.editgrid.com/publish/html_book/tnc/pkchan/iPhone_3G_global_price_comparison?bgcolor=%23ffffff&#038;fgcolor=%23000000&#038;version=2&#038;frame_style=border%3A9px%20solid%20%23666%3Bheight%3A480px%3Bwidth%3A450px" style="border:9px solid #666;height:480px;width:450px">&nbsp;</iframe></p>
<p>So, what happened on the first day of iPhone mania here?  Nothing really and to my surprise, there were no lines at any of the 3 Hong Kong stores I went by, total opposite of other parts of the world.  Instead, 3 Hong Kong offered exclusivity to 500 randomly picked individuals who previously registered online and 1000 VIP customers on the first day of sale.  The rest will have to wait until tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.editgrid.com/archives/717/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
