title
[previously]
- [2015-07-18][00:00] NEW task
- x] replace the existing "nav menu" with a "bootstrap nav menu"
- *] SRC = navbar example in bootstrap - http://getbootstrap.com/examples/navbar/
- [00:00] NEW task
- x] UPDATE the example nav menu,
- x] replace links with @HTML.ActionLink() method calls to generate the links for /about, /home, /contact, +++ /lessons, /questions, /resources
- [00:00] NEW task
- x] move section "login" links into the nav bar menu, replace exisiting right aligned links for
- [12:00] NEW task
- x] UPDATE - PAGE - login_partial - x] ADD class="" to ul where links to Register
- *] ADD html attributes like, id=, class= USEing new ,
- *] ADD class attribute requres @class AS class is reserved keyword in C#
- [13:00] NEW task
- ] FIX-PRB layout of all prev pages now looks like crap ( /About, /Contact, /Home, )
- ] TRY = generate a new app
- [14:00] NEW task
- x] FIX-PRB - menu does not expand
- x] TRY = build TestSolution using asp.net MVC5 template(w/Bootstrap)
- x] REVIEW testSolution -
- x] copy Layout file from TestSolution to sln guideMVC
- ] ERROR re render section - defined but not
- ] EDIT: PG Layout - add call to renderSection() ,TEST=PASS
- ] EDIT Styles.Render - FROM: TO:Content/css
- ] ....
- x] SOLUTION - bootstrap.js - WAS NOT added to the BundleConfig file, it WAS called in the body of the layout page, but the file was not added to the Bundle class
- x] EDIT in app links
- [15:00] NEW task IN
- x] FIX-PRB - the "first content" is being rendered at the top of the window, BEHIND the menu
- x] WA = put content element in class ="jumbotron"
- *] example jumbotron(http://getbootstrap.com/examples/justified-nav/#)
- *] ADD text-center to jumbotron class to center all text in jumbotron
- x] removing extra "content-wrapper" divs from layout & file
- [16:00] NEW task IN
- x] ADD jumbotron to PAGE resources -
- x] ADD container row div to PAGE index - replace list items with ..
- [17:00] NEW task
- x] UPDATE - PAGE - contact - find a better example contact us page
- x] EXAMPLE contact page
- x] has email Form, Hours table, Map Location, Address section
- x] http://bootstraptor.com/contact-page-bootstrap-3-0-template-with-working-php/
- x] http://demo.bootstraptor.com/contact_bs3/contact.htm
- x] CUT icons REPLACE with glyphicons
- ] <i class="icon-map-marker main-color"></i>
- ] <i class="icon-pushpin main-color"></i>
- ] <i class="icon-time main-color"></i>
- ] <i class="icon-envelope main-color"></i>
- x] ADD
- x] jumbotron, x] title, x] message
- > ] NEXT
- ] add google map code
- ] wire up contact form
- [18:00] NEW task IN
- ] UPDATE - PAGE - about -
- ]
[currently]
- ]
[next]
- [00:00] UPDATE the content
- ]
- [00:00] PAGE index
- ] This is a guide to learning the microsft asp.net MVC framework. It is intended for people new to the framework, its purpose is to illustrate, explain and demonstrate many of the key concepts of the MVC framework by building a real world working application The guides format uses a series of simple step by step Lessons. Additionally we have included a comprehensive set of Questions that you can answer to help build your MVC know how along the way or to prepare yourself for the asp.net MVC developer interview. Finally there is a comprehensive resources section that includes a curated collection of my MVR's(Most Valuable Resources), organized into categories that make it quick and easy to what your looking for.
- ] lessons -
- The guides format uses a series of simple step by step Lessons that illustrate many of the key concepts necessary to using successfully using the framework.
- ] questions -
- Additionally we have included a comprehensive set of Questions that you can answer to help build your MVC know how along the way or to prepare yourself for the asp.net MVC developer interview.
- ] resources -
- A curated collection of my MVR's(Most Valuable Resources), organized into categories that make it quick and easy to what your looking for.
- [] NEXT NEXT ===
SRC = home/index
<p>
To learn more about ASP.NET MVC visit
<ahref="http://asp.net/mvc"title="ASP.NET MVC Website">http://asp.net/mvc</a>.
The page features <mark>videos, tutorials, and samples</mark> to help you get the most from ASP.NET MVC.
If you have any questions about ASP.NET MVC visit
<ahref="http://forums.asp.net/1146.aspx/1?MVC"title="ASP.NET MVC Forum">our forums</a>.
</p>
<liclass="one">
<h5>Getting Started</h5>
ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup for enjoyable, agile development. ASP.NET MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.
<ahref="http://go.microsoft.com/fwlink/?LinkId=245151">Learn more…</a>
</li>
<liclass="two">
<h5>Add NuGet packages and jump-start your coding</h5>
NuGet makes it easy to install and update free libraries and tools.
<ahref="http://go.microsoft.com/fwlink/?LinkId=245153">Learn more…</a>
</li>
<liclass="three">
<h5>Resources</h5>
View our collection of the top tutorials, packages, tools, developers and more.
<ahref="http://go.microsoft.com/fwlink/?LinkId=245157">Learn more…</a>
</li>