archive | coding RSS feed for this section

Disabling auto-formatting of telephone numbers by the Skype Browser Plugin

If your website displays telephone numbers, visitors who have Skype installed might see a broken layout.

Read more

Managing Background Tasks in the Bash Shell

In the the Unix Bash shell the “&” (ampersand) character is a control operator used to fork processes.

Read more

Sending Tweets from the command line using a Bash script

The Twitter API makes it very simple to send tweets with curl via a Bash script.

Read more

List comments and files changed for a specific Subversion Revision

If you need to check which files changed during a specific revision, use this command in a Terminal window.

Read more

A Day In The Life Of A Programmer

A day in the life of a programmer, illustrated.

Read more

Using Regular Expressions – Part 3 of 3 – Examples

Following on Geekology’s previous posts on Regular expressions (Regex Overview and Regex in PHP), the following is a list of regular expression examples for general use.

Read more

A simpler way to send Text or HTML emails with attachments in PHP

This post details how to create and send Text / HTML email messages with attachments in PHP using an adapted version of the CodeIgniter Email Library.

Read more

10 Cost-Effective web development tips by Drew McLellan

This post is a presentation on 10 Cost-Effective Web Development Tips by Drew McLellan.

Read more
Afrigator