|
|
Post a Project »
Find a Professional HTML Freelancer!
Find a Freelancer to help you with your HTML projects
| |
|
 |
|
|
05-02-2008, 06:36 PM
|
Coding with photoshop
|
Posts: 28
Name: James
|
Hi,
All my layouts so far i have sliced and let photoshop code for me, i have on half finished site up right now which i made for a geography assignment at school: www.cyclonetracy.co.nr
Obviously i used a tutorial for it, and it is not very good, but my question is this:
When i try to put more content into the boxes once i reach a certain point the whole site starts to go crazy, the header splits into 3 bits and some of them go down and some go up, and pretty much everything goes where i dont want it to go.
Can i fix this by coding with dreamweaver?
Are there any other probolems with using photoshop?
|
|
|
|
05-02-2008, 06:39 PM
|
Re: Coding with photoshop
|
Posts: 504
Name: Nick Ohrn
|
404found - The first thing you have to consider is that Photoshop is not, by nature, a web development tool. It is great for developing mockups and getting to know what you want a site to look like. It is also great for creating the graphics for your site. The code that it creates, though, is absolute crap.
For your site development, you may want to consider learning HTML and CSS. There are plenty of resources out there, some of the best being located at http://w3c.org.
You can write HTML in any text editor, not just DreamWeaver. Plus, DreamWeaver is expensive to buy, especially for a student.
__________________
Please login or register to view this content. Registration is FREE - Custom plugin development to fit your needs. Plugins available for WordPress and Drupal, among others.
|
|
|
|
05-02-2008, 08:08 PM
|
Re: Coding with photoshop
|
Posts: 10,017
Location: Tennessee
|
Agree 100% with Nick, especially about the crap code that Photoshop produces. Dreamweaver will produce just as much crap if you only use it in WYSIWYG mode, so learning to actually CODE HTML and CSS is paramount.
You can try www.w3schools.com as a place to start.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|
|
|
|
05-02-2008, 09:53 PM
|
Re: Coding with photoshop
|
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
I use Dreamweaver on a daily basis, but only use it in "code" mode, never in "display" mode. It is always advisable, even for those who become specialists at the design part of web development, to learn the fundamentals of HTML and CSS. This way, even if you later still rely on the crutch of a WYSIWYG, you will be able to understand the structure of your documents when you need to...
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|
|
|
|
05-02-2008, 10:30 PM
|
Re: Coding with photoshop
|
Posts: 138
Name: Shawn Lindsey
Location: Kentucky
|
Yes that is the problem with templates is that they are very picky (most of them at least) and that is how they are made. You have to know the HTML coding in order to know how to divide your tables and your cells in order to make thing fit and go together. CSS is a great tool for this as well.
|
|
|
|
05-03-2008, 03:32 AM
|
Re: Coding with photoshop
|
Posts: 28
Name: James
|
Thanks for your replys everyone
Quote:
Originally Posted by nickohrn
404found - The first thing you have to consider is that Photoshop is not, by nature, a web development tool. It is great for developing mockups and getting to know what you want a site to look like. It is also great for creating the graphics for your site. The code that it creates, though, is absolute crap.
For your site development, you may want to consider learning HTML and CSS. There are plenty of resources out there, some of the best being located at http://w3c.org.
You can write HTML in any text editor, not just DreamWeaver. Plus, DreamWeaver is expensive to buy, especially for a student.
|
I already know HTML and CSS. And i own a copy of dreamweaver.
The reason i suggested dreamweaver is because some guides to slicing up layouts suggest you use dreamweaver to make the tables.
Quote:
Agree 100% with Nick, especially about the crap code that Photoshop produces. Dreamweaver will produce just as much crap if you only use it in WYSIWYG mode, so learning to actually CODE HTML and CSS is paramount.
You can try www.w3schools.com as a place to start.
|
Thanks for your advice. I have never used dreamweaver or any WYSIWYG program to make a website in the past, and i always code in notepad or notepad++. I was under the impresision that slicing all those little tables would be superduperhard just coding. I have been using w3schools as a refference for my coding since grade 6!
Well seeing that all your responses are advising me to learn html and CSS...
What would you suggest i try now that you know i know them (are there any tutorials you could like me to?)
Just for the record i know HTML, basic XHTML, basic VB and JS, CSS, and several non webrelated codes such as python and basic C++.
Thanks for your help,
any more help would be greatly appreciated.
4o4found
|
|
|
|
05-05-2008, 10:17 AM
|
Re: Coding with photoshop
|
Posts: 10,017
Location: Tennessee
|
"slicing" for a css-based layout is very different from the old slice and dice for tables.
You might want to read thru this tutorial:
http://www.csslicingguide.com/
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|
|
|
|
05-11-2008, 12:23 PM
|
Re: Coding with photoshop
|
Posts: 1
Name: ZORROW
|
i mostly design my website and do the slice at photoshop i even use the html generate by photoshop, i have design lots of website mostly pharmacy and casino till date i have design more then 300 site. i dont find ne trouble using photoshop and its generate html. rite now i m on a project using photoshop and its html and css. one of the biggest site so far .
Last edited by free_fly303; 05-11-2008 at 12:24 PM..
|
|
|
|
05-11-2008, 03:32 PM
|
Re: Coding with photoshop
|
Posts: 95
Name: Indrit
|
I don't suggest that way cause you do not learn the technique properly and won't help you in the future, so basically try to learn the technique using a tutorial.
|
|
|
|
05-11-2008, 10:37 PM
|
Re: Coding with photoshop
|
Posts: 1
Name: Seth G
Location: Bensalem, Bucks County, PA, USA
|
Quote:
Originally Posted by 4o4found
Hi,
All my layouts so far i have sliced and let photoshop code for me, i have on half finished site up right now which i made for a geography assignment at school: www.cyclonetracy.co.nr
Obviously i used a tutorial for it, and it is not very good, but my question is this:
When i try to put more content into the boxes once i reach a certain point the whole site starts to go crazy, the header splits into 3 bits and some of them go down and some go up, and pretty much everything goes where i dont want it to go.
Can i fix this by coding with dreamweaver?
Are there any other probolems with using photoshop?
|
First off, not to be rude, NEVER code in Photoshop.  Photoshop is not a coding program. Design and slice in Photoshop then go into a Text editor or Dreamweaver and code it up. I would even suggest you learn CSS and XHTML to code it because even in DW if you use the WYSIWYG it won't code correctly. I would avoid tables because it bloats your code and makes it hard for the search engines to find it and parse it.
Just my two cents, but NEVER CODE IN PHOTOSHOP! EVER     
|
|
|
|
05-14-2008, 07:04 AM
|
Re: Coding with photoshop
|
Posts: 28
Name: James
|
Lol thanks for your advice. I have stopped coding in photoshop.
Mayby you should have read the whole thread. because almost every post so far has told me to learn XHTML and CSS. when i have alread said that i know both.
But thanks for your responses and you have sucessfuly warded me off the evil temptaion of photoshop 
thanks,
4o4
|
|
|
|
|
« Reply to Coding with photoshop
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|