Is there a way to split a Muse file so that 2 or 3 developers can work on the project?

I would like to know if using both Muse and Business Catalyst we can split the work so that 2 or 3 developers can work on the project?  I know that we can use folders for each developer however by doing so it creates an index.html in each of the folders.
Has anyone been able to create an environment for multiple developers on the same project?

Hi Gaurav,
I appreciate the reply.  The thread you provided is not quite what I was looking for.  I have a site that I would like 2-3 Muse developers to work on.  They would each get a piece of the site and we would somehow pull it together into one cohesive program.  For example we have an association made up of 20 villages.  One developer would work on the individual village pages, another on the overall structure of the association and a third work on the Amenities.  Everyone would need to be working at the same time using MUSE.  I don't think we want to be doing any development in BC.
Anyone else out there who is doing something similar?

Similar Messages

  • Is there a way to sort a PDF file with multiple pages by a specific field within the PDF? All pages have the same invoice format and i would like to sort by a field within and then print the documents. (Vendor, PO

    Is there a way to sort a PDF file with multiple pages by a specific field within the PDF? All pages have the same invoice format and i would like to sort by a field within and then print the documents. (Vendor, PO#, Date, ect.)

    When you say field, do you mean specifically a form field, such as a text field? Or is the information regular text on the page?

  • Is there a way to unpublish a flash file so that I can go back to working on it?

    Hello,
    I am submitting this to help a friend in her digital art class.
    Is there a way to unpublish a flash file so that I can go back to working on it? Sort of like going back to revisions in word and being able to start back at any of the revisions.
    Any help will be greatly appreciated.

    If you're talking about having the FLA and you want to open it and revert back to some older version of the FLA, no you can't do that. Managing versions of FLAs is up to you.
    If you don't own the SWF then decompiling can be copyright infringement. If you do, it doesn't always work. There are many settings stripped from SWFs that FLAs have (graphics/audio compressed, etc).

  • I share an itunes account with me mum is there any way to split my phone off while not deleteing my mums stuff as well

    i share an itunes account with me mum is there any way to split my phone off while not deleteing my mums stuff as well?

    You can select with items so sync if you dont want everything on there. Just click the iphone in itunes and click music. THere you can pick and choose what you sync.

  • I have created my site with Muse and have uploaded to an external ftp hosting, now my secure log in will not work because I am not using BC. Is there a way to create a secure log in that will work with out being forced to use BC?

    I have created my site with Muse and have uploaded to an external ftp hosting, now my secure log in will not work because I am not using BC. Is there a way to create a secure log in that will work with out being forced to use BC?

    Hi
    Secure Zone login feature will only work if you host your website with Business catalyst.
    Please take a look to this as an alternative
    Password Protect Pages Widget for Adobe Muse
    Also, check this thread,
    Re: Can I create a login/password protection in Muse for a HTML5 page or two?

  • HT1751 I have always shared my apple ID & iTunes library with my daughter but now she is old enough to have her own. Is there a way to split my iTunes library with hers if she now has her own apple ID/library?

    I have always shared my apple ID & iTunes library with my daughter but now she is old enough to have her own. Is there a way to split my iTunes library with hers if she now has her own apple ID/library?

    settings->store
    there you change appleID
    multiusing ios devices don't really works very well

  • I have 2 Apple IDs, 1 associated with all the family devices and the other which has no devices associated with it.  Is there a way to split out the devices between the 2 IDs without losing apps(iPhone) and music (ipod classic)?

    I have 2 Apple IDs.  1 associated with all the family's devices and the other with no devices associated with it.  Is there a way to split out the devices between the 2 IDs without losing Apps (iPhone 4s) or music (iPod classic)?

    i'd be inclined to leave things as they are. Managing app updates over more than one account in the same library or device requires you to sign in and out of each account in turn. You cannot transfer content from one account to another.
    tt2

  • When I listen to music on my iPhone and pause it, if I come back to it later, the playlist has started over. I have a 4S running on iOS 7.0.4. Is there any way to keep this from happening so that my playlist will start off where I last was?

    When I listen to music on my iPhone and pause it, if I come back to it later, the playlist has started over. I have a 4S running on iOS 7.0.4. Is there any way to keep this from happening so that my playlist will start off where I last was?

    Dear Jody..jone5
    Good for you that can't update your iphone because I did it and my iphone dosen't work for example I can't download any app like Wecaht or Twitter..
    Goodluck
    Atousa

  • Is there a way to play an mp4 file at the beginning of a published project only when the project is accessed from a specific site?

    Is there a way to play an mp4 file at the beginning of a published project only when the project is accessed from a specific site?
    A little background info. I use Captivate 7 and currently have over 100 projects that I maintain on a quarterly basis. I publish using the SWF format and upload the swf/htm files to a server where they are then accessed from a few locations (within our online documentation, in our software product, on two different websites). Many of the projects are linked so some will be viewed as a series and others viewed as a standalone video. Each video uses the same template and includes an intro and end slide. Now my organization wants to implement a new intro to all videos (those I publish and those from several groups across the organization). My current intros provide overview material for the specific video so the new intro, which is an animation with audio in mp4 format, would need to be placed at the start of each project. The issue is, the intro adds 9 seconds to every video and in many cases doesn’t add any value (say, if a user accesses the video from within our product or views the videos as a series). I’ve talked it over with my boss and we want to try to add the intro only to videos accessed from site X, not any other location. So now to my question. Is there a way to play an external mp4 file (intro) only when the published project is accessed from a specific site, therefore eliminating the need to update each project? Maybe there's a way to add a parameter or variable to the URL or the html code?
    Thanks in advance for your suggestions. Please let me know if you need additional information.

    AimeeLove,
    I have a solution for you.  You may have to modify the code a little bit based on how long the timeline animation is for your clock.  I based mine on 3 seconds to complete a minute hand sweep around the clock.
    Milliseconds for each point on the clock:
    12 = 0
    1 = 250
    2 = 500
    3 = 750
    4 = 1000
    5 = 1250
    6 = 1500
    7 = 1750
    8 = 2000
    9 = 2250
    10 = 2500
    11 = 2750
    In the mouseover section for 12 o' clock, put this code...
    myVar = setInterval(function(){
         var pos = sym.getPosition();
         if (pos > 0 && pos < 50){
              sym.stop(0);
              clearInterval(myVar);
    },10);
    When you point to the time, the setInterval method loops every 100th of a second and checks the current position of the timeline.  When the timeline reaches the range between 0 and 50 milliseconds (almost impossible to hit 1 specific point), the timeline will stop at 0.  Also, the clearInterval will be fired to stop the loop.
    In the mouseout section, put this...
    sym.play();
    clearInterval(myVar);
    It start the clock again, and it also clears the loop in case you mouseout before you reach the range.
    Make sure that myVar is a global variable so you can clear it from the mouseout section.
    Repeat this for each point on the clock.  To avoid potential conflicts, you may want to use my12, my1, my2, etc. instead of myVar.  I put the milliseconds at the top that you would use as the beginning of the range.  50 milliseconds should be enough to catch it.  So, for 5 o' clock, you would make your range between 1250 and 1300.
    Let me know if you have any questions.  Thanks!
    Fred

  • I have a first generation iPad and got my husband the iPad 2 for xmas.  is there a way to transfer his tiny tower game from my iPad to his without using the same iTunes account?

    I have a first generation iPad and got my husband the iPad 2 for xmas.  is there a way to transfer his tiny tower game from my iPad to his without using the same iTunes account?

    Apps are only tied to one account... You can set up two iTunes accounts on your computer, however, and let his iPad sync to his account. If he has never backed up his apps to a computer, however, he will have to redownload all the apps. Afterwards, he can backup to iCloud instead of your computer.
    http://support.apple.com/kb/ht1495

  • HT1918 Is there a way to consolidate multiple Apple IDs into one if they are all issued to the same persons(s)?

    Is there a way to consolidate multiple Apple IDs into one if they are all issued to the same persons(s)?

    No. Unfortunately, you can't combine Apple IDs togetehr, even if you own them all.

  • Is there a way to create my own app store that I can share with employees? I'm thinking apps that we've identified as important or needed, all in one place.

    Is there a way to create my own app store that I can share with employees? I'm thinking apps that we've identified as important or needed, all in one place.

    Not exactly your own app store, but close.  Apple has an App Store Volume Purchasing Program for Business > http://www.apple.com/business/vpp/
    It allows you to purchase apps in any quantity you desire and pay using a company credit card.  You will receive a spreadsheet of redeem codes which you distribute to your emloyees.  The program guide has complete information > http://images.apple.com/business/docs/VPP_Business_Guide_US.pdf

  • Is there a way to create an MMS FILE

    HEY ALL MACHEADS,
    just want to know if there is way to create an MMS file on a mac with quicktime..or convert a quicktime to be sent via MMS ( from a blackberry say...)
    I think its called viral video...??? any help would be great...
    orlando f

    If you wanted to send a video as an mms from a mobile phone, the best option for exporting would be 3G in the quicktime export menu ( File > Export and it's in the drop down list).
    Keep it short and small and you shouldn't have any probs. There are some miserly operators out there who block MMSs bigger than 100K

  • Is there a way to create a rotating slide show that changes once every 24 hours?

    Is there a way to create a rotating slide show that changes once every 24 hours?

    Make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Then try deleting the library again.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Is there a way to link or create a widget that links back to the iTunes U app on your iPad from your iBook?

    Is there a way to link or create a widget that links back to the iTunes U app on your iPad from your iBook?
    I have already found the Apple Widget Builder (http://widgets.itunes.apple.com/builder/) and that works fine if you want to link to the "App Store", but I want to know if there is a way to "open an app" that is already installed on the iPad instead of double tapping the home button to switch between apps. (I know using the home button is very simple, but I am trying to find an even easier way to just "tap a widget" or "link" that will open iTunes U right up) I am only asking if this is possible for people who may have a hard time running an iPad at the beginning.
    I appreciate any help, thanks!

    I appreciate your help, but I had already looked at LinkMaker and I thought that was my answer, but as far as I could tell that still only links to an app in the app store. Yes it will link to iTunes U in the app store and you can then hit Open, but that is too drawn out of a process. We would like to know a way to just open the app directly.
    Thank you!

Maybe you are looking for

  • How to determine database name I am connected to ?

    I would like as simply and fast as possible to determine the database name, which I am currently connected to. Maybe the property jbo.sql92.JdbcDriverClass would do, but how to get its value ? Thanks for any suggestions.

  • Payment block through dunning

    Dear X'perts, I need to set up a dunning activity that blocks the contract accounts for payments, I though to use a payment and clearing lock but this activity is not the last one, therefore I cannot use the payment and clearing lock, do you know any

  • Mapping for a deep strcuture

    I have a source like emp1 can have orgname,div,dept,subdept this has to mapped with a node whch have code and name code is always constant, but the name changes that means- an emp may/may not have all fields like orgname,div,dept,subdept (these repre

  • Unzip .bz2 file

    Guys, Anyone knows how to unzip .bz2 file? I am having a problem on this to unzip the SFWgcc33.bz2 file. Thanks....

  • CRM License abnormality

    Dear All, One of our client is using CRM license for a particular user. in that particular user login the Sales Order is not able to be accessed, like the form is inactive with its OK button grayed out. We dont know why is it not being accessed,As pe