Thursday 17 May 2012

UI JavaScript/HTML Team Tip

Get someone to knock up some static HTML screens which have common HTML snippets for forms (with style classes) for fonts, tables, buttons, etc..., and do the same for javascript to do things like grey out text fields etc... This way the team are more likely to apply these styles and javascript snippets more consistently across the app.

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