Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

atacinus

macrumors 6502
Original poster
Oct 25, 2003
310
0
New York City
i design webpages for a couple of organizations that i.m associated with, and i just switched to the mac...making the graphics for the pages has never been better but trying to code the pages sucks. I.m used to [on a windoze PC] going into internet explorer, looking at the page, hitting edit [note pad opens] i make changes to the code and hit save...refresh the page and look at the changes...I don.t like to use a web editor [either WYSIWYG or strictly code]...i just like to type it into something like notepad and save it...How can i do this on a mac?? i even downloaded internet explorer for mac and it doesn.t have that edit button...if i could click some button in Safari that would open text edit with the source and let me mess with it [because 'view source' is just that...viewing only]...anyone know what i.m after or how to get it? Oh and while i.m at it, i.m also wondering if anyone knows a good free app that will make simple image map coordinates?

Thanks,
Christien
 
One other thing I can.t find

i.m using appleworks now whereas on my pc i used word. In word i could CTRL-E to center the text CTRL-L to left align it or CTRL-R to right align it...In appleworks i can.t find a keyboard shortcut and I cannot use the mouse everytime i need to do this [which is quite often as i write screenplays and the format dicates this]. Is there anyway to set this up to do it? and also...the questions from my previous post...thank you all very much..

Christien
 
You could use AppleScript to open page source in TextEdit. Here's the best I can come up with:

Save the following AppleScript (With Script Editor) in /Library/Scripts or one of it's subfolders.

tell application "Safari"
set theDocument to source of front document
end tell
tell application "TextEdit"
make new document at end of documents
set (text of front document) to theDocument
activate
end tell

Then, in the AppleScript folder, run the "Install Scripts Menu" application.

This will give you a menu extra with the contents of your scripts folder, and the script above should open the source of the current document in TextEdit.

It's roundabout, I know, but I don't think safari has any way to do this automatically.
 
For the question on AppleWorks, the key combinations for alignment are as follows:

Left: Apple-[
Center: Apple-\
Right: Apple-]

For editing, I dunno, maybe Apple would introduce that if they got a few requests. Put it in the Safari feature requests and if you can put it in for TextEdit too. Sounds like a great feature.

JW
 
Thanks!

Thanks for the suggestions [i.m downloading taco to try it right now] a question about the script suggestion though...i tried it and it works fine to open the source in text edit but how could i save it as an html file? It doesn.t have to save back to the original file, but how can i in either text edit or appleworks et al, tell it to save code as a .html or .htm page instead of a .doc etcetera file?

Thanks,
Christien
 
use a client like Transmit for FTP. You can set it so that when you double click it opens the file in its internal text editor. Every save is then FTP'd back to the server.
 
Awesome!

both of the editors you guys sent to me replace the need for the edit button on safari [although it would still be nice] so now the only question is about an image map maker...i.ve found a couple, but they want me to shell out 25-50 dollars a piece...TO MAKE IMAGE MAPS! There.s gotta be some freeware that does this..or maybe taco or SubEthnaEdit do it and i just haven.t found it yet. Let me know.

Thanks,
Christien
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.