Request an Extension

  • Are you sweating over a piece of code, frying your brain and are thinking there should be an easier way to do this?
  • Are you searching for an extension that can do it for you? Can't find it anywhere?
  • Request your extension here by choosing the right category first and then clicking on the ADD NEW button (after logging in).
  • Our team from high qualified extension builders has this amazing ability to turn an idea into reality!

Explore the Request an Extension

Dreamweaver

Support for EJBs

Right now Dreamweaver supports only JavaBeans, but not EJBs. This limits it as a tool for development of dynamic web apps.

There should be an extension to allow addition of EJBs into Dreamweaver. Borland has one for their own appserver, but it does not work with MX, only UltraDev.

Read More
Dreamweaver

Comment script

I use visual basic and ASP code in my pages.  What I want to do is comment out the code.  It would be great to have an extension that allows you to select some code and then put a comment character at the beginning of each line.  Thus, for example, it would change this:

set rs="dbconn".execute(query)
do until rs.eof

to this:

' set rs="dbconn".execute(query)
' do until rs.eof

The extension would allow you to reverse this so that the comments are taken away.  I've looked everywhere for such a useful extension, but can't find it.

Thanks,

Allen

Read More
JSP

Dynamic Data Element Re-use within Page

Right now it is too hard to create dynamic JSP pages that re-use the same data elements (e.g. user name) in multiple places within a page. This happens since multiple JSP calls to getObject from the recordset fail, after the first read has been completed. Specific use case is when I try to put "Dynamic Text" element into the document multiple times.

It would be nice to add server behaviours (and data bindings???) to retrieve the data from the recordset ONCE into a variable/array, that can be used as many times as needed within the page - all manageable through GUI.

Does anyone have such an extension for JSP???

Read More
ASP

Advanced Search VB or JS Scripter

I would pay money for an extension that modified an existing ASP search results page to take each seperate word of a search string and search using that rather than the whole string.

E.g. - I have a column called Name with Smith, Mike as the data - i want the result to come up if they type in Mike or Smith or Mike Smith or Smith Mike - if that makes sense..

I have the code as an example but its just such a bugger to implement each time - a one click solution would rock...

Read More
Newer articles Older articles