RSS Twitter

Photo Arts Forum

Welcome, Guest. Please login or register.
Did you miss your activation email?

Welcome to PAF!

Welcome to PhotoArtsForum.com. We're a spot where you can discuss all things photographic; from portraiture, to nature, to equipment, to whatever else. Feel free to browse around and read whatever interests you. When you're ready, please consider registering for an account and joining our little corner of the internet.

Author Topic: Dreamweaver 3  (Read 1425 times)

Mike Hodgson

  • PAF Guru
  • Posts: 2,359
Dreamweaver 3
« on: April 07, 2008, 04:38:17 PM »
Anybody know of a really good Tute for basic web.

I have a web assignment, the teacher cannot teach Dreamweaver, the whole class is ticked off, we are not even sure how we will do on a test.

Seriously, we know nothing.    ???    :P

Marian Murdoch

  • PAF Guru
  • Posts: 3,039
    • Marian Murdoch Photography
Re: Dreamweaver 3
« Reply #1 on: April 07, 2008, 04:48:59 PM »

Mike Hodgson

  • PAF Guru
  • Posts: 2,359
Re: Dreamweaver 3
« Reply #2 on: April 07, 2008, 06:01:35 PM »
Sweet,  :thankyou:  Marian

Ryan

  • Administrator
  • PAF Guru
  • Posts: 2,554
    • ProofBuddy
Re: Dreamweaver 3
« Reply #3 on: April 07, 2008, 07:02:28 PM »
And just because I can, here it is embeded.

[youtube]Q6rRLw5ggOg[/youtube]

Marian Murdoch

  • PAF Guru
  • Posts: 3,039
    • Marian Murdoch Photography
Re: Dreamweaver 3
« Reply #4 on: April 07, 2008, 07:51:36 PM »
And just because I can, here it is embeded.


Showoff!  :D

Mike Hodgson

  • PAF Guru
  • Posts: 2,359
Re: Dreamweaver 3
« Reply #5 on: April 07, 2008, 08:56:51 PM »
 :biggrin:   :biggrin:

Ryan

  • Administrator
  • PAF Guru
  • Posts: 2,554
    • ProofBuddy
Re: Dreamweaver 3
« Reply #6 on: April 08, 2008, 08:47:16 AM »
Quote
Showoff!  Cheesy
I'm a geek, what can I say

I've got a BBCode setup for YouTube videos if you want to embed one.  Just take the part after v= and put it between [ youtube ] and [ /youtube ] (remove the spaces).  So this one would be [ youtube ]Q6rRLw5ggOg[ /youtube ] (again, no spaces).

BobEdens

  • Global Moderator
  • PAF Guru
  • Posts: 3,066
  • Osprey
    • Bob Edens Photography
Re: Dreamweaver 3
« Reply #7 on: April 09, 2008, 07:47:04 AM »
Anybody know of a really good Tute for basic web.

I have a web assignment, the teacher cannot teach Dreamweaver, the whole class is ticked off, we are not even sure how we will do on a test.

Seriously, we know nothing.    ???    :P

Mike: Your question doesn't make sense. Basic web would be done using HTML and note pad. Dreamweaver is a pro level development tool. Plus NOTHING done in dreamweaver can't be done in notepad, its just faster.

What is the assignment?
-----------------------------------
Between two evils, I always pick the one I never tried before. -- Mae West

Chattanooga Portrait Photographer BobEdens.com

Mike Hodgson

  • PAF Guru
  • Posts: 2,359
Re: Dreamweaver 3
« Reply #8 on: April 09, 2008, 07:54:10 AM »
Dreamweaver Bob, if you ever get a chance to use it, you won't write HTML anymore.

We have to put a website together using dreamweaver.

Ryan

  • Administrator
  • PAF Guru
  • Posts: 2,554
    • ProofBuddy
Re: Dreamweaver 3
« Reply #9 on: April 09, 2008, 08:02:11 AM »
Quote
Dreamweaver Bob, if you ever get a chance to use it, you won't write HTML anymore.
I went back.  Used DreamWeaver, along with some other WYSIWYG editors, for a while and didn't like the code it was producing so I went back to a text editor. 

Ginnypenny

  • PAF Guru
  • Posts: 4,454
    • Definition Images
Re: Dreamweaver 3
« Reply #10 on: April 09, 2008, 08:05:24 AM »
I am with Ryan, I just write my code by hand, although I haven't tried newer versions of wysiwyg programs, so maybe I am missing out.  I just found the code to be messy, if that makes sense.
The other thing is that I am really not an expert at html.  So really you shouldn't listen to anything I just said :)  And further-more it sounds like Mike has to learn Dreamweaver for his class, so there ya go....

BobEdens

  • Global Moderator
  • PAF Guru
  • Posts: 3,066
  • Osprey
    • Bob Edens Photography
Re: Dreamweaver 3
« Reply #11 on: April 09, 2008, 08:28:58 AM »
Dreamweaver Bob, if you ever get a chance to use it, you won't write HTML anymore.

We have to put a website together using dreamweaver.

You're confusing me Mike, Dreamweaver is an editor not a language. Buying the French version of M$ Word won't help you speak french any easier than Dreamweaver will help you write HTML (If its a web page, its html or html based, no exceptions). Using a generator to create a web page is a quick place to start but usually someone needs to go through the code and clean it up a bit.

Do this, open Dreamweaver, ignore that big screen in the middle. CLick file->New then select Starter Pages on the left pane and pick one on the right pane. ( I chose Personal Training - Calendar)
Give the HTML file a name and you'll have a page full of code. click the Design tab at the top and you can edit to your hearts content.

You've created a web page with dreamweaver. [shrug]

I use dreamweaver and Zend studio every day. But I confess I mostly use the code editor and use the Design tab just to make sure everything is lined up. (the one thing that I like best about the code editor is you type </ and it will finish the tag to close the previous open tag.
-----------------------------------
Between two evils, I always pick the one I never tried before. -- Mae West

Chattanooga Portrait Photographer BobEdens.com

Mike Hodgson

  • PAF Guru
  • Posts: 2,359
Re: Dreamweaver 3
« Reply #12 on: April 09, 2008, 09:08:06 AM »
You're too far ahead, Bob.

I know nothing about HTML   :biggrin:

BobEdens

  • Global Moderator
  • PAF Guru
  • Posts: 3,066
  • Osprey
    • Bob Edens Photography
Re: Dreamweaver 3
« Reply #13 on: April 09, 2008, 09:13:18 AM »
You're too far ahead, Bob.

I know nothing about HTML   :biggrin:

If you have dreamweaver, follow the instructions in the paragraph that begins with DO THIS. You need know nothing about HTML, but you'll get curious and figure out some things before you're through.
-----------------------------------
Between two evils, I always pick the one I never tried before. -- Mae West

Chattanooga Portrait Photographer BobEdens.com

Marian Murdoch

  • PAF Guru
  • Posts: 3,039
    • Marian Murdoch Photography
Re: Dreamweaver 3
« Reply #14 on: April 09, 2008, 01:07:04 PM »
I, also, use a WYSWYG editor. I can code basic html, but that's about it. With my tight schedule, using an editor makes more sense, time wise, than trying to code something myself. Someday, I'll sit down and learn, but not today. :)

 


BloQcs design by Bloc
SMF 2.0.2 | SMF © 2011, Simple Machines
SimplePortal 2.3.5 © 2008-2012, SimplePortal