www.hutsky.cz / blog / twitter /

Flexibee accounting package

May 15th, 2010

One of the few things I really do miss in Linux environment is a proper accounting software.

About a year ago, I managed to convince a friend of mine who owns this local store to try Linux on his office computer. He took to the idea gladly because the computer in his office was used by many various users, his father, part-time workers etc. Every one of them installed an icq toolbar here, a small application there and as a result, we had to re-install Windows quite often since the computer was constantly overloaded with unnecessary applications, spyware and viruses. Yes, we could have set up a Windows account with more restrictive rules, but Linux simply seemed a safer choice. At first I was worried about how people who don’t know much about computers, people who use computers just for browsing, e-mails or editing excel documents would react to a completely different operating system.

Read the rest of this entry »

Lands of Lore

April 13th, 2010

This has nothing to do with my work, but it’s related to computers anyway and life’s not work all the time, is it.

Read the rest of this entry »

Internet Explorer: Expected Identifier

February 10th, 2010

Today, I got feedback about a bug in an application in which I did some minor alterations not long ago. The application gives several rather long lists containing names and as it was often quite difficult to tell which list you are viewing after scrolling down a little bit, I was asked to do something about it. There was no easier way than to show only the first ten names of each list and put the rest in a hidden container, which is shown with help of a “show more” link.

  1. <a id="i_box10" class="show_hidden_list" href="#">see more / hide » »</a>
  2. <div class="hiddenclass show_box10">…list….</div>

Read the rest of this entry »

Kohana php framework – part 1.

January 26th, 2010

Just like most people, I like working on projects that are exceptional and require an innovative approach, but just like with most other jobs, the greater part of my work tends to be repetitive (and one cannot allow himself the luxury of turning such projects down). A framework is supposed to make this repetitive work a great deal easier. But when building a simple website such as this one , there’s no actual need for a sophisticated framework. The bigger projects, where a framework could have been useful, were always to be tailored to the client’s individual needs so I deemed it wiser to stick to clean php code; and beyond that the deadlines were usually so deadly that there was no space for trying out anything new. Read the rest of this entry »

Opensolaris – my first encounter

January 24th, 2010

I got a liveCD with Opensolaris from my brother today. I know he has been toying with it for some time now, but all I know about Opensolaris is that it’s based on Solaris by Sun, it is UNIX-like, supposedly very stable and famous for its file system. My brother had asked me if I wanted to try it out several times, but unlike him, who earns his bread maintaining OS, I never really got to it with that little time I have.

Read the rest of this entry »

Ubuntu / Debian remote desktop problem

January 21st, 2010

Sometimes, it happens that when I want to connect to one of my Debian machines over the vncviewer tool, I just can’t type in the password to unlock the screen. Read the rest of this entry »

Maintaining mobile web content

January 15th, 2010

This post is no official guideline but rather a log of steps I’m taking after having decided to build my sites in a more mobile device friendly way and a compilation of sources generally available on the net (most links included).

Why serve mobile content?

Mobile web content. The big question for me was why bother at all? Optimizing websites for mobiles means extra costs and few of my clients even know it’s possible, so I’ve never faced a demand to consider any of my projects from the mobile point of view nor was I particularly worried about this issue myself.

This changed when I bought my first handheld device and discovered that with the exception of big players like BBC or Google, it was often frustrating to browse most of the regular websites out there. Naturally, I turned to my own websites to see how they were standing. Luckily for me, it’d always been my opinion that a website should be kept as simple as possible, using JS only as a supplementary feature and avoiding flash completely if possible, so I was glad to find out that I was able to view and navigate the bigger part of my websites. However, lots of things were pretty bad – above all the size of the page. Read the rest of this entry »

Hello world!

January 10th, 2010

Just started a new blog, my first one. I’d like to focus on topics related to my work like jQuery or mobile web content development that are not necessarily what I get paid for but that I like discovering. I don’t expect my posts to be very frequent (nor particularly enlightening), but at the very least it will keep me updated on WordPress development, it was version 2.5 last time I installed WP and built custom plugins for someone, it’s 2.9 today.