Hello guys, I am still trying to learn front end web design on my own - this video looks pretty awesome however you haven't discussed the buttons - do you save them as html when you slice them or as images? Sorry if I did not find it clear.
I would really appreciate you doing a mockup in fireworks, step by step. you did one, but you skipped soooo many steps. I know you're a partner now, you can make really long videos. Come on Michael. :)
Hey Mike... I have dabbled with sites for other business ventures and I have thought of getting into design and development on a regular basis. I have watched several of you videos, which are well done, but I had a question about your process. Along with this video I have watched "How to Export from Fireworks to Dreamweaver.' I know these are basically two ways to do the same thing but I was wondering which do you actually do and which would you suggest in the short term and long term etc.
wow you use tables instead of seperate div tags for each container? I know thats an older method and Ive been told not to buiild websites like that but your sites look and function awesome
@enfinite5 Yeah I actually don't use tables as you see in the video. This was just a demonstration on how to export a website from Fireworks to Dreamweaver. In doing so, Dreamweaver will create the tables for you automatically. But even with that said, I am somewhat of an old school designer and I do tend to use tables a lot. But my latest redesign of my site at mlwebco.com I didn't really use tables that much. ;) If you design clean sites, you can get away with using tables here and there.
@ThatKidMontana I believe I used 900px. But when designing sites, I normally use any size from 800px, 850px, 900, and 960px. I never go wider than 960px. This is to accommodate the 1024x768 resolution.
I really liked this video that provides the connection between Fireworks, a program that I find very functional and am in the process of learning, and html. To this point I've seen Fireworks being used for mockup only and then exported to Photoshop to finalize the design, but this seems an unnecessary step. Thank you for bridging the gap and demonstrating how you really don't need anything other than Fireworks and TextPad to get your design on the web.
Really appreciate all your tutorials. I've watched about 4 or 5 of your videos now. Wanting to get into this industry but don't have the academic training behind me. Thanks for the help and the use of clear and simple language. Appreciate it once again!
@guykw84 glad my videos help. I'll be periodically posting more videos that should continue to be helpful for anyone looking to get started in this industry.
Who says tables are non-standard? I use both tables and divs. Quick story, working at Cars(dot)com, I had a team of designers that spent days trying to fix browser issues using divs. When I found out of the issue, I told them to just use a table, they did and fixed the issue in 5 minutes. My point is just because a group of Web Standard enthusiasts says stop using tables doesn't mean they're bad. I use both. Tables are actually more stable and cuts down on browser comp issues with deadlines. ;)
In addition, I've worked on many successful sites using tables. Sites that brought in millions of dollars still to this day. The end user doesn't care if the site is built with tables, chairs or windows... all the end user wants is a simple, clean interface so they can get to where they need to go, purchase what they want, download what they need and be gone. Designers spend too much time worrying about things that doesn't matter at all to the end user.
@mlwebco end-users certainly need to be considered - but whether or not an end-user needs to know has little to do with why you shouldn't use tables for layout.
Your main concern, devel time is an issue - But there are many standards- frameworks that can be used for laying out a site: 960 grid, blueprint, YUI Library - to name a few, Reusable base layouts that work cross-browser means you don't have to keep reinventing the wheel, or using practices that died 10 years ago.
@mlwebco I use these practices daily. They are not only FASTER, but more flexible than any tabular layout.
Again, end users don't care - but don't you? The W3C isn't a group of enthusiasts. They are web professionals who set standards to help us best serve our clients. It might take some time to learn, but the end result is always a more robust deliverable.
Furthermore, it's your job to give the best site to your client. Just because it works and looks good doesn't mean good SEO ;)
I agree with camelwide888, at the end you make divs and arrange them. I'm not saying that it's too much hassle. But Frameworks's got a option exporting to either HTML or CSS straight away. So, for example, you exported your billboard as a png, right? And there is a grey button on the picture. So how would you make it clickable? Make two separete divs? Can I just use slice tool to make objects clickable and that will be it?
"Can I just use slice tool to make objects clickable and that will be it?"
Yes, but doing so will automatically give you HTML code that's cluttered and not optimized. Coding the site manually gives you control and allows you to write standard code.
so why do you use fireworks if you're gonna end up coding the whole thing? aint there an option to export css right from firefox? could you use photoshop or illustrator instead of firefox just to give urself an idea of the site?? is fireworks used as a storyboard sorta thing? sorry for so many questions but im kinda lost with all this stuff!
What are you trying to accomplish? Are you wanting to learn Fireworks inside and out? I would recommend checking out Lynda (dot) com - long walk-throughs on using Fireworks, etc. I think since you're just starting out, this might be a good starting point. It's how I learned many tips and tricks. ;)
Since you've been explaining things where I easily understand them I have a couple simple questions.
1. the code margin: 0 auto 0 auto; would be the positioning, correct? is that going to be the pixel position of X, Y in fireworks?
2. I have read on the different position types (relative, absolute, fixed, static, and inherit), but have trouble remembering the difference and when to use the different types.
niceeeeeeeeeeeeeeee
basilhorace 2 weeks ago
Hello guys, I am still trying to learn front end web design on my own - this video looks pretty awesome however you haven't discussed the buttons - do you save them as html when you slice them or as images? Sorry if I did not find it clear.
nogardenonedragon 1 month ago
This was very helpful! Thank You!
JeffParker45 2 months ago
This was good.Well explained. He's a coder but thats good because he shows you how to do it that way.
TheStillpond 7 months ago
Awesome tutorial man
danny470 8 months ago
I would really appreciate you doing a mockup in fireworks, step by step. you did one, but you skipped soooo many steps. I know you're a partner now, you can make really long videos. Come on Michael. :)
shakaama 8 months ago
Hey Mike... I have dabbled with sites for other business ventures and I have thought of getting into design and development on a regular basis. I have watched several of you videos, which are well done, but I had a question about your process. Along with this video I have watched "How to Export from Fireworks to Dreamweaver.' I know these are basically two ways to do the same thing but I was wondering which do you actually do and which would you suggest in the short term and long term etc.
pkhinzman 1 year ago
thank you. thank you.
mangoprojects 1 year ago
wow you use tables instead of seperate div tags for each container? I know thats an older method and Ive been told not to buiild websites like that but your sites look and function awesome
enfinite5 1 year ago
@enfinite5 Yeah I actually don't use tables as you see in the video. This was just a demonstration on how to export a website from Fireworks to Dreamweaver. In doing so, Dreamweaver will create the tables for you automatically. But even with that said, I am somewhat of an old school designer and I do tend to use tables a lot. But my latest redesign of my site at mlwebco.com I didn't really use tables that much. ;) If you design clean sites, you can get away with using tables here and there.
mlwebco 1 year ago
@mlwebco thanks for the response! if you can make some more tutorial type video's your easy to follow along with and your straight to the point.
enfinite5 1 year ago
Comment removed
Gonji 1 year ago
sharing is caring...... THANK YOU!!!!!!!!!
napi91 1 year ago
When you get a chance, can you create a tutorial on the value of slicing and why it's necessary when creating websites?
raisismith 1 year ago
I would not call HTML code it's all tags - Great video BTW
rockthecan 1 year ago
You are too awesome! I have learned so much from your tutorials and advice. Your work is so amazing.
transformation724 1 year ago
@transformation724 Thanks for the kind words, much appreciated. Glad you find my videos helpful.
mlwebco 1 year ago
Whats the point of using a table when you can move it around with the div ?
Born222kill 1 year ago
what width and height did you use when creating this mockup?
ThatKidMontana 1 year ago
@ThatKidMontana I believe I used 900px. But when designing sites, I normally use any size from 800px, 850px, 900, and 960px. I never go wider than 960px. This is to accommodate the 1024x768 resolution.
mlwebco 1 year ago
man this is really good stuff
DMTV 1 year ago
I really liked this video that provides the connection between Fireworks, a program that I find very functional and am in the process of learning, and html. To this point I've seen Fireworks being used for mockup only and then exported to Photoshop to finalize the design, but this seems an unnecessary step. Thank you for bridging the gap and demonstrating how you really don't need anything other than Fireworks and TextPad to get your design on the web.
girlfridayproject 1 year ago
if you made the background blend off to black ( just erase around it with a soft brush ) it would look alot better. just make sure it doesnt repeat
thetechall 1 year ago
Really appreciate all your tutorials. I've watched about 4 or 5 of your videos now. Wanting to get into this industry but don't have the academic training behind me. Thanks for the help and the use of clear and simple language. Appreciate it once again!
guykw84 1 year ago
@guykw84 glad my videos help. I'll be periodically posting more videos that should continue to be helpful for anyone looking to get started in this industry.
mlwebco 1 year ago
Why are you using tables to style content?
Apart from being non-standard, it is possible to do it with pure block tags (div) in a cross-browser and accessible way.
Do you have a particular reason for using tables in this case?
dubrox 2 years ago
Who says tables are non-standard? I use both tables and divs. Quick story, working at Cars(dot)com, I had a team of designers that spent days trying to fix browser issues using divs. When I found out of the issue, I told them to just use a table, they did and fixed the issue in 5 minutes. My point is just because a group of Web Standard enthusiasts says stop using tables doesn't mean they're bad. I use both. Tables are actually more stable and cuts down on browser comp issues with deadlines. ;)
mlwebco 2 years ago
In addition, I've worked on many successful sites using tables. Sites that brought in millions of dollars still to this day. The end user doesn't care if the site is built with tables, chairs or windows... all the end user wants is a simple, clean interface so they can get to where they need to go, purchase what they want, download what they need and be gone. Designers spend too much time worrying about things that doesn't matter at all to the end user.
mlwebco 2 years ago
@mlwebco end-users certainly need to be considered - but whether or not an end-user needs to know has little to do with why you shouldn't use tables for layout.
Your main concern, devel time is an issue - But there are many standards- frameworks that can be used for laying out a site: 960 grid, blueprint, YUI Library - to name a few, Reusable base layouts that work cross-browser means you don't have to keep reinventing the wheel, or using practices that died 10 years ago.
sklikizos 1 year ago
@mlwebco I use these practices daily. They are not only FASTER, but more flexible than any tabular layout.
Again, end users don't care - but don't you? The W3C isn't a group of enthusiasts. They are web professionals who set standards to help us best serve our clients. It might take some time to learn, but the end result is always a more robust deliverable.
Furthermore, it's your job to give the best site to your client. Just because it works and looks good doesn't mean good SEO ;)
sklikizos 1 year ago
I agree with camelwide888, at the end you make divs and arrange them. I'm not saying that it's too much hassle. But Frameworks's got a option exporting to either HTML or CSS straight away. So, for example, you exported your billboard as a png, right? And there is a grey button on the picture. So how would you make it clickable? Make two separete divs? Can I just use slice tool to make objects clickable and that will be it?
Thanks a lot for the tutorial!
2Champions 2 years ago
"Can I just use slice tool to make objects clickable and that will be it?"
Yes, but doing so will automatically give you HTML code that's cluttered and not optimized. Coding the site manually gives you control and allows you to write standard code.
mlwebco 2 years ago
so why do you use fireworks if you're gonna end up coding the whole thing? aint there an option to export css right from firefox? could you use photoshop or illustrator instead of firefox just to give urself an idea of the site?? is fireworks used as a storyboard sorta thing? sorry for so many questions but im kinda lost with all this stuff!
camelwide888 2 years ago
What are you trying to accomplish? Are you wanting to learn Fireworks inside and out? I would recommend checking out Lynda (dot) com - long walk-throughs on using Fireworks, etc. I think since you're just starting out, this might be a good starting point. It's how I learned many tips and tricks. ;)
mlwebco 2 years ago
Since you've been explaining things where I easily understand them I have a couple simple questions.
1. the code margin: 0 auto 0 auto; would be the positioning, correct? is that going to be the pixel position of X, Y in fireworks?
2. I have read on the different position types (relative, absolute, fixed, static, and inherit), but have trouble remembering the difference and when to use the different types.
ghanes14 2 years ago
SO INCREDIBLY HELPFUL!!!
gregnoir200 2 years ago
@gregnoir200,
Thanks for the feedback, glad you found the tutorial helpful. ;)
mlwebco 2 years ago