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 [...]
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! [...]
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 [...]
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 [...]
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!
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 [...]
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 [...]
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, [...]
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 [...]
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 [...]

