DEV TIPS

0 Comments

Just a dump blog post for short development tips.   Microsoft Windows 8 Always run pinned programs on the taskbar as administrator If you want the programs pinned on the windows taskbar to always be

How to call a JavaScript function by string name.

0 Comments

An excellent answer to this question can be found at: http://stackoverflow.com/questions/359788/how-to-execute-a-javascript-function-when-i-have-its-name-as-a-string I knew you could call a JavaScript function by it’s string name, by using window[‘functionName’], but this does not work for namespace functions. When

Fix / restore user and login mappings in SQL Server

0 Comments

If you restore a SQL Server (< 2012) database on an other database server make sure you fix the user and login mappings by following the steps on http://atakala.com/browser/Item.aspx?user_id=amos&dict_id=2036 Short fix: use MyDatabase go sp_change_users_login