kennethhn.blogspot.com
Kenneth H. Nielsen: september 2008
http://kennethhn.blogspot.com/2008_09_01_archive.html
Kenneth H. Nielsen. Mandag den 8. september 2008. Recently I asked my network for novel ideas for small web applications or sites. My accountant mentioned that he had a hard time calculating distance travelled for some of his customers. He needs to calculate the specific distance for any trip made in a private car for a refund from the danish IRS. For each trip made by an employee in one of the companies he used to go to a GeoCoding site like http:/ www.maps.google.com. Aside from some escape issues, thi...
kennethhn.blogspot.com
Kenneth H. Nielsen: februar 2009
http://kennethhn.blogspot.com/2009_02_01_archive.html
Kenneth H. Nielsen. Torsdag den 26. februar 2009. KHANDI the temporal database manager. On contract for a customer I had to develop a temporal database manager. The problem is very simple. You have an entity that exists from a data to another date and is dependent on another entity to exist in the same period. Consider the example below, this is a valid dependency, because, the dependency exists in atleast the same period as the entity. I- - - - - - -I. I- - - - - - - - - -I. I- - - - - - - - - -I. Altho...
kennethhn.blogspot.com
Kenneth H. Nielsen: april 2009
http://kennethhn.blogspot.com/2009_04_01_archive.html
Kenneth H. Nielsen. Mandag den 13. april 2009. Automatically testing advanced web applications (revisited). More than one and a half years ago I first posted a blog article 'high automatic test coverage of web applications'. While working with this and later projects I realized that in order to have complete coverage and a more dynamic testing environment I had to take it a step further and therefore started inventing my own test framework, described in the article 'full testing with javascript'. In thir...
kennethhn.blogspot.com
Kenneth H. Nielsen: JavaScript self-replicating program (or Quine)
http://kennethhn.blogspot.com/2010/06/javascript-self-replicating-program-or.html
Kenneth H. Nielsen. Tirsdag den 1. juni 2010. JavaScript self-replicating program (or Quine). This program will output the code for itself :. Function() {var f;function r() {. Return "(function() {var f;" f ";f=rep.toString();return r();})();";. F = rtoString();return r();})();. Var a = "(function() { return 'var a = ' unescape('%22') a unescape('%22') ';' a; })();";(function() { return 'var a = ' unescape('%22') a unescape('%22') ';' a; })();. I work with software development as a freelance developer.
kennethhn.blogspot.com
Kenneth H. Nielsen: januar 2012
http://kennethhn.blogspot.com/2012_01_01_archive.html
Kenneth H. Nielsen. Onsdag den 18. januar 2012. Uncheck checkboxes with jQuery. Abonner på: Indlæg (Atom). I work with software development as a freelance developer. Uncheck checkboxes with jQuery. God wanted to create the world in 10 days… Chuck Norris gave him 6. When Chuck Norris jumps in a pool he doesn’t get wet, the water gets Chuck Norris. If you have five dollars and Chuck Norris has five dollars, Chuck Norris has more money than you. If Chuck Norris is late, time better slow the fuck down.
kennethhn.blogspot.com
Kenneth H. Nielsen: juni 2010
http://kennethhn.blogspot.com/2010_06_01_archive.html
Kenneth H. Nielsen. Tirsdag den 1. juni 2010. JavaScript self-replicating program (or Quine). This program will output the code for itself :. Function() {var f;function r() {. Return "(function() {var f;" f ";f=rep.toString();return r();})();";. F = rtoString();return r();})();. Var a = "(function() { return 'var a = ' unescape('%22') a unescape('%22') ';' a; })();";(function() { return 'var a = ' unescape('%22') a unescape('%22') ';' a; })();. Abonner på: Indlæg (Atom). Chuck Norris can touch MC Hammer.
kennethhn.blogspot.com
Kenneth H. Nielsen: april 2012
http://kennethhn.blogspot.com/2012_04_01_archive.html
Kenneth H. Nielsen. Fredag den 27. april 2012. Migrate from SQL Server to MySQL. Download MySQL GUI tools. Make sure to have a 32-bit java. Run tool from CMD line. MySQLMigrationTool.exe -verbose -debug. Jvm "C: Program Files (x86) Java jre7 bin client jvm.dll". Alert box may appear with problem finding msvcr100.dll. In that case, rename msvcr100 clr0400.dll to msvcr100.dll in C: Windows SysWOW64. When tool is up and running, choose MS SQL server as source and MySQL as dest. Export inserts to a file.
kennethhn.blogspot.com
Kenneth H. Nielsen: High automatic test coverage of web applications
http://kennethhn.blogspot.com/2007/12/high-automatic-test-coverage-of-web.html
Kenneth H. Nielsen. Søndag den 23. december 2007. High automatic test coverage of web applications. Tests in web applications. Features in a web application reside in one of two locations: On the client or on the server. A functional test on the client side can also cover the integration test with browsers if the test framework can execute the tests in multiple browsers, otherwise the lowest denominator might be adequate (think IE 6). It has the advantage that it is defined in XML, which ought to be read...
kennethhn.blogspot.com
Kenneth H. Nielsen: juli 2012
http://kennethhn.blogspot.com/2012_07_01_archive.html
Kenneth H. Nielsen. Onsdag den 4. juli 2012. Movement speed OVER Magic Find. If you're at the point where you are considering packing on lots of Magic find and going for farms at lower difficulty, consider Movement speed first. Movement speed(MVS) will boost everything, if you have good enough gear, elite mobs in f.ex. Act I are just a bump. If you are farming elites only, there will be a lot of running involved. When I do runs, I'm running like 3/4 of the time. How does that relate to Magic Find? For br...
kennethhn.blogspot.com
Kenneth H. Nielsen: januar 2009
http://kennethhn.blogspot.com/2009_01_01_archive.html
Kenneth H. Nielsen. Mandag den 12. januar 2009. If you are having problem with your encoding running on a platform with other than UTF-8 as a default, try going through your code and make sure request.getParameter() is not called before setting request.setCharEncoding(). String adUser = request.getParameter(TAM AD USER);. If you have no hook for it, consider making a filter: http:/ cagan327.blogspot.com/2006/05/utf-8-encoding-fix-tomcat-jsp-etc.html. Abonner på: Indlæg (Atom).