Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 03-24-2005, 02:45 PM   #1
eamedia
Confirmed User
 
Join Date: Feb 2005
Location: norcal
Posts: 1,456
Dreamweaver???

When saving a HTML page in dreamweaver it saves the file as filename.htm ....anyone know how to make it save the file as filename.html without clicking save as and manually typing it in? Anyone else have this same problem?
__________________
eamedia is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 03:15 PM   #2
Sosa
In Tushy Land
 
Sosa's Avatar
 
Join Date: Oct 2002
Location: Nebraska
Posts: 40,149
i've wondered that also.
Sosa is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 03:27 PM   #3
TheMilkman
Confirmed User
 
TheMilkman's Avatar
 
Join Date: Oct 2004
Posts: 209
I have the same problem .... the only way to save it in html is to add atself index.html .
TheMilkman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 03:48 PM   #4
TexasDreams
former Miserable Admin :)
 
Join Date: Oct 2003
Location: Somewhere in Cali
Posts: 4,700
Quote:
Originally Posted by eamedia
When saving a HTML page in dreamweaver it saves the file as filename.htm ....anyone know how to make it save the file as filename.html without clicking save as and manually typing it in? Anyone else have this same problem?
For some reason they made it difficult starting with DreamweaverMX. Search for the file "MMDocumentTypes.xml"

Mine was in C:\Program Files\Macromedia\Dreamweaver MX\Configuration\DocumentTypes\MMDocumentTypes.xml

Open that file in notepad, up at the top you will find this section...

Code:
	<documenttype id="HTML" internaltype="HTML" winfileextension="htm,html,shtml,shtm,stm,lasso,xhtml" macfileextension="html,htm,shtml,shtm,lasso,xhtml" file="Default.html" writebyteordermark="false">
		<TITLE>
			<MMString:loadString id="mmdocumenttypes_0" />
		</TITLE>
		<description>
			<MMString:loadString id="mmdocumenttypes_1" />
		</description>
	</documenttype>
In the winfileextension part change the order of html and htm so it looks like this...

winfileextension="html,htm,shtml,shtm,stm,lasso,xh tml

save the file, restart Dreamweaver, and that should do the trick!

__________________
ICQ: 168-914-369 >>> sysop [at] TexasDreams [dot] com
TexasDreams is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 03:51 PM   #5
FreeOnes
Confirmed User
 
FreeOnes's Avatar
 
Join Date: Jul 2001
Location: The Netherlands
Posts: 3,400
NightmareWeaver sucks big time
and therefore is forbidden to use within my company
__________________

The new FreeOnes! - AdultFilmStarContent - BabeGalleries and much more! - 1Strike Movies and much more! All powered by Xpressa
FreeOnes is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 05:04 PM   #6
eamedia
Confirmed User
 
Join Date: Feb 2005
Location: norcal
Posts: 1,456
Quote:
Originally Posted by TexasDreams
For some reason they made it difficult starting with DreamweaverMX. Search for the file "MMDocumentTypes.xml"

Mine was in C:\Program Files\Macromedia\Dreamweaver MX\Configuration\DocumentTypes\MMDocumentTypes.xml

Open that file in notepad, up at the top you will find this section...

Code:
	<documenttype id="HTML" internaltype="HTML" winfileextension="htm,html,shtml,shtm,stm,lasso,xhtml" macfileextension="html,htm,shtml,shtm,lasso,xhtml" file="Default.html" writebyteordermark="false">
		<TITLE>
			<MMString:loadString id="mmdocumenttypes_0" />
		</TITLE>
		<description>
			<MMString:loadString id="mmdocumenttypes_1" />
		</description>
	</documenttype>
In the winfileextension part change the order of html and htm so it looks like this...

winfileextension="html,htm,shtml,shtm,stm,lasso,xh tml

save the file, restart Dreamweaver, and that should do the trick!

Worked like a charm....thanks for the help. I would have never found that on my own.
__________________
eamedia is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 05:08 PM   #7
woj
<&(©¿©)&>
 
woj's Avatar
 
Industry Role:
Join Date: Jul 2002
Location: Chicago
Posts: 47,882
Quote:
Originally Posted by FreeOnes
NightmareWeaver sucks big time
and therefore is forbidden to use within my company
heh, which editor do you use at your company?
__________________
Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager
woj is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 05:38 PM   #8
Sparks
Confirmed User
 
Join Date: Nov 2004
Location: Southern CA
Posts: 2,466
I like Dreamweaver for what I use it for.... just smaller sites
Sparks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 05:44 PM   #9
Dalai lama
Strength and Honor
 
Join Date: Jul 2004
Location: Europe
Posts: 16,540
Quote:
Originally Posted by FreeOnes
NightmareWeaver sucks big time
and therefore is forbidden to use within my company
So what do you use?
__________________

A program you can trust.
Gallerybooster Run multiply TGPs of 1 script
Dalai lama is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 06:06 PM   #10
eMonk
Confirmed User
 
Industry Role:
Join Date: Aug 2003
Location: Canada
Posts: 2,310
thanks for the tip.. i was also wondering the samething..
eMonk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 06:20 PM   #11
TexasDreams
former Miserable Admin :)
 
Join Date: Oct 2003
Location: Somewhere in Cali
Posts: 4,700
Quote:
Originally Posted by Dalai lama
So what do you use?
Sometimes I wonder what I DON'T use!!!

Depending on the site of the moment it may be Dreamweaver, FrontPage2000 (only good for prototyping complex table structures), Visual InterDev (ASP), Homesite, HTML-Kit, UltraEdit, PFE32, and even the old reliable Notepad.exe.

__________________
ICQ: 168-914-369 >>> sysop [at] TexasDreams [dot] com
TexasDreams is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 06:21 PM   #12
TexasDreams
former Miserable Admin :)
 
Join Date: Oct 2003
Location: Somewhere in Cali
Posts: 4,700
Quote:
Originally Posted by eamedia
Worked like a charm....thanks for the help. I would have never found that on my own.
Quote:
Originally Posted by eMonk
thanks for the tip.. i was also wondering the samething..
Glad to help!!
__________________
ICQ: 168-914-369 >>> sysop [at] TexasDreams [dot] com
TexasDreams is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 06:24 PM   #13
tenderobject
Need Designs? 312352846
 
Industry Role:
Join Date: Dec 2004
Location: Somewhere
Posts: 11,687
wow thanks texasdream.. been wondering about this for a long time. lol
__________________


NEED DESIGNS?!?
tenderobject is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 06:35 PM   #14
TexasDreams
former Miserable Admin :)
 
Join Date: Oct 2003
Location: Somewhere in Cali
Posts: 4,700
Quote:
Originally Posted by tenderobject
wow thanks texasdream.. been wondering about this for a long time. lol
Before they went to the "MX" series, it used to be easy to set right from Edit, Preferences. I have no idea why they buried it in an XML file.

Go figure!
__________________
ICQ: 168-914-369 >>> sysop [at] TexasDreams [dot] com
TexasDreams is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-24-2005, 06:45 PM   #15
nico-t
emperor of my world
 
Join Date: Aug 2004
Location: nethalands
Posts: 29,903
some reason macromedia has these little annoying things in their software.

Homesite: when refreshing the directory and file list, it goes back to the root of the disk. So u have to click all the way to the map youre working in.
Solution: first select a file, then hit f5 to refresh. This is the only way you stay in the folder.

Fireworks: 'Save file as': click to the folder. But when u export, u clearly wanna export in the same folder u saved the file (at least i do). But no, you have to click all the way to that damn folder AGAIN. Plus when using the batch process for the 2nd time in a row, its in the root of the disk again. So you have to click all the way again.
For these fireworks points there is no solution as far as i know.

Annoying!
nico-t is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.