Home > Paid Traffic Sources > Mobile

how to make a LANDING Page EASILY? (14)


12-09-2014 07:31 AM #1 laoba2006 (Member)
how to make a LANDING Page EASILY?

Hey Guys

I want to make a LP, any software your recommend?


12-09-2014 08:57 AM #2 twinaxe (Senior Moderator)

To make simple landing pages easily you can use http://www.wysiwygwebbuilder.com/

edit: just saw that it´s posted in the mobile section.
Can´t tell if the software is good for mobile as well, I only use it for web landers


12-09-2014 09:06 AM #3 globejohan (AMC Alumnus)

Twinaxe, how to make a fast mobile landinpage? . is CSS the way to go ? I trying to learn it .

And what call to action to have on a mobile landinpage of max 10 kb ? Just click to the offer?


12-09-2014 09:15 AM #4 zeno (Administrator)

Adobe Muse.

Edit: for mobile... lots of programs. Macaw, Reflow, Pinegrow, Webflow, Coffecup Responsive, Codiqa, etc.

Mobile landers aren't easy, FYI.

If you want them fast, responsive, and reliable then hand-coding is the way to go.


12-09-2014 09:29 AM #5 crysper (Member)

Quote Originally Posted by globejohan View Post
Twinaxe, how to make a fast mobile landinpage? . is CSS the way to go ? I trying to learn it .

And what call to action to have on a mobile landinpage of max 10 kb ? Just click to the offer?
- no external Javascript(or no JS at all)
- try to keep the CSS inside the main file in the HEAD section
- don't use images, only CSS OR use ultra-optimized images with low color depth
- keep a simple structure, no frameworks
- use a CDN


12-09-2014 09:36 AM #6 aushustler87 (AMC Alumnus)

I'm still super new to creating mobile landers BUT i've got a system in mind whereby i use Caurmans lander guide which i'll link to here

http://stmforum.com/forum/showthread...Actually-Works

to create several different template variations of a basic lander, and then all i need to do to create a new lander is to change the text and/or images, but make sure they're the same or similar size and you should be able to create lots of landers a lot quicker than creating a new one every time.


12-09-2014 09:50 AM #7 globejohan (AMC Alumnus)

Quote Originally Posted by crysper View Post
- no external Javascript(or no JS at all)
- try to keep the CSS inside the main file in the HEAD section
- don't use images, only CSS OR use ultra-optimized images with low color depth
- keep a simple structure, no frameworks
- use a CDN
How about collecting email on a mobile landing page , and after that click to the offer? Will it be to much steps for the user so i might lose the lead?


12-09-2014 09:57 AM #8 jacklord (AMC Alumnus)

Quote Originally Posted by zeno View Post
Adobe Muse.

Edit: for mobile... lots of programs. Macaw, Reflow, Pinegrow, Webflow, Coffecup Responsive, Codiqa, etc.

Mobile landers aren't easy, FYI.

If you want them fast, responsive, and reliable then hand-coding is the way to go.
Zeno when you say they aren't easy, can you clarify why? Not disagreeing just curious.

Also, does anyone rate unbounce for mobile landers? It seems quite easy to use just wondering what the downsides are, slow loading times etc


12-09-2014 11:44 PM #9 zeno (Administrator)

Mobile landers aren't easy for two reasons:

1) they need to be much more responsive. There are far more aspect ratios and absolute device screen resolutions to deal with vs desktops. With desktop you can get away with a visually designed page where the background scales and some elements are pinned relative to corners. On mobile you need media queries, % sizes, rem font sizes, break points, etc.

2) page load speed is more important due to device speed and connectivity, so you need to be more aggressive about optimising content.


12-10-2014 01:55 AM #10 maxfury (AMC Alumnus)

Hi is it possible to create a lightning fast simple lp with simple html n css coding but without js n media queries? I saw purecss got some premade css codes for responsive function.


12-10-2014 02:11 AM #11 laoba2006 (Member)

Yes, indeed! It is harder than I thought!
Thanks for the advise!


12-10-2014 02:13 AM #12 laoba2006 (Member)

Quote Originally Posted by aushustler87 View Post
I'm still super new to creating mobile landers BUT i've got a system in mind whereby i use Caurmans lander guide which i'll link to here

http://stmforum.com/forum/showthread...Actually-Works

to create several different template variations of a basic lander, and then all i need to do to create a new lander is to change the text and/or images, but make sure they're the same or similar size and you should be able to create lots of landers a lot quicker than creating a new one every time.
cool! Thanks for share! keep on update!


12-10-2014 02:15 AM #13 laoba2006 (Member)

Quote Originally Posted by zeno View Post
Mobile landers aren't easy for two reasons:

1) they need to be much more responsive. There are far more aspect ratios and absolute device screen resolutions to deal with vs desktops. With desktop you can get away with a visually designed page where the background scales and some elements are pinned relative to corners. On mobile you need media queries, % sizes, rem font sizes, break points, etc.

2) page load speed is more important due to device speed and connectivity, so you need to be more aggressive about optimising content.
totally agree!also try to make them attractive to audience is very tricky!


12-10-2014 04:23 AM #14 zeno (Administrator)

Quote Originally Posted by maxfury View Post
Hi is it possible to create a lightning fast simple lp with simple html n css coding but without js n media queries? I saw purecss got some premade css codes for responsive function.
You need media queries to be responsive. That's how a bootstrap like PureCSS works.

Bootstraps can be useful but they always add more file size to the page than needed.


Home > Paid Traffic Sources > Mobile