HTML Validation

I have just updates bits of my homepage to successfully pass W3C Markup Validation. I moved to on-click variation for target=”_blank”, which is apparently not proper HTML:

onclick="target='_blank'"

Unfortunately, a script added by my host in the end of pages on the site won’t let me have no errors at all… Now back to JSF programming :)

Published by Hollgam, on April 10th, 2011 at 12:42 pm. Filled under: hollgam.com | No Comments

CSS reset has arrived

Ah, I sacrificed my running time to play with CSS resetting on this site. I think, it has improved the way this site looks like, a couple of issues with design are still present but they are fixable. I hope I will still make for it a short run before everything gets frozen :)

Published by Hollgam, on April 8th, 2011 at 6:59 pm. Filled under: Uncategorized Tags: | No Comments

teletoimisto.com site

I did a homepage for a small consulting company from Finland called Teletoimisto. It’s a visit card for the company that serves a role of a place to get information about the company.

Published by Hollgam, on April 8th, 2011 at 4:52 pm. Filled under: Web Design Tags: | No Comments

New prototype for a game written in Qt

I took a self-study course of Qt language of programming this year and I felt in love with it. I’ve finished the course just recently and this small draft for a game was my final project, that’s why the program is called that way. My imagination did not allow me to come up with something more suitable for some reason… So it’s just a prototype and I hope I will find time to work further on it and make something playable. Me and my friend are now thinking about doing something for multiplayer based on this program.

P.S. Such a shame that Nokia abandoned this technology :(

Published by Hollgam, on April 8th, 2011 at 4:38 pm. Filled under: Projects, Small Projects Tags:, | No Comments

wevote

I made a client for the “wevote” project in a cooperation with my classmate from the University of Applied Science of Mikkeli Viktor Ekimov. It is a Mobile Voting System, which allows providing voting among multiple users using mobile phone SMS technology and publishing the outcome to the web-server.

In order to get system work you need:

  • GSM modem and driver for it
  • JDK 6 or latest
  • WeVote program

Link to google code page.

Published by Hollgam, on April 8th, 2011 at 4:25 pm. Filled under: Programming, Projects | No Comments

twitter

testing is updates go to twitter

Published by Hollgam, on January 31st, 2010 at 11:37 am. Filled under: Uncategorized | No Comments

Updates

Several updates for the site: I’ve udared wordpress to the latest version, added Twitter widget for contact page, updated my contact information which now containes Finnish contacts. And I’m also planning to get back to python development.

Published by Hollgam, on January 31st, 2010 at 10:58 am. Filled under: Uncategorized | No Comments

PGNReader

Together with mr. Vinchkovsky from Kyiv-Mohyla Academy we started a new project PGNReader: a small program written in Python for reading and working with PGN files which are used for storing and sharing information about chess games. Hosted at Google Code.

Published by Hollgam, on June 1st, 2009 at 8:18 pm. Filled under: Uncategorized | No Comments

Clickable root links

A small update: now links to the 2nd level (e.g. http://hollgam.com/blog/) are clickable.

Published by Hollgam, on March 4th, 2009 at 11:40 pm. Filled under: Uncategorized | No Comments

pyChess

Language: Python (2.6.1)
Version:
0.13 (March 05, 2009)
Requirements: PMW, PIL
Creators: Hollgam
Screenshots:
screenshot1, screenshot2

A game of chess. Not playable yet, just a board with pieces which can be moved.

Download: latest version

Updates:

Version 0.1alphaFebruary 28, 2009:
- Board with movable pieces.

Version 0.11March 04, 2009:
- Function for showing legal moves.

Version 0.12March 05, 2009:
- Fixed several bugs in the function for showing legal moves.
- Added option of showing legal moves.
- 90% completed function for validating made moves.

Version 0.13March 05, 2009:
- Ability to make castles (not fully done).
- Added timers of time spent on making current move, total times of White and Black.
- Fixed several bugs.
- Added icon.

Published by Hollgam, on February 28th, 2009 at 4:26 pm. Filled under: Uncategorized | No Comments