Art gallery design

Hi everyone
I'm just about to upgrade an online art gallery to work more
smoothly and I wanted some advice on what script and such to use.
On the gallery, a Thumbnail image on one page links to full
sized image in another page.
How can I have the website automatically generate this for
me? What do you think would be the best script to use etc?
Thanks in advance!
Ness

> How can I have the website automatically generate this
for me? What do you
> think would be the best script to use etc?
I'd do it server side, but if you want a quick and easy
client-side script,
LightBox 2 is good and often used.
I used it on this page:
http://www.nrvetclinic.com/phototour.html
-Darrel

Similar Messages

  • Need Help with Navigation for an Online Art Gallery

    I am trying to create a web site for an online art gallery.
    I am new to DW8 and I have been reading several books,
    forums, etc trying to figure out how to build a simple and elegant
    navigation system.
    I have successfully built simple navigation using a frame set
    as the index.html page. I have successfully built and incorporated
    the art gallery using Photo Assist (Photo Assist is a DW8 extension
    that creates photo albums using AJAX). The gallery.html page built
    with Photo Assist has thumbnail browsing and a slideshow mechanism.
    Photo Assist also uses CSS that I have been able to modify for my
    personal tastes in terms of creating a simple and elegant user
    interface for the gallery section of the web site.
    My index.html frame set consists of navFrame.html and
    mainDisplayFrame.html pages. I created a navigation button (using
    Fireworks 8) that links the gallery.html as its source and targets
    mainDisplayframe.html.
    My plan was to just add about 5 or 6 more navigation buttons
    and target the mainDisplayFrame.html from each navigation button to
    display some static information.I think the site looks fairly good
    except that the frame set requires scroll bars when browsed with
    800 x 600 screen resolutions. I thought that I could just use
    'layers' instead of a frame set, but there is not a "target"
    mechanism when usings layers.
    At the end of the day, I would prefer to just use one web
    page for displaying the navigation and all of my other web pages
    including the gallery.html page. I think I have the right idea but
    I can't seem to get a good handle on a navigation system that is
    better than a frame set.
    My online art gallery that is under construction is:
    http://www.andrew.cmu.edu/user/tburak/
    Photo Assist 1.0.1 DW extension URL is:
    http://www.webassist.com/professional/products/productdetails.asp?PID=108
    Please note that I am not a web designer that has deep
    knowledge of HTML, CSS, javascript, server side stuff, etc. I do
    know a little bit about C++ and Java programming and a little bit
    about html tags, and also a little bit about how CSS works. Beyond
    that, I am pretty much a point and click type of web page builder.
    My real expertise is more or less on photographing and digitizing
    the art.
    I should mention that I eventually want to build in PayPal
    eCommerce if at all possible, but I realize I might not have the
    skills to do so.
    Any help, suggestions and comments are very much
    appreciated.

    [discussion moved to LiveCycle Forms forum.]

  • On-line art gallery

    If we want to create an on-line art gallery using the java programming,so what should we want to include inside it and what is the first step we should do before we try to write the program.

    that's the stage of designing. should be nothing to do with the language yet

  • IMac vs. Macbook Pro for Art and Design Student

    Hello,
    first off, I'm sorry if this is in the wrong section of the forums - it seemed like the best place, but I wasn't entirely sure.
    Secondly, I can imagine you guys get asked this question a lot, so i guess I'm sorry for that!
    Here's the situation - I'm going to College in England this September. I need a computer to accompany me with my course, and what I'll be doing with it. I'm studying Art and Design, but I already have a strong interest and a lot of experience in graphic design, vector illustration and web design - so it needs to fit my personal use as well.
    I knew instantly that I not only wanted but needed an iMac. I saved up, compared the models and then, rather unfortunately, came to a stop.
    Here's the problem - I need the processing power to handle the full Adobe CS5 suite, some 3D modelling and rendering and plenty of photos and music. However, Portability would be nice... although my college has 3 Mac suites, I think that being able to carry my work around and edit on the go will be an obvious plus. If I do go for the iMac, do you recommend me getting the 21.5" or the 27"? I (just) have money for either so that isn't really a problem, but is it worth the extra money for a larger screen and better graphics? Is the Macbook Pro powerful enough? The way I see it, I'm spending £2000+ To only get near the power of the iMac...
    I hope you guys can help me out here, and thank-you in advance!
    (And sorry for the long post...!)
    Message was edited by: ubermatik

    Hi Bee!
    Thanks very much for your advice!
    However, why do you suggest the 21.5" over the 27"? Do you think it is worth the extra screen size, because I can afford either?
    It seemed to me that the iMac was the best option also - I'm in need of the power, but I'm still deliberating over size.
    Also, on a side note, do you know of any iPhone apps that can help me with transferring files from home to college I'm getting an iPod Touch as part of the new deal Apple are running and I just wondered if there were any apps that I would find handy for transporting files etc.?
    Thanks again!

  • AS 3 Video/art gallery/paypal/email/works!

    I thought I'd post this. I made an
    art
    gallery with some of my paintings from an animated film, in
    ActionScript 3, and it all seems to work.
    I added features as follows:
    a progressive flv
    video buttons that go to the spot in
    video of painting
    enlarged image that loads
    dynamically
    video stop, start, sound mute,
    replay
    paypal buy it now button
    email button
    external text loaded
    If you would like code for any of these items, I'm happy to
    share it. mglad was an incredible help in getting me started with
    this code, and I still can't make sense out of public and private
    classes or packages, but turns out I could work it without
    that.

    I had the same problem. Dan Carr was kind enough to send a
    reply. Here it is:
    quote:
    Getting stuck on the loading screen is a symptom that may
    happen for a number of reasons.
    The loading screen sits above the gallery and obscures the
    screen while the thumbnails and screen assets are loading. The
    loading screen stays in place until all the video thumbnails have
    loaded - so what you're seeing is an issue where 1 or more of your
    videos isn't loading.
    Most commonly this is because the server isn't recognizing
    the FLV mime type or one or more videos didn't get uploaded to the
    path listed in the XMLfile. (Actually, the first time I saw
    something like this it was because there were spaces in the video
    file names - local playback worked as expected, but my server was
    URL-encoding the file names which replaced the spaces with
    different characters and broke the expected paths...)
    I'd recommend that you do the following... In the FLA file,
    select the white rectangle graphic on the "Preloading" layer and
    make it invisible by turning its alpha to 0. This will allow you to
    see which videos are not loading on the server. If none of the
    videos load, this would hint that either the server isn't seeing
    the FLV mime type, the XML file isn't loading, or there is a global
    problem with file naming. (If you see all the labels on the
    filters, you know the XML file loaded.) If most of the videos are
    loading, look for the specific problem videos and check to see that
    the naming is correct and that the files were uploaded to the
    correct location.
    My own issue, as Dan suggested, was that FLV wasn't
    registered on the server.
    Hope this helps others.
    Paul

  • Rollover image for an art gallery

    I want to create an "artist" page for an art gallery. I have
    a list of artists names on the page I want an image of each
    artist's work to appear somewhere else on the page (either a cell
    in the table or a separate frame) when the name is rolled over .
    Can anyone give me the basic steps to create this?
    Thanks
    David

    check DW help for "disjoint rollover"
    emichael brandt
    bermadave wrote:
    > I want to create an "artist" page for an art gallery. I
    have a list of artists
    > names on the page I want an image of each artist's work
    to appear somewhere
    > else on the page (either a cell in the table or a
    separate frame) when the name
    > is rolled over . Can anyone give me the basic steps to
    create this?
    > Thanks
    > David
    >

  • Web gallery design for editing in Contribute?

    Hello all, (cross posted on the admin forum)
    I am designing a site for a client who wants photo galleries
    (with
    thumbnails to click for enlargements) on parts of the site.
    Does anyone
    know of any way to do that so that she will be able to change
    the images
    herself using Contribute? As this involves behaviours in
    layers (hidden
    portions) I am not sure how this could be done.
    She did this on an old site she had using frames, which we
    are now going
    to do away with.
    Any ideas anyone?
    Many thanks
    Ellie

    This is possible. You have use javascript/php or any other
    script language to create a gallerie that displays images from a
    folder without having to know the names/numbers of the images. If
    you can't write this your self, scripts like this are avialable on
    the internet (possibly with on the fly thumbnail creation).
    Your user can upload new images into the folder by taking
    these steps:
    1. in the menu go to: File, Publish file from my computer
    2. Select the file and publish it to the images folder where
    the images for the slideshow are.
    To delete a file (make sure the user has the proper rights to
    delete files):
    1. Next to the address-bar click the Choose button
    2. Browse to the images folder, select the image and open the
    image
    3. In the menu go to: Fila, Actions, Delete the file

  • Art gallery with Contribute 6.5?

    is there a way to create a gallery page using Contribute 6.5?
    or add a slideshow?
    k

    Hi JimCanup,
    Welcome To Adobe Forums.
    However after reading the logs it looks like that you do not full permission (means read, write and execute) on the root folder location.
    Please check the permission and also get the root folder name from the webhosting company where  your website is getting hosted.
    Thanks
    Loveesh

  • 2 of my personas dissappeared 'My Gallery' since they've rearranged the viewingorder (from highest ranking to creationdate), and 2 of them are showing double. My designer name is 'Nielske' and the personas not showing in my gallery are: "Madonna - Intervi

    2 of my personas dissappeared from 'My Gallery' since they've rearranged the viewingorder (from highest ranking to creationdate), and 2 of them are showing double. My designer name is 'Nielske' and the personas not showing in my gallery are: "Madonna - Interview Magazine Collection" and "Madonna - Interview Magazine 4". However they are showing in the complete Persona Database if searched under Madonna (page 5).
    == This happened ==
    Every time Firefox opened
    == the personas in My Gallery (Personas by designer Nielske) got sorted bij date of creation instead of highest ranking

    I have the same problem.
    Here is the link to my gallery - http://www.getpersonas.com/en-US/gallery/Designer/manishp100
    as you will see these two, at least, do not appear - I cant remember if there are more that dont.. im sure there might be -
    http://www.getpersonas.com/en-US/persona/245197
    http://www.getpersonas.com/en-US/persona/245212

  • How to insert a Bridge photo gallery into a webpage with Dreamweaver

    I have made the changes to the web gallery index page (from Bridge) as indicated in http://foundationphp.com/tutorials/gallery/embed3.php  in DW.  However, I normally do not use DW, but need to now.  I have the new web page where I want the gallery to appear, but am currently stuck.  I need a very clear, basic step by step instruction as to how to insert the gallery/index page.  Below is the DW code screen from the new page where I want it to appear (not sure if this is needed).  Thanks for your help!  Ron
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Visual Arts Gallery Giselle M Olivera</title>
    <style type="text/css">
    <!--
    .style5 {
      font-family: "Kunstler Script";
      font-size: 21px;
    .style7 {font-family: Geneva, Arial, Helvetica, sans-serif}
    a:link {
      text-decoration: none;
      color: #000000;
    a:visited {
      text-decoration: none;
      color: #000000;
    a:hover {
      text-decoration: underline;
      color: #33FFFF;
    a:active {
      text-decoration: none;
      color: #000000;
    .style8 {color: #000000}
    -->
    </style>
    </head>
    <body>
    <div align="center">
      <table width="227" border="1">
        <tr valign="top">
          <td width="217" align="center" valign="top"><div align="center"><span class="style7"><span class="style8"><a href="./">HOME</a></span></span> <span class="style8"><a href="./"><span class="style5">Giselle M. Olivera</span></a></span></div></td>
        </tr>
      </table>
    </div>
    </body>
    </html>

    First define your site folder in Dreamweaver.  Site > Manage Sites > New > Local Site.
    http://foundationphp.com/tutorials/gallery/embed1.php
    Also, to simplify things, you could use an <iframe> to bring your bridge gallery index.html page into your DW web page.
    http://www.w3schools.com/tags/tag_iframe.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Inserting Bridge Photo Gallery into webpage

    I have made the changes to the web gallery index page (from Bridge) as indicated in http://foundationphp.com/tutorials/gallery/embed3.php  in DW.  However, I normally do not use DW, but need to now.  I have the new web page where I want the gallery to appear, but am currently stuck.  I need a very clear, basic step by step instruction as to how to insert the gallery/index page.  Below is the DW code screen from the new page where I want it to appear (not sure if this is needed).  Thanks for your help!  Ron
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Visual Arts Gallery Giselle M Olivera</title>
    <style type="text/css">
    <!--
    .style5 {
      font-family: "Kunstler Script";
      font-size: 21px;
    .style7 {font-family: Geneva, Arial, Helvetica, sans-serif}
    a:link {
      text-decoration: none;
      color: #000000;
    a:visited {
      text-decoration: none;
      color: #000000;
    a:hover {
      text-decoration: underline;
      color: #33FFFF;
    a:active {
      text-decoration: none;
      color: #000000;
    .style8 {color: #000000}
    -->
    </style>
    </head>
    <body>
    <div align="center">
      <table width="227" border="1">
        <tr valign="top">
          <td width="217" align="center" valign="top"><div align="center"><span class="style7"><span class="style8"><a href="./">HOME</a></span></span> <span class="style8"><a href="./"><span class="style5">Giselle M. Olivera</span></a></span></div></td>
        </tr>
      </table>
    </div>
    </body>
    </html>

    First define your site folder in Dreamweaver.  Site > Manage Sites > New > Local Site.
    http://foundationphp.com/tutorials/gallery/embed1.php
    Also, to simplify things, you could use an <iframe> to bring your bridge gallery index.html page into your DW web page.
    http://www.w3schools.com/tags/tag_iframe.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • How to improve AP2.0 Web Gallery Quality/Functionality for photographers

    Hi,
    I'm a pro photographer.
    I thought AP2.0 plus a (dot)mac account would offer an easy way for my clients to proof images in password protected web galleries and to download images as well. The resulting functionality is poor in my opinion. Is there anything I can do within Aperture or (dot)mac to improve the following problems?
    1) Why is the image quality of the web gallery slide show so poor? No sensible client would accept looking at proof images of this low quality. Even flickr is better.
    2) Why is there only one download file size, i.e. the original size? In other words, the original file is almost always too large for most web client purchases. Why can't the client choose a smaller version. Even flickr is better, offering several download sizes all based on the original upload.
    3) Since the export functionality within Aperture allows for numerous choices of dpi and pixel ratio to export images, why is this same functionality not there for publishing web galleries?
    It seems obvious that photographers would want to publish web galleries with exactly the same control that we can export images to disk or flickr. Even within the Apple Mail application we have choices of quality and pixel dimension for the attachments.
    What am I missing? Please help.

    When you create a Web Gallery in AP2, there is a set up prefernce to let viewers download an Optimized, Actual Size or Optimized and Master Image. (You can only pick one per gallery it seems.)
    However, I think the gallery design is rather clunky, too many design options are left open to the viewer, and not the photgrapher. I prefer the web pages and web journals for customer proofing using the image number. They email me their choices, and then using Aperture, I can order prints based on their selection. Not the simplist way, but I would not want clients downloading my images, anyway, as you suggest. Why would they buy a print if they can just download a jpg themselves?

  • Gallery Modification

    I was wondering if you guys could help me out with this. I am
    trying to implement an art gallery to show just an image and a next
    and previous button and I have modified the gallery.js to exclude
    the thumbnails. The data loads succesfully but the image and
    current row are not working. Any help is deeply appreciated.
    Script tags in the html file:
    <script type="text/javascript"
    src="includes/xpath.js"></script>
    <script type="text/javascript"
    src="includes/SpryData.js"></script>
    <script type="text/javascript"
    src="includes/SpryEffects.js"></script>
    <script type="text/javascript">
    var dsArt= new Spry.Data.XMLDataSet("gallery.xml",
    "gallery/art");
    var row = dsArt.setCurrentRowNumber(0); // to dynamically
    call an artwork outside gallery.html
    </script>
    <script type="text/javascript"
    src="includes/gallery.js"></script>
    Gallery.js:
    var gBehaviorsArray = [];
    var gSlideShowTimer = null;
    var gImageLoader = null;
    function GetOpacity(ele)
    var o = Spry.Effect.getStyleProp(ele, "opacity");
    if (o == undefined || o == null)
    o = 1.0;
    return o;
    dsArt.addDataChangedObserver("mainImage", { onDataChanged:
    function(dataSet, odcType)
    if (odcType != Spry.Data.DataSet.ODC_DataChanged)
    return;
    StopSlideShow();
    setTimeout(function() { ShowCurrentImage(); }, 100);
    function GetDimensions(element)
    // Spry.Effect.getDimensions() returns offsetWidth and
    offsetHeight
    // which includes the dimensions of the element and its
    padding.
    // We need the dimensions of the content area without the
    padding,
    // so we look up width and height in style first. If we get
    dimensions
    // back in pixels, we use it. If not, we fall back to using
    offsetWidth
    // and offsetHeight.
    dimensions = Spry.Effect.getDimensions(element);
    if (element.style.width)
    dimensions.width = parseInt(element.style.width);
    if (element.style.height)
    dimensions.height = parseInt(element.style.height);
    return dimensions;
    function GetOffsetPosition(element)
    // Spry.Effect.getOffsetPosition() returns offsetLeft and
    offsetTop
    // which includes the position of the element content and
    its padding.
    // We need the position of the content area without the
    padding,
    // so we look up width and height in style first. If we get
    position
    // back in pixels, we use it. If not, we fall back to using
    offsetLeft
    // and offsetTop.
    pos = Spry.Effect.getOffsetPosition(element);
    if (element.style.left)
    pos.x = parseInt(element.style.left);
    if (element.style.top)
    pos.y = parseInt(element.style.top);
    return pos;
    // Trigger the transition animation from the current image
    // being displayed to the image at imgPath.
    function SetMainImage(imgPath, width, height)
    var img = document.getElementById("mainImage");
    if (!img)
    return;
    CancelBehavior("mainImage");
    Spry.Utils.SelectionManager.clearSelection("thumbnailSelection");
    if (gImageLoader)
    gImageLoader.onload = function() {};
    gImageLoader = null;
    gBehaviorsArray["mainImage"] = new Spry.Effect.Opacity(img,
    GetOpacity(img), 0, { duration: 400,
    onComplete: function()
    gBehaviorsArray["mainImage"] = new
    Spry.Effect.Size(img.parentNode, GetDimensions(img.parentNode), {
    width: width, height: height}, {duration: 400, steps: 10,
    onComplete: function()
    // Use an image loader to make sure we only fade in the new
    image after
    // it is completely loaded.
    gImageLoader = new Image();
    gImageLoader.onload = function()
    img.src = gImageLoader.src;
    gImageLoader = null;
    gBehaviorsArray["mainImage"] = new Spry.Effect.Opacity(img,
    0, 1, { duration: 400, steps: 10, finish: function() {
    gBehaviorsArray["mainImage"] = null; }});
    gBehaviorsArray["mainImage"].start();
    gImageLoader.src = imgPath;
    gBehaviorsArray["mainImage"].start();
    gBehaviorsArray["mainImage"].start();
    // Cancel the animation behavior of the object with the given
    id.
    function CancelBehavior(id)
    if (gBehaviorsArray[id])
    gBehaviorsArray[id].cancel();
    gBehaviorsArray[id] = null;
    function SizeAndPosition(id, toX, toY, toWidth, toHeight,
    callback)
    CancelBehavior(id);
    var effectCluster = new Spry.Effect.Cluster;
    var ele = Spry.Effect.getElement(id);
    var moveEffect = new Spry.Effect.Move(ele,
    GetOffsetPosition(ele), { x: toX, y: toY}, { duration: 400 });
    var sizeEffect = new Spry.Effect.Size(ele,
    GetDimensions(ele), { width: toWidth, height: toHeight}, {
    duration: 400 });
    effectCluster.addParallelEffect(moveEffect);
    effectCluster.addParallelEffect(sizeEffect);
    effectCluster.finish = callback;
    gBehaviorsArray[id] = effectCluster;
    gBehaviorsArray[id].start();
    // Show the image of the current selected row inside the
    dsArt data set.
    function ShowCurrentImage()
    var curRow = dsArt.getCurrentRow();
    SetMainImage("images/" + curRow["artist"] + "/" +
    curRow["href"], curRow["width"], curRow["height"]);
    // Utility function to advance (forwards or backwards) the
    current selected row
    // in dsArt. This has the side effect of "selecting" the
    thumbnail and image
    // of the new current row.
    function AdvanceToNextImage(moveBackwards)
    var rows = dsArt.getData();
    var curRow = dsArt.getCurrentRow();
    if (rows.length < 1)
    return;
    for (var i = 0; i < rows.length; i++)
    if (rows
    == curRow)
    if (moveBackwards)
    --i;
    else
    ++i;
    break;
    if (!moveBackwards && i >= rows.length)
    i = 0;
    else if (moveBackwards && i < 0)
    i = rows.length - 1;
    curRow = rows;
    dsArt.setCurrentRow(curRow["ds_RowID"]);
    ShowCurrentImage();
    // Start the slide show that runs forwards through all
    // the rows in dsArt.
    function StartSlideShow()
    if (gSlideShowTimer)
    clearInterval(gSlideShowTimer);
    gSlideShowTimer = setInterval(function(){
    AdvanceToNextImage(false); }, 6000);
    var playLabel = document.getElementById("playLabel");
    if (playLabel)
    playLabel.firstChild.data = "Pause";
    // Kill any slide show that is currently running.
    function StopSlideShow()
    if (gSlideShowTimer)
    clearInterval(gSlideShowTimer);
    gSlideShowTimer = null;
    var playLabel = document.getElementById("playLabel");
    if (playLabel)
    playLabel.firstChild.data = "Play";
    }

    quote:
    Originally posted by:
    Keith Dodd
    <snip>
    Did you check this recently? I *thought* had fixed that
    broken title tag this morning.
    What seems weird now, that it seems sporatic. Sometimes on
    first call to page, it comes up in IE. But then if refresh, it
    hangs and doesn't show the picture.
    <snip>
    Keith
    I re-used the
    http://labs.adobe.com/technologies/spry/demos/gallery/
    without change the code.
    Only adaptation were
    + folder names, gallery names, and the individual picture
    name
    + integration into my web page
    + display of the photographers name
    Everything display fine in Opera and Firefox.
    IE 6 and IE 7 are able to display the original demo, but not
    my adapted site.
    My investigations are not finished yet, but 1st indications
    exist:
    IE loads the data but refuses to display the gallery
    selection.
    First problem are blanks and other "special" characters in
    the displayed gallery name.
    I identified so far " ", "_", "(", ")" as trouble-makers.
    example: lack of IE display at
    http://www.percolators.de/pics/bild_med.htm
    (status as of Nov 7 13:40 GMT)
    --> a workaround is to put dashes between the words
    example: partly working at
    http://www.percolators.de/pics/bild_big.htm
    (status as of Nov 7 13:40 GMT)
    Second problem are special national characters (e.g.
    "ä", "ü", "ö") in the "photographer" part of the
    "photos.xml"
    --> this hinders to display the respective gallery and the
    subsequent one. The 3rd gallery after the troubled one enjoys a
    resynch and is displayed again.
    Maybe somebody can benefit from these observations - and
    maybe somebody can explain additional rules / restrictions to obey
    when catering for IE.
    Juergen

  • Designer who want to become a AS3 coder

    I'm an established graphic designer. I don't have any prior
    knowledge of any programming what so ever. I know my way around the
    basic flash animation functions but now I want to take the step to
    become a master in Flash and Actionscript. I want to know where to
    start, I've heard that it's better to know your way around as2
    before you can start with as3, is this true? Or is it possible to
    start right away with as3? I also heard that books like "essential
    Actionsript 3" is hard to understand if you don't have basic
    programming skills with variables and such. Are there any
    book/books that cover it all? Which is the best way to learn
    ActionScript without any former programming experiences??? I'm
    sorry if this question has already been posted, but I'm very eager
    to begin exploring this new world so any tips and tricks are highly
    welcomed!

    There is absolutely no need to know that AS2 even exists in
    order to learn AS3. Learning AS2 will probably only confuse the
    issue.
    There are a number of books that can ease you in to
    actionscript. I recommend "Foundation Flash CS3 for Designers",
    ISBN: 159059861X, "How to Cheat in Flash CS3: The art of design and
    animation in Adobe Flash CS3", ISBN: 0240520580, and, "ActionScript
    3.0 Game Programming University", ISBN: 0789737027. Each of these
    books will give you a good primer into using Actionscript by using
    examples that you can follow.
    "ActionScript 3.0 Cookbook: Solutions for Flash Platform and
    Flex Application Developers", ISBN: 0596526954, is more advanced.
    It shows methods for using actionscript based on tasks that you
    want to accomplish.

  • My list of Persona designs does not list all the ones I created - why?

    My list of personas that I have created for Firefox hardly ever shows them all. I did four, and it listed three, missing one off at random. The only one I think that has been ever present is the first one.
    I then deleted one that I decided was unlikely to get much interest, and now have three, but my profile only lists two personas.
    My username is "ajjam" and my three remaining personas are "The Crests of Liverpool FC", "The Crests of Liverpool FC - 2" and "Justice For The 96". The first two are currently listed on my designs page, but all are active and can still be found. If you click for the details of any one of them, then you can see all my designs.
    It seems strange that my own gallery list is wrong.
    https://www.getpersonas.com/en-US/gallery/Designer/ajjam.is.a.red

    To revert to Google as your preferred search engine, please do the following.<br><br>
    #In the location bar, type '''about:config''' and hit Enter.<br><br>
    #In the filter at the top, type: '''keyword.URL'''<br><br>
    #Double click it and remove whatever's in there and replace it with http://www.google.com/search?q=<br><br>
    #In the filter at the top again, copy/paste the following (remove keyword.URL first): '''browser.startup.homepage'''<br><br>
    #Right click it, choose '''Modify '''and then click '''Reset'''.<br><br>
    #Close the tab.<br><br>
    #Click the Firefox button, go to Add-ons, then Extensions and remove these add-ons if they're in there: '''Windows iLivid Toolbar '''and '''Bandoo Media'''.<br><br>
    #Next, open Windows Explorer and navigate to '''C:\Program Files\Mozilla Firefox\searchplugins'''. In there, delete the following: '''SearchquWebSearch.xml'''<br><br>
    #Go to Add/Remove Programs and look for '''Windows iLivid Toolbar '''and '''Bandoo Media''' again. Remove if found. You might possibly find a reference to "Web Search" (searchqu) in Add/Remove Programs too. If so, remove it.<br>
    The URL to add in "keyword.URL" becomes a link in this post, so right click it and choose "Copy Link Location" to copy it to the Windows clipboard. Then hit CTRL+V to paste it. Saves you having to type the whole thing.
    '''To reset your home page, do the following'''.<br><br>
    * Go to the site you want to set as your homepage.<br><br>
    * Go to '''Tools '''| '''Options '''| '''General''' <br><br>
    * Make sure it says "''Show My Homepage''" in the first dropdown menu.<br><br>
    * Click the button called "'''Use Current Pages'''" to set the homepage to the one you have on the screen.<br>

Maybe you are looking for