Master Sensei,on the topic of  News
04.16.2009   |   0comment

Bryan Richards is a talented musician who has until recently, been keeping his talents to himself. He came to us with the goal of making his music available to the public, much of it for free! He even has plans to publish sheet music in .pdf format so others can enjoy playing it as well. We worked with him to put his ideas into motion, and www.bryanrichardsmusic.com is the result. It is built using php, xhtml, css, jQuery, and integrates with Nimbit, a service for publishing music on the web.

Bryan’s music ranges from classical Chopin covers, to smooth new age Jazz, to LDS, to instrumental, and everything in between. Check out his site and give him some props for sharing his music with the world.

bryanrichardsmusic.com

bryanrichardsmusic.com


Luke,on the topic of  Coding Music
04.13.2009   |   2comment

etecoverIt has been a while since our first Music for Coding post. I have been going through a mellow music stage and thought I would put a plug in for El Ten Eleven. My favorite album is Ten Eleven. They have some great guitar! I love the overall mood that they create when I am coding. Listen to El Ten Eleven


Tim,on the topic of  Tools
04.07.2009   |   4comment

We have had a few clients in the past who want to transfer large files to us. We have told them to use FTP and their response is typically, “huh?” I have written this simple tutorial to help clients tap into our FTP server to get us large files.

FTP or File Transfer Protocol is a network protocol used to transfer data from one computer to another through a network such as the internet. Simply said, it is a way to transfer files such as large pictures from one computer to another. Pictures are a great example because they are typically large in file size so standard email clients can’t handle them very well and inboxes get full very quickly. This basic tutorial will show you how to set up and FTP from your home or work computer. I am using a Mac, so some of the words or phrases might be different for Windows, but you should be able to figure it out.

Step 1 – Retrieve FTP information from the person you are sending files to. Typically you need the address i.e. ftp.domain.com, a username and password.

Step 2 – Open your FTP Client. If you don’t have one there are many options. If you are using Firefox, you can download an awesome plugin called Fire FTP. I suggest you use Firefox to do all your web browsing anyways for several reasons which won’t be discussed here. You can download Fire FTP by clicking HERE. If you are not using Firefox there is a free desktop based FTP Client called FileZilla. You can download it by clicking HERE.

Step 3 – After you have opened your FTP Client, you need to connect to the FTP Server where you are sending the files.

  • FireZilla – If you are using FileZilla, go to File>Site Manager. A new screen should pop up and there will be a button called “Add New Site” – click it. You will want to change the name from “New Site” to the place you are connecting to. Then you will need to type in the host name which for this example is ftp.domain.com. It will ask for a port which is usually just the number 21. It will then ask you for a login type. You will want to change this from Anonyomus to Normal or Ask for A Password. Then you will enter your username and password. Then choose Connect.
  • FireFTP – If you are using Fire FTP, you should have Firefox open. Go to “Tools” and then choose FireFTP. A new tab will open and you will see in the top left corner, a drop-down menu. Click on it and choose “Create An Account.” A new window will open. Enter the name of the place you are connect for the Account Name. You can leave the category blank. Then enter the host address – ftp.domain.com. Then enter your username and password and press OK. The window will disappear and you should see your site in the drop down menu. Highlight it and press connect.

Step 4 – In FireZilla and FireFTP, after you connect, you should see the FTP server you connected to on the right hand side and your local machine on the left. Find the files you want to transfer from the navigation on the left. Find the folder on the FTP server you want to put them in.

  • FireZilla – You can grab the files you want to transfer and drop them in the right hand box and they should start transferring.
  • FireFTP – There are two arrows in the middle of the screen. One is pointing the left and one is pointing to the right. If you want to transfer files from your machine to the server, press the one pointing to the right. If you ever need to get files from the server, press the one pointing to the left.

Step 5 – Your files should upload to the server and you should be able to see them on the right hand side and you are done. Pretty simple.

Please leave a comment if this post helped, hurt, or hindered your FTP expirence.