You are here > Skip Navigation LinkseMockups Home > Rapid Prototyping & Mockup to xHTML > Website Prototyping, Pure CSS, Dreamweaver & Visual Studio Support
Wednesday 08 September 2010
eMockups - Image to Web Prototyping eMockups- Jumpstarting your Web Development
Website Prototyping

The secret to a successful website is very much the initial design. The design is the interface that your customers see. It has to overcome many hurdles to be successful. It needs to be familiar, so that the users can guess which link to click, to get to where they want to go. It has to be innovative, so that your users don't get bored and click elsewhere, and it has to be fast. Don't expect your users to wait until your fantastic movie downloads.

eMockups - "bridges the gap between good design and faithful execution of your design to the Internet"

Good design can clear these hurdles effortlessly. Layout of controls and features rely on a close understanding of how humans interpret information in text and graphic form. Getting the balance between simplicity and technically advanced functionality is key to effortless user browsing. Providing the right features to hand that work as expected within social conventions is the mark of a good designer.

Just because you are a good designer doesn't neccessarily mean you are a good web developer. Typically many design houses use third-party contractors for their web work. More business is being done on the Internet and this trend is set to continue. Internet sales now account for a significant slice of commerce in the US and EU. More and more businesses are waking to the realisation that having a web presence is "just not good enough".

eMockups makes your life easier, it bridges the gap between good design and faithful execution of your design to the Internet. We offer a service that streamlines your design to web operations with consistent execution at a price that is sure to save you money. We use solid coding methods to ensure validation and quality and we don't tie you in to eMockups. Our web projects are open for modification and enhancement. The following sections describe the technical aspects of our service.

css 2.1 compliant prototypes
Visual Studio Master Pages
Dreamweaver Temaplates

If you are developing straight xHTML, classic ASP, PHP or Coldfusion websites the chances are you are using Adobe Dreamweaver® to write the code. Dreamweaver has been the de-facto standard for web development for many years and has good integration with PHP and mySQL and with Adobe Coldfusion. Dreamweaver allows a user to develop visually stunning websites without writing code. The code it does create is W3C compliant and for the most part well structured.

eMockups - Dreamweaver Templates

Templates are a great way to maintain consistency across a website. Static HTML pages have traditionally been edited on a page by page basis - until the advent of Dreamweaver. Dreamweaver uses editable regions as the delimiter for where the content page starts and stops, but unlike Visual Studio the whole page of HTML is written without the merging process. In many ways this makes the content pages easier to markup, especially if you are using a text editor which most website professionals tend to do.

A defined editable region details parts of a page which are editable. Anything that falls outside an editable region cannot be edited within a page created using a template. All new pages created from a template are designated with the template name. A common scenario would be to place all content that will be changed across pages into editable regions. Everything that should remain consistent, such as navigation, logos, images, colours and positioning can be outside an editable region, meaning that changes cannot be made on a page created from the template. The reason for these non-editable parts is that they can be updated across all pages which use the template, when changes are made to the template. This stops you from needing to change individual pages when making slight amendments to content.

As with Master Pages eMockups template define at least two editable regions; one for access to the <head> section of the web page and another to add main content. It is important to have access to the <head> part of the web page as client side javascript would need to be placed there for the indivdual content page. In many situations you would not normally want to include javascript code in the template when it was only applicable to one content page.

Updating Templates is very easy, you could edit the template with your changes, save the file and cascade those changes to all content pages designated with the same Template name.

The eMockups Dreamweaver templates are created with Dreamweaver CS3. If you are using an earlier version of Dreamweaver our templates should work with version Dreamweaver MX. If you are unsure you should consult with your supplier before running the Submission Wizard.