8Nov/090

Greasemonkey for developers

If you are Mozilla Firefox user you probably know what are addons and use some of them to make surf  life more comfortable.

This article is about GreaseMonkey addon. I'd like to introduce  it mostly for developers and want to share my knowledge cause I was surprised by its power, simplicity and functionality.

I tried to gather all useful technics, code snippets and documentation in one place to make it a good start page.

Filed under: I|T Continue reading
29Oct/090

Batch processing with OpenOffice

MS did a big job spreading office format worldwide. It is almost everywhere, tons, millions of files. Often it is needed to automate processing of this files. One way is to go with MS Office with VBA or OLE automation, this requires license for office and win32 system as well. Other way is to go with Open Office, which is free and reliable.

Filed under: I|T Continue reading
26Oct/090

Mozilla Firefox user profile

Once I heard weird story. A man was playing some web MMRPG game. Most of these games prohibit multiplayer and you know why :) Game site checks this by setting cookie to browser and when you logout and login with another char it tracks this.

What was the solution ? Most simple one, he installed all versions of browser he found on the Internet(IE,FF,Chrome,Safari, etc). That was weird, but it worked.

I want to tell about much simplier way of doing thia based on Mozilla Firefox profiles.

Filed under: I|T Continue reading
16Oct/090

Download google map, save as image

Once I faced with task to download some area of Google maps...  At first I tried to glue some downloaded google maps images together manually, but gave up very soon. After googling on the Internet, I found no good way to make it automatically.

I decided to dive in GMap API... By using some sample I wrote simple script, that handles most part of this process automatically.. You just need to select intrested region, zoom, map type and wait :)

Method does the following, it loads selected region in one big viewport and after it is loaded, converts it into Canvas, which can be saved as .PNG image.

Feel free to try it

Save google maps as image, jpg or png

Filed under: I|T No Comments
16Oct/097

Samba – file audit log with full_audit

File server auditing is a must have process for all companies that rely on file servers to store their critical data and applications. Malicious and accidental modifications to files, permissions, file sharing settings can severely impact your organization. (C) Somewhere on the Internet.

I can not disagree with it :) I have no such goals, file audit is just another line of protection from users, who like to yell "WHERE IS MY LITTLE AND VERY IMPORTANT FILE ???". In this article I will tell how I setup file audit on samba for linux file server.

Filed under: I|T Continue reading
10Oct/090

OpenOffice BASIC Programmes guide in CHM

Once I had to write some code in OpenOffice BASIC, and found out how difficult is to get information on this. I wanted a book, like a handbook on all these language and API  stuff, and I did not find it. So I decided to make my own CHM file, which is based on OpenOffice wiki. Now I can take it while offline and it is still useful :)

Filed under: I|T Continue reading