#henrik http://bihe.posterous.com development and technology stuff posterous.com Mon, 07 May 2012 10:23:00 -0700 Tired of local IDE? http://bihe.posterous.com/tired-of-local-ide http://bihe.posterous.com/tired-of-local-ide

A cloud based IDE - a temptation. No download of all the development tools which clog your local machine. OK there is cloud9, but  node.js is only a playground for me right now. 

There seems to ba a new kid on the block >> Koding. It supports Python, PHP, Perl, Ruby and also provides a development environment with MongoDB including web-based shell access. I've applied for beta access - let's see if I get one.

 

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Sun, 15 Apr 2012 01:15:00 -0700 DerbyJS, a Node MVC Framework http://bihe.posterous.com/derbyjs-a-node-mvc-framework http://bihe.posterous.com/derbyjs-a-node-mvc-framework

For me Node is difficult to start behause it takes time to assemble all the necessary modules, ... I always wanted a full stack framework. Ok, there is Geddy, but it feels not right for me. But looking at DerbyJS - fantastic. Finally Node and fun.

Quite the same approach but not so node-standard ist Metor.

For now I will give DerbyJS a try

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Mon, 02 Apr 2012 00:19:20 -0700 Javascript lib for lazy image loading http://bihe.posterous.com/javascript-lib-for-lazy-image-loading http://bihe.posterous.com/javascript-lib-for-lazy-image-loading

To increase the speed of the page it helps to lazily load image resources. A standalone javascript library for this task can be found here.
Github fasterize/lazyload 

To use it just add the script and change the images to this format.

<img data-src="real/image/src.jpg" src=data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== onload=lzld(this) />

 

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Wed, 07 Mar 2012 02:06:00 -0800 JVM config library http://bihe.posterous.com/jvm-config-library http://bihe.posterous.com/jvm-config-library

Havoc Pennington created this one wich is used for Akka and Play.

https://github.com/typesafehub/config

>Searches for config files using the following logic:

  • system properties
  • application.conf (all resources on classpath with this name)
  • application.json (all resources on classpath with this name)
  • application.properties (all resources on classpath with this name)
  • reference.conf (all resources on classpath with this name)

You can config using a JSON-like syntax with substitution and all the sugar ...

 

 

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Mon, 06 Feb 2012 23:54:00 -0800 Javascript UI Dialogs http://bihe.posterous.com/javascript-ui-dialogs http://bihe.posterous.com/javascript-ui-dialogs

Nice one > UIKit. Might be an addition to my basic template of choice.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Wed, 25 Jan 2012 22:33:00 -0800 Inline edit http://bihe.posterous.com/inline-edit http://bihe.posterous.com/inline-edit

This one could be quite useful for inline editing >> Jeditable

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Sun, 18 Dec 2011 02:42:00 -0800 Using Twitter-Bootstrap with DataTables http://bihe.posterous.com/using-twitter-bootstrap-with-datatables http://bihe.posterous.com/using-twitter-bootstrap-with-datatables

To display tabular data I rely on the DataTales jQuery Plugin. Really nice UI and easy backend integration. For a new mini project I wanted to style the UI of DataTables the same as Bootstrap. I was quite lucky because someone already did this for me.

There is a blog entry on the DataTables blog giving an overview of how to achive this.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Wed, 07 Dec 2011 02:14:00 -0800 Suggest Textbox http://bihe.posterous.com/suggest-textbox http://bihe.posterous.com/suggest-textbox

Nice suggest effect with jQuery.suggest.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Mon, 05 Dec 2011 22:47:00 -0800 Automatically save forms http://bihe.posterous.com/automatically-save-forms http://bihe.posterous.com/automatically-save-forms

Save form input automatically to local storage aka autosave sisyphus.js

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Tue, 15 Nov 2011 22:48:00 -0800 HTML5 UI http://bihe.posterous.com/html5-ui http://bihe.posterous.com/html5-ui

For my next fun-project I will try out this combination.

HTML 5 UI framework
Template bootstrap (already used, is perfect)
Backend implementation (already like this one) 

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Sun, 30 Oct 2011 23:50:00 -0700 Simplify dynamic JS applications http://bihe.posterous.com/simplify-dynamic-js-applications http://bihe.posterous.com/simplify-dynamic-js-applications

Just found this nice pice of Javascript. Knockout.js helps to build highly dynamic and maintainable Javascript applications by means of a MVVM approach.

Will try it out on my guesthouse reservation logic and give more info. >> Knockout

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Sun, 23 Oct 2011 04:04:00 -0700 Replace Java Date with something better http://bihe.posterous.com/replace-java-data-with-something-better-27289 http://bihe.posterous.com/replace-java-data-with-something-better-27289

Just remember to use Joda-Time all the time ;)

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Wed, 12 Oct 2011 22:27:00 -0700 Notifications http://bihe.posterous.com/notifications http://bihe.posterous.com/notifications

Nifty notifictions using JQuery/JQueryUI.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Tue, 11 Oct 2011 23:18:00 -0700 Lookup data with JQuery UI Dialogs http://bihe.posterous.com/lookup-data-with-jquery-ui-dialogs http://bihe.posterous.com/lookup-data-with-jquery-ui-dialogs

Peter Hilton showed a nice example how to do play-based JQuery UI lookup dialogs to select data. This approach is really neat, I would have done more javascript client code and HTML stuff instead. See the original post.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Tue, 27 Sep 2011 06:10:00 -0700 Image Gallery http://bihe.posterous.com/image-gallery http://bihe.posterous.com/image-gallery

Looks promising on different target platforms >> PhotoSwipe

Found, als always: http://www.webappers.com/

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Fri, 23 Sep 2011 01:18:26 -0700 Windows Authentication for java/tomcat webapps http://bihe.posterous.com/windows-authentication-for-javatomcat-webapps http://bihe.posterous.com/windows-authentication-for-javatomcat-webapps

Using waffle this should be possible in a coporate environment.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Thu, 15 Sep 2011 04:26:00 -0700 For the lazy "designer" http://bihe.posterous.com/for-the-lazy-designer http://bihe.posterous.com/for-the-lazy-designer

As I am no designer I really like to bootstrap my templates >> Bootstrap, from Twitter

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Tue, 06 Sep 2011 23:18:00 -0700 CSS3 Buttons http://bihe.posterous.com/css3-buttons http://bihe.posterous.com/css3-buttons

Style buttons completely with CSS3 >> www.red-team-design.com

DEMO

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Sun, 04 Sep 2011 23:25:00 -0700 Tooltips http://bihe.posterous.com/tooltips http://bihe.posterous.com/tooltips

Colortooltips using JQuery again.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Tue, 30 Aug 2011 03:48:00 -0700 JQuery API documentation http://bihe.posterous.com/jquery-api-documentation http://bihe.posterous.com/jquery-api-documentation

Nice way to display the jquery api doc including fast search.

>> jQAPI

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl