Are people using or incorparating dreamweaver with muse?

Are people using or incorparating dreamweaver with muse?

While there is no direct integration between Muse and Dreamweaver, they can be used together. From within Muse, you can both import and export HTML. So you can import HTML created in Dreamweaver, or export HTML to be opened and edited in Dreamweaver.
The only speedbump is that the code generated by Muse tends to be a bit messy. As a Muse software engineer puts it,
You can output HTML code from Muse at any time, so if you chose to edit it with Dreamweaver that is possible, though we don't optimize our code for human-readability - we instead focus on performance, SEO, accessibility and compatibility.
(Source)

Similar Messages

  • How do I use Edge Web Fonts with Muse?

    How do I use Edge Web Fonts with Muse - is it an update to load, a stand alone, how does it interface with Muse? I've updated to CC but have no info on this.

    Hello,
    Is there a reason why you want to use Edge Web Fonts with Adobe Muse?
    Assuming you wish to improve typography of your web pages, you should know that Muse is fully integrated with Typekit. This allows you to access and apply over 500 web fonts from within Muse. Here's how you do it:
    Select a text component within Muse, and click the Text drop-down.
    Select Add Web Fonts option, to pop-open the Add Web Fonts dialog.
    Browse and apply fonts per your design needs.
    Muse also allows you to create paragraph styles that you can save and apply to chunks of text, a la InDesign. Watch this video for more information: http://tv.adobe.com/watch/muse-feature-tour/using-typekit-with-adobe-muse/
    Also take a look at these help files to see if they help you:
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-1.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-2.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-3.html
    Hope this helps!
    Regards,
    Suhas Yogin

  • Are people using assemblers?

    I've been working with flex for a couple of weeks now. The
    application I'm writing is built on top of a EJB3 application.
    I have number of entity beans in my system and they all have
    relationships to each other. many-to-one, one-to-many, one-to one
    etc.
    Example:
    class Group {
    public int getId(){...}
    public String getGroupName(){...}
    public List<Member> getMember(){...}
    class Member {
    public int getId(){...}
    public String getFirstname(){...}
    public String getLastname(){...}
    public String getUsername(){...}
    public Group getGroup(){...}
    In my EJB3 layer I have two session beans: GroupManager and
    MemberManager.
    The MemberManager looks like this:
    interface MemberManager {
    public Member getMember(int id);
    public Member getMemberByUsername(String username);
    public List<Member> getMembers();
    public Member save(Member member);
    public void delete(Member member);
    ....and a few more
    Ther GroupManager looks similair
    interface GroupManager {
    public List<Group> getGroups();
    public Group getGroup(id);
    public void delete(Group group)
    public Group save(Group group)
    As far as I know there are two ways to write a flex
    application for administrating my Groups and Members: RemoteObject
    and Assemblers.
    What I have read in the docs, assemblers is what I should use
    for this kind of situations.
    I would then write two assemblers: GroupAssembler and
    MemberAssembler.
    something like this:
    class GroupAssembler extends AbstractAssembler {
    GroupManager gm;
    public List<Group> fill(List params) {
    return aListOfGroups; (with or without it's containing
    members?)
    public Group getItem(Map idMap) {
    id = idMap.get("id");
    // ask the GroupManager for a group with the id read from
    the idMap
    return theGroup;
    publiv void delete(....)
    public Group createItem(....)
    and the MemberAssembler would look soemthing like this:
    class MemberAssembler {
    List<Member> fill(...) {
    return aListOfMembers
    Member getItem(Map idMap) {
    deleteItem(...)
    createItem(...)
    updateItem(..)...
    Now, what about my MemberManager.getMemberByUsername().
    In all examples I have seen and in all documentations I have
    read I havn't found one single example describing this issue.
    the AbstractAssembler's getItem(Map idMap) method is not
    designed to let me implement that fuctionality.
    Each assembler has ONE getItem() method and there is no way
    for me to determine is the client asks for member by id or members
    by username.
    Have I missed something fundamental here? Is there a way to
    have more than one getItem method or a way to implement the getItem
    in a way so that it knows that the flex client is asking "by
    username " or "by id"?
    Another aproach to this problem to use RemoteObject instead
    of assemblers but than I'd loose the other nice functionality
    that I'd have to implement myself. Like
    DataService.getItem(id, member) which instead of returning a new
    instance of Member updates all properties of my member object.
    I don't think my situation is unique and lots of other people
    working with assemblers (if there are any) should have seen the
    problem and hopefully solved it.
    So my questions are: Is there a solution for my problem above
    and are there any other people than me working with assemblers?
    Regards
    Jonathan

    While there is no direct integration between Muse and Dreamweaver, they can be used together. From within Muse, you can both import and export HTML. So you can import HTML created in Dreamweaver, or export HTML to be opened and edited in Dreamweaver.
    The only speedbump is that the code generated by Muse tends to be a bit messy. As a Muse software engineer puts it,
    You can output HTML code from Muse at any time, so if you chose to edit it with Dreamweaver that is possible, though we don't optimize our code for human-readability - we instead focus on performance, SEO, accessibility and compatibility.
    (Source)

  • Using Jstyler's SliderJS with Muse

    Hi everyone. I have been trying to use jstylers sliderJS (http://www.jstyler.net/slider-js.html?demo=2) within my Muse site to no avail.
    I've tried to follow the directions, but cannot get anything to show. My question: Is this even possible to incorporate into Muse?
    I have searched the discussions and Internet over and over and haven't found much in terms of a concrete answer. Many convos drift off and become off topic.
    I would really like to use something like this with a client I;m working with and would love to hear anyones imput on this topic. I think it would also be really helpful to have a clear discussion somewhere on this forum for implementing 3rd party products your Muse website.
    Thanks for your help!
    Gabriel

    You can add pretty much what ever you want into a Muse site. However a lot of it will take some extra coding along with adding things to your server. If you are not familiar with coding I would recommend learning the basics before trying to add things to Muse that Muse does not support.
    This can be added to your Muse site but it will take some extra work and HTML/JS basic knowledge to achieve. You will also not be able to see the active effects within Muse once you did add everything, you would need to upload it to your server with all of the extra directories before you would see it working.
    There would never be a clear cut forum for implementing 3rd party scripts because they are not a one click install approach.
    The reason you do not see to much on 'how to add 3rd party content' is because most people just want detailed tutorials on how to add that one thing they found which does not help them understand what they are doing, if something breaks it begins the cycle all over again. That doesn't help anyone.

  • How are people using Catalogs?

    I know I asked this question some time ago, but I'd like to ask it again since I will soon be upgrading from LR2.7 to LR3.
    I would like some friendly advice from people how they use Lightroom Catalogs.
    I currently use several catalogs.  I have one strictly for day-to-day stuff where I might take shots of friends and family.
    I use another catalog which I use strictly for Photography Workshops I go on.
    Yet another one is one which I use strictly for the few professional photography jobs I have done.  I am not a professional photographer, but I have been paid for a few photo jobs.
    Still another is one which I use strictly for pictures from others.  I get a lot of pictures from relatives who wish me to edit them.  Notably, I get a lot from my mother, and many of those pictures are of family and friends, of her flower garden.  So I do like to keep them myself, but I do so in a separate catalog.... in order to keep them separate from my own pictures.  I get a lot of photos from a friend of mine whom I used to work with in Europe....and he is now sending me many pictures he has taken while working in Ghana.  I like to keep some of these in a catalog but for now, I like that to be a separate catalog then the one I do most of my work in.
    I would like to get some ideas from LR users how many catalogs they might use.  Do they separate their photos into different catalogs like I do?  Do they keep photos all in one big catalog?  Or perhaps do they just use a small number of catalogs.
    I do like the ability to keep separate problems, but the 2 main "problems" I have with doing this are as follows: 1)I some times I accidentally put pictures in the wrong catalog.  I usually catch this soon and merely have to do the process again, putting the pictures in the right catalog. and 2)As far as I know, I do not think you can search by keyword (tag) across multiple calendar.  This is not a big issue, but it would be nice to be able to search by keyword to get, for example, all of the pictures taken by me and my Mother of say, my niece.
    Any thoughts would be appreciated.
    Thanks for your input.
    Richard

    I know Lightroom doesn't care about the directory/folder structure.  But I care how that directory/folder structure looks in Lightroom.  Again, it's kind of hard for me to explain this, but from what I've seen, LR mimics the structure you have on your hard drive.  It works just fine, but I don't want it to mimic the folder structure I had before with LR 2.7.
    I'll try to explain, but, again, it's kind of hard for me to put into words without one actually seeing what I'm talking about.  My original folder structure on my hard drive was by year......2005, 2006, 2007, 2008, etc., each a primary folder.
    Within each year, I had folders with the date(s) as well as a brief description of what was in that folder.....e.g., 122509_Christmas_at_Mom_and_Dads.
    Within that same yearly folder (e.g. 2009), I also would have things like 042809_Kauai_Photo_Workshop as a subfolder.
    With LR 2.7, I organized things by Catalog.  So I had a Catalog for personal photos such as Christmas with my family; I had a separate photo for Photo Workshops  I had yet another separate Catalog for pictures my Mom sends me to edit.  And, I had a few other catalogs.  It was just my way or organizing groups of photos.
    My original post asked the question about how people use catalogs.....either single catalogs or multiple catalogs.  Yes, there were many comments about using keywords.  Based on the comments I had received, I did decide to combine all of my catalogs into one single catalog.
    Within that new single catalog, however, I still want separate folders showing "personal pictures," "pictures from Mom," "workshop photos," "photos I did for a professional job," etc.  That's just the way I like to organize things.  As I found out, if I create separate folders in LR in a single catalog like this, it also creates a corresponding folder on my hard drive.  Therefore, I have to move those pictures into that corresponding folder if I want to keep these separate folders in LR.
    One reason I like organizing things this way is that my Mom often will take similar pictures to what I take.  She'll take pictures of her grandkids that she wants me to "fix" by removing redeye, etc.  Because I'm not so sure she backs things up to the extent I do, I also like keeping her pictures to be sure they are properly backed up like I do backups.  When she takes pictures of the grandkids, I'm usually over visiting as well and take my own pictures.  So I like to keep these sets of pictures separate.   Yes, I know I could put keywords in there such as "Mom's Pictures" or "My Pictures," but I just like to keep these sets of pictures separate.  That's the way I am.  People like to organize things their own ways.
    Having said all of that, I have been using keywords ever since I started using Lightroom, version 1.  I spend a lot of time doing so.  I do like them.  But, I also like having the LR folder organized the way I do.  Right now, I have a very long list of keywords.  If I want to find a group of pictures, I'm not so sure I'd find all of the ones I'm looking for unless I select the specific keywords I am looking for, and with the list as long as it is now (and it's growing), I might miss something.  With a single catalog, it does make it easier to search for all photos with a single key word, but the folders in LR help do help me narrow down what I might be looking for.
    Lightroom provides these tools, and to me, I am taking advantage of them, including keywords, to help me organize my photos.  Once I get my current LR photos into the new folder structure, any new additions will be very easily and quickly done.

  • What code editor/environment are people using?

    Not having used LUA before, I am wondering what is recommend when it comes to writing, editing and debugging LUA scripts?
    Are people just using a basic text editor like Notepad or are there some better tools out there?

    @Sean,
    Haven't developed a web engine before so hadn't thought about that issue.
    Alternative for you - modify your new script, or write another script instead, to allow the released and development versions of a gallery to run in parallel. Either add something into the development version's galleryInfo.lrweb file and strip it out before compiling, or add something in before compiling.
    e.g. the former option would look like this
    Dev galleryInfo.lrweb file would include:
    title = "Web Sample (Dev)",
    id = "com.adobe.lightroom.wpg.templates.sdk.luawebsample.dev",
    Source for compiled galleryInfo.lrweb file would include:
    title = "Web Sample",
    id = "com.adobe.lightroom.wpg.templates.sdk.luawebsample",
    I'm guessing that would be enough to allow LR2 to distinguish between the two versions, and you to know whether you were using the released version of the one still in development. Adding a sed call to your script should easily be able to make this change for you.
    This is a bit of a kludge but should work.
    Matt

  • Where are cuurent website's file build with Muse ?

    Hello,
    I've changed my laptop for a Macbook Pro retina. I reinstalled all Creative Clouds Apps I need. Such Muse. But I'm can't find the genuine files relative to one Website build with Muse (it's a work in progress) ? They are now in a Time Machine backup, but in which folders must I look for ?
    I thank you, by advance for any help or support.
    Wish you a merry christmas,
    Best,
    Pascal

    Muse allows you to save your .muse file anywhere you want to, so it could be anywhere.
    That said, I think the default is your user Documents folder, so if you just saved it to the default location that's where you should start looking.

  • Can two people use the same computer with two different ipods?

    I was just wondering if me and my mother can use the same computer with our ipods?

    Glad you asked. Before you get rid of the old one move its iTunes Library to the new one:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    "Deauthorize" the old computer too. Go to the iTunes Store menu and select "Deauthorize This Computer..."
    I hope you get a Mac this time

  • What are people using to convert .3gp video files into something compatible with iMovie? Does Apple have SW to do this?

    I am trying to find the best and safest way to convert .3gp video from my Blackberry into a file format that iMovie will recognize.  I see lots of potential downloads, but I am hoping for some recommendations on which SW is most helpful.  Thanks.

    There is a free App called MPEG Streamclip from Squared 5. You can drag your .3gp into MPEG Streamclip. Then FILE/EXPORT TO QUICKTIME.
    For HD sizes (1280x720 or 1920x1080), choose Apple Intermediate Codec as the Video Codec.
    For smaller sizes, you can also use Apple Intermediate Codec, but h.264 will also work and will give a smaller file size.
    Then import this new file into iMovie using FILE/IMPORT MOVIES

  • Are you using Coolbits2 or NvTweak with your 6600GT?

    Just found out that they both have options to turn off fast writes and sidebanding. Sandra tells me these are enabled on my system, yet I have no option for them in the bios. I was thinking about trying coolbits 2 to see if I could disable these 2 options. Anyone here with the same situation have it work for them?
    Also, if you reply to this post, please tell me what AGP drivers your using and how they're doing for you. I'm currently using 67.66.
    Thanks.

    You can also use this program http://www.guru3d.com/rivatuner/.

  • Are people using jdeveloper to build application to replace Oracle Form ?

    We would like to hear from customers who implemented jdeveloper solution to replace form. In terms of functionality Form was a good product. But it is time to move to something open. Did anyone successfully move their Form application to java/jsp/servlet/xml app using jdeveloper? Thanks for your time.

    I just finished my third Forms -> JDev web app conversion. FWIW, my experiences were excellent all three times. However, there are three caveats here:
    1) I was brought in on these cases specifically to develop JDev web apps based on existing Forms apps. J2EE and JDev are my background; not Forms. So the Forms-to-JDev productivity loss didn't affect me; I was used to the lower productivity associated with 3GL programming. YMMV, obviously.
    2) I used Oracle JHeadstart on two of these projects. Compared to "vanilla" JDeveloper 10.1.2, JHeadstart gave me a lot of functionality, such as multi-row edit tables and lookup-driven LOV popups, that are expected by Forms users but that were especially muddy to implement in JDev 10.1.2. I think this is significantly mitigated by changes made in JDev 10.1.3 (certainly those two particular cases are now part of standard ADF functionality), but I've only just started using that.
    3) Even with JHeadstart (and, I anticipate, even with 10.1.3), there is some "expectations adjustment" that has to be done if your user base is used to Forms. The JDeveloper web UI framework (ADF Faces, in its latest incarnation) is getting more and more "AJAX-y" and interactive, but you're still not going to fool anybody into thinking they're running a full-featured desktop application. This really isn't a criticism of JDev or ADF in any way; it's only the bleedingest edge in web apps that comes close to that kind of functionality.

  • How are people using ZFS?

    I made the switch from an mdadm controlled RAID5 to ZFS.  I am curious how others are using ZFS.  I watch Ben Rockwell's talk on ZFS[1,2] and am finding that I am not using most of the advanced features it offers.  It got me wondering how others are using it.
    My setup: 3 HDDs in a RAIDZ1 in a dedicated box.  I am not using snapshots, or other advanced features.  I literally have all 3 drives mounted to /mnt/zpool and that's it.
    How I use it: I boot up the NAS once or twice a week and run shell script that uses rsync to move over pics, videos, files, etc.
    I guess I could create a vdev under my zpool specifically for documents, and enable snapshots for just that part of the zpool.  The majority of my content is user generated images which will not change.
    1. http://www.youtube.com/watch?v=3-KesLwobps
    2. http://www.youtube.com/watch?v=jDLJJ2-ZTq8
    Last edited by graysky (2013-10-18 15:34:55)

    I use ZFS on a FreeBSD file server using 3 mirror pairs.  I decided to use mirroring instead of raidz because drives are cheap, you get better read performance, and the zpool grows easily over time when failed devices are replaced with larger ones or extending with more pairs.  I also use snapshots and ZFS send/receive for incremental backups over the network.

  • How do you change the iTunes ID when updating apps? 3 people use the same iPad with different iTune IDs.

    When trying to update apps on iPad2, someone elses iTunes ID is already showing when it asks for a password. (all in the family)
    How do I change to my iTunes ID? I checked settings &amp; it is correct there.

    Go to Settings>Store>Apple ID - tap on the ID to sign out of that one. Then tap Sign in to sign in with another ID.
    If you have problems switching the ID's you may want to restart the iPad before you sign in with the new ID.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Doesn't it get confusing using 3 ID's on one iPad?

  • What are people using for displays?

    I just got my MacPro a couple of days ago. I'm currently surviving with a 4+ year old Dell 2001 FP monitor that can do at max 1600x1200.
    I have a MacBookPro 17 which can do 1920x1200. I'd like to at some point upgrade this older Dell monitor to something a little crisper that has a bit more resolution.
    I don't think I need a gigantic cinema type display either. I'd just like a little more resolution. I also went with ONLY the ATI Radeon HT 2600 XT.
    So what can I get which would look a little better and have a few more pixels? Recommendations?

    I use a Dell 2408WFP, which is one of the Ultrasharp models. It's good, but not great. If money was no object I would've picked an Eizo of similar dimensions. But it is very crisp and bright, so much so I set it to 0/100 brightness, and 60/100 contrast - according to the directions given by my Colormunki calibrator software. I couldn't get the Dell calibrated using my previous GretagMacbeth i1 Display (v.1), which was giving me neon colors instead of accuracy. It (i1 Display) had worked just fine with my CRTs, but not the 2408WFP.

  • What monitors are people using w/ there Rage 128 Cards (AGP) ADC/VGA

    Need to get a new monitor and wondering if anyone is running a new LDC w/ this card?

    thx John. I got the viewsonic VA912b. What a huge screen compared to my old apple 17" studio display CRT/ADC. Just trying to get used to a LCD. All my years of computing have been staring in CRT monitors. There is alittle bit of ghosting w/ LCD but I'm sure if i was using the DVI connection instead of the VGA it would probrably be crisper. But for right now i need to replace my old monitor the cheepest way and I could figure in buying a new video card and monitor at the same time. But maybe in the future i will get a new card and put this monitor up to its full potential. But I got to say it is nice looking into a 19" screen instead of a 17". I can't believe the size difference in the two inches.
    Chris.

Maybe you are looking for

  • How do I synch photos from my PC to Ipad2 without a change in the order of the photos?

    I am not able to synch photos from my PC to Ipad2 without a change in the order of the photos. I ordered them by date so thought there would be no problem. What can I do to solve this problem?

  • I have problem with driver.

    I use hp probook 450 g1 J7V41PA and win 7 ultimate x64, i tried ti reinstall win 7 few times but this problem alsway showup: 1.PCI Simple Communications Controller: PCI\VEN_8086&DEV_8C3A&SUBSYS_1942103C&REV_04 PCI\VEN_8086&DEV_8C3A&SUBSYS_1942103C PC

  • Fm or class existing for fetching xml contents from a file using abap ?

    Hi, I need to fetch an xml file in a string of type xstring. I am using class cl_gui_frontend_services=>gui_upload. This returns me content in table format, than i am planning to conver to xstring. Is there any better approach or any existing functio

  • OS Update Problem in Blackberry 8520 Curve

    Hi All, I have restarted my Blackberry by getting out battery and from then it is giving an "Uncaught Exception: Index 13 <= 13" on startup menu screen and giving a White Screen with an Error "App Error 523 Reset" After that I tried it to get the OS

  • Moved Project To Knew Computer After Everything Is Named-Drive Formatting?

    Did search, and seems to be a common problem, but there are a little differences. In the past, when moving project, after starting, everything just showed up. This time, the red lines everywhere. Tried renaming file to clip and vice-versa, and nothin