Recent content by mdigitale

  1. M

    Flash swf file won't submit on Deviant art?

    I am not familiar with submitting to that site. Perhaps they want you to submit it an a different format? (e.g. archived as a .zip file?)
  2. M

    Trying to Install Adobe Flash Player?

    Which OS? If its Vista or newer, make sure you save the installer somewhere on your computer and then right click on it and select "Run as Administrator" (if you have UAC enabled, which is the default).
  3. M

    Trying to Install Adobe Flash Player?

    Which OS? If its Vista or newer, make sure you save the installer somewhere on your computer and then right click on it and select "Run as Administrator" (if you have UAC enabled, which is the default).
  4. M

    i need help with html email form?

    The value you specify for your form's action attribute needs to be a script on your server. This script will be the broker that takes the input and composes the e-mail (thus hiding your real e-mail address) Google "php email script" or something to that extent.
  5. M

    i need help with html email form?

    The value you specify for your form's action attribute needs to be a script on your server. This script will be the broker that takes the input and composes the e-mail (thus hiding your real e-mail address) Google "php email script" or something to that extent.
  6. M

    i need help with html email form?

    The value you specify for your form's action attribute needs to be a script on your server. This script will be the broker that takes the input and composes the e-mail (thus hiding your real e-mail address) Google "php email script" or something to that extent.
  7. M

    Has Perl been replaced by some other scripting language?

    Python is a relatively newer trend. PERL has by no means been replaced. Just preference.
  8. M

    What is Apple SDK and how do I use it?

    SDK = Software Development Kit (though in Apple's case, I might replace the word 'Software' with another 4 letter word beginning with 'S') You need to know Objective-C and have the patience to use xcode, a poor IDE. If you're really interested, I recommend looking at examples online.
  9. M

    Has Perl been replaced by some other scripting language?

    Python is a relatively newer trend. PERL has by no means been replaced. Just preference.
  10. M

    Flash Animation Help please?

    You can use the stage based animation or use ActionScript.
  11. M

    How do I "book mark" web sites on my computer instead of saving them as "favorite"?

    It's the same thing. Internet Explorer calls it Favorites, Mozilla calls it Bookmarks.
  12. M

    Under my user account,s I found a ASP.NET Machine account? does anyone know what this...

    IIS uses it to interact with ASP.NET web apps
  13. M

    HTML Coding question?

    HTML has no concept of "coding". Are you writing JavaScript? If so, logical OR is denoted with ||
  14. M

    Are their any website that can teach me how to use html?

    Google "W3Schools HTML"
  15. M

    A question about actions in Flash?

    Change the font property on the TextBox / component.
Back
Top