#henrik http://bihe.posterous.com development and technology stuff posterous.com Tue, 08 May 2012 11:51:00 -0700 JS Frameworks everywhere http://bihe.posterous.com/js-frameworks-everywhere http://bihe.posterous.com/js-frameworks-everywhere The number of JS frameworks, tools, libraries, ... based on Node.js is astonishing. I think the next UI thing will be based on Brunch. http://brunch.io/

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
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
Mon, 06 Feb 2012 22:37:00 -0800 Flashless page-flip http://bihe.posterous.com/flashless-page-flip http://bihe.posterous.com/flashless-page-flip

Some time ago this could only be done with Flash. Now it works if you have a decent browser installed (chrome, ff10, ...). Se it in action >> turnjs.

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Sun, 05 Feb 2012 03:22:00 -0800 Mac OS X Lion > Disable “Reopen Windows When Logging Back In” http://bihe.posterous.com/mac-os-x-lion-disable-reopen-windows-when-log http://bihe.posterous.com/mac-os-x-lion-disable-reopen-windows-when-log

Finally found this one. It's a script which simply does the following:

  defaults write com.apple.loginwindow LoginHook /usr/bin/loginfix.sh 

The loginfix-script has the following contents:

  #!/bin/bash
  rm /Users/*/Library/Preferences/ByHost/com.apple.loginwindow.*

To revert back to original behaviour:

  sudo defaults delete com.apple.loginwindow LoginHook

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
Fri, 20 Jan 2012 07:10:00 -0800 Fresh Windows 7 Update Installation http://bihe.posterous.com/fresh-windows-7-update-installation http://bihe.posterous.com/fresh-windows-7-update-installation

Just remember how to install windows7 upgrade installation on a fresh harddisk.

Heise Link:

Steps:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE
MediaBootInstall = 0

 

slmgr -rearm

 

Windows+Pause 

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/hdKYLhujzUJSO Henrik Binggl henrik Henrik Binggl
Wed, 18 Jan 2012 23:28:00 -0800 HTML5 Layout Template http://bihe.posterous.com/html5-layout-template http://bihe.posterous.com/html5-layout-template

I really like Bootstrap from twitter. Also quite interesting is this one - maybe I will try it out for the mobile stuff >> HTML5Reset.

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