Monday, January 27, 2014

Advanced W2: Page Inspector


One of the new useful tools in VWD2012/13 is Page Inspector which allows to see HTML and CSS elements on the page as they refer to their code thus easily focusing on different parts of HTML-development. The main feature of HTML-development (that includes CSS and various scripts on HTML pages ranging from JavaScript to ASP.NET scripts) is that all of them are sufficiently independent and unlike programming, when change in one place might affect the whole logic in another, allow for local tweaking with only local effects. Later you will see how CSS allows for global behaviors but HTML is all about local tags and their modification. Each tag is responsible for some specific element (though sometimes could show certain nesting effects like list tag for list items).

Page inspector uses this property and allows forward and reverse viewing when you point on the element on the page and see the code that affects it (and can change it right there) or you point at the code and see highlighted element on the page or right in the live browser.

The advanced learners in this class that want to maximize their skills/knowledge for the time/money invested will periodically have learning enhancement options as additional exercises (like following the link above and doing some experiments that could be shown on additional screenshots and commented in the proper forum along with the mandatory exercise) the results of which they can show in places of the regular tasks but commenting on additional efforts that they make. This is good for your knowledge, skills, and final grade which considers effort and attendance. If you do not do these additional exercises but will fully complete the mandatory tasks described in the week's tasks post - you grade will not be lower and actually will be the same as for those who did this extra work (until the final course effort evaluation).

Read about Web Forms and Frameworks

Read additional material about FRAMEWORKS , which is the foundation of .NET

Monday, January 20, 2014

About this blog

Since the course is hands-on, dynamic, and in online format - I will be running a blog that will substitute professor's commentary that you might get in face-to-face classes. It will allow make such comments more timely (whenever they have to be done and not only during class sessions) and more tailored to the current class performance and activities. Here you will find my current comments on the tasks, grades, additional help materials, etc.
The additional and help material will be published separately and linked to from this blog. Check this blog often since I assume that you've read it and consider it in my evaluation of your course work, task creation, and quiz questions. Additional advice, requirements, or modifications in the weekly tasks will also be posted here.