About Me
I'm a contract Java developer working in Melbourne for the past 10+ years.
More recently I created onmydoorstep.com.au, a place to find out more about where you live in Australia.
I'm also active in the open-source community with several projects ongoing.
Follow @richard_nichols
Also on Github.Tags
ant apple automation cluster css cv Design developer doclet documentation drm ebook Google guice guides images ioc IT jasperreports Java javadoc javascript jobs jpa junit markdown netbeans off-topic open-source performance recruitment regex releases servers soap-box syntax testing tips ui visural-common visural-wicket warp-persist web wicket windowsArchives
-
Popular Posts
- Simple Guide To Sub-reports in JasperReports / iReport
- Converting Ebook Formats – .mobi to .epub
- Implementing Facebook OAuth 2.0 Authentication in Java
- 1 Minute Guide – Installing Redmine on Windows
- 5 Minute Guide to Clustering – Java Web Apps in Tomcat
- Wicket – forcing page reload on browser back button…
- 5 Reasons Why NetBeans Rocks
- Face Detection in Java – Haar Cascade with JJIL (how-to)
Tag Archives: web
LessCSS available in Java and Wicket – less.js
For the uninitiated, LessCSS is a powerful extension of CSS, that adds variables, mixins, operations and nested rules. What this means is the ability to remove the repetition and redundancy which almost always pops up in CSS for complex web … Continue reading
Posted in Java, Software Engineering, Wicket
Tagged css, Java, ui, visural-wicket, web, wicket
8 Comments
301 Redirects Made Easy In Java
I’ve just released a new version of visural-common – 0.3.2. This version includes a new Servlet Filter, which makes 301-redirects in Java a breeze. You’d recall that 301 redirects are useful for SEO (and just general good practice) for when … Continue reading
Posted in Java, Software Engineering
Tagged Google, Java, open-source, seo, visural-common, web
4 Comments
How-to: Add Code Syntax Highlighting to MediaWiki
Here’s a short tutorial on how to integrate Google’s “prettify.js” (which does automatic syntax highlighting of code snippets) into a MediaWiki wiki installation. This is totally done MacGyver style, we’re going to patch the MediaWiki skin to do it. For … Continue reading
Posted in IT, Software Engineering
Tagged developer, documentation, Google, hack, web, wiki
2 Comments
Wicket – forcing page reload on browser back button…
An interesting issue arises when doing AJAX with Wicket, where you have an AJAX-enabled page with a bunch of controls that get generated/refreshed by AJAX. The user then navigates to another page, and subsequently hits the back button and returns … Continue reading