DotDragnet
May 24, 2012, 02:44:02 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: follow us on twitter @dotdragnet
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Which software is best ?  (Read 4393 times)
Barney McGrew
Sr. Member
****
Posts: 257


Resident Firefighter


View Profile WWW Awards
« on: October 03, 2007, 02:38:22 PM »

What do the majority of web designers on here use in terms of software when creating pages, or do you do all your coding by hand. ?

I am particularly interested in xhtml pages.
Logged
Chris H
Resident God Botherer
Global Moderator
Hero Member
*****
Posts: 2291



chrishall57
View Profile WWW Awards
« Reply #1 on: October 03, 2007, 02:56:11 PM »

Quanta Plus.

Or CoffeeCup HMTL 2007 Editor if on windows.
Logged

SLEE
Hero Member
*****
Posts: 824



View Profile WWW Awards
« Reply #2 on: October 03, 2007, 03:46:27 PM »

ive always used dreamweaver but more as a glorified text editor with bells on. then of course there is notepad
Logged

SLEE - still the most confusing ddner...

Follow me on Twitter
sarahA
DDN Contribs
Hero Member
*****
Posts: 2186



View Profile WWW Awards
« Reply #3 on: October 03, 2007, 04:10:06 PM »

HTML Kit - can't fault it
Logged

charlie
Hero Member
*****
Posts: 837



View Profile WWW Awards
« Reply #4 on: October 03, 2007, 07:04:36 PM »

HTML kit here too
Logged

Tanthalas
Hero Member
*****
Posts: 1019



View Profile WWW Awards
« Reply #5 on: October 03, 2007, 09:04:31 PM »

Araneae - souped-up text editor.

http://www.ornj.net
Logged

Aperture Science
We do what we must because we can
For the good of all of us, except the ones who are dead.
But there's no sense crying over every mistake
You just keep on trying 'til you run out of cake
And the science gets done, and you make a neat gun
For the people who are still alive
Barney McGrew
Sr. Member
****
Posts: 257


Resident Firefighter


View Profile WWW Awards
« Reply #6 on: October 03, 2007, 09:12:31 PM »

As simple as they all seem to be, I think I need to stick with my WYSIWYG type editors as I have no idea how you all know what it is going to look like whilst your creating it. Good on you all Sad
Logged
Jeep Stone
Hero Member
*****
Posts: 908



View Profile WWW Awards
« Reply #7 on: October 03, 2007, 10:29:20 PM »

Hand coded with Notepad ++
Logged

Mr Anderson
DDN Contribs
Hero Member
*****
Posts: 2267



ap4a.uk ap4a
View Profile WWW Awards
« Reply #8 on: October 03, 2007, 10:41:01 PM »

as I have no idea how you all know what it is going to look like whilst your creating it.

You presumably have a starting image even when using a WYSIWYG?

Use that same starting image to guide you - you know what elements need to be on the page, mark them up, then position them with CSS. So long as you can do simple mathematics you can lay out a web page.
Logged

Chris H
Resident God Botherer
Global Moderator
Hero Member
*****
Posts: 2291



chrishall57
View Profile WWW Awards
« Reply #9 on: October 04, 2007, 05:54:36 AM »

As simple as they all seem to be, I think I need to stick with my WYSIWYG type editors as I have no idea how you all know what it is going to look like whilst your creating it. Good on you all Sad


Or use CoffeeCup's HTML Editor which has wysiwyg editing views as well as the usual text.
Logged

dsmyth
Jr. Member
**
Posts: 52



View Profile WWW Awards
« Reply #10 on: October 04, 2007, 06:20:23 PM »

I used CoffeeCup's for ages years ago before moving to 1st Page 2000. Tried HTML Kit which is good but now settled on a little gem called AlleyCode. smile

Apologies for the life story...
Logged
sarahA
DDN Contribs
Hero Member
*****
Posts: 2186



View Profile WWW Awards
« Reply #11 on: October 04, 2007, 08:05:32 PM »

As simple as they all seem to be, I think I need to stick with my WYSIWYG type editors as I have no idea how you all know what it is going to look like whilst your creating it. Good on you all Sad


Not necessarily. Not that I write much markup or CSS these days (that's Mr A's job!) but when I did I would print out the layout or draw it out on paper and then draw my divs up, determine what needed to go where and work from that.

However now I pretty much spend 99% of my time writing PHP and so Mr A has already done the page and I just insert my code where it needs to go smile

It's all part of the fun though wink Code up a page, write the CSS and then open the page and see what's gone wrong!
Logged

samhs
Administrator
Hero Member
*****
Posts: 1715



View Profile WWW Awards
« Reply #12 on: October 06, 2007, 08:44:14 AM »

I could seriously quite happily survive with a copy of photoshop, a copy of illustrator, and a copy of notepad or textedit - those are the three essentials. I do use other text based editors, including dreamweaver code view - but nothing beats the simple text editing environment for arranging nice clean code without all the crap.

In terms of how you know what you're doing codewise - as Mr A says, you already know what the design is, so you've got all the info you need before you start....

Sam
Logged

Loose adj a not held together; not fastened or firmly fixed in place
Lose verb to misplace something. To fail to keep or obtain something, especially because of a mistake, carelessness, etc.
---
Blog: www.ohwrite.co.uk
Twitter: www.twitter.com/samhs
sarahA
DDN Contribs
Hero Member
*****
Posts: 2186



View Profile WWW Awards
« Reply #13 on: October 06, 2007, 09:12:54 AM »

I simply use HTML Kit for line numbering and the control you have over code colouring. The colouring can be so handy if you've made a mistake, not escaped something etc. on a line as it can show the rest of the line in incorrect colours.

Of course, if I'm on a train then I'll just use a pen and paper. It's funny as people sitting opposite try to read what you're writing and get a face full of PHP back at them wink
Logged

Barney McGrew
Sr. Member
****
Posts: 257


Resident Firefighter


View Profile WWW Awards
« Reply #14 on: October 22, 2007, 12:13:11 AM »

Or use CoffeeCup's HTML Editor which has wysiwyg editing views as well as the usual text.
It looks quite easy and nice to use that Chris. However, I cant find any reference to Xhtml within it, so not sure. I have also downloaded the trial version of their FTP software as its seems nice a easy to use also.

I presume they are an OK product to use.

I do remember you sending me some codes at some stage which I used to download a bundle. However, I have no idea where I put them.
Logged
Chris H
Resident God Botherer
Global Moderator
Hero Member
*****
Posts: 2291



chrishall57
View Profile WWW Awards
« Reply #15 on: October 22, 2007, 07:07:36 AM »

Or use CoffeeCup's HTML Editor which has wysiwyg editing views as well as the usual text.
It looks quite easy and nice to use that Chris. However, I cant find any reference to Xhtml within it, so not sure. I have also downloaded the trial version of their FTP software as its seems nice a easy to use also.

I presume they are an OK product to use.

I do remember you sending me some codes at some stage which I used to download a bundle. However, I have no idea where I put them.
How do you mean 'reference to xhtml'?  Huh?
Logged

fordie
Global Moderator
Sr. Member
*****
Posts: 329


<span id="attention" class="short">...</span>


View Profile Awards
« Reply #16 on: October 22, 2007, 10:06:07 AM »

Until about 18 months ago I was strictly a Dreamweaver jockey -  Now I use visual Studio  but that's just because it's what the rest of the team use, I'd be just as happy with a copy of notepad ++
Logged
Curry
Guest
« Reply #17 on: October 22, 2007, 10:48:53 AM »

Mainly Notepad or sometimes DW in code view.
Logged
Barney McGrew
Sr. Member
****
Posts: 257


Resident Firefighter


View Profile WWW Awards
« Reply #18 on: October 22, 2007, 02:33:19 PM »

Its seems I am confusing myself here by not fully understanding.

I was under the impression that I needed a specific piece of software to create pages using xml or xhtml. As many will know I am used to a WYSIWYG type of operation and wasnt sure if I needed something similar to use the xml stuff.
Logged
Chris H
Resident God Botherer
Global Moderator
Hero Member
*****
Posts: 2291



chrishall57
View Profile WWW Awards
« Reply #19 on: October 22, 2007, 02:41:11 PM »

CCHTML2007 in WYSIWYG - can't remember if the code it produces is xhtml compliant but it has a tool for converting code to xhtml compliant code.

Best off downloading the trial and having a go.
Logged

Barney McGrew
Sr. Member
****
Posts: 257


Resident Firefighter


View Profile WWW Awards
« Reply #20 on: October 22, 2007, 09:37:54 PM »

Yes, it does have the tool to do this. I have downloaded it. Might be worth the purchase as its a lot faster than what I am currently using to be honest.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2006-2008, Simple Machines Valid XHTML 1.0! Valid CSS!