Best way to blog using Adobe Muse

Hello Adobe Community!
I'm currently designing a site for a friend and she has requested that she would love to be able to use the site to blog about her job/life. I am an Adobe Muse user so I am wondering what is the best way to go about doing this? And also how easy it will be for her to add post's as she isn't....how can I put this....the most technically aligned person I've ever met.
A thousand thanks in advance,
Yours truly,
Jake

Hi,
try some suggestion given in this post
Re: Can you design a custom blog using muse?

Similar Messages

  • How to sell a file using adobe muse?

    Hi,
    I am trying to create an Ebook store using Adobe Muse. The PDF files can each be uploaded from my HDD but I want to sell them.
    I want to use Paypal and I know how to initialise and place it from Widget bar. But what I can not figure out is how to relate this paypal button to the file so that users can access the files after purchasing it?
    Do I need to write a code or place a specific HTML?
    Many thanks,
    C

    Hi Calvin,
    You can't achieve this by Muse alone. This requires some server side coding as well. Alternatively, you can take advantage of Business Catalyst Ecommerce feature if you decide to host the site on BC. You can achieve this in 2 ways on BC.
    1. You can create a secure zone, add the books to this secure zone and sell secure zone membership. Once the customer has purchased the secure zone membership, they will have access to the books.
    2. You can create downloadable products and sell them on your site.
    Regards,
    Aish

  • How to create a Blog in Adobe Muse

    Hi, who created a blog in Adobe Muse, help me please!

    Unfortunately, you can't create a blog in Muse, not yet anyway. I've been researching this for a long time, and you just can't do it. If enough folks ask Adobe for it, then it will probably be added to a future update. For now, the only thing you can do is get the embedd code from an actual blog like Tumblr or Nabble, and then copy that bit of code using "insert HTML" on your Muse page. That will give you a generic looking little scrolling box with your latest blog entries, but it's probably not what you're looking for.
    What I've decided to do is create a custom blog in Blogger, make it look as close to my Muse site as I can, and then just link it into my Muse site using a custom nav button. So I redirect my visitors to the Blogger site. If you customize the Blogger page enough with background images, colors, fonts, etc, your visitors may not even know they left your site unless the look in their browsers address bar.
    I hope that's helpful. But if you're not familiar with Blogger, it's through Google, it's free, and it's a great blogging platform.

  • What is the best way to migrate your Adobe software to another computer?

    What is the best way to migrate your Adobe software to another computer?

    If you know that you do not intend to use the software on the old machine (especially if you are getting rid of it), the minimum you need to do is deactivate it.  That will disable use of it and free up an extra activation for you should you ever wish to have two machines available to use it on.  To deactivate you just open an application and choose Help -> Deactivate.  If this happens to be a Creative Suite, doing that to just one of the applications will deactivate the entire Suite.
    You can also uninstall the software if you like, but be sure to deactivate it first.

  • I have made a blog in adobe muse and now adjusting it on BC but I can't seem to change the blog post date format?

    I have made a blog in adobe muse and now adjusting it on BC but I can't seem to change the blog post date format?
    My ideal date format would be / 28, Oct, 2015
    can anyone help? I'm not sure I can manipulate the {tag_postdate}

    You can use something like this in the post or post list: {tag_blogpostday}, {tag_blogpostmonth}, {tag_blogpostyear}

  • Can i use Adobe Muse to build blogger (blogspot) templates?

    Can i use Adobe Muse to build blogger (blogspot) templates?

    People have reported success doing that, take a look at this thread - http://forums.adobe.com/message/5652769#5652769.
    You may also be interested in watching the following Jam sessions if you are looking for integrating a Blog into your Muse website.
    - Embedding and Styling a Tumblr Blog - https://my.adobeconnect.com/p3nvze5zz31
    - Integrating Blogs, Social Content and More In  Muse - https://my.adobeconnect.com/p14sg16wtlw
    We also have a video for Advanced CMS Integration that may be helpful - http://tv.adobe.com/watch/muse-feature-tour/muse-advanced-cms-integration/.
    Many more links to such recordings of interesting events can be found here - http://muse.adobe.com/events.html.
    Thanks,
    Vinayak

  • Using Adobe Muse to create master pages

    Hi,
    Is it possible to use Adobe Muse to create master pages for Sharepoint 2013?
    The Muse product creates the Javascript, css and html files, with the images etc.
    The Muse product looks ideal to create the master pages with no coding required.
    Nick

    For SharePoint 2013, yes you could absolutely use this tool to create your HTML (this post is in the 2010 forum, so just making sure).  In SP 2013 you can use the new Design Manager to upload HTML which then gets converted to a .NET Master Page. 
    So long as Muse turns out valid HTML, you should not have an issue.
    Brandon Atkinson
    Blog: http://brandonatkinson.blogspot.com

  • Is there any way, to create with Adobe Muse HTML-Mail Templates?

    Is there any way, to create with Adobe Muse HTML-Mail Templates? or to convert the createt page to only html content? any other tool like an website copyer?
    tanks for help!

    Off the top of my head, you should be able to create mail templates in muse BUT it will require  very basic html/css knowledge on your part. I am assuming you want to do just the signature?
    Create the design you would like on one page, dont do any kind of styling in a master page. Then export the site into a folder. Open the html file with notepad/ textedit and then copy just the code for JUST the template. Throw it in you mail app of choice and it should work.
    This seems like something that would be done alot quicker in dreamweaver in design view.
    PLEASE NOTE: ^i could be completely wrong - but in theory this may work.

  • What is the best way of insertion using structured or binary type in oracle

    what is the best way of insertion using structured or binary type in oracle xml db 11g database

    SQL*Loader.

  • Can i use adobe muse on a current website?

    I have recently started working for a business that already has a website.
    Can I still use adobe muse with this website or do i have to start a fresh?

    Muse can’t import HTML files.

  • Custom blog in Adobe Muse and BC can't get body copy css to work

    Hello,
    I've been creating a custom blog through Adobe Muse and in Business Catalyst according to directions I found in a video.
    Seems like everything is working out for the most part with adding custom styles to modulestylesheets.css however, I can not for the life of me get the body text of the
    blog to cooperate. At least according to the video I'm following.
    This is the css I'm adding according to instructions and it's the only part that won't work - won't change. My guess is that something somewhere else is over riding this but I can't find it.
    /* blog body text */
    .post-body
        color: #534741;!important;
        font-family: muli;sans-serif;!important;
        font-size: 12px;!important;
        font-weight: 400;!important;
        padding: 0;!important;
        line-height: 84px;!important;
    As you can see - I even added the important tag to see if it would work but still nothing. I'm at a loss and need to have this site complete and launched with new domain by tonight!
    The link:
    http://lisastendig.businesscatalyst.com/embodiment-blog
    I'm trying to get the body copy to be the font Muli as well as with some proper interline spacing.
    I hope someone can help today - it would be so much appreciated. Thank you!

    Hi BubbleHouse,
    I checked the details layout of the blogs and seems the font-family is entered in the inline code of the blog post and it is taking preceedence over the system css.
    You can go to the content of blog post and change the font-family: calibri, serif to font-family: inherit, it should take the font from the modulestylesheet.css
    <span style="font-size: 15pt; font-family: calibri, serif; color: #343434; background: none 0% 0% repeat scroll transparent;">
    Regards,
    Gaurav Aggarwal

  • Using Adobe Muse and Business Catalyst ... which level of hosting do I need so my customer can use i

    Using Adobe Muse and Business Catalyst ... which level of hosting do I need so my customer can use in-browser editing?
    thx,
    Gary

    Adobe Muse has an update on 17 June which will allow the use of ICE on BC you may whish to check you infomation Liam....! The link below shows the updates for Muse coming in June!
    http://tv.adobe.com/watch/muse-feature-tour/adobe-muse-parallax-scrolling-may-2013/

  • Help, I just subscribe Adobe CC and I still can't use Adobe Muse.

    Help, I just subscribe Adobe CC and I still can't use Adobe Muse. It still said my trial has expired. and ask me to put the serialnummer. What should I do ?

    Hello,
    As confirmed by you Muse is asking for serial number on launch. Most of the time this happens because of Hosts file on the machine.
    Please go ahead and rename the hosts file on your machine and you should be all set. here are the steps for both MAC and Windows.
    Windows:
    1. Go to following location.  C:\Windows\System32\drivers\etc
    2. Rename the file "Hosts" to "hostsold"
    3 Relaunch Muse and sign in with your Adobe ID, you should be all set.
    MAC:
    1.  Go to Finder > Go > Go to Folder
    2. Type /etc and hit Return
    3. Rename the file "Hosts" to "hostsold"
    4. Relaunch Muse and sign in with your Adobe ID, you should be all set.
    Regards
    Vivek

  • Help: Using Adobe Muse & Business Catalyst with Google Domains: URL not mapping

    Hi,
    I've had some issues publishing my site to the internet using Adobe Muse (version CC 2014) and publishing to Adobe Business Catalyst.
    I am currently using Google Domains to host my domain name (www.mattandsangeeta.com) and have tried on multiple occasions to get the domain name to correctly map  using Adobe's Business Catalyst nameservers.
    I've verified with Google Domains that their process is setup correctly to map to my site, so it indicates the issue is on how I've configured my Adobe Muse/Business Catalyst side of things.
    So far, every attempt at publishing the site via Adobe Muse has worked with its extension at http://mattandsangeeta.businesscatalyst.com/index.html, and I'm able to login into my Admin page from Adobe Muse immediately following publishing. However, when I try to login directly to the Adobe Business Catalyst page, it takes me to an admin link for www.mattandsangeeta.com that is broken.
    To summarize: My published domain isn't being mapped correctly and I hit a dead end every time I try to login into the Business Catalyst website.
    Thanks for your feedback and support in advance,
    Matt

    Hi
    As I checked the site loads fine with domain Matt And Sangeeta . I tried to get to site manage area using Administration Login  and I see it works fine as well. I would suggest you to please try clearing browser cache and cookies and check if that helps.

  • Create and send EDM using Adobe MUSE and Business Catalyst.

    There is just one thing missing in my armour as a graphic designer – creating and sending EDMs.
    Given the success of creating websites using Adobe Muse, an EDM functionality would be a fantastic addition to MUSE and Business Catalyst (BC). Imagine this:
    1. I open Adobe Muse.
    2. I select "New EDM"  (instead of "New Site").
    3. I design and build my EDM to spec.
    4. I test my EDM using 'Preview' or a single send to myself.
    5. I publish my EDM to Business Catalyst.
    6. In BC, I review my EDM and add 'FROM NAME', 'FROM EMAIL ADDRESS' and 'SUBJECT'.
    7. I import my database.
    8. I hit SEND!
    After my EDM has gone out, I can review a report in BC - just like any report for a website.
    As a designer that does not know code but can build a website using MUSE - creating an EDM is the one thing I can't personally offer. Using a digital supplier can be expensive and website like Mail Chimp aren't professional enough.
    To the Adobe Muse team, please – for the love of humanity – consider this as viable addition to MUSE. You will save a lot of heart ache and win a lot of hearts.
    Thanks,
    Phil

    Done!
    See here: Create and send EDM using Adobe MUSE and Business Catalyst.

Maybe you are looking for