Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
sgardner #1
Re: NEwbie
My suggestion would be to go to [url]www.lindup.com[/url], 2advanced.com, estudio.com and look at whats going on out there and then come back to the forums and ask questions. Tutorial sites don't always go in to depth.
Shane
sgardner Guest
-
A newbie with a newbie question
Good afternoon everyone, My Name is Dusty I am new to this forum and pretty new to Acrobat. I have Acrobat 9 running on an IMAC running 10.5.2 I... -
Help for a Newbie
Hi All, I have 3 files I am using, Index.html, Test.asp, MyNewpage.html. I am try to load MyNewPage.html into Test.asp. Index.html has a link as... -
newbie ill q
Hey everyone, I have to work on some logos for my place of business... I've scanned them in , edited them in Photoshop, and then made a workpath... -
Please help a newbie!
Hi, I am just starting out using Flash MX. I just want some general knowledge on Flash......I am planning on making a website, but I have no idea... -
Newbie help with LWP
When you login the server must pass a token back to the browser so that the browser can identify itself to the server in the next request. This is... -
RoyalFunk webforumsuser@macromedia.com #2
Re: NEwbie
Other good resource sites are listed below. Have fun!
Referring URLs
[url]http://www.actionscript.org[/url]
[url]http://www.flashkit.com[/url]
RoyalFunk webforumsuser@macromedia.com Guest
-
No12BeWithMe #3
NewBie
I have a file in "excel" which is it had a info, buyer contact, supplier
contact, company contact, label, account balance, checks, invoice and some
fax cover sheet. "All of this informations link together" with some
calculation.
Now I try to convert all this information to Filemaker. Should I create all
of that information in 1 DB like Excel or should I do as separate DB like
contact in contact DB, Info In Info DB, Ect...
If I create a separate DB are they link together like "excel"
Thank you so much.
No12Be
No12BeWithMe Guest
-
androger #4
newbie
Hi,
I'd like to know if I need to install ASP .NET on the
server where I plan on deploying my web services? I
instaled the .NET framework, is that enough? they were
developed on the .NET dev envrion with C#.
androger Guest
-
liksi #5
Newbie
Hi.
I using Flash 5.
I was wondering can i make 3D letters in flash?
And second.
How to make, hm, spinning earth. Hope i used right word.
TIA
--
liksi
[url]http://liksi.varazdin.org/[/url]
liksi Guest
-
Martin Voegeli, vom #6
Re: Newbie
liksi wrote:
I think Flash has no such built-in feature. You can do it in an other> I using Flash 5.
>
> I was wondering can i make 3D letters in flash?
program and then export it to SWF e.g. with Adobe Illustrator:
[url]http://www.tiemdesign.com/HOWTO/2001/Sept/IL01/default.htm[/url]
Have a look at these examples. I hope some of them are made in Flash 5.> And second.
> How to make, hm, spinning earth. Hope i used right word. TIA
I didn't check them out myself:
[url]http://www.flashkit.com/search.php?term=earth[/url]
Best wishes, Martin ;) * [url]http://birdy1976.com/[/url] * ICQ# 237743398
Martin Voegeli, vom Guest
-
COTTP #7
Re: Newbie
In article <20031117132037.C8A2.LIKSI@foxie.13>, liksi@foxie.13 says...
Swift 3D v3 lets you create 3D text that can either be vectored or> Hi.
> I using Flash 5.
>
> I was wondering can i make 3D letters in flash?
>
> And second.
> How to make, hm, spinning earth. Hope i used right word.
> TIA
>
>
rasterized and imported into Flash.
COTTP Guest
-
liksi #8
Re: Newbie
> Swift 3D v3 lets you create 3D text that can either be vectored or
Thx, but problem is where to dl, i only find option to buy.> rasterized and imported into Flash.
--
liksi
[url]http://liksi.varazdin.org/[/url]
liksi Guest
-
liksi #9
Re: Newbie
> Swift 3D v3 lets you create 3D text that can either be vectored or
Hi> rasterized and imported into Flash.
I created movie (test) in swift. Now i have problem how to import it in
flash. My is version 5.
--
liksi
[url]http://liksi.varazdin.org/[/url]
liksi Guest
-
JoćO Figueira #10
Newbie
Well, I'm a newbie. Just got started in Perl and was stunned by its power.
The thing is i'm running the scripts in WinXP. Can you tell how to use CGI
scripts in XP, because if ai try to set a CGI script as ACTION in a formeit
just gets read and doesn't execute.
I've heard about the bat wrapping, but i really wanted to use the scriptsas
they are.
Thanks.
JoćO Figueira Guest
-
Chuck Fox #11
Re: Newbie
[email]jfigueira@netmadeira.com[/email] wrote:
Sounds like you might need to associate the extension .cgi with the perl>Well, I'm a newbie. Just got started in Perl and was stunned by its power.
>
>The thing is i'm running the scripts in WinXP. Can you tell how to use CGI
>scripts in XP, because if ai try to set a CGI script as ACTION in a forme it
>just gets read and doesn't execute.
>
>I've heard about the bat wrapping, but i really wanted to use the scripts as
>they are.
>
>
>
>Thanks.
>
>
>
interpreter. Open an explorer window and go to Tools->Folder Options.
On the dialog that pops up pick the tab labeled, File Types. More than
likely, you will want to create a new association between .cgi and perl.
HTH,
Your Friendly Neighborhood DBA,
Chuck
Chuck Fox Guest
-
Dan Muey #12
RE: Newbie
> Well, I'm a newbie. Just got started in Perl and was stunned
I'm assuming you are talking about an html form and not a Tk or> by its power.
>
> The thing is i'm running the scripts in WinXP. Can you tell
> how to use CGI scripts in XP, because if ai try to set a CGI
> script as ACTION in a forme it just gets read and doesn't execute.
some other type of form correct?
Usually to serve a script the same way as you would on a web server
your computer needs to know how to handle the request.
This involves running a web server locally, like apache.
I run apache on my G4 PowerBook and can have an html form, say
at :[url]http://localhost/form.html[/url] and have it submitted to
cgi-bin/formhandler.plx
What is even better is to have the script generate the form and handle the form.
Another tip for you since you say you are a newbie and you are tryin gto handle html forms"
Don't use formmail from matt's script archive, it is super insecure and a spam machine.
HTH
Dmuey
>
> I've heard about the bat wrapping, but i really wanted to use
> the scripts as they are.Dan Muey Guest
-
Dan Anderson #13
Re: Newbie
On Thu, 2004-01-22 at 14:13, João Figueira wrote:
Are you using Apache or IIS? Dump IIS for apache if you're using it.> Well, I'm a newbie. Just got started in Perl and was stunned by its power..
> The thing is i'm running the scripts in WinXP. Can you tell how to use CGI
> scripts in XP, because if ai try to set a CGI script as ACTION in a formeit
> just gets read and doesn't execute.
> I've heard about the bat wrapping, but i really wanted to use the scriptsas
> they are.
-Dan
Dan Anderson Guest
-
John #14
Newbie
What is the best way for me to produce a Web Page? I have no experience in
HMTL or any kind of web design. Is there software that will help me?
Also once I have made my web page or site how do I upload it to my isp?
Any help would be much appreciated...
John Guest
-
David Bartosik - MS MVP #15
Re: Newbie
This forum is for users of Microsoft Publisher.
[url]www.microsoft.com/office/publisher[/url]
If you pursue a web site in Publisher you'll have this forum and my web site
to assist you.
You can review the tutorials at [url]www.davidbartosik.com/ppt.htm[/url] to learn about
doing Publisher webs.
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"John" <noemail@noemail.com> wrote in message
news:%23Lo6nkj$DHA.3400@tk2msftngp13.phx.gbl...> What is the best way for me to produce a Web Page? I have no experience in
> HMTL or any kind of web design. Is there software that will help me?
> Also once I have made my web page or site how do I upload it to my isp?
> Any help would be much appreciated...
>
>
>
David Bartosik - MS MVP Guest
-
John #16
Re: Newbie
sorry I would also like to know if I'm using the right ng to ask this
question?????
"John" <noemail@noemail.com> wrote in message
news:%23Lo6nkj$DHA.3400@tk2msftngp13.phx.gbl...> What is the best way for me to produce a Web Page? I have no experience in
> HMTL or any kind of web design. Is there software that will help me?
> Also once I have made my web page or site how do I upload it to my isp?
> Any help would be much appreciated...
>
>
>
John Guest
-
vmail #17
Newbie
hate it already, I want to import an image with a transparent background, thrn assign it to a button, the spin the button 360 Degrees
vmail Guest
-
Rob Dillon #18
Re: Newbie
Use the import function in the file menu.
Transparency is assigned to sprites, not to cast members, and is done
by setting the ink property of the sprite. There a number of inks that
provide backgound transparency, try "background transparent", or,
"matte".
You can use any sprite on the stage as a button. You will need to apply
a behavior of your own design, or one of the Library behaviors to have
that chosen sprite operate as a button. There are no predefined object
types in Director as there are in Flash.
To spin a sprite on the stage, use the rotation property.
--
Rob
_______
Rob Dillon
Team Macromedia
[url]http://www.ddg-designs.com[/url]
412-243-9119
[url]http://www.macromedia.com/software/trial/[/url]
Rob Dillon Guest
-
vmail #19
Re: Newbie
cheers, am i right in thinking there is no Scenes in director, this is what I am trying to do
[L=Version 2]http://www24.brinkster.com/vmail2/lt2.swf[/L]
vmail Guest
-
JB #20
Re: Newbie
Director does not support multiple time lines like flash does, there's a
limited ability to copy portions of the score to the cast as film loops,
or to import another external director movie as a member, with limited
interactivity.
JB Guest



Reply With Quote

