Berkeley CSUA MOTD:Entry 53312
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

2009/8/31-9/9 [Computer/SW/Compilers] UID:53312 Activity:nil
8/31    I'm trying to learn ActionScript, like a step by step tutorial.
        The site at http://www.actionscript.org/resources/categories/Tutorials/Flash/Beginner
        isn't well organized. It doesn't explain how to get started with
        an editor, compiler, IDE. And should I even learn AS2 when you can
        learn AS3? Is Adobe Flash CS4 >>> CS3 or just CS4 > CS3?
2025/05/24 [General] UID:1000 Activity:popular
5/24    

You may also be interested in these entries...
2005/2/18-20 [Computer/SW/Compilers] UID:36229 Activity:nil
2/18    When you need to parse something simple do you usually use (f)lex/yacc
        or just write a recursive-descent parser? I've done both in the past,
        but I can't seem to justify using one approach over the other.
        \_ the point of yacc is so that you can write a grammar for it so that
           when things change you don't have to spend a lot of time
           rewriting your hand-written C/Java recursive-descent parser. For
	...
2004/5/6 [Computer/SW/Compilers] UID:30060 Activity:high
5/6     I've been out of school for too long.  If I want to write a simple
        compiler, what tools do I need besides yacc and what do they do?
        Thanks a bunch!
        \_ well there's also lex (flex) for the lexical analyzer (tokenizing).
        \_ java or c? if c, lex/flex=good tokenizer. yacc/bison are great
           for grammar. both are LALR so they're pretty powerful.
	...
2004/3/31-4/1 [Computer/HW/CPU, Computer/HW] UID:12947 Activity:low 66%like:10782
3/31    Will a mini-ATX board fit in an ATX case?
        \_ I want to say yes, but I'm not sure.  If your google-foo is strong
           the specs for both standards are available online.  You can just
           open them side-by-side and compare.
                \_ Yes, my computer is set up this way. Not all the mounting
                   screws always line up perfectly though, so when installing
	...
2003/9/20-21 [Computer/SW/SpamAssassin] UID:10262 Activity:high
9/19    I have filtered my mailbox with
        formail -s spamassassin < mailbox > mailbox.filtered
        Next how do I process the mailbox.filtered file with my procmail
        ruleset to get it to sort the messages based on the SpamAssassin
        score?
        \_ Something with formail and procmail itself, I'd imagine.
	...
2003/8/6 [Computer/SW/Compilers] UID:29251 Activity:moderate
8/5     I'm contemplating on getting a set of Cleveland or Ping Irons. What
        are the pros and cons of using graphite vs. steel? And should I get
        flex/regular/stiff? Thanks motd god.
        \_ get steel shafts, and the flex depends on your swing speed which
           is typically measured with your driver and 5-iron.  you can get
           this done at any shop.  and i've used ping irons and cleveland
	...
Cache (4640 bytes)
www.actionscript.org/resources/categories/Tutorials/Flash/Beginner
Beginner This text is replaced by the site logo. If not, try enabling javascript. By Jesse Nicholson | Published April 8, 2009 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingempty Unrated Another Useful, Reusable AS3 Class, "ButtonDisabler" By Jody Hall | Published December 19, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated Easy to use, Dynamic Reflection Class for AS3 By Jesse Nicholson | Published December 3, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated After Effects Quality Effect in AS3 (Free Downloadable Class) By Jesse Nicholson | Published November 27, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated Simple Projectile Motion By Immanuel Encarnacion | Published November 22, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated Create Skinnable Application Using Flex + AIR By Chintan Buch | Published November 16, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingempty Unrated How to insert FLV (Flash Video) into PowerPoint By sunny qing | Published November 2, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingempty Unrated How to merge or embed flash files By Dennis Hall | Published October 27, 2008 | Beginner | Rating: ratingfull ratingfull ratingempty ratingempty ratingempty Unrated Building A Better Array -- The Dictionary Class By Christopher Allen-Poole | Published August 11, 2008 | Intermediate , Beginner | Rating: ratingfull ratingfull ratingfull ratingempty ratingempty Unrated Simple reflection effect with AS2 By Jean Andr Mas | Published April 20, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated Adding a PreLoader to your AS3 project By Paul Schoneveld | Published April 8, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated AS 30 Coming From 20 - Article 3 By Bryan Grezeszak | Published March 6, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingempty Unrated Drawing lines with AS2 By Jean Andr Mas | Published February 26, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated Drawing curves with AS2 By Jean Andr Mas | Published February 24, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated Drawing shapes with AS2 By Jean Andr Mas | Published February 21, 2008 | Beginner | Rating: Unrated Create a Quiz Application Using AS3 Classes By Jody Hall | Published February 1, 2008 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated AS3 Classes Using Inheritance By Jody Hall | Published December 27, 2007 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingempty Unrated Another Useful, Reusable AS3 Class, "Expander" By Jody Hall | Published December 2, 2007 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated Make your own reusable classes using Flash and AS3 By Jody Hall | Published November 22, 2007 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingempty Unrated Object Oriented Programming in AS3 By Anton Krasnoshchok | Published November 1, 2007 | Beginner , Intermediate , Flex | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated AS 30 Coming From 20 - Article 2 By Bryan Grezeszak | Published October 29, 2007 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingempty Unrated Geting Start with the AIR Flash CS3 Professional By Alpesh Vaghasiya | Published October 29, 2007 | Beginner | Rating: Unrated Copying and pasting ActionScript from an animation By Chris Georgenes | Published September 5, 2007 | Beginner | Rating: ratingfull ratingfull ratingfull ratingfull ratingfull Unrated Getting Started With AS3 and Flash CS3 By Victor Gaudioso | Published July 7, 2007 | Beginner , Flash | Rating: ratingfull ratingfull ratingfull ratingfull ratingempty Unrated (Page 1 of 4) Prev 1 2 3 4 Next Categories * Tutorials (359) * Flash (338) * Flex (13) * Articles (70) * Best Practices (18) * Product Reviews (35) * Third Party (12) * Press Releases (328) * The Community No categories found. Staff Mask In Mask By Andriy Drozdenko Creating a Reflection Effect with AS3 By Jean Andr Mas AS3 Multiple Tweens By Adrian Sule Flash and Javascript communication By Adrian Sule No articles found. All Rights Reserved. Your use of this site is subject to our Privacy Policy and Terms of Use. Hidden links: 157.