Home > Design - Imagery, Banners & Landers > Landing Pages

Quick Guide to Desktop Landers with Adobe Muse (32)


05-06-2014 08:26 AM #1 zeno (Administrator)
Quick Guide to Desktop Landers with Adobe Muse

For many of you making landers can be a real time sink... especially if you are new and have minimal experience coding and tweaking HTML.

I have recorded a video tutorial that runs through some basics for using Adobe Muse to make landers quickly and then tweaking them.



The password is 'stmrocks'. I have made the video un-private and added the 1080p option, load it at Vimeo directly and hopefully fullscreen will work - not sure where that annoying bug comes from!



Here's a screenshot of the very basic lander I'll be making:



Links relevant to video:

Creative Cloud - https://creative.adobe.com/products
Kraken.io - https://kraken.io/web-interface
SublimeText - http://www.sublimetext.com/
Button generator - http://www.bestcssbuttongenerator.com/
Google Fonts - https://www.google.com/fonts#
CSS Minifier - http://cssminifier.com/
GTmetrix - http://gtmetrix.com/ or use something like www.willpeavy.com/minifier/ if you want to cram your code.

Also, if you want to tweak CSS i.e. you change text, button colours, positions etc., do this via Firefox like I demonstrate - the live changes make it very easy to tweak.

Peace out!


05-11-2014 11:46 AM #2 zeno (Administrator)

(Reserved for collating questions if they pop up!)


05-11-2014 06:41 PM #3 Mr Green (Administrator)

Just downloaded Muse, it looks great, never used it before!


05-11-2014 06:55 PM #4 bshimmer (Member)

word of warning to ppl using muse. they use margins or something my dev told me. I made a multi page review lander with lots of content and it looks a bit off on some browsers. so before you put alot of time in it always test along the way with diff browsers.

great tool tho. for single paged landers etc makes creating them a breeze.


05-11-2014 06:57 PM #5 bshimmer (Member)

Great vid so far zeno, thanks for making it !

full screen or linking out isn't working for me on chrome. anyway to get it to full screen?

cheers

edit: watching it anyways. ZENO!! the allign tools. omg i didn't even realize they existed haha that would have saved me sooo much time. I did it all manually haha.. awesome !

good point to show even when you think you have a tool mastered probably something you missed.


05-11-2014 07:25 PM #6 rabbitizzle (Member)

Thank you Zeno, this came right on time for me!

I downloaded Muse yesterday and am going to play with it today.


05-11-2014 09:24 PM #7 zeno (Administrator)

Quote Originally Posted by Mr Green View Post
Just downloaded Muse, it looks great, never used it before!
Should be great for you - you know Photoshop so most of it will be second nature.


05-11-2014 09:26 PM #8 zeno (Administrator)

Quote Originally Posted by bshimmer View Post
word of warning to ppl using muse. they use margins or something my dev told me. I made a multi page review lander with lots of content and it looks a bit off on some browsers. so before you put alot of time in it always test along the way with diff browsers.

great tool tho. for single paged landers etc makes creating them a breeze.
Yah they have page margins, padding, gutters and header/footers. This is why I set all margins to zero then get rid of the header/footer in the master.

You can then adjust margins/padding on each page if you want but I tend to position things relative to the browser window anyway, making margins redundant.


05-12-2014 12:44 PM #9 caurmen (Administrator)

Great vid!


05-15-2014 05:41 PM #10 jjonathan (Member)

Hi Zeno, great video! Got some ideas for my mobile landing pages too!

Would minifying mobile landing pages be a good idea? Trying to reduce my load time and I tried the second minifier, full lander in cdn etc. Not sure if it will pose loading issues with phones, loads fine with gtmetrix etc.


05-15-2014 11:38 PM #11 zeno (Administrator)

Minifying is definitely a good idea for mobile. With mobile you want to reduce the number of connections required so it is wise to inline all CSS, use minimal images, etc.

Just use tools that contract the code and you'll be fine.


05-16-2014 05:16 PM #12 jjonathan (Member)

Thanks Zeno, I used this that you linked (www.willpeavy.com/minifier/), inline css and all. The load speed went from 0.8 ish down to about 0.5-0.6. Quite significant I must say

ps. how do you get that desktop so neat? Is that a program or just a wallpaper with an overlay, and you manually keep the program that neat? Love it! Mine is a mess. I need to organize my desktop and...basically everything in life.


05-17-2014 02:12 AM #13 zeno (Administrator)

I use two tools which I consider invaluable: Stardock Fences and Bins.

Stardock Fences lets you make the boxes on your desktop for holding icons, folder portals and multiple desktop layouts that you can flick between.

Bins lets you aggregate icons on your taskbar so that you can, e.g. have a single icon to give access to all your design tools, e.g.





It also lets you use windows key shortcuts... so in this example if I hold the windows key and hit 2 2 it will open Chrome. Windows + 4 4 would open Muse. Can be handy!


06-10-2014 12:19 AM #14 claytonb (Member)

Hey Zeno, I can't believe it took me until now to watch this! I have been using Muse to make LP's, but discovered so many new tricks when watching this. Thank you so much!! Just a couple of questions.

1. How important is the removal of non-essential css?

2. How essential is the swapping for google fonts?


Not skilled whatsoever code wise and wondering vital it is considering the time it would take someone like myself to find each piece of code to remove vs leaving it as is. Thanks!


06-10-2014 07:39 AM #15 zeno (Administrator)

1. Has a substantial relative impact on site_global.css filesize (e.g. 6 KB > 1 KB) but this will have negligible impact on page load for someone with a decent connection. For mobile every kB counts.

2. Not sure, haven't tested. I imagine the Google CDN is a bit faster, not sure what the 'musecdn' is served through, but you have a higher chance of people having a Google-hosted font cached than from the 'musecdn'. I would run Pingdom tests on the original lander and have a look at how the font loading speed differs before/after, and go with the Google font if in doubt.


06-10-2014 08:38 AM #16 lanikai87 (Member)

Hey man legit thread. Thank you for this.


06-19-2014 08:02 AM #17 zeno (Administrator)

Quick update:

Adobe has just released "2014" versions of Dreamweaver, PS, AI, Muse and so on.

The live view + live code + inspect mode of Dreamweaver, and the CSS panel, is now awesome for doing CSS changes. I recommend checking it out rather than using Firefox to preview live changes.


07-02-2014 07:59 AM #18 sciaq (Member)

Awesome guide mate, the Minify is golden not just for speed but to make your code look fucked to people who jack your lander!


07-13-2014 05:54 AM #19 izzy (Member)

Great video Zeno. Have you found Cedexis to be effective?


07-14-2014 07:19 AM #20 zeno (Administrator)

They work fine albeit better if running more volume - if you're only running 50 clicks a day to a lander then it can take a while to get decent plots.

I just like them because it's easy and free and encourages me to do research on connectivity in countries.

NewRelic is better but only works for pages hosted on your server that have been delivered by the PHP processor (you can actually make HTML files get delivered as if they were PHP files).


08-12-2014 11:50 PM #21 gcellis (Member)

@zeno: Thanks a lot for that awesome tutorial. I have just subscribed to muse and getting ready to do my first mobile lander. Can I use the same technique that you use in the tutorial (anchoring the text to the edge and setting the background to "scale to fill") to make my lander work with a phone and a tablet? I saw your desktop looking "Responsive" like in the tutorial. Thanks Zeno.


08-13-2014 03:24 AM #22 zeno (Administrator)

The scaling with browser window effect doesn't really transition to mobile responsiveness.

In phone/tablet landers what you need to focus on is the lander displaying nicely, not just resizing to fit the window width.

This requires media queries and CSS voodoo to make font-sizes and layout changes for portrait/landscape orientation and for different device screen sizes.

There's no real shortcut that I know of here - best to design a portrait-style page and test it on many devices (using e.g. BrowserStack) and add media queries to fix devices who show things far too small or too big.


08-13-2014 07:09 PM #23 bjmaks (Member)

Quote Originally Posted by bshimmer View Post

full screen or linking out isn't working for me on chrome. anyway to get it to full screen?

cheers

had the same problem in chrome.

To watch in fullscreen just click the 'Vimeo' icon in the bottom right of the video. This will take you vimeo's site where fullscreen will work. for some reason it just doesn't work embedded.


08-14-2014 04:01 AM #24 zeno (Administrator)

Yeah it's a Vimeo problem that we can't fix.


09-18-2014 02:59 PM #25 barnone (Member)

Any chance you could make the video downloadable?


09-18-2014 10:25 PM #26 zeno (Administrator)

Nope. STM trademarked and classified for member eyes only! Doing it this way is our best bet to prevent people leeching and disseminating forum video content.


09-18-2014 11:19 PM #27 aady83 (Member)

dynamite once again, just saw this. At first i was sceptical about joining the forum, and without doubt I can honestly say it is one of the best things I could have done to help out my IM career. Resources exactly like this helped answer some of the question that I had, and the feedback from others has been great. Thanks once again Zeno.


09-26-2014 08:29 PM #28 sodafish (Member)

Awesome tutorial, thanks. I have been learning all that I can about Photoshop and I've been making some decent landers. Your video taught me a lot.


09-27-2014 05:59 AM #29 zeno (Administrator)

Quick update: we are hopefully going to fix the fullscreen Vimeo issue that plagues us. It seems to be something that we can't control so we are talking to a VB expert!


10-22-2014 03:39 PM #30 Riki5layer (Member)

Hi zeno, thanks for the great tutorial. I was also wondering, as I have a LeadPages account, is it advisable to use LeadPages landing page for AM offers (am thinking to start with Gaming offers)? Will there be any security issue or any problems I will encounter? Or it's best to just use the basic DIY as you taught in the tutorial? Thanks.


01-26-2018 03:10 AM #31 vikram (Member)

Thanks very much!


Would you have the URL for the video? It is really small here. Or better yet, would you be able to upload it to YouTube (unlisted if you like)?


Is Muse still the best program for non-coders? Is it good for mobile-only landers as well?


01-26-2018 06:41 AM #32 affpayinggao (Veteran Member)

Really awesome tutorial, thanks.


Home > Design - Imagery, Banners & Landers > Landing Pages