wesg header image 5

How to: Backup a website with FTPcopy

February 17th, 2010 · 1 Comment

When running a website, it is very important to have a backup of all site files, to prepare for any event that may require reloading data (file corruption, moving hosts, etc.). After building my Ubuntu file server, I knew that I had to find a way to mirror this website so files could be recovered [...]

[Read more →]

Category: Ubuntu

Bash script to add TV episode names

October 21st, 2009 · 1 Comment

Earlier I wrote an Applescript that goes online to TV.com and finds the episode titles for TV show video files. While that seemed to work properly, TV.com changed their format and my Applescript went kaput. Since I really wanted to have this process automated, I wrote a bash script to do the same thing with [...]

[Read more →]

Category: Tips

Side Project: Script Directory

January 25th, 2009 · No Comments

Building websites is a rather evolutionary thing. Code is reused and improved continuously and after a few sites that used a similar code structure, I decided to create a separate subdomain of my site to sell these scripts for $1. The wesg Script Directory contains all the various scripts and programs I’ve created and I [...]

[Read more →]

Category: Site News

What is Search Engine Optimization?

January 8th, 2009 · No Comments

If you’ve worked on a website, or had someone build a website for you, or even purchase webhosting, you’ve probably heard the “buzz-phrase” Search Engine Optimization. What exactly is this long-winded acronym? SEO, as it is commonly referred to, is editing and building a website so that traffic can be increased. At its foundation, it [...]

[Read more →]

Category: Uncategorized

Applescript: Get TV Titles

November 8th, 2008 · No Comments

UPDATE: TV.com (which I use to find the show titles) has since changed their format, so I cannot guarantee that this script works as advertised. I will confirm it in the near future. UPDATE 2: This Applescript has been replaced by a more efficient and lightweight Bash script. After picking up a 750 GB hard [...]

[Read more →]

Category: Mac Software