Blog

Opening a File With its Default Program

July 1, 2010 | By | Add a Comment

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 [...]

Continue Reading

Creating Your Own URL Shortening Service With YOURLS

May 31, 2010 | By | Add a Comment

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.

Continue Reading

21 Websites You Can Submit Your RSS Feed To

May 27, 2010 | By | Add a Comment

Here is a list of websites you can submit your blog’s RSS feed to:

Continue Reading

3 Affordable Stock Photography and Vector Art Websites

May 24, 2010 | By | 2 Comments

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.

Continue Reading

Streaming Music and Videos with GNUMP3d

May 20, 2010 | By | 1 Comment

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 [...]

Continue Reading

Ubuntu Facts

May 17, 2010 | By | Add a Comment

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.

Continue Reading

Detect if you are Running a Virtual Machine

May 13, 2010 | By | Add a Comment

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.

Continue Reading