Wednesday, January 30th, 2008
Dreamweaver Users Rejoice! Support for JS Libs Now Available.
Adobe Dreamweaver isn’t know for it’s JavaScript support let alone coding help for the popular JavaScript libraries and frameworks. Up to now, developers and designers who’ve used DW for their client-side work have been left out of the fun of other IDEs such as Eclipse and Komodo . That’s all changed now that to a couple new extensions for Dreamweaver have been built. Chris Charlton, Community Manager for RMI, has created extensions for Dreamweaver versions 6-9 (MX-CS3) that offer support for jQuery 1.2 and Prototype 1.6 development.
The jQuery API extension seems to be the farthest along offering code completion, code hints, code coloring, and a bunch of snippets that early beta users liked. The Prototype API extension only has basic code completion but is due for an update in the next few weeks to offer extended code hints. The code hints appear when editing a JS document and XTND.us has a short video of an extension in use. The demo video and downloads are freely available at http://xtnd.us. We use these tools every day and help train people… it’s time the tools get better.
He’s also planning on incorporating support for other libs and I’m sure would love some support in making this happen. So all you MooTools and YUI developers, get on the horse and help Chris out.





Would be lovely for when you do:
$.ajax( it shows you what the options are, so you don’t have to flood to the docs every single time.
finally! I use dreamweaver with prototype everyday at work!
Get Ext API for Dreamweaver MX2004 here:
http://www.spket.com/dreamweaver-extension.html
And a new version for Dreamweaver CS will coming soon…
ok… i’ll give a cool $5 to whoever….
(looks at post right above)…
Never mind! Someone did do an Ext Extension. Now I can keep my $5.
@balupton: .bind( has what you’re requesting, so I’ll see what I can apply to $.ajax( .
@Kyriakos: The Prototype API extension is slim compared to the jQuery one right now, please let me know what you think. We wanted to make sure others didn’t feel left out – looks like Ext has some love already too (ericsuen’s comment above).
@ericsuen: Dope, would you like any help from XTND.us? If so contact me (Chris)
Although I don’t use Dreamweaver, I have CS3 Master Collection so maybe I’ll dust it off Dreamweaver code view and check this out. Thanks for letting us know, Rey.
Can’t get to the site. I get a DNS failure on http://xtnd.us/
@/j: It worked for me. Try again.
Thats wonderful! The only thing really keeping me from using Dreamweaver now is the lack of svn support.
This is great! Can’t wait for someone to add a script.aculo.us piece to it. ;-)
@macsavers: There is plan to add script.aculo.us but we’re still in debate as to package it with the Prototype API extension or as an add-on, which requires more testing (or a longer public beta phase).
Love the jQuery code hints! but hate the way it modifies my color coding for embedded JavaScript… script blocks inside HTML files are all pink!
any way around this?