Winpos

Work more efficient and faster on Windows with Winpos – a Window Layout manager. Free for a limited time.

Foldy

Play online poker faster and easier! Use Foldy to assign a custom hotkey to click fold for you.

Pyhk

A python hotkey module. Add hotkey functionality to your python scripts.

Move WordPress to a Subdomain or Addondomain

Here is a quick and little trick to move WordPress to a subdomain or addon domain. Assume you have a WordPress install under public_html and you can access your WordPress site via www.your_domain.com but what you want to access your WordPress site it via a subdomain. Lets use /blog for this example. The same concept [...]

Leave a comment Read More →

Python Save A Class

Let me share a little code snippet I use at times which I call “python save a class”. I came up with a very simple and easy way to do that. Check out my code snippet below.     1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [...]

Leave a comment Read More →

Simple Social Buttons – Adding social buttons to your site – Customized

I found this wonderful plugin for WordPress called Simple Social Buttons. I have tried out Sociable, but I really didnt like how they started to try and force you to add their via @sociable in the tweet button. Simple Social Buttons came in very handy! I installed Simple Social Buttons and was a little bit [...]

2 Comments Read More →

Browser as Desktop UI with CherryPy

I recently had the idea of using a browser as desktop UI (user interface). I have used wxpython for most desktop UI in the past, but I was working on an application that was very closely related to the internet. I had to do a lot of searching and testing until I found a solution [...]

Leave a comment Read More →