CS S

Good advice

Google search “CSS Tricks”

Full of CSS tips

Very cool

Posted in Uncategorized | Leave a comment

Chrome

Just a quick heads-up: soon you will have another browser to contend with. Thankfully it is built on webkit so it shouldn’t give you many headaches, but you never know.

Anyway, the news is interesting, as it is a google-created browser. Check it out

Posted in Uncategorized | 2 Comments

Dreamweaver alternatives

Cheap and stingy, or just frugal. Sometimes you don’t have the cash to shell out 300-some dollars for the student version of Adobe Creative Suite, and you certainly don’t want to be in the labs all your waking hours. What do you do in lieu of finding a copy of Dreamweaver that has the chance of making you do the leagal dance down the road? Find an alternative you can live with, of course. Here’s a quick list to get you thinking.

1) Notepad

The man’s way of programming HTML and anything else. Notepad is simple, no-frills text editing at its best. Name your file whater.asp, open it up in notepad, and you’re ready to roll.

Disadvantages: No site controll; no syntax highlighting; no file tabs.

2) Notepad ++

Someone knew that notepad was sweet, but it needed some futuristic components. With the addition of a WYSIWYG editor, syntax highlighting for all your favorite languages, and tabbed files, the ++ is certainly deserved. Also, totally free.

Disadvantages: Still no site function, not a FTP function.

3) Aptana

A new player, Aptana is focused towards boosting the productivity of the current state of web development. Tabbed files, syntax highlighting, site forms, and FTP function are all here.

Disadvantages: Programmed from an open-source perspective, Microsoft languages not supported. Heavily focused on AJAX and javascript, may not be for beginning users.

4) Eclipse

Eclipse is much like notepad++, but with no support for microsoft languages. An extendible IDE that can be used for pretty much anything, and free.

Disadvantages: Eclipse is meant mainly for programming, and less for web development. Use with extreme caution.

Others

If you google for Dreamweaver alternatives, you find a good deal. A word of caution before choosing the perfect one: Dreamweaver is sometimes synonymous with phrase “HTML Layout program”, and many of the alternatives listed will not provide a good interface for the dynamic backend coding needed in this class.

Posted in Uncategorized | 1 Comment

Welcome ( the first post )

This is the easy post: I introduce why this blog is a good idea.  CGT 356 is a great class; it is an awesome class; it is… only the beginning. It’s so basic that your mind may explode from the sheer depth of the basics that you must deal with.

This blog is for anything but the basics.

This blog is going to help you make websites that stand up with the giants that you visit everyday. It help you make websites that have the flare that we expect from Computer Graphics students, and and will hopefully introduce you to the practice of web design, not just the basics you must learn

To best summarize why this blog exists, I will tell you what I wanted to name it: “What I wish I learned about web design from 356, but didn’t”. It was a bit too long, sadly.

About me:

A graduate student in Computer Graphics Technology, I just received my BS from the same program a mere 3 months ago. I graduated with a heavy focus in interactive multimedia, and yet for that last year I was learning the state of web design during my internship at Haan M+C, a marketing firm in Lafayette. During that time I built many critical components for Unity Health Center’s website.

Posted in Misc | Leave a comment