Original User: Arkitech
Hi
Is it possible? Yes but the limiting factor will be your knowledge of Javascript.
You will run into problems by just ''adding'' all the examples together. You are going to need to look at the event handlers for the functions etc and also how to design the front end UI, your limiting factor will be your javascript knowledge especially on something like this but if its not ''critical'' then its a good project to go ahead with and try to get to grips with Javascript and ESRI's API.
Best option would be to start with some of the simpler stuff to add together. IE get a basic map working with the legend, then add the overview as these are widgets and quite simple to add/remove and require little messing around with the code. Once you get them up and running (and styled and positioned in the required places using CSS and HTML) you can progress into some of the more difficult functions. Do it step by step and slowly so you can see your error as you will get alot!
While you working on your project, spend time on somewhere like codeacadamy so you can get the basics of Javascript as this will help you code correctly and make sure you understand how the different parts of code work. You need to know a bit about HTML and CSS so you can style and position your elements correctly.
Use a decient editor, like visual studio's, aptana, notepadd++ and sublime all have positives and negatives, the first two have code assist plugins that can help you code correctly to the esri api.
Ask for help and we can help you on your way but its possible with time put into learning it all.
Use Firefox with firebug or chrome's alternative etc, the console and net tab will be effective help 🙂