IMMania.com

Internet Marketing Journal

IMMania.com header image 4

Entries Tagged as 'IM 101'

IM 101 - Scripting Languages

June 30th, 2008 · 2 Comments

As we wind down the course in Web Design 101, some attention should be paid to scripting languages. Scripts are nothing more than programming code (software) that allows Web pages to become both more interactive as well as dynamic. Though it really isn’t necessary for most IMers to learn much if any scripting, it’s still a pretty good idea to get an appreciation of the power they possess and in what circumstances you might want to employ scripts.

The first order of business is to distinguish between the two types of scripts:

  • Server-side scripts
  • Client-side scripts

[Read more →]

Tags: IM 101 · Programming

IM 101 - Basic Graphic Design

May 29th, 2008 · No Comments

An aspect of Web site design and construction that I don’t often see discussed, at least in IM circles, is graphic design concepts. I find this kind of strange. After all, we are dealing with things like shape, balance, color all in 2 dimensions. I suppose that no one eager to start earning money online really wants to hear that they need to take a course in Graphic Design 101.

Actually, I did take a course in graphic design many years ago. In fact, I took a few courses in it along with courses in drawing, painting, sculpture, and art history. Four years worth. I was a painting major my first time through college and obviously that didn’t stick.

[Read more →]

Tags: IM 101

IM 101 - FTP Clients

May 20th, 2008 · No Comments

One aspect of Website development that seems to trip up a lot of new IMers is the transferring of files up to their Web server. This is done using FTP (File Transfer Protocol). Perhaps some of the confusion stems from the numerous varieties FTP clients that are available. Many of the WYSIWYG HTML editors have an FTP client built-in. However, I’ve found some of them awkward to use, especially the one in Nvu.

The other way to transfer files is to use the File Manager feature available in cPanel if your Web host supports it. However, after a few go rounds with this method, you’ll be desperately searching for something much less frustrating for transferring files.

[Read more →]

Tags: IM 101 · Tools

IM 101 - HTML Editors

May 15th, 2008 · 2 Comments

In the previous post in this series on IM 101 - Web Design 101, I wrote about the importance of learning the basics of HTML and JavaScript along with a sprinkling of CSS (Cascading Style Sheets). I talked about how grabbing some free HTML/CSS templates and hacking away is probably the most direct way of learning basic HTML. Where things start to get a little confusing is what tools to use to edit HTML pages.

[Read more →]

Tags: IM 101 · Tools

IM 101 - Web Design 101

May 3rd, 2008 · No Comments

OK, it’s now time to begin fleshing out the courses that I laid out in the IM 101 Basic Curriculum. The first one in the basic curriculum is “Web Design 101” and oh Lord, it’s a doozy! After thinking about it a bit more, I’m inclined to think that this course is best split out into at least 2, maybe 3 separate courses.

That’s because there are several components to the topic:

  • Code Aspects (HTML, JavaScript, W3C Standards)
  • Tools (HTML Editors, Graphics Tools)
  • Design Aspects (Graphic Design, Usability, Page Layout, etc)

[Read more →]

Tags: IM 101 · Tools