Multiple Galleries

I would like to give my app user multiple galleries from which they can choose a background for a screen,
how  can I achieve this?

Hi Joel,
There are two ways you could look at this, either:
1) You could leverage the same technique that we suggested
here for a similar question you asked. The question was about shapes, but the same learnings will apply to the
'Fill' of the Canvas Screen.
OR
2) If you have to leverage galleries, then you could do the following:
- Drop a Custom Gallery, called Gallery1
- Set its 'Data' property to the list of colours you intend to expose i.e ["Red", "Blue", "Green"]
- Then Add a Label visual to Gallery1, called Label1. You will have to re-adjust the size of the label so it fits nicely into
Gallery1
- Set Label1's 'Fill' property to ColorValue(ThisItem!Value). Now you should notice that each item in
Gallery1 has a different colour
- Proceed to set the 'Fill' property of the Canvas Screen to
ColorValue(Gallery1!Selected!Label1!Text)
Now when you select an item with Gallery1, the Canvas Screen should also change to match that colour.
Hope this helps.

Similar Messages

  • Can I use the "same" button multiple times for multiple galleries?

    OK so I am extremely untrained in CS4 and Actionscript. However I have managed to get along fairly well until I started to dynamically upload images as a gallery. This works great if I have one gallery, but for my site I have 9 galleries!!! I have a back and next button, but I want to be able to use those same buttons for all of the galleries so they look the same. I have split them up and renamed them, but I am clueless on how to script the buttons to work. Please help...and don't laugh at my poor scripting. This is what I have now because I do not know where to put the other button names without getting errors.
    stop();
    next_btn .addEventListener(MouseEvent.CLICK, nextImage);
    var imageNumber: Number=1;
    function checkNumber(): void{
        next_btn.visible=true;
        back_btn.visible=true;
        if(imageNumber==15){
            trace(imageNumber);
        next_btn.visible=false;
        if(imageNumber==1){
            trace(imageNumber);
        back_btn.visible=false;
    function nextImage(evtObj:MouseEvent):void {
        imageNumber++;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();
    back_btn .addEventListener(MouseEvent.CLICK, backImage);
    function backImage(evtObj:MouseEvent):void {
        imageNumber--;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();

    I'm still a novice with Flash myself, but I have two comments.
    First, at this point, won't your buttons control all galleries at the same time? Which means, if I go to image 5 in one gallery, then move to another gallery, I'll start at image 5, because the actions are all connected.
    Second, you can definitely use the same buttons for multiple galleries. It seems to me that as long as you've assigned the buttons an instance name, these actions should already work to control all the galleries (see the note above). I guess I would need to understand a bit more about how your project is built.

  • Trying to post multiple galleries

    I'm using iphoto 08 and I would like to do the following:
    1. have multiple galleries with their own user names and pw. For example, three galleries for Japanese Trip and two galleries for Ski Trip. For those people invited to the Japanese Trip galleries, they should be able to see all three sets, but not the Ski Trip sets. Is there anyway to do this if I only have one .mac account?
    2. I would like to be able to publish some of my galleries to a different server (my own domain name - not .mac) Is that possible?
    Thanks,
    peter
    Message was edited by: Peter Bratti

    1. have multiple galleries with their own user names and pw. For example, three galleries for Japanese Trip and two galleries for Ski Trip. For those people invited to the Japanese Trip galleries, they should be able to see all three sets, but not the Ski Trip sets. Is there anyway to do this if I only have one .mac account?
    Sort of - Not what you request where a password controls which galleries people see but you can "hide" a gallery - gallery settings ==> advanced ==> "hide album on my web gallery page" - then people will need the exact URP to see it
    Hide controld seeing or not seeing a gallery
    Password controls accessing or not accessing a gallery - there is not way to make "sets" of galleries - each stands alone in each of the attributes.
    2. I would like to be able to publish some of my galleries to a different server (my own domain name - not .mac) Is that possible?
    Not as web galleries - you can post iWeb pages and there are third party web layouts but much of the Web Gallery is server side controlled and you can only access it via .Mac
    LN

  • Dreamweaver simpleviewer multiple galleries button links help

    I am trying to do this:
    http://www.airtightinteractive.com/simpleviewer/examples/multiple_galleries/gallery1/index .html
    and here is another good example
    http://www.designhousestudios.co.uk/sampleportfoliogallery/sampleportfolio.html
    on my page here:
    http://peachtree-designs.com/
    This seems to be the code that pertains to the different slideshows (this is from the example webpage of how I want it to be):
    <div id="header" >
    <a href = "../gallery1/index.html">Gallery 1</a> | <a href = "../gallery2/index.html">Gallery 2</a>
    </div>
    <div id="flashcontent">SimpleViewer requires JavaScript and the Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
    <script type="text/javascript">
    The "Simple" Viewer slideshow gives instructions on how to simply embed  and I have done that successfully, a link is here in case you want to check it out:
    http://www.airtightinteractive.com/simpleviewer/examples/embedded/
    I have this working fine but would like to embed several galleries. The instruction page of "simple"viewer says to create multiple galleries you just need to:
    " ...To create multiple SimpleViewer galleries, make a copy of the whole SimpleViewer gallery folder for each gallery. Create your individual galleries as normal. You can now create a menu page that links to the index.html page in each sub-folder. Here is an example that contains a menu to navigate between 2 SimpleViewer galleries."
    My confusion lies in what the heck a menu page is. I have ignored this all together and tried looking at the code from pages that give examples. especially the page that gives a download of html.
    But I don't understand how to link the buttons in Dreamweaver to create different slideshows. I've put the four slideshow folders (print, illustration, logo, design) into my main HTML page. I assume the solution is to put the code mentioned above in for each slideshow/gallery .. reference each gallery by my folders names but then somehow make the DW buttons link to those folders.
    I'll keep poking around at this and see if I can figure it out, but any input, advice or help would be SO very appreciated. If you would speak in laymans terms I'd appreciate it, I know flash well but am new to dreamweaver and not very good at codeing though I manage.
    Thanks so much in advance, sorry this is so long winded.
    sharon

    I'm actually still having a problem with the individual galleries linking to the swf. Here's an explination and I'm attaching a snapshot of the file folder structure and the html's:
    Thanks for responding :) I feel like I'm almost there, been struggling with this for a week.
    my site is here:
    http://peachtree-designs.com/web.html
    I am going with a different approach, instead of trying to link the graphics from within each gallery folder I am instead placing each gallery html outside the individual gallery folders in my root folder ... then trying to link the main html page to each html gallery file, and have each gallery file link/see the swf galleries within the folders.
    I have made separate gallery folders for each gallery, print, logo ect is in it's separate folder in the root folder of my website.
    In the main root folder I have the index.html *plus* I've put each galleries html file *outside* it's folder but directly in the root folder, so the main html webpage file can link (with the buttons) to each gallery html in the root folder.
    Problem is getting the galleries html's to connect/link to the swf gallery in each gallery folder (within the root folder) (I'd put the html's directly in it's gallery folder but then the graphics links break). "gallery not found" is what I get and I'm not sure how to do this. In the code of each gallery html is this:
      <td valign="top"><script type="text/javascript">
    var fo = new SWFObject("illustrations/viewer.swf", "viewer", "500", "500", "8", "#c5bdb2");
    fo.write("flashcontent");    
        </script></td>
    so the gallery html's in the root folder *should* be directed to each swf in it's gallery folder: illustrations/viewer.swf .. print/viewer.swf ... etc ... but it's not working.
    I'm going to try to just attach my whole site in case someone can take a look and tell me what's wrong. It's large but I'm desperate and it's hard to explain.

  • Managing Multiple Galleries (i.e. multiple MobileMe accounts)

    I have a family MobileMe account and wish to manage some of the family members' galleries from iPhoto. I know that I can have multiple iPhoto libraries if necessary, but have not been able to figure out how to manage multiple MobileMe accounts (and their galleries) via iPhoto. Any tips?

    Welcome to the Apple Discussions. The best approach to managing multiple MMe accounts on one Mac is to have multiple User account on that Mac, one for each MMe account. That also would require multiple libraries unless you will have all of the photos in one. If that's the case you can move the library to the Shared folder and access it there from each account.
    In each account log into the appropriate MMe account via the System/MobileMe preference pane. Then enable fast user switching via the System/Accounts pane to make it easy to switch user account.
    Click to view full size

  • Multiple Galleries in Slideshow

    I would like to have categories of photos in my gallery page a user could click on so as not to have to view 200 photos in one slideshow. Can this be done?
    This is for a photography website.
    thanks,
    chris

    I understand you would not like to have too many images in one slide show and would like to categorize them instead.
    The easiest way to achieve something like this would be by using multiple Lightbox slide shows for the purpose as indicated in the picture below where each slide show on the page can act as an Image Catalog for your gallery page. You can disable the "Show lighbox parts while editing" option so that you are able to re-arrange the triggers easily in alignment with the other slide show triggers. Now when you preview the page in browser, it should give you a similar feel as if they are different categories with distinct titles/headings.
    Thanks,
    Vinayak

  • Multiples galleries linked to and from one page

    This is pretty basic need for photographers trying to show shoots to clients.
    I have multiple shoots associated with one job for one client. Can anyone ( ahem Apple guys) put a feature into the Aperture Web Gallery workflow that will put an index page for all the different parts of one job?
    G5 dual 2   Mac OS X (10.4.7)   Apertue 1.1.2

    Hello, Larry
    Quote: "I have multiple shoots associated with one job for one client. Can anyone ( ahem Apple guys) put a feature into the Aperture Web Gallery workflow that will put an index page for all the different parts of one job?"
    If I understand you correctly, you want different Index.htmls for the different shoots you did for the client? So, one index.html for one shoot which multiple photos? Another, index.html for a different shoot but the same client? But all in location in one site?
    If so, Aperture rocks doing this now since version 1.
    I do this using the Web Journal (and not the Web Gallery) feature in Aperture which will make different index.htmls for different days, shoots, whatever.
    Here is an example:
    Multiple shoots and multiple indexes but only one site.
    As you can see there are 3 different index.htmls, and each with it's own set of photographs with watermarks which can be clicked on to enlarge.
    You can rename each index according to your shoots, watermark them and upload them for the client to see at his or her leisure.
    love & peace,
    victor

  • Save multiple galleries

    I want to know if there is a way to save the state of an app e.g. Save all of the currently loaded collections into one single file and then later load that file. If not, is this going to be possible in future editions of
    Siena?

    This is managed at the Windows 8 system level. 
    When you add a new user to the device they have a unique space for Windows 8 apps.  Let's say for example that you and I were using the same device.
    If you install App A and then I sign on I will not see App A.  When I choose to install App A, it will then create a unique space for me so the settings will be signed to my account.  Anything that I do will not be seen by you and vice versa. 
    This makes the experience unique for each account.
    Where things get more interesting is if your users will be signing on to multiple devices and are expected to have their data travel with them. 
    We'll have to let the Siena team provide a more definitive response (and correct my hunch!) but I believe when using SaveData(MyCollection, "MyCollection") it saves it locally in the app space for the user while using the export data feature (found
    in the visuals menu) will allow you to save / load from anywhere that Windows 8 gives you permission to do so (i.e. OneDrive).  The latter approach uses a file picker so your users would have to be savvy enough to know where to go get the file(s)
    each time they used the app.
    Hopefully I didn't get your hopes too high with my earlier brief explanation but if you can let Windows 8 manage your accounts it may just make things a bit easier for you.
    Thor

  • Auto generate a web gallery index page in web module for output multiple galleries

    As an extension of a Web Gallery, it should be possible to create an entire gallery page with sub galleries in Lightroom. it will be great if it is also template based.

    See
    The Turning Gate for a template that does that.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.10 & Win XP, Pentax *ist D
    See LR Links list at my
    Blog for related sites.

  • Multiple Galleries, Multiple .mac

    I would like to create Web Galleries using two different .mac accounts. Is it possible to do that with iPhoto? Is it possible for iPhoto to upload photos using two different .mac accounts?
    For example, I would like to have a Web Gallery for "personal" photos and another Gallery for "business." If I set up two .mac accounts using the Family Pack, is there a way for me to select in iPhoto where my photos will upload to?
    (Hope this makes sense)

    Chris:
    Yes it is possible but I suggest you create a separate library for each account's web galleries. That's because if you have all the galleries in one library and try to publish all will be published. Also if you create a second account on your Mac for publishing to the second .Mac account you wouldn't have to go to the System/.Mac preferences and change your login information in order to change .Mac accounts. Just enable fast switching to go between your two accounts on the Mac.
    iPhoto Library Manager can be used to copy albums between libraries so you can move the albums for the 2nd .Mac account galleries from your primary library to the other library.
    It can be done from only one account on your Mac but entails lots of .Mac account switching in the System Preferences.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Multiple galleries with accordion

    Hi! I've been using Spry for a school project; I've developed
    a gallery as an example.
    You can see it here:
    http://lavalamp.altervista.org/gallery/
    I would say that it's finished, but I still have a couple of
    issues I want to resolve (or understand, since my goal was not to
    build a site, but to explain how Spry works!).
    1) Thumbnails: they do not grow "centered"; the grown image
    is positioned a little on the left. Why?
    2) Thumbnails again: the images are larger than they look
    (they are, more or less, 150x150 while on the screen they are
    75x75). The grown thumbnails look "zoomed" and grainy even if the
    images could be enlarged without any zoom effect. Is there any way
    to fix this?
    3) Accordion height: I found that the only way to change its
    height is change the AccordionPanelContent height, and specify it
    in PIXEL. A height in % is ignored. Is this intended? How could I
    make an accordion that adapts itself to the browser's height?
    4a) The browser: with Internet Explorer 6, the accordion does
    not close its panels! Why?
    4b) The browser again: Internet Explorer 6 shows the
    thumbnail's "alt" text, Firefox doesn't, but I think this is a
    browser issue, not Spry's
    5) I'm not completely satisfied with the way thumbnails are
    loaded; I made every thumbnail have a "parent ID" and every gallery
    have an ID, then I check when they match and build the panels
    accordingly. It seems the only way to go with this version of Spry.
    6) The "repeatchildren" instruction: I thought it was meant
    to cycle through the childrens of an xml node, but it seems to do
    something else. I didn't really understand the difference between
    repeat and repeatchildren.
    It's all that comes to my mind. Thank you for any help or
    suggestion.
    Simone

    Hi Simone,
    I will answer to some of your questions for the moment but I
    don't have an answer to all of them.
    1) You have into your page the images centered by CSS:
    text-align:center. In the same time the Grow Shrink effect will try
    to center the image while zooming.
    For this we calculate the new image size and we move the left
    corner with half of the difference between the dimentions. In this
    case the image will have the center in the same place and grow left
    and right size equaly.
    In your situation the shift will happen only after the
    browser re-centered the zoomed image. The combined effect is the
    one you see and the image instead of being centered is zoomed
    entirely to left.
    In this case you should loose one of the centering systems.
    If you want the Grow Shrink effect to stop centering while zooming
    you'll have to add the following option: growCenter:false
    Spry.Effect.GrowShrink(targetElement, {duration: 400, from:
    '100%', to: '200%', toggle: true, setup:setzindex,
    finish:resetzindex, growCenter:false});
    In case you want to remove the CSS text-align to center you
    need to center the initial images view by specifing a margin-right
    to each div.
    2) This seems to be a problem mainly generated by the way the
    browsers zoom the images. It appears that after the page is
    rendered if you have a larger image with width and height specified
    they transform the loaded images rendered to those dimensions. When
    we specify the new width and height for the image they will
    increase the values for the computed image and will not use the
    original one. In this situation we don't have much to do.
    4b) The IE as we know always does some things accordingly to
    its free will. Here are some examples:
    - A form element without an id attribute defined but with the
    name attribute defined will take as id the name value messing lots
    of JavaScript codes.
    - For images if the title is not defined IE will
    automatically pre-fill its value from the alt attribute. In you
    situation you'll have to add also empty title attributes to force
    it stop behaving the way it does.
    5) 6) We are working on nested-structure as we speak. More
    details about this you may find in previous answer of one of my
    colleagues:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=602&threadid=1231616&fo rumid=72.
    Cristian MARIN

  • Multiple bridge galleries in dreamweaver

    ok, i have searched & not come across anything that has worked. i need multiple galleries i have created in bridge cs5 put on my site. i understand that each index or whatever i change the name to needs to be in it's own folder. but what about the resources folder? the xml files are exclusive to the thumbs & images sizes & also the index file. . . .so, i have 10 resource folders & not sure how to get it all working.
    bad thing is, i cannot even load the plain html file & get it to read from the resource folder online. offline, i can get it to do everything i want. . . is there soemthing i am missing?
    i do not require embedding the gallery, i can do that, i just need it to work ONLINE live in multiple galleries when someone wants to thumb through each link. any ideas or help MUCH appreciated.

    OK, so you have 10 galleries.  For this discussion, let's call them:
    Bridge1
    Bridge2
    Bridge3
    Bridge4, etc...
    And inside each Bridge folder you have an index.html page, assorted images, thumbnails, xml files, etc...
    On your main site page, you need to put some links to the various Bridge Gallery folders like so.
    <a href="Bridge1/index.html">Link to Bridge1</a>
    <a href="Bridge2/index.html">Link to Bridge2</a>
    <a href="Bridge3/index.html">Link to Bridge3</a>
    <a href="Bridge4/index.html">Link to Bridge4<a>
    etc...
    Upload your main site page plus the various Bridge folders to your remote server. 
    Come back and post a link to your main site page so we can take a look at it.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Multiple flash galleries in catalyst

    similar version of a question I posted earlier...
    I'm using flashcatalyst and importing slideshowpro lightroom galleries (swf files that call xml files).  is there a way to have flash catalyst look not just in the root directory for an SWF's xml files?  I can't put multiple galleries in one catalyst file, because I can't seem to get it to look for XML files within directories.
    either that, or I'd take any solution toward the end of having multiple flash galleries in a single flash site.
    thanks,
    aemilia

    Chris, first of all, thank you so much for replying!  Thank you thank you.
    Yes, there is a slideshowpro.swf, and a params.xml and images.xml  it seems that slideshowpro.swf wants to look in the directory of the html file, not the relative path of the swf, for the xml files.  I had a long chat with slideshowpro support about this, and we tried changing the base param within the HTML file, but it didn't inherit itself all the way to the slideshow pro swf.  But I digress...
    I actually tried almost the same thing already, but not exactly.  Tell me if this make sense:
    I built the fancy swf in flash catalyst, and imported the swf in flash catalyst. (I didn't wait until flash builder).  Then, knowing what little I know about flash builder, I opened the FXP there, and imported the separate folders into the project structure in the left column (I added assets/images/gallery-headshots/slideshowpro.swf, assets/images/gallery-editorial/slideshowpro.swf). 
    Then, I clicked on the swf in the state I was focusing on, and changed the "source" field in the right column to the *new* location of the swf within the file structure I imported.  I did this simply because I didn't know enough about flash builder to import and place an swf asset myself.  This didn't work, unfortunately.
    Does that make any sense?
    Thanks again,
    Aemilia

  • Problem when importing two photo galleries with the same name. Please Help!

    Hi Guys,
    I'm not a pro in dreamweaver so I would appreciate if your answer wouldn't be too technical...
    Anyway I have experienced a problem. Heres the sotory, I have been making a websie in DW and used Adobe Bridge CS5 to create a photo gallery SWF file that I would use for my website. The problem is that I want to use two different photo galleries on two different pages however when I save my second photo gallery in bridge, it saves every file with the exact name as the first photo gallery I created and is working fine... Thus when I try to import the photo gallery files into my website folder structure, I find that it asks me to rename them because the files from the first photo gallery are called the exact same names.. Now obviously when I try to rename them dreamweaver gets confused and goes to the wrong folder and uses the images from my first photo gallery in the second one.
    So I guess my question is how can I organize my folder structure to be able to import multiple galleries without dreamweaver getting confused because bridge names all the files the same. Or how could I save the files through bridge so that they have different names and will work fine when I import into DW...
    Thanks and sorry for the essay,
    Patrick

    #1 You cannot have two files / folders or galleries with the same name.  Redo your image Galleries with different names.
    #2 SWF (flash) is not visible to iPhone, iPad, iTouch, Android or other web devices that don't support Flash Player.  These users will see nothing.  You might wish to explore other photo gallery / slideshow options that rely on jQuery instead of Flash technology.  Some links below.  A Google search will reveal many others.
    jQuery WOW Slider
    http://wowslider.com/
    jQuery Cycle
    http://www.malsup.com/jquery/cycle2/
    jQuery Nivo Slider
    http://dev7studios.com/nivo-slider/
    Nancy O.

  • SWF Viewing problem - Web Galleries?

    Hi there,
    I am entirely new to this – I’m using Dreamweaver MX and use Abobe Bridge CS2.
    My questions are;
    1 – I have created a Web Gallery in Adobe, and then placed the swf file into a Dreamweaver page, my problem is this – the file works ok in design mode when I test it, but when I ‘proof’ it in explorer 8 it fails to appear, just a blank white box….i have examined the link to the file in Dreamweaver and believe the link to be ok after having read on here about this possibility, but I’m not so sure – so the code for the page is as follows….
    2 – Will I be able to create multiple galleries?, if so how can I do this (as I’m a photographer and wish to display different aspects to my work on different pages)
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="600">
          <param name="movie" value="Gallery%20One/gallery.swf">
          <param name=quality value=high>
          <embed src="Gallery%20One/gallery.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="600"></embed>
        </object>
    Many Thanks in advance – and forgive the dumbness or any misunderstanding on the more technical aspects, as I said I’m beginner in these things!.
    Reagards,
    JB

    .htaccess first assumes you're on an Apache server. Are you?
    To make the file, create a text file with the single line of text recommended above. Use Notepad or Text Edit -- a program that will save a simple text file (don't use Word). Save it on your computer and call it anything you want. If you name it .htaccess on your local machine and you're using a Mac, it will disappear (because any file name that starts with a period on UNIX is invisible).
    Upload the file you made to your server. You can put it in your root directory because .htaccess files affect the directory they're in and all directories below it.
    Rename the file .htaccess on the server.
    You're done.

Maybe you are looking for

  • I-Photo crashes while creating a slide-show

    Hello, i have a big Problem with iPhoto. While creating the slide show and setting the time how long a Picture possible to see for each image, the program crashes. I have re-install the Program and install it new and check if i have the newest versio

  • Can't see scanner...

    I have a Canoscan 8800f that I use through Photostudio or MP Navigator Ex. I recently installed a new Canon MP620 printer. Now when I open Photostudo or MP Navigator Ex it is seeing the printer as the default devise, and I can't even find or select t

  • Speach to text for Instant Messaging with Skype?

    I posted the following in the Windows Phone Ideas area.  I can't believe that Microsoft has not included this functionality already. Skype needs to add speach to text functionality on the Windows Phone platform.   We had this capability in Messenger

  • Line-In 2 Does not work Audig

    It's been a while since I've recorded using the line-in on my audigy. Normally I'm using the Mic 2 & headphones which both work perfectly. Right now I'm attempting to use the line-in jacks and I'm getting NOTHING. Not a hint of sound. If toggle the m

  • IBOOks v1.0.1

    iBOOks v1.0.1 When I first opened iBooks to test it I downloaded three free books and all seems well.I then purchased two more & had no problems. The second time I opened it there were multiple difficulties, mainly in not responding to commands, not