This is a forum where members new and old can come to ask questions and get info and opinions. It is not a place to advertise your business or have other forms of advertising, whether it be in your posts or signature.

All links in the forum will not be indexed by Search Engines and any unapproved forms of advertising or spam will be dealt with accordingly, deleted, and that member's account banned.

Forums

Overview » Suggestions and Feedback » Toolbox for extensio developper
Reply

Toolbox for extensio developper

Bruno Mairlot
Zone Manager



Since: 22 Jul 2001
Posts: 211
Posted 25 Aug 2001 12:37:08

Hi all,

What about a sort of Toolbox for extension developper that would contain a serie of mini-tutorial, mostly tips and tricks for extension developper.

I'm asking this following a discussion with Tim, about the fact that when I develop extension I losed time to package/install any time I change something to the code.

Tim told me that if I set up my site to point to the DW configuration directory I wouldn't need anymore to package/install any more. What a useful trick, but how would I have known that it was possible ?

Another example is the mmparameterlist of Macromedia that isn't documented anywhere...

Everytime you find something useful or that something is being discussed on the talkzone, it could be part of it.

Bruno

"First they laugh at you, then they fight you, then you Win..." Ghandi

Hi all,

What about a sort of Toolbox for extension developper that would contain a serie of mini-tutorial, mostly tips and tricks for extension developper.

I'm asking this following a discussion with Tim, about the fact that when I develop extension I losed time to package/install any time I change something to the code.

Tim told me that if I set up my site to point to the DW configuration directory I wouldn't need anymore to package/install any more. What a useful trick, but how would I have known that it was possible ?

Another example is the mmparameterlist of Macromedia that isn't documented anywhere...

Everytime you find something useful or that something is being discussed on the talkzone, it could be part of it.

Bruno

"First they laugh at you, then they fight you, then you Win..." Ghandi
Waldo Smeets
Locked
Total lost Member



Since: 29 Jun 2000
Posts: 1,755
Replied 29 Aug 2001 01:33:46
Bruno,

it is up to developers like you and me to collect these data. We have a special FAQs section for Extension Developers. Feel free to post any tips and tricks there (you can do this by clicking the Add New button in the correct section when you are logged in).

Waldo Smeets - www.UDzone.com Webmaster
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>
sleep ilya1113
Member



Since: 26 Aug 2008
Posts: 2
Replied 26 Aug 2008 04:04:25
So it's taken me months to figure this out, but here's my awesome program:

Javascript:
&lt;SCRIPT language="javascript" src="../Shared/MM/Scripts/Class/GridControlClass.js"&gt;

//---------------------------
function LoadList()
{
var GridList = new GridControl("ParamList";
var testlist = new Array(1);
testlist[0]= new Array(1);
testlist[1] = new Array(1);
testlist[0][0] = "hello 00";
testlist[0][1] = "hello 01";
testlist[1][0] = "hello 10";
testlist[1][1] = "hello 11";
GridList.setContents(testlist);
//GridList.append('Hello,hi');
}
&lt;/script&gt;

HTML code:

&lt;select type="mmparameterlist" name="ParamList" columns="URLs,Report Name "style="width:400px" size="6" &gt;
&lt;/select&gt;


Take that Dreamweaver/Adobe...your documenatation is awesome except for this one really cool tool!

Ash Mario
Locked
Member



Since: 10 Sep 2008
Posts: 2
Replied 10 Sep 2008 21:33:57
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi all,

What about a sort of Toolbox for extension developper that would contain a serie of mini-tutorial, mostly tips and tricks for extension developper.

I'm asking this following a discussion with Tim, about the fact that when I develop extension I losed time to package/install any time I change something to the code.

Tim told me that if I set up my site to point to the DW configuration directory I wouldn't need anymore to package/install any more. What a useful trick, but how would I have known that it was possible ?

Another example is the mmparameterlist of Macromedia that isn't documented anywhere...

Everytime you find something useful or that something is being discussed on the talkzone, it could be part of it.

Bruno

"First they laugh at you, then they fight you, then you Win..." Ghandi
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Reply to this topic

Message
Reply
Follow us on Facebook Follow us on twitter Subscribe to the RSS feed
Activate your free membership today | Login | Currency