Lost Password?

Go Back   CodeCall Programming Forum > Web Development Forum > HTML Programming

Unregistered, Check out the Coder Battles in the Announcement and Game forums.

HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites.

Closed Thread
 
LinkBack Thread Tools Search this Thread Display Modes
  #31 (permalink)  
Old 11-24-2007, 10:50 AM
DevilsCharm's Avatar   
DevilsCharm DevilsCharm is offline
Programming God
 
Join Date: Jul 2006
Posts: 887
Credits: 0
Rep Power: 14
DevilsCharm is on a distinguished road
Default

I didn't know there were variations of Notepad. During the brief period I (tried) designing websites, I used Notepad.
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #32 (permalink)  
Old 11-24-2007, 10:56 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 433
Credits: 35
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

Quote:
Originally Posted by DevilsCharm View Post
I didn't know there were variations of Notepad. During the brief period I (tried) designing websites, I used Notepad.
There aren't. Notepad2 and Notepad++ are separate projects. I don't mind Notepad++ apart from the fact some of the default code formatting is insane. Best example is that some code elements use non-monospace fonts which is plain crazy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #33 (permalink)  
Old 11-26-2007, 11:31 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,453
Last Blog:
wxWidgets is NOT code ...
Credits: 761
Rep Power: 28
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default

I use Crimson Editor (looking at Emerald Editor) and Programmer's Notepad. They have slightly different features but are both basically text editors.
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #34 (permalink)  
Old 11-27-2007, 06:01 AM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,306
Credits: 0
Rep Power: 74
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default

Quote:
Originally Posted by DevilsCharm View Post
I didn't know there were variations of Notepad. During the brief period I (tried) designing websites, I used Notepad.
As Morgan said, the 'other versions' of Notepad are just third party softwares.
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #35 (permalink)  
Old 11-27-2007, 11:57 AM
Nathandelane's Avatar   
Nathandelane Nathandelane is offline
Newbie
 
Join Date: Sep 2007
Location: Utah, USA
Posts: 10
Credits: 0
Rep Power: 0
Nathandelane is on a distinguished road
Default I use Notepad++

The thing I find hard to deal with when using a WYSIWYG editor for HTML is that what you see is NOT ALWAYS what you get in real life. So to have more control I use Notepad++ and XAMPP (which is a collection of Apache, PHP, and MySQL) to write my web applications. Sure nothing is done for me, but Notepad++ has syntax highlighting and helps a lot with source code formatting (which is my other complaint with WYSIWYG editors, because the source code they generate is always very hard to read). That my two cents - I also tend to use W3Schools' website as a reference for my HTML, CSS, and JavaScript.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #36 (permalink)  
Old 11-27-2007, 05:09 PM
Chambered's Avatar   
Chambered Chambered is offline
Newbie
 
Join Date: Nov 2007
Location: La Crosse
Posts: 11
Credits: 0
Rep Power: 0
Chambered is on a distinguished road
Send a message via ICQ to Chambered Send a message via AIM to Chambered
Default

I use Notepad if I have to, but highly prefer Programmer's Notepad. I've tried a few other programs like Crimson Editor and Notepad++, but I always ended up going back to Programmer's Notepad.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #37 (permalink)  
Old 11-27-2007, 05:25 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 433
Credits: 35
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

Most editors are middle of the road jobs anyway. I don't know of any that matches my ideal editor. I did at one point list the key concepts for my ideal editor and intended to implement it but it seemed less interesting than other things I could do.

Main thing I'd like to see is one with really powerful templates and text macros so I can auto generate a lot of the boiler plate code. Naturally I'd have to write the templates but I've seen the same patterns across file level, method level and block level so many times that it drives me nuts.

Of course, if most languages had first class functions and syntax based macros (rather than crappy C text replacement ones) this would be entirely a waste of time. I'd write a macro or higher order function to deal with my pattern.

The other thing I find lacking in most editors (and IDE's for that matter) is first class refactoring support. Really I spend huge amounts of time refactoring and even micro-optimisations are useful. Editors who's only support for refactoring are find/replace over highlighted regions do not make me happy .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #38 (permalink)  
Old 11-28-2007, 04:43 PM
Death Slaught's Avatar   
Death Slaught Death Slaught is offline
Newbie
 
Join Date: Nov 2007
Posts: 20
Credits: 0
Rep Power: 4
Death Slaught is on a distinguished road
Default

Using Notepad or Text Edit is the best way to go.

Sure it makes you do a little more work, but that's a good thing. By using a simple text editor there's no shortcuts you're doing the coding all by yourself, this in the long run will help you generate less syntax errors, which will save you loads of time.

Personaly I've never used anything but Notepad, and i'm going to keep it that way, because i've seen alot of good programmers switch to them, and then things go horribly wrong do to a few simple errors.


- Death
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #39 (permalink)  
Old 12-15-2007, 04:59 PM
csmith1991 csmith1991 is offline
Newbie
 
Join Date: Dec 2007
Posts: 6
Credits: 0
Rep Power: 0
csmith1991 is on a distinguished road
Default

Used dreamweaver, notepad, notepad2, notepad++ and another of which I forget... However now I just use notepad2, seems the easiest and best to me...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #40 (permalink)  
Old 01-19-2008, 06:55 AM
ReekenX's Avatar   
ReekenX ReekenX is offline
Learning Programmer
 
Join Date: Jan 2007
Posts: 77
Credits: 5
Rep Power: 7
ReekenX is on a distinguished road
Send a message via Skype™ to ReekenX
Default

I have Dreamweaver i am using Notepad++ and PHPdeveloper - two very useful programs (first is freeware)
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
Closed Thread



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
printing out into notepad from the html using perl lichy Perl 8 12-14-2007 01:06 PM
About HTML Onur Tutorials 0 08-28-2007 06:13 PM
HTML Introduction clookid Tutorials 5 01-08-2007 09:43 PM
What is HTML, DHTML and XHTML? Lop HTML Programming 5 08-09-2006 11:00 AM
How can I write HTML? dirkfirst HTML Programming 6 07-04-2006 02:10 PM


All times are GMT -5. The time now is 05:07 PM.

Contest Stats

Xav ........ 1276.19
MeTh0Dz|Reb0rn ........ 1047.22
marwex89 ........ 869.98
morefood2001 ........ 868.04
John ........ 857.15
WingedPanther ........ 761.06
Brandon W ........ 684.87
chili5 ........ 294.12
dargueta ........ 192.86
Steve.L ........ 192.06

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 81%

Ads