HighDots Forums  

Urgent help please, record commands?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Urgent help please, record commands? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
murdod
 
Posts: n/a

Default Urgent help please, record commands? - 07-22-2008 , 02:52 PM






I have Dreamweaver CS3. I'd really like to record a command, to make editing a
300 page site a little more automated. But the "Start Recording" and "Play
Recorded Command" is disabled? Does anyone know why?


Reply With Quote
  #2  
Old   
murdod
 
Posts: n/a

Default Re: Urgent help please, record commands? - 07-22-2008 , 03:16 PM






Can't help feel like I'm missing something really obvious No one got any idea? don't want to have to do this command twice for every page manually.. that will be 600 times!

Reply With Quote
  #3  
Old   
bb
 
Posts: n/a

Default Re: Urgent help please, record commands? - 07-22-2008 , 03:27 PM



Well you did only wait 24 minutes for a reply.

No, there's no record command in DW.

Good luck.



Reply With Quote
  #4  
Old   
murdod
 
Posts: n/a

Default Re: Urgent help please, record commands? - 07-22-2008 , 04:47 PM



Solved the problem myself.

There IS a record command in dreamweaver, its in the "Commands" menu at the
top (or Ctrl+Shift+X)

BUT

it is disabled unless you have the cursor in the "design" box...


Reply With Quote
  #5  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Urgent help please, record commands? - 07-22-2008 , 06:09 PM



What kind of edits are you wanting to record?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"murdod" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I have Dreamweaver CS3. I'd really like to record a command, to make
editing a
300 page site a little more automated. But the "Start Recording" and "Play
Recorded Command" is disabled? Does anyone know why?



Reply With Quote
  #6  
Old   
murdod
 
Posts: n/a

Default Re: Urgent help please, record commands? - 07-23-2008 , 03:11 AM



Sadly not the ones I can record

I do 2 seperate search and replace functions on every page.. I was hoping for
a way to automate this. Would be fantastic to script it somehow and bind it to
a keyboard shortcut....

I need to replace all the [b] tags with <span class="strong"> and then of
course replace all the closed tags. Got any ideas how to script/automate that?

I know I can save my "search and replace".. but that still means I have to
open s&r and then click load script etc....


Reply With Quote
  #7  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Urgent help please, record commands? - 07-23-2008 , 07:05 AM



Quote:
I need to replace all the [b] tags with <span class="strong"
WHY ON EARTH?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"murdod" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Sadly not the ones I can record

I do 2 seperate search and replace functions on every page.. I was hoping
for
a way to automate this. Would be fantastic to script it somehow and bind
it to
a keyboard shortcut....

I need to replace all the [b] tags with <span class="strong"> and
then of
course replace all the closed tags. Got any ideas how to script/automate
that?

I know I can save my "search and replace".. but that still means I have to
open s&r and then click load script etc....



Reply With Quote
  #8  
Old   
murdod
 
Posts: n/a

Default Re: Urgent help please, record commands? - 07-23-2008 , 08:33 AM



[b] has been deprecated so for strict pages it will not validate ...

Company I work for insists all [b] are replaced with <span class="strong">

Reply With Quote
  #9  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Urgent help please, record commands? - 07-23-2008 , 08:46 AM



Why wouldn't you replace it with <strong>, which at least carries a semantic
meaning? That's simple enough to do with DW's Find and Replace.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"murdod" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
[b] has been deprecated so for strict pages it will not validate ...

Company I work for insists all [b] are replaced with <span
class="strong"


Reply With Quote
  #10  
Old   
P@tty Ayers ~ACE
 
Posts: n/a

Default Re: Urgent help please, record commands? - 07-23-2008 , 09:43 AM




"murdod" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
[b] has been deprecated so for strict pages it will not validate ...

Company I work for insists all [b] are replaced with <span
class="strong"
Whoever told you that doesn't know what he's talking about. He's right that
<b> is deprecated, but replacing it with <span class="strong"> is dead
wrong. It should be replaced with <strong></strong>.

Seems a shame to go to all that trouble to make your code *worse*.

Funny how there are people who insist on validating pages to strict
doctypes, but clearly don't even know the basics of HTML.

--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.