Archive for January, 2010

Table sorting collection using prototype javascript

January 31st, 2010   by  aditia rahman

In this post I want to show some solution to build sorting table using Prototype Javascript Framework, although the library is not really popular right now (maybe because of Jquery), the community is still live. Most of this script using default style, of course you can customize it.

1. Table Orderer

DemoDownload

Posted in Javascript3 Comments

Collection of wordpress syntax highlighting plugins

January 10th, 2010   by  aditia rahman

Some wordpress plugin enabled you to display source code in your blog post without breaking the HTML code, but there are so many plugins you can found out there. In this post I try each plugin with simple CakePHP controller syntax, and capture the result (most image is shrinked) so you can found the result of your syntax in your post using each plugin.

1. CodeColorer

Plugin based on GeSHi library, which supports most languages. CodeColorer has various nice features:

  • syntax highlighting in RSS feeds
  • syntax highlighting of single line of code (inline)
  • syntax highlighting of code in comments
  • line numbers
  • automatic links to the documentation inserting
  • code block intelligent scroll detection (short code would have short block, for long one block height would be fixed and scrollbar would appear)
  • predefined color themes (Slush & Poppies, Blackboard, Dawn, Mac Classic, Twitlight, Vibrant Ink)
  • syntax colors customization in CSS file
  • code protect from mangling by WordPress (for example, quotes, double-dashes, etc would look just right as you entered)

Visible option setting when you install it with, custom css code, custom width, custom  tab size, custom themes, line number, etc.

visit plugin site

Posted in Wordpress4 Comments

Great smartphone comparison cart from Billshrink: Iphone, Palm, Droid, Nexus

January 6th, 2010   by  aditia rahman

I just like the way their make the comparison table for each common feature on the phone, and it taken from http://www.billshrink.com/blog/

Posted in DesignNo Comments