6Dec/100

Login simultaneously: incognito mode

You may have heard about "incognito mode" in Google Chrome or "private-browsing" in Mozilla Firefox. In these modes browsers do not save anything to the hard drive, cache, cookies, etc. After exiting this mode all activity is cleaned up.  One interesting bonus you get of these features is login into different accounts at once.

Filed under: I|T Continue reading
30Sep/100

Publish PHP Code on the web – Highlight.js

It is often required to publish some code snippets in the blog on PHP or other popular languages like Python, Ruby... Here is simple way to do this..

Filed under: php Continue reading
30Sep/100

Skype history: easy access, backup and search.

People who use Skype store important information in Skype chat history, that is true, unfortunatly. How often you realise that important url,contact,login info, etc left on your work computer or even was formatted with last OS reinstall ?  There is a perfect solution to overcome this:

Filed under: I|T Continue reading
24Sep/100

Velohora 2010

It was fun. 20 kilometers on the streets of my home city. Despite small rain in the morning, central square was overcrowded with people and bikes. Perfect chance to show to authorities and drivers how many of us are and it's time to accept this reality by issuing new laws and road rules.

Filed under: fun Continue reading
2Aug/102

Navigation through Excel sheet – End Of Data

Quickly move to the end or beginning of big chunks of data.

Filed under: excel Continue reading
2Aug/103

Automated differential backup using 7zip for linux/windows

There are a lot of ways of doing differential backups, tons of software, freeware of shareware. I want to share one I didn't know about which I liked very much. It is unfair so little information can be found the Net about 7-zip archival tool, which can handle differential backups with ease.  Article is for CLI geeks, who understands where to push these commands )

Filed under: I|T Continue reading
29Jul/103

Free online dictionary

http://a32.me/dict/


It is web based, ajax, searches through 100M+ words very fast.

Source code is available on request. More details are here http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/

Filed under: php, software 3 Comments
22Jul/105

Catsone gmail integration plugin

http://catsone.com/ is great SaaS recruiting tool used by many companies. One of the HR manager operation is sorting emails received from candidates. To ensure smoothness of the process this emails should be added to CATS system, so other managers can see full candidate history. There is an outlook plugin for this purpose. Assuming outlook is not in favor in our work place, I wrote GMail integration plugin.

Filed under: I|T Continue reading
29Jun/100

Master/Detail drop down lookup in Excel

Excellent trick when you should have Master/Detail lookup combo box in your Excel form. This is quite often needed. Here is an example:

Filed under: excel Continue reading
26Jun/109

phpMyDict – Stardict web backend with PHP

Stardict is a popular open source dictionary program as well as file format for storing dictionaries. There are alternatives of StarDict, some of them better, some worse. But I never meet some WEB application to use dictionaries in StarDict format and interface through the web browser. I found this little interesting and created one...