mtWeb  Home > Download > InterAKT Dreamweaver ExtensionsSitemap  Search

InterAKT Dreamweaver Extensions

Posted by cdorob on 5 Sep 2002.

InterAKT has released new versions of its Dreamweaver MX extensions.

PHAkt 2.0.66 is a powerful PHP server model for Dreamweaver MX. InterAKT has released a new version of PHAkt2, correcting some bugs found in the initial release.

Changelog:

  • German date support is now d.m.Y
  • QuB support implemented
  • Correct other ADObd small problems

You have to delete the "adodb" folder from the local site folder and from the server, then edit one of your connections, to make sure the ADOdb files get updated.

QuB 1.0.1 MX, the visual query builder for Dreamweaver MX, was also released (initial version).

QuB MX is a complete implementation of a visual recordset in Dreamweaver MX, for the PHP platform.

NeXTensio 1.5.2a generates site administration sections with ease.

We have corrected some bugs that slipped in the initial release.

Changelog:

  • MsSQL support added for the ASP version
  • Improved delete participants corrected

All products are available from InterAKT website.

Comments

phakt2
by Alexandre () on 4 Aug 2003 12:11am GMT

phakt2

want an extension
by bob (bob@pageville.com) on 16 Nov 2004 11:07am GMT

I am looking for someone to write an extension to integrate our shopping cart editor with Dreamweaver for a reasonable fee.

See: http://www.pageville.com/cart-overview.html

http://www.pageville.com/cart-editor-download.html

http://www.pageville.com/cart-editor-cp.html

Shopping Cart Editor Extensions for Dreamweaver

Add/Modify Extension

step 1 - get cursor offset

dom.getSelection()

step 2 - write cursor offset (opening, closing) to a temporary file

step 3 - save document

step 4 - set fileURL to the open document file

step 5 - set appURL Program Files\ShoppingCartEditor\ShoppingCartInterfaceDWAddModify

step 6 - dreamweaver.openWithApp(fileURL, appURL)

step 7 - after return from App, ask userif they want to reload document, if yes reload

Checkout Extension

Same as Add/Modify except,appURL is ShoppingCartInterfaceDWCheckout (same path)

Bob