Wednesday 28 March 2012

Wordpress Plugin

si-contact-form http://graphpaperpress.com/themes/sidewinder/ http://graphpaperpress.com/plugins/gpp-category-slider/ http://wordpress.org/extend/plugins/wordpress-gallery-plugin/

jQuery Gallery

http://coffeescripter.com/code/ad-gallery/

HTML 5 Graph

http://www.rgraph.net/docs/index.html

Javascript Visualisation

http://thejit.org/

Thursday 8 March 2012

Speeding up Slow Rendering Pages Tip

If you have large amount of text in div's which is making the page slow to load, you can hide the div's, and add expandable's which will open and close the div's. Not only does this make the page cleaner, because your div's are hidden, the page will load much quicker as the browser will not try to render it.

Monday 5 March 2012

Maven java:verbose

set MAVEN_OPTS=-java:verbose Note: Do not use quotes around the MAVEN_OPTS values.

Links