Well it is my last day at IBM and I will miss the talented people I worked with there they are amazing....
Moving on.....
Recently had time to use NodeJS with some MQTT sprinkled in.
I also came across a blog that describes how to setup Notepad++ to use NodeJs.
Neil's Dev Stuff
Wednesday, 5 June 2013
Monday, 21 January 2013
Websockets
Want a websocket solution try pusher it is awesome, very simple to setup and use.
I used Java server side with the following lib https://github.com/SScheuermann/gae-java-libpusher
Push notifications made simple....
I used Java server side with the following lib https://github.com/SScheuermann/gae-java-libpusher
Push notifications made simple....
Monday, 20 February 2012
Blog Name Change
Hello, guys and gals, from today my blog name is changing to reflect a truer title for the content.
For a while I have mostly posted about web app development and not just netbeans.
So from today my blog will be entitled "Neils Dev Stuff".
You can still expect netbeans stuff too.......
For a while I have mostly posted about web app development and not just netbeans.
So from today my blog will be entitled "Neils Dev Stuff".
You can still expect netbeans stuff too.......
Tuesday, 10 January 2012
NetBeans 7.1 Released
The best version so far in my opinion, very stable loads of features great job.
From a web developers perspective my favourite features are the new re-factoring and CSS3 support.
For me NetBeans 7.1, EXTJS, PACKTAG and DWR are all you need to build good one page web apps.
Although not part of the release the new JSLINT plugin is really good, running JavaScript through jslint has saved me hours of debugging.
Get NetBeans 7.1 here for a full set of features go here.
Still no usable Geronimo support though.
From a web developers perspective my favourite features are the new re-factoring and CSS3 support.
For me NetBeans 7.1, EXTJS, PACKTAG and DWR are all you need to build good one page web apps.
Although not part of the release the new JSLINT plugin is really good, running JavaScript through jslint has saved me hours of debugging.
Get NetBeans 7.1 here for a full set of features go here.
Still no usable Geronimo support though.
Saturday, 8 October 2011
NetBeans 7.1 Beta released
I took NetBeans 7.1 beta for a spin, feels faster and stable.
Will post more when I have had a chance to check it out further.
Will post more when I have had a chance to check it out further.
Friday, 22 July 2011
Web app builds with NB
Some of the Java libs I use when building web apps with nb :-
- Checking JavaScript files during netbeans build I use http://code.google.com/p/jslint4java/ with http://jslint4java.googlecode.com/svn/docs/1.4/ant.html this has saved me hours of debugging especially IE 6/7/8
- Authentication, http://shiro.apache.org/
- Password encryption I use http://www.jasypt.org/
- Minimising and combining Javascript files http://www.galan.de/projects/packtag I no longer do this at the build stage. This is a cool tag lib that is simple to use and works really well.
- RPC Lib - http://directwebremoting.org/dwr/index.html saves a lot of faffing about, looking forward to the new release.
Monday, 4 July 2011
Useful netbeans plugin anyone?
A really useful netbeans plugin can be found in the plugin portal here , thanks to Geertjan Wielenga
Subscribe to:
Posts (Atom)