diff --git a/content/company/case-study/emove.mdx b/content/company/case-study/emove.mdx new file mode 100644 index 0000000000..c3558c3012 --- /dev/null +++ b/content/company/case-study/emove.mdx @@ -0,0 +1,50 @@ +--- +seo: + title: eMove Case Study + showBreadcrumb: true +heading: eMove +content: > + ## Challenge + + + eMove is a free online service for finding removalist quotes; utility connections/disconnections; address changes; cleaners; storage; packing and much more. + + SSW was brought into the project to provide new functionality for the removalist quotes and utility connections/disconnections. + SSW created 2 new DotNetNuke modules for the site and integrated into their solution and bug fixing existing errors on their existing site. + SSW was also commissioned to take a new design from eMove and create and implement a DotNetNuke skin for the new design. + + ![eMove before](/images/case-studies/emove-1.jpg)**Figure: Before** + + ![eMove after](/images/case-studies/emove-2.jpg)**Figure: After** + + + ## Process + + + ### DotNetNuke Skin Creation + + eMove provided SSW with a Photoshop (PSD File) design of the new look for the site. + SSW's team of graphic designers sliced up the file into dozens of images and created the css stylesheet for the colour scheme and layout. + SSW then created the new DotNetNuke skin using these files that were created for all pages on the eMove website. + + ### DotNetNuke Modules + + As part of the new design eMove wanted to add new functionality to their existing website. + Two new modules were created; [Removalists quotes](https://emove.com.au/Default.aspx?tabid=59) and [Connections/Disconnections](https://emove.com.au/ConnectDisconnect/tabid/61/Default.aspx). + The removalists quotes section contained wizard functionality to move between steps with validation and dynamic updates using AJAX technologies to create a user friendly experience. + + + ## Technologies + + + The Web Application is built on Microsoft ASP.NET 2.0 using DotNetNuke with a SQL Server 2005 backend. + + We also incorporated Microsoft AJAX and used Telerik RADControls for ASP.Net to create a richer user experience in the custom Desktop Modules. + + + ## Results + + + The project was deployed successfully and the client has indicated they are extremely satisified with the end result. +--- + diff --git a/content/company/clients.mdx b/content/company/clients.mdx index 778e969b6e..c7e97b363d 100644 --- a/content/company/clients.mdx +++ b/content/company/clients.mdx @@ -568,7 +568,7 @@ _body: solution and bug fixing existing errors on their existing site. SSW was also commissioned to take a new design from eMove and create and implement a DotNetNuke skin for the new design. - caseStudyUrl: 'https://www.ssw.com.au/SSW/Consulting/Case-Study/eMove.aspx' + caseStudyUrl: '/company/clients/emove' categories: - category: content/company/clientCategories/logistics.json - name: Maximus Imprint diff --git a/public/images/case-studies/emove-1.jpg b/public/images/case-studies/emove-1.jpg new file mode 100644 index 0000000000..24f2a5766d Binary files /dev/null and b/public/images/case-studies/emove-1.jpg differ diff --git a/public/images/case-studies/emove-2.jpg b/public/images/case-studies/emove-2.jpg new file mode 100644 index 0000000000..72edb64d51 Binary files /dev/null and b/public/images/case-studies/emove-2.jpg differ