Staging server? Development? The screening? Arghhh!

First, let me preface this announcement letting you know that I was a front-end developer for many years with only a basic knowledge of what is happening on the server level. I have a server administrator (read boss) who charged me conclusion meets the situation I will (try) to describe below. I have used Adobe products, including DW, for more than 10 years and currently employs DW CS5.

---------------------------------------------------------------------

I'm unable to understand the differences between, and the different uses, Director, development and test servers. I know what local and distance/production servers are, but (with the exception of a test server) I know not if 'staged' and 'development' is different terms which can be substituted for one (or both) of them.

Currently and since many years ago, I only had websites the and remote set up for my various sites. However, I now turn to a setup where I can do my local job and then push my files to a test location - BTW, using the word "test", I do not mean that, in my view, it should necessarily be a 'test' used server, and then finally, after pages coup look/function correctly, place the files on a production server.

Now, if I Ctrl-Shift-U (or put) my files, they go straight to my remote server. How can I do a stage intermediary that sends files to a test site and then will push files higher in the chain once approved the additions/changes?

I've also heard the term WAMP bantied talk, but do not know if it would apply to me. And what about Subversion? Can I use that in conjunction with the lens that I am trying to achieve? (Well, my head start really turning now.)

Thanks in advance for any help provided.

See you soon!

James

If the servers in your network can be used to writing scripts that you use, then it really doesn't matter where you have placed the site "intermediary".

-You must define TWO sites in DW:

1. your place of work - local site is located on your computer, remote site on the staging (staging) server - where others can browse files and examine them.  You create / edit files on your local system and push them on the staging server for review.

2. your staging site - local site is the staging server (i.e., the first server in the remote site), the remote site is the production server.  The files would be reviewed here, and when you are ready to publish, you connect to this site and push the files on the production server.

See how it works?

Tags: Dreamweaver

Similar Questions

  • Can I connect my old mac desktop computer to the mini to serve as the screen?

    I have an older desktop mac, can I connect to for the mac mini to use for the screen?

    Use the target display mode if possible, or a product such as ScreenRecycler.

    (138944)

  • Develop the screen problem

    On my screen to develop my picture looks like neon, I used a sort of filter/plugin. I must have hit a wrong button and I don't know how to cancel it so that my photo will look like what it really is.  I tried uninstalling and reinstalling but the problem is still there. Everything else seems to work. It's just the view to develop is turned off and I do not know how to reset. I have even a screen shot in work, but it doesn't seem like I can share it here. How can I reset this?  I have a screen shot, but it seems that I can't post it here. On my screen to develop my picture looks like neon, I used a sort of filter/plugin. I must have hit a wrong button and I don't know how to cancel it so that my photo will look like what it really is.  I tried uninstalling and reinstalling but the problem is still there. Everything else seems to work. It's just the view to develop is turned off and I do not know how to reset. I have even a screen shot in work, but it doesn't seem like I can share it here. I am a beginner.  Help, please?

    Post edited by: Rachel Bellenoit

    Go to the Lightroom preferences, performance tab, disable the GPU option. This is the usual solution for what you see.

  • display the time from the server to the screen of the ADF

    Hi all

    I have a requirement to indicate the time server (GMT) on ADF UI than reading one screen. I have two questions:
    1 how to get server time... in the model layer, I'm able to get using adf.currentDateTime, but it does not work on the user interface
    2 what component to use to display the changing weather

    Thank you

    Hello

    Create a method in java ApplicationImpl that return both currentdate and expose this method to the client.

    Use this method of client on the page to display the date time.

    You can use to change the time of the vote to keep refreshing the method every second.

    Published by: Raj Gopal K may 2, 2011 15:26

  • Blue screen to develop the module Lightroom 6.3

    I use Windows 10. I Lightrooms 6.3 installed and when I go into the mode of developing the screen turns blue with no image list.. How can I fix this?

    Hi Veronica,

    You must go to the Edit menu > Preferences in Lightroom > Performance > uncheck 'use graphics processor' and restart Lightroom, and check again.

  • The screen flashes when you use cursors.

    After you define a cursor to develop, the screen flashes. I tried to turn off the graphics processor. It did not work. Any thoughts?

    Mac OS x 10.10.5, Lightroom 6.0. Thank you.

    I suggest you please uninstall Lightroom once and then reinstall it from the link above.

    Install Lightroom 6 first, then Lightroom 6.4

  • Image taken from server and display on the screen

    Hello Sir

    I'm new to the development of Blackberry, I use a webservie that returns the image in . Its a Web service written in DotNet Framework. I'm trying to convert bytes it so that I can conver bitmap and use it on the screen.

    I think I'm losing a date when the dat of conversion to Byte]

    connection_for_image image_connection = new connection_for_image();

    raw Byte [] = image_connection.get (URL);
    Dialog.Alert ("control returned 1 size =" + raw.length);
               
    try {}
                      
    Bitmap_image bitmap = new Bitmap (Bitmap.ROWWISE_MONOCHROME, 50, 50, gross);
                        
    Image BitmapField = new BitmapField (bitmap_image);
    Add (image);
                     
    } catch (Exception e) {}
    Dialog.Alert ("catch" + e.getMessage ());
    }

    After running the above code a few image is displayed in black and white, but even once, is not the image I am downloading from webservice.

    In the connection class that I'm parsing the data type in bytes using following code

    data Byte [] = null;

    I have String = d.MySplitName (content, "",")<>
    data = i.getBytes ();
    return data;

    Here, I'm a little frustrated because you don't seem to listen to what I tell you.

    "How to convert byte [] Base64Binary data.

    "Is there a way by which I can convert the base64Binary byte data.

    Please read carefully what I suggested that you make.  You should be able to determine the raw bytes that has your Web server.  The Web Service then converts it to text he sends you.  You should be able to convert it to bytes that were originally used.  You have enough information in this thread already do.  Please confirm this part of the treatment before you do anything else.

    "then use these data to display the byte [] in the bitmap file.

    That's where I think your problem is.  Look at the code I gave you in the last post.  But you will need to know the format of the raw bytes that are stored on your Web server and sent to you.  Then find a way to convert them into a Bitmap image on the device - method may depend on how the bytes are stored on your Web server.  It might be that the bytes that are sent to you are already in a Blackberry bitmap format, but I doubt it.

    So please make sure that you have correctly found the bytes of the raw image.  When this is correct, you know that your network stuff working.  Once you've done that, then you have to find a way to convert the bytes of the Bitmap image.

    If the byte [] is supported by JSR 172 is not relevant at this stage.

  • iPad2 9.3 upgrade stuck at the screen of the unavailable activation server

    I tried an ota on my iPad update 2 and it is stuck on the screen of activation with an error message - activation server is temporarily unavailable. tried rebooting, connect to iTunes - nothing works... Any help on this would be welcome.

    BTW... my iPhone6 and mini ipad updated very well...

  • Does anyone know why my iMac G5 osx10.5.8 suddenly developed continuous small networks of lines on the screen please? I can provide screenshots.

    Does anyone know why my iMac G5 osx10.5.8 suddenly developed continuous small networks of lines on the screen please?

    I tried to provide screenshots - insert an image does not accept.

    Just happened while the iMac was asleep.

    Thanks in advance

    Tony

    The image seems to reflect the possibility of problems of graphics processor.

    Some models had a history of failure or bad solder connections. others may

    have a combination of capacitors & other materials; Finally we have to fix.

    https://DuckDuckGo.com/?q=imac + 24 - anomalies graphics + 2008 + in +& t = ffsb

    One of the remedies for a graphics card problem, is a re - weld made by the

    users who have taken their card from the computer & their cooked in the kitchen oven.

    This idea has worked for some; You may be able to contact an authorized Apple

    Service provider or see if any of the parts suppliers in line can answer questions

    availability of replacement given to nine graphics cards, if you were

    can be removed from the logic board or if it is affixed, or welded to the card.

    An iFixit.com repair guide for your series of iMac (Intel-processor 2008) 24 inches

    can show that if that article can be virtually eliminated, if if will show process.

    https://www.iFixit.com/device/iMac_Intel_24%22

    The details of the computer in the bottom of your post isn't an iMac G5 model, and

    There is no powerPC G5 processor equipped Macs after late vintage

    2005 to early 2006; If the computer in the discussion is a G5 is not 24 inches

    and would be a model of Intel. They use a different architecture than G5

    powerPC even though in some respects are similar at least in the General design.

    This contains all guide ifixit for iMac G5 Power repair (there is no 24-inch model)

    https://www.iFixit.com/device/iMac_G5

    If you have an iMac with Intel processor and an older iMac PowerPC G5, specify.

    Don't know if a reset of the SMC or likely to alter the symptoms or change NVRAM

    the Visual problem on the screen; an underlying hardware problem is a likely cause.

    • Reset the management system (SCM) controller on your Mac - Apple Support

    • How to reset the NVRAM on your Mac - Apple Support

    If this is your model iMac (24 inch Early 2008) follows the model of generation identifier:

    Introduced April 2008

    Abandoned March 2009

    IMac8, 1 model identifier

    Model number A1225

    EMC 2211

    MB325LL/A order number

    First Prize $1 799 (2.8 GHz) $2 199 (3.06 GHz)

    You may be able to find the numbers of reference and research for replacement new or repaired

    old stock graphics cards. A friend had one of these models of iMac 24 inch 2008 and

    It failed due to a graphic processor; where she lived the BestBuy did not fix

    She even if it has been purchased by them with their extended warranty; No applecare.

    So, there are some out there in almost perfect condition, but not fixed, always.

    Do not know if the charges involved would be the value relative to the other

    later construction that can have no history of similar design construction. {Confirm the identity of the iMac.}

    Sorry I don't have any new ideas regarding this problem.

  • Can not reduce the brightness or can change the screen resolution to double screen in windows server 2012 R2.

    Hello Experts

    I'm new to this community and please forgive me if I hurt all over.

    Use windows server 2012 R2 on my laptop (previously I was using Windows 7 Home premium), now I cannot able to reduce brightness or can change the resolution of the screen to double (I want to connect my laptop to a bigger screen using VGA cable).

    Everything was fine using Windows 7. But after the installation of the server, I am facing this problem.

    Please help me.

    Hello

    I suggest you post your query on the TechNet forums to get help. Consult the following link:

    https://social.technet.Microsoft.com/forums/en-us/home?Forum=winserver8gen

    It will be useful.

  • How to develop the film to fill the screen?

    When you watch a tv movie widescreen by media center, the image is small and in the middle of the screen, with thick black bars on top, bottom, left and right.  How to I develop the image of film to fill my screen?

    Hello RobWeber

  • Server of telepresence to the screen indicators

    Is it possible to disable the screen indicators (as "icon display when participants are not encrypted" or "Indicate the presence of other participants") on a basis by conference, rather than in the world?  It would be for mode managed locally or remotely.

    Thanks, Mike

    It is not possible to disable OSD icons/notifications for a locally managed telepresence server, because they are global settings that affect all conferences and calls.  However, for a telepresence server managed remotely using a conductor, you can disable the OSD icons/notifications for individual conferences using custom settings in the advanced settings of the Conference model, see below for an example.

    {"callAttributes":{"indicateUnencryptedParticipants":false,"indicateAudioOnlyParticipants":false}}
    The string above will disable encryption and participating overflow icons, refer to the section "callAttributes" in TelePresence Server API Guides for other possible attributes which may can be disabled.
  • Screen resolution on local workstation not the same size as the resolution of the screen on a Terminal Server

    At work connect us through MSTSC to a Terminal Server. We have a user who changes the resolution of the screen on a local computer, but it does not change on TS. Any suggestions?

    Hello

    As you work on a domain network, the question would be better suited on the support of Microsoft TechNet forum. Then I suggest you to post the question on the TechNet support forum.

    http://TechNet.Microsoft.com/en-us/network/bb676213

  • Lightroom development [Blue screen in the develop module]

    I am new to lightroom and I can't seem to put my photos. I was able to import them into lightroom. In the picture below, when I select develop, I get a blue screen. I click on the image in the scroll bar (which I've cropped this image), but I always get this blue screen. Can anyone help?

    Check the answers to another thread - development - blue screen!

    Most likely, the graphic processing unit cannot display the image in the develop mode.

  • Im trying to develop my photos in lightroom, but the screen becomes blyue in the place where the photo should be, the tools are still there and I am able to view the picture in my library.

    I am developing photos in lightroom, but once I click on develop the part of the screen where the image is in turn blue - tools and the sidebars are all still there. Can someone please help with this question

    Go in Edition > Preferences > Performance (on a Mac: Lightroom > preferences > Performance) and uncheck CPU graph use.

Maybe you are looking for