Click here to Skip to main content
15,885,038 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hello Experts,

I want to create a project where you see a directions for the map inside a warehouse. Just like one we always see in shopping malls.
Any tutorials, links or guidance is appreciated.
Here is such link for understanding
http://www.miamiairportcurrencyexchange.com/images/inner/mapfull1.jpg[^]

What I have tried:

I did tag windows and ASP and WPF because either of these tutorials or links would help me in finding what is necessary and what has to be done
Posted
Updated 10-Mar-16 8:14am
Comments
OriginalGriff 10-Mar-16 14:03pm    
What have you tried?
Where are you stuck?
What help do you need?
sudevsu 10-Mar-16 16:21pm    
I have created a layout that looks exactly like my warehouse.
I am stuck having no idea of how to implement the Directory map in mall.
I need help regarding tutorials, links, any advice on how to create a directory map, just like in shopping mall directions map

1 solution

My advice: forget your project for now, and instead do proper learning.

You need :
- to learn the languages by reading the documentation and following tutorials. The tutorials project are not set to be useful, they are set to teach you something.
Visual Basic[^] is a great resource for VB.
W3Schools Online Web Tutorials[^] is a great tutorial site for HTML, CSS, SQL, JS.
- Google is your friend.
- Abuse of Debugger to see what the code is doing step by step, it gives you an invaluable understanding of what is going on, inspect variables.
- learn some analyze methods, Dijkstra Top-Down method is a good start.
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]

For your project, enumerate the functionalities you want, it should help you to see what you need to learn.
 
Share this answer
 
Comments
sudevsu 10-Mar-16 16:21pm    
Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900