PDA

Click to See Complete Forum and Search --> : How I went from designer to designer/programmer


Sintwar
10-08-2006, 04:03 PM
As I understand, there are not many designers / programmers out there.

For most, you are either one or the other. I am going to share my experience with you, and if you as a designer would like to follow the same path, I hope this message will help you.

I started my career as a graphic designer, working for a small web company doing layout designs and a little HTML. Nothing too amazing, but learning HTML would be the first step I took towards becoming what I like to call and "Uber Geek". ;)

While using HTML, it is a good idea to learn a little javascript while you are at it. Most of the things you may use it for are actually very simple to master. Scripts such as button rollover scripts are fairly simple to learn, and are a great primer for anyone looking to make the transition from designer to Uber Geek.

One thing that I am glad I learned was Flash. I started learning Flash when it was still brand new, and hardly anyone knew what it was yet. But in order to use Flash to its fullest potential, you need to learn ActonScript.

ActionScript feels a lot like javascript. I actually learned more about programming from using Flash than any Javascript I had ever used, and I was also learning to create awesome Flash projects with the combination of my design skills, and what I was learning with ActionScript.

Flash ActionScript can be as simple as showing and hiding an object on the screen, or it can be used to create entire full featured games and applications.

I started off with simple button scripts, but as a result of using them, and my thirst to learn more, I learned more about programming than I even wanted to know.

I had really only been seriously using ActionScript for about a year before I had the opportunity to experience Asp.Net.

Ok, I know that Asp.Net is Micro$oft paraphernalia, but .Net is about as simple as it gets when you want to learn how to program real web applications.

With the combination of skills I had learned in the past (HTML, Javascript and ActionScript), I had no idea of how easy it was going to be to break into the web application development world.

As it turns out, one of the programming languages available to use in Asp.Net is called "C#". C# is derived from the C language, which may sound pretty scary for any designer with zero programming experience, however C# is almost identicle to JavaScript, and more importantly, ActionScript.

While learning how to use Flash, I had no idea I was priming myself for an exciting future in web development.

I would recommend a book called "Asp.Net For Web Designers" by Peter Ladka. This was the only book I read for .Net, and within 3 years, my programming skills have gone from almost null to developing my own full blown database driven web applications, and my salary as an employee has almost tripled.

More than anything, a healthy thirst to learn more all the time will help you more than anything.

Well, I hope that if you are a designer who is interested in learning programming, that this message has shed a little light for you.

Best regards,
-Me. :)

DrummerHead
10-08-2006, 04:26 PM
thank you for sharing your experience. I know some day I'm gonna enter in the realms of Action Script, and I'm gonna like it. So far I only do simple animation, all you can do without AS.

Programming gives you this beautiful feeling. Seeing a program you made working and doing stuff you programmed, all these concepts packed tightly in an exe... it's amazing. It's like you are the ultimate creator (thunder soundclip) :D

Drazan
10-08-2006, 05:36 PM
Sounds a little similar to my own path.

I started out in traditional arts through out the 80's. My first computer was a TI "thing" that had a black box, small keyboard, and a magnetic tape "drive" virtually using the cassette tapes and a table top tape recorder.

I learned Basic, and DOS, and AutoCad, after high school there was a brief 4 year stint that I didn't have access to computers. I developed more into my traditional arts and continued in portraits & landscapes, illustration and painting murals.

In 1994 the net revolution started and I had access to both once again. Immediately I picked back up on DOS and simple window programming including some Java and JavaScript. My first web page was actually shut down from to much bandwidth at 700mb per week. It had various "fixes" for 3.1 and a couple modems that wouldn't transmit over 14.4 unless an upgrade was installed.

After that I picked up a little C++ and ASP.

In 1998 started my own web design business as registered with the State of MN. It has been a great side income and steadily increased since then.

In 2002 CSS came into the picture as well as the beginnings of PHP. In fall of 2003 I made a major contribution to an open source project Gallery. I recoded their entire html output to incorporate a CSS based skinning system. It has been an absolutely rewarding experience working with many open source communities. I have contributed to over a half dozen applications.

Since then I've learned more on PHP than ASP and just this year it surpassed ASP as the chosen program language for the web. I've also delved into video production, 3D rendering and flash animation.

This year I was hired by Magnum Graphix. We have spent the last three months redefining what we do and who our customer base is. I'm leading the way with my multimedia and business skills, as well as our other team members who have really pulled off some amazing work. I can truly say that we can offer a solution to nearly any marketing plan. Our national launch is next week - our prelaunch is tomorrow. I'm very exited on a few of the collaboration projects we are doing.

Being rounded in other things can only help your customers and your career.

=)
Jade

cornfed
10-08-2006, 05:47 PM
I tried to learn the C programming language back around 1996. I got hello world, but when I tried to write a program to list out the prime numbers, I hit a big hard brick wall. So now I leave the programming to my husband. If I have something that requires programming, it goes to his desk. So, you could always marry into programming!!

CamarotaDesign
10-08-2006, 09:48 PM
Sintwar, and Drazan, thanks for sharing your experiences. Im just starting to get into programming actionscript, and CSS (from scratch, no plugging). And it is fascinating to me, I love the syntax structure and the logic and sequences involved in programming. I can only imagine how awesome this will look on my resume in addition to design skills and printing knowledge. Thanks for the posts, looking forward to more advice from everyone while I continue to learn these two languages.