Amgad Suliman (Author's Website)

rss feed Twitter

3 Affordable Stock Photography and Vector Art Websites

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

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

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

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.

Continue Reading

Banning IPs using .htaccess

Banning IPs using .htaccess

May 10, 2010 | By | Add a Comment

One of the many features the file .htaccess provides for a website is the ability to ban IP addresses or ranges of IP addresses from accessing it. This could be useful when a spambot, scrapper or leecher is consuming your bandwidth.

Continue Reading

3 Comics from XKCD

3 Comics from XKCD

May 6, 2010 | By | Add a Comment

Online Package Tracking

Continue Reading

2 Ways to Redirect URLs in PHP

May 3, 2010 | By | Add a Comment

The ability to redirect URLs in PHP can be very handy. A common use of redirects is when a page has become obsolete and you would like to redirect the user to a more current one. Affiliate marketers use URL redirection to point to their products. This way when the product they are marketing is [...]

Continue Reading

An Online GUID Generator Tool

An Online GUID Generator Tool

April 26, 2010 | By | Add a Comment

Another addition to our Tools page is the GUID Generator. GUID which stands for Globally Unique Identifier, are 32 character Hexadecimal character string usually stored as a 128 bit integer, an example of a GUID is {F2E0A7B9-F29D-869B-4CC1-F2550D628100}. They are also known as UUIDs or Universally Unique Identifiers. To read more about GUID visit Wikipedia’s GUID [...]

Continue Reading

Displaying the Number of Visits in a WordPress Blog Post

Displaying the Number of Visits in a WordPress Blog Post

April 22, 2010 | By | 9 Comments

I thought it would be a good idea to show how many visits a blog post had since it was published. One of the web tracking tools I use is WordPress.com Stats, and it’s the easiest to get the page view count from. So after some googling I found the best way to do so [...]

Continue Reading

Check your Website with Host Services

Check your Website with Host Services

April 19, 2010 | By | Add a Comment

Host Services is my latest addition to the Tools page. It’s basically a port scanner that checks the services on a server to make sure they are running. What makes it different from other port scanners is it only checks the services that are expected to be running on a server, like HTTP and FTP. [...]

Continue Reading