Lost Password?

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

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
  #221 (permalink)  
Old 07-01-2008, 12:45 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,030
Last Blog:
Web slideshow in JavaS...
Rep Power: 43
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Do you write html in notepad?

It allows you to render IE pages inside FF, so you could run Windows Update within FF, rendered using IE.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #222 (permalink)  
Old 07-01-2008, 02:01 PM
chili5's Avatar   
chili5 chili5 is online now
Guru
 
Join Date: Mar 2008
Age: 15
Posts: 2,835
Rep Power: 24
chili5 is just really nicechili5 is just really nicechili5 is just really nicechili5 is just really nicechili5 is just really nice
Default Re: Do you write html in notepad?

Oh wow that's useful. I'm getting that later
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill
Braingle
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #223 (permalink)  
Old 07-01-2008, 02:04 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,030
Last Blog:
Web slideshow in JavaS...
Rep Power: 43
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Do you write html in notepad?

Yep. And it works with FF 3. It's so useful. You get a tiny little icon in the bottom right of the screen with the FF logo, and if you click it it changes to the IE logo and rerenders the page using IE. The right-click menus and everything change. You can also right-click on links and tell it to open it in an IE tab, and if you go to Windows Update in FF, it automatically switches over to the IE rendering.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #224 (permalink)  
Old 07-04-2008, 11:43 AM
seliver seliver is offline
Newbie
 
Join Date: Jul 2008
Location: Portugal
Posts: 9
Rep Power: 0
seliver is on a distinguished road
Default Re: Do you write html in notepad?

I just doesn't see another way to programm something, but by notepad(of course i'm speaking about php, html, css, etc..)
I always get frustrated with the programs like Dreamweaver, and sincerly, i can't understand them very well, so i prefer the notepad.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #225 (permalink)  
Old 07-04-2008, 11:49 AM
chili5's Avatar   
chili5 chili5 is online now
Guru
 
Join Date: Mar 2008
Age: 15
Posts: 2,835
Rep Power: 24
chili5 is just really nicechili5 is just really nicechili5 is just really nicechili5 is just really nicechili5 is just really nice
Default Re: Do you write html in notepad?

text editors are best for programming except for C++ and java i find
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill
Braingle
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #226 (permalink)  
Old 07-04-2008, 12:37 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 408
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Do you write html in notepad?

Quote:
Originally Posted by chili5 View Post
text editors are best for programming except for C++ and java i find
API's make a difference as well. I'd rather cross the Sahara Desert naked than try to write Win32 GUI code by hand. This is an argument against Win32 rather than an argument for GUI editors though. A sane GUI library can be handled much easier. Even Swing is several orders of magnitude easier to use than Win32.
__________________
Currently bemused by: LLVM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #227 (permalink)  
Old 07-04-2008, 01:26 PM
chili5's Avatar   
chili5 chili5 is online now
Guru
 
Join Date: Mar 2008
Age: 15
Posts: 2,835
Rep Power: 24
chili5 is just really nicechili5 is just really nicechili5 is just really nicechili5 is just really nicechili5 is just really nice
Default Re: Do you write html in notepad?

yeah, maybe for more complex things, IDE's and software is better but for small to medium things, I find text editors work quite well. However all my windows programming, i do in software like Visual studio.
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill
Braingle
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #228 (permalink)  
Old 07-04-2008, 02:14 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 408
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Do you write html in notepad?

Quote:
Originally Posted by chili5 View Post
yeah, maybe for more complex things, IDE's and software is better but for small to medium things, I find text editors work quite well. However all my windows programming, i do in software like Visual studio.
s/complex/badly designed/ then I agree.

It's interesting that Microsoft made an API so bad you could only realistically use it via complex automated tools then actually made money from selling those tools and turned the requirement into a norm. Basically every advantage of things like VS disappear on Unix like systems.

Compare Win32 with the KDE4 API and you realise just how badly software can be designed. I like that a Phonon audio player can be instantiated loaded with a file and played in 3/4 lines of code. Compare that with DirectSound.
__________________
Currently bemused by: LLVM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #229 (permalink)  
Old 07-05-2008, 12:10 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,030
Last Blog:
Web slideshow in JavaS...
Rep Power: 43
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Do you write html in notepad?

I find the IntelliSense incredibly useful in VS (and VWD) - it makes coding so much less tedious.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #230 (permalink)  
Old 07-05-2008, 01:25 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 408
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Do you write html in notepad?

IntelliSense is also useful in the huge multitude of other IDE's that implement this most basic feature . In fact the Netbeans version is either nicer because it does things like allowing you to skip across the parameter list by hitting tab. Also it interfaces with Javadoc nicely.
__________________
Currently bemused by: LLVM.
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 07:55 AM.

Contest Stats

John ........ 223.00000
dargueta ........ 168.00000
Xav ........ 164.00000
gaylo565 ........ 18.00000
WingedPanther ........ 15.00000
|pH| ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 66%

Ads