Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
GValleyInFL #1
Where to start
Hi,
I want to network two computers that are three miles apart.
I have not one clue where to start.
I am looking for suggestions on a resource I can turn to either on the
internet or a book to purchase that will help me solve this probem.
Suggestions?
Thanks,
GV
GValleyInFL Guest
-
WHERE DOES ONE START
Hello, I'd like to know where to start learning how to build dreamweaver extensions for DreamweaverMX Could anyone suggest a link, a site, a... -
CF MX6.1 will not auto start after server reboot.. but will start by hand...
I just moved all the stuff to a new dual Xeon Windows server 2003. Problem with CF MX 6.1 is that it will not start after a server reboot! I get... -
Please help with FS Start
Hi, I have inherited a bit of code from a flash 5 file: on (release) { fscommand("Exec", "JSTART Presentation.pps \"/error=To view this... -
X won't start
My 43p-240 had a bad CPU causing lockups. It's fixed, but the reboots did something funny and X (and CDE/Dtlogin) won't run now. /tmp/xlogfile... -
start up
Try a repair install as follows: .. NOTE, while a repair install should leave your data files intact, if something goes wrong during the repair... -
Graham #2
Where to start
I am a *nix command line programmer looking to get started writing a
simple cocoa gui. Essentially, al I want to do is write a gui that
allows me to enter int/float/double precision values and then write
these in a scientific xml format (I already have the schema) for input
into a numeric model. I have thought long and hard about using tk or
some other lightweight language, but I think I have convinced myself
that this would be a good project to learn cocoa & gui programming
with.
Any ideas of where to begin? I am a reasonable scientific programmer
(C, Fortran, Perl, Python, ...) but have never written a gui.
Thanks,
Graham
Graham Guest
-
John C. Randolph #3
Re: Where to start
Graham wrote:
[url]http://developer.apple.com/macosx/gettingstarted/[/url]>
> I am a *nix command line programmer looking to get started writing a
> simple cocoa gui. Essentially, al I want to do is write a gui that
> allows me to enter int/float/double precision values and then write
> these in a scientific xml format (I already have the schema) for input
> into a numeric model. I have thought long and hard about using tk or
> some other lightweight language, but I think I have convinced myself
> that this would be a good project to learn cocoa & gui programming
> with.
>
> Any ideas of where to begin? I am a reasonable scientific programmer
> (C, Fortran, Perl, Python, ...) but have never written a gui.
>
> Thanks,
> Graham
[url]http://developer.apple.com/technotes/tn/tn2005.html[/url]
-jcr
John C. Randolph Guest
-
John C. Randolph #4
Re: Where to start
"John C. Randolph" wrote:
Forgot to mention: look for the 'vermont recipes' articles on stepwise.com.>
> Graham wrote:>> >
> > I am a *nix command line programmer looking to get started writing a
> > simple cocoa gui. Essentially, al I want to do is write a gui that
> > allows me to enter int/float/double precision values and then write
> > these in a scientific xml format (I already have the schema) for input
> > into a numeric model. I have thought long and hard about using tk or
> > some other lightweight language, but I think I have convinced myself
> > that this would be a good project to learn cocoa & gui programming
> > with.
> >
> > Any ideas of where to begin? I am a reasonable scientific programmer
> > (C, Fortran, Perl, Python, ...) but have never written a gui.
> >
> > Thanks,
> > Graham
> [url]http://developer.apple.com/macosx/gettingstarted/[/url]
> [url]http://developer.apple.com/technotes/tn/tn2005.html[/url]
>
> -jcr
-jcr
John C. Randolph Guest
-
matt neuburg #5
Re: Where to start
In <eda30d78.0307231206.5675659e@posting.google.com > Graham wrote:
The hands-on Cocoa tutorial included with the dev tools will get you> I am a *nix command line programmer looking to get started writing a
> simple cocoa gui. Essentially, al I want to do is write a gui that
> allows me to enter int/float/double precision values and then write
> these in a scientific xml format (I already have the schema) for input
> into a numeric model. I have thought long and hard about using tk or
> some other lightweight language, but I think I have convinced myself
> that this would be a good project to learn cocoa & gui programming
> with.
>
> Any ideas of where to begin?
going. After that it's mostly just a matter of reading the (online) docs
as the need arises. m.
--
matt neuburg, phd = [email]matt@tidbits.com[/email], [url]http://www.tidbits.com/matt[/url]
REALbasic: The Definitive Guide! 2nd edition!
[url]http://www.amazon.com/exec/obidos/ASIN/0596001770/somethingsbymatt[/url]
Subscribe to TidBITS. It's free and smart.
matt neuburg Guest
-
jplingo webforumsuser@macromedia.com #6
where to start
I have been using flash for many of years and I used director many years back before it was a tool for animating 3d.
Are there any books you would suggest to get started?
Is there any 3d program that I should start with (tight budget)?
Any links with tutorials like flashcircle?
Any other suggestions about getting started?
jplingo webforumsuser@macromedia.com Guest
-
Jim Schimpf #7
Re: Where to start
Shawn Lavin <s.lavin_I_hate_spam@mdl.com> wrote in message news:<s.lavin_I_hate_spam-D5D943.10343824072003@puffin.mdli.com>...
And if you are like me and need a book:> In article <eda30d78.0307231206.5675659e@posting.google.com >,
> [email]GrahamWilsonCA@yahoo.ca[/email] (Graham) wrote:
>>> > I am a *nix command line programmer looking to get started writing a
> > simple cocoa gui. Essentially, al I want to do is write a gui that
> > allows me to enter int/float/double precision values and then write
> > these in a scientific xml format (I already have the schema) for input
> > into a numeric model. I have thought long and hard about using tk or
> > some other lightweight language, but I think I have convinced myself
> > that this would be a good project to learn cocoa & gui programming
> > with.
> >
> > Any ideas of where to begin? I am a reasonable scientific programmer
> > (C, Fortran, Perl, Python, ...) but have never written a gui.
> >
> > Thanks,
> > Graham
> One of the simple example (Currency Converter) has validated input,
> output and the UI elements that you would need to start. Download
> the development tools, follow the step by step tutorial on this
> example and you will know how to do Cocoa gui building as well as
> get a smattering of Objective C.
>
> You can do all the rest in standard C/C++ if you like to speed your
> progress. Write the functions as you would in *nix usually and do
> only the gui in Objective C.
Cocoa Programming for Mac OS X by Aaron Hillegass
--jim
Jim Schimpf Guest
-
John C. Randolph #8
Re: Where to start
Jim Schimpf wrote:
For beginners, I also strongly recommend "Learning Cocoa with> Cocoa Programming for Mac OS X by Aaron Hillegass
Objective-C" from O'Reilly, and "Cocoa Recipes for Mac OS X" (A.k.a the
Vermont Recipes).
-jcr
John C. Randolph Guest
-
Simon Slavin #9
Re: Where to start
In article <eda30d78.0307231206.5675659e@posting.google.com >,
[email]GrahamWilsonCA@yahoo.ca[/email] (Graham) wrote:
The simplest GUI language to learn for OS X/Cocoa is AppleScript>I am a *nix command line programmer looking to get started writing a
>simple cocoa gui. Essentially, al I want to do is write a gui that
>allows me to enter int/float/double precision values and then write
>these in a scientific xml format (I already have the schema) for input
>into a numeric model. I have thought long and hard about using tk or
>some other lightweight language, but I think I have convinced myself
>that this would be a good project to learn cocoa & gui programming
>with.
Studio. You get to use the standard Cocoa tools for defining
your user interface but you don't have to learn the complexity
of Objective-C to write your code. I'd hard for me to evaluate
it for your situation because you're already a C programmer but
you should find AppleScript Studio no problem to learn.
The development tools for ASS you need are, of course, on the free
developer CD that comes free when you buy OS X or can be downloaded
from the developer site.
Simon Slavin Guest
-
matt neuburg #10
Re: Where to start
In <3F218CC1.27E2E979@nospam.idiom.com> John C. Randolph wrote:
Not everyone agrees. I didn't find "Learning Cocoa" any help at all when> Jim Schimpf wrote:
>>>> Cocoa Programming for Mac OS X by Aaron Hillegass
> For beginners, I also strongly recommend "Learning Cocoa with
> Objective-C" from O'Reilly, and "Cocoa Recipes for Mac OS X" (A.k.a
> the Vermont Recipes).
I was starting out (it just seemed to repeat the online docs in a
curtailed form that wasn't as helpful as the online docs themselves),
and I don't think Bill's book is a beginner book. m.
--
matt neuburg, phd = [email]matt@tidbits.com[/email], [url]http://www.tidbits.com/matt[/url]
REALbasic: The Definitive Guide! 2nd edition!
[url]http://www.amazon.com/exec/obidos/ASIN/0596001770/somethingsbymatt[/url]
Subscribe to TidBITS. It's free and smart.
matt neuburg Guest
-
Jim #11
Re: Where to start
John C. Randolph <jcr@nospam.idiom.com> wrote:
I personally found 'Building Cocoa Applications:A Step-by-Step Guide'>> > Cocoa Programming for Mac OS X by Aaron Hillegass
> For beginners, I also strongly recommend "Learning Cocoa with
> Objective-C" from O'Reilly, and "Cocoa Recipes for Mac OS X" (A.k.a the
> Vermont Recipes).
(Garfinkel & Mahoney, O'Reilly) to be better than 'Learning Cocoa'.
Jim
--
[email]jim@magrathea.plus.com[/email] AIM/iChat:JCAndrew2 [email]GreyArea@mac.com[/email]
"We deal in the moral equivalent of black holes, where the normal
laws of right and wrong break down; beyond those metaphysical
event horizons there exist ... special circumstances" - Use Of Weapons
Jim Guest
-
Tom Harrington #12
Re: Where to start
In article <20030725181842500-0700@news.la.sbcglobal.net>,
matt neuburg <matt@tidbits.com> wrote:
I had the same experience as you with "Learning Cocoa". But that was> In <3F218CC1.27E2E979@nospam.idiom.com> John C. Randolph wrote:>> > Jim Schimpf wrote:
> >> >> >> Cocoa Programming for Mac OS X by Aaron Hillegass
> > For beginners, I also strongly recommend "Learning Cocoa with
> > Objective-C" from O'Reilly, and "Cocoa Recipes for Mac OS X" (A.k.a
> > the Vermont Recipes).
> Not everyone agrees. I didn't find "Learning Cocoa" any help at all when
> I was starting out (it just seemed to repeat the online docs in a
> curtailed form that wasn't as helpful as the online docs themselves),
> and I don't think Bill's book is a beginner book. m.
the first edition; the second edition is supposed to be very much
improved.
--
Tom "Tom" Harrington
Macaroni, Automated System Maintenance for Mac OS X.
Version 1.4: Best cleanup yet, gets files other tools miss.
See [url]http://www.atomicbird.com/[/url]
Tom Harrington Guest
-
Jansolo #13
Where to start
Hi all,
I am looking for a good book (a training from the source or some such) that
will take me from the basics to the advanced of integrating Flash MX and
Coldfusion and Databases. I can do coldfusion and HTML but not dynamic flash
applications.
Any help would be greatly appreciated.
Thanks
Jansolo
Jansolo Guest



Reply With Quote

