Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Where can I hire a Dreamweaver website builder?

Community Beginner ,
May 25, 2017 May 25, 2017

Copy link to clipboard

Copied

I am a long time Dreamweaver user and designed/ built my own website for our company a long time ago... but I am very slow and inefficient at it.  We are now redesigning and building the site since it shows its age and unprofessional origin.  I have a designer chosen and am currently working on the overall look of the homepage (and a few others), but I would like to hire someone else to build it for me.  I would then be able to take over after completion, and as we move forward, I can make adjustments using my own SW (Dreamweaver CS5 Version 11).  Do you guys know where I can go to post this request?

[Moderator moved from The Lounge to Dreamweaver support forum​.]

Views

1.1K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 31, 2017 May 31, 2017

Web design & development is a set of skills.  It's not about any one tool or technology.  In the end it's all about the code,  the method -- static or database driven, and the frameworks we use -- Bootstrap, Foundation, Flexbox, WordPress, etc...

Editing static pages in DW Design View falls within your comfort zone.   I fully get that.  But making that your primary focus is impractical for the developer.  Why?  Because this is 2017. You want somebody to build you a great modern website AND facili

...

Votes

Translate
Community Expert ,
May 25, 2017 May 25, 2017

Copy link to clipboard

Copied

  1. What's your budget?
  2. How many pages do you need built?
  3. What functionality do you require for your new site -- forms, log-ins, e-commerce, blog, etc....?
  4. Is your "designer" skilled with modern responsive web design practices & SVG images?
  5. How code literate are you with HTML5, CSS, Javascript, etc...?
  6. Which server-side languages does your hosting plan support?

Keep in mind that legacy CS5 is not capable of supporting modern web technologies & advanced CSS very well.  It's too old.  Unless you can work with code, you may be in for a real shock when you see how your new site looks in Design View. 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 26, 2017 May 26, 2017

Copy link to clipboard

Copied

I have to agree with Nancy about using CS5 and working in code view.  Have you considered just moving towards a CMS?  You could go out and hire a developer to install a CMS on your web server and then you can just go in and edit content.  The template would remain in the code if you really wanted to download it and edit it from the server, but for the most part, you would have access to the content through your browser to edit in a semi-WYSIWYG interface and then you wouldn't even need to worry about what version of DW you have or uploading/download or worrying about understanding the template if they don't render well in your older editor.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 26, 2017 May 26, 2017

Copy link to clipboard

Copied

Thank you both for your input!  They have already helped me in my thought process. 

I am happy with the simplicity of our current website.  It is geared toward engineers and they dont always require lots of bells and whistles... "just the facts."  I just hate the antiquated look of it.  Maybe I can just update graphics and achieve what I want, but maybe I do need to add some newer web technologies to achieve a more modern visitor experience.  I just dont know.

Our website (mctcameras.com) has been around for a long time and I am embarrassed to say that it was built over 10 years ago.  In our industry and company size we rank very high with the search engines so I am hesitant to change because I hate to mess up a good thing.  We pay Google (adwords, submittals, etc) and Yahoo very little.  I think the simplicity of it (less graphics, more wording, etc) might be helping us, but I dont claim to know the voodoo that goes into a ranking.

Some quick answers to your questions:

  1. Budget?  As little as possible (ha!), but I expect to pay $7k to $10k total (design and build).
  2. How many pages do you need built?  Aproximately 30 pages in the beginning, but I will need to add more soon (which is why I would like to be able to manage)
  3. What functionality do you require for your new site -- forms, log-ins, e-commerce, blog, etc....?  Would like one "Contact Us" form which will be tied to Salesforce in a "Web to Lead" format.  I think I can create this if needed.  Will have a page which links to dozens of Youtube Videos.  E-Commerce is not needed at this time, but I would like that option moving forward.
  4. Is your "designer" skilled with modern responsive web design practices & SVG images? I dont know how skilled they are since I have note really chosen them yet.  I am using designcontest.com to pick the right look and feel and am hoping that after I have the overall look correct, I can then pass that on to a builder and ask them to please "make it work."  Am I over-simplifying that process?
  5. How code literate are you with HTML5, CSS, Javascript, etc...?  I am ignorant of them all.  One of the nice things I liked about Dreamweaver is that I could basically cut and paste and edit visually.  It was very simple.
  6. Which server-side languages does your hosting plan support?  Earthlink hosts our website and they told me that they support almost everything (html, Joomla etc.), but if there is something specific that I wish to build around, it might be best to confirm with them first.

Does this help?  Thank you so much for taking the time to pass on your thoughts.  Your generosity to a stranger is greatly appreciated!

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 26, 2017 May 26, 2017

Copy link to clipboard

Copied

IMO, you're going to find it very difficult to keep using DW CS5's Design View.  Way too much has changed in 10 years.  As an example, this fairly basic responsive layout:

Try pasting this code into a new, blank document.  Can you work with this? And more importantly, do you understand any of it?

<!doctype html>

<html lang="en">

<head>

<meta charset="utf-8">

<title>Bootstrap 3.3.7 Starter</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<!-- Latest compiled and minified Bootstrap, Bootswatch Superhero Theme-->

<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/superhero/bootstrap.min.css" rel="stylesheet" integrity="sha384-Xqcy5ttufkC3rBa8EdiAyA1VgOGrmel2Y+wxm4K3kI3fcjTWlDWrlnxyD6hOi3PF" crossorigin="anonymous">

<style>

body {

    padding-top: 38px;

    font-size: 125%

}

.center-block { float: none }

.jumbotron {

    background: url(http://lorempixel.com/1200/400/abstract/7) no-repeat center center;

    background-size: cover;

    color: antiquewhite;

}

</style>

</head>

<body>

<!--BEGIN NAVBAR-->

<nav class="navbar navbar-default navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="Index.html">WebSiteName</a> </div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav">

<li class="active"><a href="index.html" class="glyphicon glyphicon-home"> Home</a></li>

</ul>

<ul class="nav navbar-nav navbar-right">

<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Dropdown 1 <span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="#">submenu 1-1</a></li>

<li><a href="#">submenu 1-2</a></li>

<li><a href="#">submenu 1-3</a></li>

</ul>

</li>

<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Dropdown 2 <span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="#">submenu 2-1</a></li>

<li><a href="#">submenu 2-2</a></li>

<li><a href="#">submenu 2-3</a></li>

</ul>

</li>

<li><a href="#">Menu 3</a></li>

<li><a href="#">Menu 4</a></li>

<li><a href="#">Menu 5</a></li>

<!-- ADD GOOGLE SEARCH FORM HERE -->

<script>

//Enter domain of site to search.

var domainroot="mctcameras.com"

function Gsitesearch(curobj){ curobj.q.value="site:"+domainroot+" "+curobj.qfront.value }

</script>

<form class="search navbar-form navbar-right" action="http://www.google.com/search" method="get" role="search" onSubmit="Gsitesearch(this)">

<div class="input-group">

<input name="q" type="hidden" />

<input class="form-control searchField" name="qfront" type="search" required placeholder="Google Site Search" maxlength="50"/>

<span class="input-group-btn">

<button type="submit" class="search-button btn btn-primary"> <span class="glyphicon glyphicon-search"></span> </button>

</span> </div>

</form>

</ul>

</div>

</div>

<!--end top navbar--></nav>

<header class="container-fluid">

<div class="row">

<div class="jumbotron text-center">

<h1>Our Awesome Website</h1>

<h2>Some Pithy Slogan</h2>

</div>

</div>

</header>

<!--BEGIN CONTENT PANELS-->

<section class="container" id="content">

<div class="row">

<div class="col-sm-6 col-md-3">

<div class="panel panel-danger">

<div class="panel-heading">

<h3 class="text-center">Heading 3</h3>

</div>

<div class="panel-body">

<figure class="no-padding"> <img class="img-responsive center-block" src="http://lorempixel.com/400/300/technics/1" alt="details">

<figcaption>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi! </p>

<button type="button" class="btn btn-sm btn-primary center-block" data-toggle="modal" data-target="#myModal1">CLICK HERE!</button>

</figcaption>

</figure>

</div>

</div>

</div>

<div class="col-sm-6 col-md-3">

<div class="panel panel-info">

<div class="panel-heading">

<h3 class="text-center">Heading 3</h3>

</div>

<div class="panel-body">

<figure class="no-padding"> <img class="img-responsive center-block" src="http://lorempixel.com/400/300/technics/4" alt="details">

<figcaption>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi! </p>

<button type="button" class="btn btn-sm btn-primary center-block" data-toggle="modal" data-target="#myModal2">DETAILS</button>

</figcaption>

</figure>

</div>

</div>

</div>

<div class="col-sm-6 col-md-3">

<div class="panel panel-success">

<div class="panel-heading">

<h3 class="text-center">Heading 3</h3>

</div>

<div class="panel-body">

<figure class="no-padding"> <img class="img-responsive center-block" src="http://lorempixel.com/400/300/technics/5" alt="details">

<figcaption>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi! </p>

<button type="button" class="btn btn-sm btn-primary center-block" data-toggle="modal" data-target="#myModal3">DETAILS</button>

</figcaption>

</figure>

</div>

</div>

</div>

<div class="col-sm-6 col-md-3">

<div class="panel panel-warning">

<div class="panel-heading">

<h3 class="text-center">Heading 3</h3>

</div>

<div class="panel-body">

<figure class="no-padding"> <img class="img-responsive center-block" src="http://lorempixel.com/400/300/technics/6" alt="details">

<figcaption>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi! </p>

<button type="button" class="btn btn-sm btn-primary center-block" data-toggle="modal" data-target="#myModal4">DETAILS</button>

</figcaption>

</figure>

</div>

</div>

<!--/panels--></div>

<!--DETAILS-->

<!--begin modal window 1-->

<div class="modal fade" id="myModal1">

<div class="modal-dialog">

<div class="modal-content">

<h3 class="modal-header">

<div class="pull-left">Heading 3</div>

<button type="button" class="close" data-dismiss="modal" title="Close"> <span class="glyphicon glyphicon-remove"></span></button>

</h3>

<div class="modal-body"> <img class="img-responsive center-block" src="http://lorempixel.com/400/300/technics/1" alt="description">

<p> </p>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>

<!--end modal-body--></div>

<div class="modal-footer">

<div class="pull-left"><small>Modal Footer</small></div>

<button class="btn-sm close" type="button" data-dismiss="modal">Close</button>

<!--end modal-footer--></div>

<!--end modal-content--></div>

<!--end modal-dialoge--></div>

<!--end myModal#1--></div>

<!--/row--></div>

<!--/container--></section>

<hr>

<!--FOOTER-->

<section class="container-fluid">

<footer class="row">

<div class="text-center"> Footer goes here... </div>

</footer>

</section>

<!--Compiled & minified jQuery-->

<script src="https://code.jquery.com/jquery-1.12.2.min.js" integrity="sha256-lZFHibXzMHo3GGeehn1hudTAP3Sc0uKXBXAzHX1sjtk=" crossorigin="anonymous">

</script>

<!--Latest compiled & minifed Bootstrap-->

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

</body>

</html>

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 30, 2017 May 30, 2017

Copy link to clipboard

Copied

Not that it really matters, but I did upgrade my version in 2010 so it is still majorly outdated, just not over 10 years.  Your point is still well taken though.

I did cut and paste the code and it renders perfectly.  I can work with it easily (change wording, etc), but I certainly don't understand it.  But I never understood the code before and only used the design view.  My problem would be working in this design view since it looks a little different than when it is published/ previewed in browser.  In your example the 4 headings are supposed to be horizontal and in my DW design view, they are stacked vertically... until I preview in browser.  As long as I know this, I can work with it.  If someone were to build an entire site for me, I could probably duplicate pages and adjust the wording to fit, but if I had to add a totally new page with a different look, I would be stuck or at least highly inefficient in creating it.

Does my slightly newer version of DW help the situation at all?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 30, 2017 May 30, 2017

Copy link to clipboard

Copied

If you can't work with code, I don't think DW is the right fit for you -- no matter which version you use. 

Ben's suggestion of hiring someone to build you a content management system (CMS) is a better long term solution. 

  • There are several open source CMS frameworks: WordPress, Joomla! and Drupal to name 3. 
  • Adobe Business Catalyst is another option to look at.  BC is an all in one business platform which includes web hosting on BC's servers.   The online CMS makes it easy to maintain your web site without coding skills.  BC won't work on Earthlink servers, however.   You would need to change hosts.
  • A custom CMS would be another more costly option to consider but might serve your needs better than a packaged framework.  

You need to decide, in consultation with an experienced web developer, which features & functionality your site requires now and well into the future.  Ideally, you need a user-friendly site you can work with that can grow as your needs grow.

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 30, 2017 May 30, 2017

Copy link to clipboard

Copied

I might agree with you that DW is not the right product for someone who doesn't know code... but it is the platform that I am most comfortable with.  I certainly don't know it to the level that you do (or most in this forum), but I have been building and editing 100's of pages with it for 10+ years now.  Most of those pages are from scratch and all were done using design view (dummy view).  I am very, very happy with DW and I would like to continue using it if at all possible.  I just want someone to spend the time building the thing for me so that I can edit and add to it later.

If you guys are telling me that I flat out cant do it, then I will start investigating other options (like those you suggested).  But if I can use it the same way I have been using it (design view), albeit not ideal, I would like to continue down that path and find a builder who will work with me.  If the latter is still in play, then my question would still be "where can I go to post a request for a builder?"

Thanks for any patience you all can extend to me now.  It's obvious that I know only enough to be dangerous.  DW seems straight forward and easy for me to work with, but "ignorance is bliss."  Ha!

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 31, 2017 May 31, 2017

Copy link to clipboard

Copied

Shall I re-post my question?  I am afraid it may have been lost in the viability of DW discussion.  Rephrased my question is:  "Where can I hire a DW website builder?"  Behind that question is:  Can I post my request somewhere in a forum?  Which one?

It's possible that my questions are not interesting in this forum.  I would like to know if that is the case so I don't keep re-posting them.  Thanks for any thoughts!

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 31, 2017 May 31, 2017

Copy link to clipboard

Copied

Trying to hire someone to rebuild a web site, no matter what type it is, is not something that is best handled via a forum.

You may be lucky and find someone willing to take on such a project, but that would depend on a forum viewer or member seeing your post, that person currently having the time available, and most importantly, the person wanting the actual work,

Most web design and development forums now, are in slow, (some faster than others) decline as other media for 'answering questions' become more popular. Then there is the problem of just what you require, as it sound, (reads) like this will be an on-going project without a specific time frame, which is also something that will make anyone think twice, even if they are interested.

Unfortunately I cannot recommend any specific forum, or approach you should take to find a developer that would not involve some risk both to yourself or the developer. You could try looking at developers in your local area, asking friends or business associates for recommendations, and of course there is the ultimate risk method of doing a google search for someone.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 31, 2017 May 31, 2017

Copy link to clipboard

Copied

pziecina,

Thank you for your thoughts!  I was just hoping that there would be a group of people in this community looking for work or at least know someone in need.  There was a time when it seemed like all web developers wanted work, but I think I am dating myself.  I still get an email every day from someone different asking to build my site... but that scares me.  In my sheltered world, I thought I would eventually come to a site where DW builders gathered, and I would post my job, they would reply, I would research their portfolio, and then I could pick.  I did this very thing 10 years ago, but it sounds like times have changed. 

Thanks so much for everyone's help.  I have other routes to pursue (although limited) and it sounds like that is what you guys are recommending.  In short, stay away from the internet and search local.  Ugggh.  Finding a developer who uses DW locally is going to be like finding a needle in a haystack.

Thanks again!

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 31, 2017 May 31, 2017

Copy link to clipboard

Copied

650nmWolf  wrote

Finding a developer who uses DW locally is going to be like finding a needle in a haystack.

That is going to be the most difficult problem for you, as Dw is not the most popular web development program outside of  dedicated Dw supporters, and even then many use other programs if they are doing anything with custom server-side and databases, or including more than basic javascript on the client side.

10 years ago there was no such thing as responsive web design, so everyone only thought about desktops, (many still do). As an example, if I was to take on the project I would now use css grid layouts as the main layout code, with items inside each grid done using css flexbox, but css grid layouts has no support in Dw, and flexbox has very bad support in my opinion.

That would mean for you, that you would be unable to edit or change anything.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 31, 2017 May 31, 2017

Copy link to clipboard

Copied

LATEST

Web design & development is a set of skills.  It's not about any one tool or technology.  In the end it's all about the code,  the method -- static or database driven, and the frameworks we use -- Bootstrap, Foundation, Flexbox, WordPress, etc...

Editing static pages in DW Design View falls within your comfort zone.   I fully get that.  But making that your primary focus is impractical for the developer.  Why?  Because this is 2017. You want somebody to build you a great modern website AND facilitate a way for you to keep using a 10 year old approach in an outdated Design View with legacy CS5 and no coding skills to speak of. 

Working around Design View limitations are the least of the challenges.  I could simply tell you to disable CSS and work with plain, un-styled pages.   But as soon as I introduce server-side & client-side technologies which are essential for a site this large, you will be completely lost and I dare say very unhappy with what you see in Design View.  Add to that the uncertainty of letting an unskilled coder have access to all that complex code and this quickly becomes a train wreck waiting to happen.  What will you do when things go wrong?  You can't work with the code.

The reality is you can't keep doing business as usual.  What you want is not in line with what you need.   Forget about hiring a Dreamweaver person.   Focus less on the tool and more on the project.   You'll get a lot more interested people that way.

PS.  You can post jobs on Adobe Behance

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines