Creating a Searchable Table View in iOS

In this 6-part series I’ll show you how to create a searchable UITableView in an iOS App. We’ll start with a standard single view application template in Xcode, create a table view with dummy data, and finally make it searchable. This course demonstrates how to do this with Xcode 5.1 and iOS 7.1. We’ll also … Read more

Moving WordPress with Plesk 11.5

In this screencast I will show you how to move a WordPress website from one Plesk server to another without the Migration Manager. We’ll extract the files on the source server and export the database. Then we’ll create a new WordPress instance on the destination server and upload the files and import the database. All … Read more

How to use FTP from the Linux Command Line

You can use the ftp command to talk to an FTP server from the Linux Command Line. Type ftp to see if the tool is installed. If you get a “command not found” message then go ahead and type yum install ftp to make it available on your system. Using it is very straightforward – … Read more