24th
2009
Ok, so you want to make a custom fit profile on a website, right? Hmmm, tough one. I’m going to focus on the new Burton Cummings website, since I pormised everyone there I would help them customize their profiles. However anyone can learn from this. Let’s start off by opening a brand new file in your favorite text-editor. I’m using Dreamweaver, because I love the UI, but you can use anything you want. Notepad is built into Windows so you can use that if you wish. We will focus on making everything work in the HTML page, so we are creating an HTML file. If you are using Dreamweaver simply make hit CTRL + N, make sure you are on “Blank Page” and double click HTML. For those Notepad users out there, hit CTRL + S and save this file as profile_fun.html. You will have to write the basic HTML, Dreamweaver users already have it ready. Dreamweaver mates, hit CTRL + S and save the file as profile_fun.html. Now let’s get to the fun.