Blog
Opening a File With its Default Program
When developing a Windows Forms application you sometimes need to open a file using the default program associated with it automatically for the user view or edit it. This could be done by just calling the System.Diagnostics.Process.Start function and passing the file name and path as a string. It works with any file type as [...]
Creating Your Own URL Shortening Service With YOURLS
YOURLS (stands for Your Own URL Shortener) is a set of PHP scripts that allow you to create your own URL shortening service. Like most scripts its requirements Apache with Mod_Rewrite, PHP and MySQL which makes it easy to install in virtually any hosting account.
21 Websites You Can Submit Your RSS Feed To
Here is a list of websites you can submit your blog’s RSS feed to:
3 Affordable Stock Photography and Vector Art Websites
As a web developer and blogger I’m always looking for affordable photos and illustrations to use in CodeHill and the other websites I work on. I’ve been using these three stock photography websites for a while now, they provide good quality images for reasonable prices.
Streaming Music and Videos with GNUMP3d
I have been trying different streaming servers the past few days for a project I’m working on. Out of the ones I tested so far none was as easy to install and configure as the GNU Streaming MP3 / Media Server (GNUMP3d). So I thought I should write post about it for those who are [...]
Ubuntu Facts
Ubuntu is a Linux distribution that has one of the largest online communities. It is based on Debian the community-based distribution and is a trademark of Canonical Ltd which is also its largest sponsor.
Detect if you are Running a Virtual Machine
Would you like to know if your server’s OS is running on bare-metal or on a virtual machine. imvirt and virt-what are 2 Linux scripts that allow you to do so easily. Both are open source and can be downloaded from their websites and Ubuntu’s Synaptic Package Manager as well.



Connect