Category - SiteMaker features

Thu, 17 Feb 2011


Joe

Thu, 17 Feb 2011, 17:58



The Moonfruit blog preview

A few of you have been asking about getting a bit of a blog preview so you can see how it will fit into your existing sites. Given we're still a few weeks away from being able to release this we thought it was about time to show you how it works and give you a bit of a sneak preview of the current work in progress. So here it is.

Blog view

The blog article stream will sit in your site just like a piece of content on any other page and will allow you to place other objects around the stream just like you would on any other page.

Screen_shot_2011-02-17_at_14.35.36.png
Blog stream in site

So that just looks like a blog steam, so what? The reason our blog is so special is that it will work just like any other piece of content within Moonfruit which means you can customise its appearance yourself using the editor without getting involved in templates or CSS or HTML. If you want to make it bigger or smaller, just drag the scale handles. If you want to drag your blog around the page and move the other objects too, then that is also possible.

Screen_shot_2011-02-17_at_14.36.44.png
Moving objects around the page

If you want to change the font/colour/size of the text used in the blog, just click into the blog object, select the text you want to modify and then change it. If you change the 'title' field, it will change every 'title' on each blog page. Cool.

Screen_shot_2011-02-17_at_14.37.25.png
Styling blog elements

And here's what the article page looks like. It works the same way in terms of positioning the objects and styling the elements. Change it on one page and all articles will change. Simple.

Screen_shot_2011-02-17_at_14.38.27.png
Screen_shot_2011-02-17_at_14.38.55.png
Blog article view

Blog editor

So that's where you style and view your articles, just like any other page in Moonfruit. But it's not where you add an article or edit the content. This is the major difference between the 'blog pages' and other pages in your site. The content that populates the blog stream and the article content comes from your database of articles. So here is the blog editor.

Screen_shot_2011-02-17_at_17.40.02.png
Blog editor dashboard

The dashboard shows a quick post view, plus recent comments and posts. You can publish a number of different article types ranging from the quick micro-blog style, to the full article editor. Audio and Video posts will not be in blog V1, but you can capture images from your webcam. We've got Audio and Video working in R&D, but need to build some new players to do them justice.

Screen_shot_2011-02-17_at_17.41.31.png
Blog article editor

When you add a new post it will automatically jump to the top of your post stream and create a new page for it. Each page will have its own URL including meta data for SEO.

Some extra cool stuff we need to finish first before we can release it, includes the unlimited page length so that your blog page and comments can just extend the page rather than scroll. And we're also aiming to remove the '/numbers' in your page URLs and blog URLs too.

So we really are working on it, and it really is coming. Really. Much of the technology we've produced to make this work will be used directly for the e-commerce too. So imagine being able to do this with your shop as well!

Thu, 10 Feb 2011

Joe

Thu, 10 Feb 2011, 20:29



Your site on different devices and how the mobile version works

A major part of the last release was addressing the way your site is displayed on different devices. A key part of this was the mobile HTML view, but more than that we had to put in place a plan to cater for all devices that let us decide which version they should see based on their screen size and Flash capabilities. Generally mobile devices will see the mobile HTML, while large non-Flash devices (e.g. iPad) will see the desktop HTML and Flash enabled devices will see the Flash. As the new Andriod tablets start hitting the market in larger volumes this year, we'll see how they perform and choose either the Flash or non-Flash view appropriately as the default.

snootyFoxWebsite.png

Snooty fox website

3Devices.png

Snooty fox on 3 HTML devices

andoidDeviceWithFlash.png

Snooty fox on Galaxy Tab (Andriod with Flash)

Mobile HTML

So version 1.0 of our mobile HTML is now live. It is optimised for small screen mobile devices in that the content of each page is ordered in a single column for ease of reading, images are resized for the device size, links are made larger for ease of use and the navigation uses a roll out menu leaving more space for the content.

It's definitely a version 1.0 for us because we already have a list of improvements we want to make, but we also want to gather your feedback to understand things you think it doesn't do well and get ideas on other improvements you'd like to see.

How it currently works

When you build a site with us you are allowed to lay out your content in any way you like. You can move any object to any position, you can layer objects on top of each other and you can change the colour, size or rotation of nearly anything. This is great as a free form design package, but it can be hard to see what the underlying 'structure' of the page is. As a human looking at your site it's obvious, but as a piece of code 'looking' at your site and trying to figure out what is important and what isn't, then it's not always easy.

The challenge for us in creating this mobile version was to write an algorithm that analyses your Flash page, 'understands' the logical order of your content and then lay this out in a single column for mobile. The code seeks to prioritise the 'important' content and make sure this is displayed without 'noise'. So our code makes a few assumptions about what is important and how objects relate to each other.

Columns, groups, headers and footers

To create a structure for your content we try to group things into rows and columns and then identify a header and a footer. When we look at an individual page the content of that page is combined with the content of the page master so we look at all objects together.

We first attempt to group objects that are related. This includes objects which overlay each other, or objects in close proximity to each other through the x or y axis.

TIP: If content is related, keep it lined up (e.g. Look at the x or y positions to keep them in a line) and this will help us group them correctly.

Using this technique we can identify rows and columns of content within your site. When we have to display this in a single column for mobile then we need to choose which column is the primary content (should be displayed first). We assume that the widest identified column is the key content and display this one first, then the other columns.

TIP: Make your most important content part of the widest column.

We also attempt to identify the 'header' and the 'footer' from the page and page master content. The 'header' is defined as any content that appears above the site menu, or in the case where you don't have a menu then the first 'row' is deemed to the be header. Similarly for the footer, we use the placement of certain widgets (e.g. the 'welcome/login' widget or the social media links widget) as indications of the start of the footer, or in the absence of these the last row is then deemed to be the footer. We may add explicit 'guides' for the header and footer in the future.

TIP: Experiment with the position of objects to help correctly define your header and footer.

Items that are ignored

We ignore some 'images' or empty text boxes if they are covered up by other objects. The reason we do this is that some objects are only on your site to create a visual division based on the Flash layout which will be different in the single column layout. For example putting a coloured square behind some text may be part of your design on the Flash site, but for the HTML version the text is most important and the square should be rendered as a separate image. So if you have an image or empty text box underneath other objects they will not be shown in the HTML.

TIP: If there is an image you think should be shown but isn't, make sure it's not covered by something else.

This is one area will will try to improve in future releases including one idea that may give you a specific flag on objects to say whether they should or shouldn't appear in the HTML version. We would preset these, but you could override them.

Design

At the moment the design of the mobile HTML version is reasonably generic. We take your HTML background colour and use this, but we don't apply any additional styling to text colour or menu colour for example. We experimented with taking some settings from your site and applying these (e.g. Menu colours) but found that because people build menus differently we couldn't be certain these settings were correct. Some sites looked great, some were unusable. We will work on improving this in future releases, perhaps adding specific settings for mobile styling.

Menu

For the mobile HTML, the 'menu' button at the top will always display at the top of your site even if you have 'hidden the menu from this page'. This is to ensure there is always a way to navigate the site. The menu will display all pages in your site except those that are 'hidden from the menu'.

SEO rules (H1, H2 and H3)

The first 'title' text box that appears on your page is marked up as an H1 title. Any other 'title' text boxes are marked as H2. In your body text if you have a line at the beginning of the text box that is bold and less than 120 characters long this is deemed to be an H3 title. All other text is just text.

And that's about it. I hope that makes some sense and please let us know if you have any questions.

Tue, 8 Dec 2009

Joe

Tue, 8 Dec 2009, 13:37




Cool shops on Moonfruit using the HTML widget

Well, we told you the HTML widget would open up new possibilities for e-commerce. And it looks like a few of our cutting edge users have started to integrate full-blown Amazon stores into their Moonfruit websites. Clever them ;-)

Of course this won't stop us working on our own e-commerce upgrade which is due out mid next year, but it certainly gives you something to get on with.


strictlySwimmingHomepage.jpg
The Strictly Swimming home page with large shop link

So how have they done this?

Continue reading...

Wed, 25 Nov 2009

Joe

Wed, 25 Nov 2009, 09:10



New Toolbar for everyone from Feb 2010

Following the successful roll out of the New Toolbar for all new customers late in October, and the positive feedback from customers using it, we are now planning to phase out the old 'basic' and 'advanced' Toolbars from 1st Feb 2010.

We wanted to give you long enough to play with the New Toolbar (if you haven't already) as well as provide further feedback to us about what could make it better for you before this switch-over date. We have already received valuable feedback during the beta phase from you that helped us shape changes for the current release. We want to make sure we give further opportunity before the final version becomes the only version.

toolbar.jpg
New Moonfruit Toolbar


So why are we doing this? Read on, read on...

Continue reading...

Tue, 22 Sep 2009

Wendy

Tue, 22 Sep 2009, 11:24



Sneak Preview: Radical Overhaul of Moonfruit Sitemaker Edit Environment

We love the autumn(fall)! After a refreshing summer break everyone's 'back to school', sleeves rolled up and raring to go! The Moonfruit team is no exception: we're dying to show you the new product improvements we've been working on over the last few months.

One of the areas we've wanted to improve and simplify for several years now is the editing workspace for Moonfruit. We wanted to provide old Moonfruiters with quicker access to hidden power-user tools and to help newbies get to grips with customising their websites faster and even more intuitively. So here's a glimpse of what's coming very soon...

Continue reading...

How to create members only/client only pages of your website

Members only areas or client only areas can be useful ways of providing privileged information to a select group of your site visitors. This can allow you to create better relationships with these people and use your website to present or distribute information privately with a guest list that you directly control. It’s one of the features that makes Moonfruit unique among other website builders, and extremely powerful.

We've also been asked about 'paid membership'. By using Groups to create a set of VIP members it is possible to charge a fee before adding a member to that group, though this has to be done manually. So here’s how to do all of these things.

Continue reading...

Fri, 22 May 2009

Joe

Fri, 22 May 2009, 10:43




Why are members good for growing my site?

Members are people that have a relationship with your site, including their own login. They are users who have taken the step from being a visitor to signing up and creating their own account with you. Members can be advocates of your site and your services, along with helping you grow your site by telling other people about you (although they can also be detractors, so make sure you treat them nice!).

Continue reading...

Tue, 17 Mar 2009

Joe

Tue, 17 Mar 2009, 10:40




HTML widget - what have you found?

So, it's been a month or so since we released the alpha (early testing) version of the HTML widget. We've had nearly 250 people download and try out the widget in our website builder from our site labs.moonfruit.com, so we know you've been using it. But the thing we want to know is what have you been using it for?

Continue reading...

Thu, 15 Jan 2009

Walt

Thu, 15 Jan 2009, 17:21




SiteMaker and Search Engine Optimisation (SEO) - Part VII - Taxi Royal

Another year, another Rambo movie (yawn), another Pixar movie - Wall-E (nice), and another Batman movie (yeah!!!). So what else is 'same, same but different', as they say in Thailand, this year? A year on and it was time to revisit our favourite taxi company - Joe's West London Taxis - and see how it was doing in the Search Engine rankings.

Continue reading...

Wed, 19 Mar 2008

Joe

Wed, 19 Mar 2008, 14:11



New showhomes sites

Because our tool can be used in so many ways, the choices can often be mind-boggling. Each tool has a number of different ways that it can be customised to make it look the way you want and do the things you do, but sometimes you don't know what you want until you see it! So that's why we present to you the show homes. Here you'll find real examples of how tools can be used to stimulate your creative imagination...

Continue reading...

- page 1 of 2