Inline edit
This one could be quite useful for inline editing >> Jeditable
#henrik |
development and technology stuff |
Just remember how to install windows7 upgrade installation on a fresh harddisk.
Steps:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE
MediaBootInstall = 0
slmgr -rearm
Windows+Pause
I really like Bootstrap from twitter. Also quite interesting is this one - maybe I will try it out for the mobile stuff >> HTML5Reset.
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.
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)
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