Archive for the ‘Development’ Category

Today British police made available their new service – a complete street level map of crimes in England and Wales. The webpage made to all possible headlines in daily papers, tv and radio. The effect is that the service is virtually down and won’t be usable until the novelty wears out. All web pages have [...]

Share
Tuesday, February 1st, 2011 at 13:17 | 3 comments

The Chrome Extension model is amazingly easy to use with just few basic concepts to understand. But there are rather severe limitations. The most important I found so far: There is no easy and consistent way to create option page. Developer needs to create option page as any normal HTML page, this is just overkill! [...]

Share
Sunday, January 30th, 2011 at 14:39 | 0 comments

I spend long hours reading on-line (don’t we all?). Most of interesting material is available in English only (including en.wikipedia.org which is much superior to my native pl.wikipedia.org), so I tend to read all in that language. And as it is my second tongue, I need to use translator quite often. Google translator is doing [...]

Share
Sunday, January 30th, 2011 at 13:40 | 1 comment

Having worked with heavy J2EE applications for couple of years I have almost forgot how much fun one get from programming. I got used to massive tools, complicated frameworks and other Very Serious Stuff. And then I decided to give Microsoft Visual C# 2010 a try. It was a love from a first sight! The [...]

Share
Monday, November 8th, 2010 at 18:17 | 0 comments
Categories: Development, Fun, Geek
Tags: , , , ,

Out of the box, command prompt (cmd) in Windows 2003 Server has the auto-complete (tab-complete) feature disabled. To fix the problem open regedit and create following DWORD keys: [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] “CompletionChar”=dword:00000009 “PathCompletionChar”=dword:00000009 Open new command window and your TAB completion is working!

Share
Monday, August 16th, 2010 at 13:31 | 0 comments

I just got a link to a digital edition of NT Insider, paper I used to read during my university studies (it seems pretty hard core stuff now…). Since then I forgot all about IRQs and kernel level debugging, but I remember I always loved “Peter Pontificates”. See “Pros & Cons of Agile SW Development [...]

Share
Tuesday, August 10th, 2010 at 21:54 | 5 comments
Categories: Agile, Development

For those of us who have some experience with MySQL exporting the data to sql just just a normal way of working. No big fuss, just start phpmyadmin, select export and it’s done. With Oracle is not as easy – you can create dump using exp and import it using imp. Which is useless if [...]

Share
Tuesday, August 3rd, 2010 at 14:40 | 0 comments

Today I run into problem running Oracle Database Control Service on Windows 2003 Server. When I was trying to run it using Administrative Tools->Services I got an error: “Windows could not start the OracleDBConsoleWIND on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, [...]

Share
Friday, July 30th, 2010 at 17:59 | 0 comments

Wouldn’t it be great to have a mobile OS with proper UX? Just imagine: – smooth scrolling and scalling like ipad – android’s keyboard, ideally hardware one like the one in Droid – arrow keys (I’ll buy a kebab to anyone who will tell me why ipad don’t have one) – email client that looks [...]

Share
Thursday, July 8th, 2010 at 00:04 | 0 comments
Categories: Development

GeeCON is an annual Java conference I had a pleasure to attend to. Spending two days in awesome geeky atmosphere is definitely the thing to do! So, was there something apart from unlimited free coffee? Yes, there was! Conference started with Oracle’s official presentation on future of Java (Oracle Java… it still sounds strange, doesn’t [...]

Share
Saturday, May 15th, 2010 at 09:56 | 0 comments
Categories: Development, Fun, Geek
Tags:
TOP