|
|
|
|
![]() ![]() |
Mar 7 2005, 08:06 PM
Post
#1
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 10 Joined: 7-March 05 Member No.: 2,946 |
I'm curious as to how you guys put together web pages. Me, I just use an interesting combination. First I go into Microsoft Word and save the document as a blank HTML file, then I add the code in Notepad (that's why I'm able to complete my web sites so quickly). Do you have any interesting ways of doing things?
|
|
|
|
Mar 7 2005, 09:03 PM
Post
#2
|
|
|
Techno-Necromancer Group: Members Posts: 1,018 Joined: 13-January 05 From: The Net Member No.: 2,127 |
I just start it up in notepad from a template file I created which has the basic header, body, and html tags set. I also try to use css scripts that are not a part of the html code itself to allow trhe same css format for many documents. Whenever I am doing a site that has a particular color scheme, I always make a new template just for that site. It also allows me to create sites very quickly.
|
|
|
|
Mar 7 2005, 09:34 PM
Post
#3
|
|
|
Demonic Enforcer Group: [HOSTED] Posts: 597 Joined: 2-March 05 From: Belgium Member No.: 2,861 |
Normally I work in Dreamweaver, which gives you the basics to start off from (talking about HTML here
Even if I had M$ Word installed on my pc (I use OpenOffice - Long live OpenSource Now the only thing I do in HTML is the outline and contents, the lay-out, look and feel of the site, I declare with CSS. I generally use external stylesheets |
|
|
|
Mar 7 2005, 09:54 PM
Post
#4
|
|
|
Member - Active Contributor Group: Members Posts: 79 Joined: 5-March 05 Member No.: 2,909 |
Normally I open up Crimson Editor (a very good Syntax Highlighting text editor with tabbed browsing, beneficial for jumping back and forth from HTML and CSS documents) and Firefox to view my website and PHP Expert Editor which has a list of all the functions so I can search through that for my PHP needs.
In terms of speeding things up, I just create a lot of macros such as ones that add the DOCTYPE, html tags and what not, other ones to paste the input text box code etc... I spend most of my time fixing code to work in I.E. that it doesn't matter how much time I can save |
|
|
|
Mar 7 2005, 11:07 PM
Post
#5
|
|
|
Techno-Necromancer Group: Members Posts: 1,018 Joined: 13-January 05 From: The Net Member No.: 2,127 |
Another thing I like to do is test my site on as many different browsers and platforms as possible. To help with this, I found an interesting tool called Bobby. Unfortuantely, Bobby no longer seems to be free, but it does offer a search embedded into the home page that allows one check per minute. And in case you were wondering, Bobby does not like the astahost homepage: http://bobby.watchfire.com/bobby/bobbyServ...wcag1-aaa&test=.
|
|
|
|
Mar 8 2005, 10:48 AM
Post
#6
|
|
|
S.P.A.M.S.W.A.T. Group: Members Posts: 814 Joined: 22-January 05 From: San Antonio, Texas (No, I'm not dumb. I just moved here...) Member No.: 2,284 |
fieldsfan336, using Word to make your web page is a bad idea... (Although my computer teacher teaches us to do that... Stupid *****...) Word saves all those extra codes that are completely useless. You sound like you know html, so why don't you just use NotePad in the beginning and save it as html?
|
|
|
|
Mar 8 2005, 03:28 PM
Post
#7
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 10 Joined: 7-March 05 Member No.: 2,946 |
I never thought of that. Thanks for the tip, szupie
|
|
|
|
Mar 8 2005, 03:38 PM
Post
#8
|
|
|
Member - Active Contributor Group: Members Posts: 87 Joined: 3-January 05 Member No.: 1,987 |
When creating a web page, I prefer to do a little bit of preplanning first. I sort of brainstorm about what colors I might use and the overall image I want to project and the vibe I want to create with a site or page. Then when I actually get down to business, things change as I design it. I come up with new ideas as I'm coding or designing stuff. It's good to get creative while you are designing because it seems that once you get into the creative 'groove' you come up with the better stuff. So I brainstorm for the overall idea and the actual aesthetics of the whole thing sort of come together as I design. This also seems to hold true for whatever graphic design project I undertake. The revision process is another largely overlooked part of designing. If you get too in love with your first design, you are likely to miss out on all the cool ways you could really make your design better by revising it.
|
|
|
|
Mar 8 2005, 05:18 PM
Post
#9
|
|
|
Member - Active Contributor Group: Members Posts: 84 Joined: 16-February 05 From: England Member No.: 2,666 |
Long Live Open Office! love the thing to bits and i wouldn't even consider replacing it.
I also use Dreamweaver as i'm a lazy sod who can't be bothered to code proberbly, and also it makes things easier and look more professional. Dreamweaver is apart from photoshop the most useful program i have and it is well worth it especially since you can code in so many langauges using it. The only problem i find is that it's eaiser to have fireworks as well if you need to edit it, that way you can use the interface between the two programs rather than having to edit it in photoshop then opening all the folders ect to load it. Which is kinda annoying as after you load it you need to postion it then change the soruce so that it matches the location on your page which can be a pain. The only problems i've had with it apart from a few minor inconviences were that i made a border from a transparent png then added it over the top of my text, it looked perfect in the desgin view, but when i went in to preview (i use opera for this) it had moved about a mile over to the left. The same goes for frames which are a apin in the arse and therefore i've had to just go without which doesn't look as good. |
|
|
|
Mar 8 2005, 05:37 PM
Post
#10
|
|
|
Member - Active Contributor Group: Members Posts: 79 Joined: 5-March 05 Member No.: 2,909 |
I always like to have my page validate under XHTML, so I use the validation extension for FireFox which not only tells you the errors but generates a new script with the errors fixed!
The only reason I like validating my pages is because if someone emails me saying that my website doesn't look right and it appears messy then 99% of the time it is their browser rendering it wrong, so I can shift the blame and sleep better at nights. I always aim to get it working in Netscape, I.E., Opera, Safari and of course the Mozilla browser. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 10th October 2008 - 06:38 PM |