Ajax

View Image
Web Pages
Dynamic Pages.
Photo Gallery.
Form Example.
Links
Link to Ajax page

Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.

please edit this line.
Definition
From Wikipedia,

Ajax an acronym for Asynchronous JavaScript and XML. is a group of interrelated web development techniques used on the client-side to create asynchronous web applications. With Ajax, web applications can send data to, and retrieve data from, a server asynchronously (in the background) without interfering with the display and behavior of the existing page. Data is usually retrieved using the XMLHttpRequest object. .

Tutorials
Tutorials for Ajax.
Credits
W3Schools is a website developer's portal, with tutorials and references relating to web development subjects, including HTML, XML, CSS, JavaScript, PHP, ASP, ASP.NET, and SQL. W3Schools is free of charge, and is funded through text and display advertising.[1] The tutorials and references on the website and the related code are proprietary. .
Notes
It is necessary to use JSON to communicate with the code behind .

C#

View Image
Web Pages
MVC Example.
Blog Example.
Photo Blog Example.
Definition
From Wikipedia, C# (pronounced see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270:2006). C# is one of the programming languages designed for the Common Language Infrastructure. .
Links
Csharp links.
Tutorials
Csharp Tutorials.
Credits
Csharp Tutorial 2.
Notes
A very steep learning curve .

Css

View Image
Web Pages
Gallery Example.
Positioning Example.
Links

Here are a few links to pages. Samples of my work.

This is a link
This is a link

Definition
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document, including plain XML, SVG and XUL. CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts. .
Links
Css Links.
Tutorials
Css Tutorials.
Credits
W3Schools is a website developer's portal, with tutorials and references relating to web development subjects, including HTML, XML, CSS, JavaScript, PHP, ASP, ASP.NET, and SQL. W3Schools is free of charge, and is funded through text and display advertising.[1] The tutorials and references on the website and the related code are proprietary. .
Notes
You must be very artisitic.

jQuery

View Image
Web Pages
Tree Navigation.
Image Example.
Lightbox Example.
Definition
From Wikipedia, jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML.It was released in January 2006 at BarCamp NYC by John Resig. Used by over 55% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today. jQuery is free, open source software, dual-licensed under the MIT License or the GNU General Public License, Version 2 .
Links
jQuery Links.
Tutorials
jQuery Tutorial.
Credits
W3Schools is a website developer's portal, with tutorials and references relating to web development subjects, including HTML, XML, CSS, JavaScript, PHP, ASP, ASP.NET, and SQL. W3Schools is free of charge, and is funded through text and display advertising.[1] The tutorials and references on the website and the related code are proprietary. .
Notes
Moving data from the codebehind .

Microsoft MVC WPF

View Image
Web Pages
Tree Navigation.
Northwind Example.
School Example.
Definition
From Wikipedia,

The .NET Framework (pronounced dot net) is a software framework that runs primarily on Microsoft Windows. It includes a large library and provides language interoperability (each language can use code written in other languages) across several programming languages. Programs written for the .NET Framework execute in a software environment (as contrasted to hardware environment), known as the Common Language Runtime (CLR), an application virtual machine that provides important services such as security, memory management, and exception handling. The class library and the CLR together constitute the .NET Framework. .

Links
Microsoft Links.
Tutorials
Microsoft Tutorials.
Credits
Micorsoft Developers Network .
Notes
The learning curve.