kjetilod.blogspot.com
k0de: Mac Keyboard layout driving you crazy?
http://kjetilod.blogspot.com/2009/03/mac-keyboard-layout-driving-you-crazy.html
Thursday, March 12, 2009. Mac Keyboard layout driving you crazy? I'm officially giving up adapting to the incompatible Mac keyboard layout. This page. Explains what you need to do to fix it. I'm also switching IntelliJ over to the standard PC-style layout, which is trivial to do. Life's too short to make adjustments to this crap. Subscribe to: Post Comments (Atom). I work for BEKK, a Norwegian IT consultancy. View my complete profile. Mac Keyboard layout driving you crazy?
kjetilod.blogspot.com
k0de: IdeaPad FTW!
http://kjetilod.blogspot.com/2009/03/ideapad-ftw.html
Tuesday, March 24, 2009. Just got a new toy to satisfy my geek needs: a Lenovo IdeaPad S10e. So far, I'm pretty happy with it. Here are some thoughts after a couple of days' use. It's a decent browsing machine. A 1024x576 screen resolution is just barely adequate for normal web browsing these days. Heavy flash use sometimes make scrolling a bit choppy. But the fantastic portability more than makes up for these shortcomings. (No, an iPhone doesn't really compete.). Subscribe to: Post Comments (Atom).
kjetilod.blogspot.com
k0de: March 2009
http://kjetilod.blogspot.com/2009_03_01_archive.html
Tuesday, March 24, 2009. Just got a new toy to satisfy my geek needs: a Lenovo IdeaPad S10e. So far, I'm pretty happy with it. Here are some thoughts after a couple of days' use. It's a decent browsing machine. A 1024x576 screen resolution is just barely adequate for normal web browsing these days. Heavy flash use sometimes make scrolling a bit choppy. But the fantastic portability more than makes up for these shortcomings. (No, an iPhone doesn't really compete.). Links to this post. I'm also switching I...
kjetilod.blogspot.com
k0de: August 2009
http://kjetilod.blogspot.com/2009_08_01_archive.html
Wednesday, August 12, 2009. WAS tip: Application build level. If you want WebSphere to display "Application build level" for your application, your EAR Manifest has to contain "Implementation-version". For Maven to add this automatically, add this to your EAR pom:. Links to this post. Subscribe to: Posts (Atom). I work for BEKK, a Norwegian IT consultancy. View my complete profile. WAS tip: Application build level. Simple theme. Powered by Blogger.
kjetilod.blogspot.com
k0de: January 2009
http://kjetilod.blogspot.com/2009_01_01_archive.html
Wednesday, January 14, 2009. Leaving it here so I'll find it later: If RAD complains that an EAR project won't build because. The deployment descriptor of the module 'xxx.war' cannot be loaded." for WAR or EJB modules, you have to add them to the org.eclipse.wst.common.component file in the .settings directory in the project directory, like this. Found this here: http:/ www-128.ibm.com/developerworks/forums/thread.jspa? Links to this post. Subscribe to: Posts (Atom). View my complete profile.
kjetilod.blogspot.com
k0de: May 2008
http://kjetilod.blogspot.com/2008_05_01_archive.html
Thursday, May 15, 2008. You can use good old /bin/dd to convert EBCDIC files to their ASCII equivalent. Dd if=infile.txt of=outfile.txt conv=ascii. Which does the conversion automatically. Links to this post. Subscribe to: Posts (Atom). I work for BEKK, a Norwegian IT consultancy. View my complete profile. Simple theme. Powered by Blogger.
kjetilod.blogspot.com
k0de: April 2008
http://kjetilod.blogspot.com/2008_04_01_archive.html
Monday, April 7, 2008. Maven 2 help plugin. I always forget this bit, so I'm putting it here for posterity.). The help plugin for Maven 2 can print the possible goals and other info for a plugin:. Mvn help:describe -Dplugin=eclipse -Dmedium=true. Gives some more detailed output. For more info see the help plugin pages. Links to this post. Subscribe to: Posts (Atom). I work for BEKK, a Norwegian IT consultancy. View my complete profile. Maven 2 help plugin. Simple theme. Powered by Blogger.
kjetilod.blogspot.com
k0de: String constructor considered useless turns out to be useful after all (film at 11)
http://kjetilod.blogspot.com/2008/09/string-constructor-considered-useless.html
Tuesday, September 23, 2008. String constructor considered useless turns out to be useful after all (film at 11). When you were still a Java neophyte, chances are you wrote some code that looked like this:. String s = new String("test");. Brings back some embarrassing memories, doesn't it? You soon learned that instantiating Strings via the constructor was hardly ever done, and the String constructors seemed to be, well, utterly useless. When do you really ever need to do "new String(oldString)"? It's no...
developcode.blogspot.com
On code development: IE8 beta 1 ready for download
http://developcode.blogspot.com/2008/03/ie8-beta-1-ready-for-download.html
I've tried to collect thoughts - both from my work and from some impressions that I get from other bloggers in the field. Right now I am a system architect and developer with Bekk Consulting in Norway - a great place to be! Wednesday, March 05, 2008. IE8 beta 1 ready for download. At MIX08, they have just announced the possibility to download IE8 beta 1. Http:/ www.microsoft.com/windows/products/winfamily/ie/ie8/getitnow.mspx. Subscribe to: Post Comments (Atom). IE8 beta 1 ready for download.
developcode.blogspot.com
On code development: June 2007
http://developcode.blogspot.com/2007_06_01_archive.html
I've tried to collect thoughts - both from my work and from some impressions that I get from other bloggers in the field. Right now I am a system architect and developer with Bekk Consulting in Norway - a great place to be! Wednesday, June 27, 2007. Sharepoint Configuration Wizard hangs at Step 5. The wizard (psconfigui.exe) hangs at Step 5. Seems like there is no way around it using the GUI. Instead, I stopped the GUI version and ran. Instead. Worked like a charm! Links to this post. Links to this post.
SOCIAL ENGAGEMENT