#henrik http://bihe.posterous.com development and technology stuff posterous.com 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
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
Sat, 17 Sep 2011 10:27:13 -0700 LMDE with Unetbootin http://bihe.posterous.com/lmde-with-unetbootin http://bihe.posterous.com/lmde-with-unetbootin Finally I got LMDE installed using Unetbootin. The current update included the support.

http://blog.linuxmint.com/?p=1818

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