How many of you use notepad?
Frontpage 2001?
Flash/Dreamweaver?
Any other programs?
I'm just curious. My HTML skills leave something to be desired, so was just wondering what everyone else used.
Printable View
How many of you use notepad?
Frontpage 2001?
Flash/Dreamweaver?
Any other programs?
I'm just curious. My HTML skills leave something to be desired, so was just wondering what everyone else used.
I use Cold Fusion Studio 4.5 It's meant for Cold Fusion...but it's great for any web coding you're doing. It's like a deluxe "HomeSite" really, because it's made by the same people...Allaire.
I use Notepad for most of my web design, I'll use Frontpage (98, 2000) to create a table quickly. Frontpage does a number on any ASP scripts that I put in my webpages though, randomly adding spaces, tabs, whatever.
Quote:
Originally posted by Mandorallen of Molynnr:
How many of you use notepad?
Frontpage 2001?
Flash/Dreamweaver?
Any other programs?
I'm just curious. My HTML skills leave something to be desired, so was just wondering what everyone else used.
------------------
"My other car is also a Porsche"
---------------------------------
Abit BH6, rev. 1.01
PIII-750@840
256MB PC133 Crucial RAM
Viper 770 non-Ultra @ 150/183 w. NVidia 11.01 drivers
TennMax Lasagna TNT cooler
Diamond Monster MX300 w. Vortex 2 v.2048 drivers
DirectX 8.0a
I use notepad for all of the desing work and a tool called Delphi to do tables and some of the harder parts.
------------------
Junior SBC member 05
Sharky Badge
Blow up some threads at Combustion Junction
My First Webpage!
I use macromedia products, along with photoshop.
------------------
www.geocities.com/richardginn/templatehtml -Come visit the Template HTML homepage
I use allire homesite. Its got a nice interface for the people that like to use notepad to write their pages.
I use flash and photoshop only..
And if i ever have to do some html, then i do that well enough in notepad..
Dreamweaver and frontpage seem to dump alot of crap in the code.
I use notepad for html, javascript, wordpad for perl/cgi. Dreamveawer for large tables. photoshot and some flash. https://www.sharkyforums.com/images/.../2005/06/5.gif
Why do you go with Wordpad for Perl work? Just curious https://www.sharkyforums.com/images/.../2005/08/2.gifQuote:
Originally posted by drdray:
I use notepad for html, javascript, wordpad for perl/cgi. Dreamveawer for large tables. photoshot and some flash. https://www.sharkyforums.com/images/.../2005/06/5.gif
I use photoshop, flash for graphic stuff - and then use notepad to put it all together with HTML, JavaScript, CSS etc...and then dreamweaver for the complicated stuff
------------------
"There are two steps to success: 1. Never tell everything you know 2. See #1"
Why do alot of people use notepad?
------------------
11 year old OC'er
School Sucks, deal with it!
Duron 700@850
FOP-38.1
MSI Pro2
64mb PC133 ram (sold 64mb of it, im buyin next month)
20gb Quantum Fireball LM
TNT2 Ultra (For now)
8x4x32 CD R/W
Yamah CD Rom
Altec Lansing Speakers
Mr.White's Computer heaven (Including me , WHOOHHOOO)
Tio2k and Soldier's computer palace
So they can brag about what they created with barely any programs. https://www.sharkyforums.com/images/.../2005/08/2.gifQuote:
Originally posted by tio2k:
Why do alot of people use notepad?
What about seeing the sites you've created?
Mine suck.
http://www.inext.co.za/home/thomas
Just helped quite a lot on this one -
http://www.inext.co.za/inext
------------------
Knight of the OC Crusaders.
Don't worry be happy.
Why build your own system when you can buy pre-made ones?
See my point?
Quote:
Originally posted by tio2k:
Why do alot of people use notepad?
------------------
"My other car is also a Porsche"
---------------------------------
Abit BH6, rev. 1.01
PIII-750@840
256MB PC133 Crucial RAM
Viper 770 non-Ultra @ 150/183 w. NVidia 11.01 drivers
TennMax Lasagna TNT cooler
Diamond Monster MX300 w. Vortex 2 v.2048 drivers
DirectX 8.0a
Dreamweaver Ultra Dev, Flash, Fireworks.
I can type my own html and scripts if I want in Dreamweaver as well as format tables and pictures with a lot less error than in notepad.
Dreamweaver ultra dev 4, and notepad for fine tuning.
------------------
someone set up us the bomb!
Quote:
Originally posted by Dengin:
Why build your own system when you can buy pre-made ones?
See my point?
I do, bbuuuttt Isn't it a WAY bigger struggle to make a webpage?
Mandolleryn I've made some , but they are not on the net
------------------
11 year old OC'er
School Sucks, deal with it!
Duron 700@850
FOP-38.1
MSI Pro2
64mb PC133 ram (sold 64mb of it, im buyin next month)
20gb Quantum Fireball LM
TNT2 Ultra (For now)
8x4x32 CD R/W
Yamah CD Rom
Altec Lansing Speakers
Mr.White's Computer heaven (Including me , WHOOHHOOO)
Tio2k and Soldier's computer palace
Dreamweaver, Flash, ImageReady (Photoshop)
------------------
[=====] Eat my
####### jelly
[=====] sandwich
dreamweaver does a whole lot better on the crap code them frontpage.
------------------
www.geocities.com/richardginn/templatehtml -Come visit the Template HTML homepage
Homesite, Notepad and occasionally visual studio
------------------
[specs]
Textpad & Interdev
if you use a program use dreamweaver. I have seen people try and use netscape composer and frontpage, the programs are really bad.
I use wordpad for perl because for some reason notepad on NT systems wont convert some characters. Like dashes, end of line, even some double qoutes. I don't know why, but it just does it. Mostly I use wordpad to write the program and pico editor after to make fixes and stuff.
That's pretty strange, I've never encountered that problem before myself. On my notepad (on NT system as well), newline characters are always captured accurately.Quote:
Originally posted by drdray:
I use wordpad for perl because for some reason notepad on NT systems wont convert some characters. Like dashes, end of line, even some double qoutes. I don't know why, but it just does it. Mostly I use wordpad to write the program and pico editor after to make fixes and stuff.
I know with PHP at least...you have to parse a new line character from a Windows system by using both the return, and newline escape codes.
Meaning...
\r\n = New line in Windows
Perhaps that was the problem you were running into. I'm not sure, and maybe with Wordpad the newline can be parsed simply as \n? I'm really not sure. I've just never liked Wordpad https://www.sharkyforums.com/images/.../2005/06/5.gif
It's not that. The end of line char that is placed when you hit enter key shows up as a black block. So, instead of guessing which character it is, I use wordpad.
[This message has been edited by drdray (edited April 17, 2001).]
I use Pico.