Neighborliness

Posted by jiang

I didn’t realize that I was this famous in my neighborhood.

About an hour ago, I was sitting on my table with my back against the window grille, minutes away from finishing my second college application essay. My mother was cleaning the room,

Read the rest of this entry »


Inline Google Docs Update

Posted by jiang

»Download«

Made some changes to add a caching facility. Download 0.3.1 to get it!


Inline Google Docs 0.3

Posted by jiang

Recently released! Get it here.

Changes include:

  1. Contents of Google Documents are now housed in a `<div>` instead of a `<p>`
  2. All div’s and tables generated by GDocs belong to the `gdocs` class
  3. All div’s and tables generated by GDocs have unique id’s corresponding to their document id, prefixed by `gdocs_`
  4. Column headings for Spreadsheets are now displayed
  5. All cells are class’ed according to their respective columns e.g. all cells in the first column belong to the class `col_0`
  6. All rows are given unique id’s e.g. the first row has the id `row_0`
  7. Due to above, if you wish to style the cell at (8,4), simply use `tr#row_3 td.col_7` as the CSS selector
  8. Improved error handling
  9. And other general debugging and code cleaning

Busy

Posted by jiang

busy busy busy…

Mum said I was so busy only because of junior college. Apparently, she was wrong.

Singtel’s proxy is blocking my SVN… won’t be able to work on the plugins in a while…


Inline Google Docs

Posted by jiang

»Download«

This plugin allows the user to embed Google Document/Spreadsheet content in posts and pages using shortcode.

Many people maintain dynamic content on Google Documents or hold volatile data on Google Spreadsheets. These change when collaborators save an update or users submit a form. Occasionally, one may wish to embed the contents of one’s Google Documents or Spreadsheets in a post/page to reflect the latest updates on one’s blog. This plugin seeks to provide this functionality without using an iframe.

Currently, the plugin can access published Documents and both private and public Spreadsheets.


« Previous Entries