forked from mkimmet/Umbraco-Developer-Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (83 loc) · 4.49 KB
/
Copy pathindex.html
File metadata and controls
84 lines (83 loc) · 4.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
<title>Beginner Umbraco 7 Developer Tutorials</title>
</head>
<body>
<header>
<div class="inner">
<h1>Umbraco Developer Tutorials</h1>
<h2>Beginner Umbraco tutorials for developers</h2>
<a href="https://github.com/mkimmet/Umbraco-Developer-Tutorials" class="button">
<small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true">
<span class="octicon octicon-link">
</span>
</a>
Umbraco 7 Developer Tutorials
</h3>
<p>
This is a set of beginner tutorials for new Umbraco developers. This is NOT official Umbraco documentation.
You can find official documentation at <a href="http://our.umbraco.org">our.umbraco.org</a>. Also note that since
these tutorials are written by a beginner, they might not necessarily follow best practices.
I welcome any changes to this documentation through the
<a href="https://github.com/mkimmet/Umbraco-Developer-Tutorials">github repo</a>. The tutorials will walk
you through the set up of Umbraco 7 and then create a simple custom form that submits
data into an Umbraco Document Type. They will also create a simple dashboard to view the
submitted data without logging into the Umbraco admin portal.
</p>
<ul>
<li><a href="Tutorial-1-Umbraco7-Setup.html">Tutorial #1 - How to setup Umbraco 7 with Visual Studio</a></li>
<li><a href="Tutorial-2-Creating-a-Webpage.html">Tutorial #2 - Creating a webpage</a></li>
<li><a href="Tutorial-3-Storing-data-in-Umbraco.html">Tutorial #3 - Creating and Storing Data in Umbraco</a></li>
<li><a href="Tutorial-4-Creating-a-Custom-Form.html">Tutorial #4 - Creating a Custom Form in Umbraco</a></li>
<li><a href="https://github.com/mkimmet/Umbraco-Developer-Tutorials/blob/master/Tutorial-5-Adding-a-Member-Side-Admin.md">Tutorial #5 - Adding a Member-side "Admin" [Github markdown]</a></li>
</ul>
<p>
At this point I am still working on the tutorials, and I will update this site as each tutorial is finished.
</p>
</section>
<aside id="sidebar">
<h2><a href="index.html">Home</a></h2>
<h2><a href="Tutorial-1-Umbraco7-Setup.html">Tutorial #1</a></h2>
<h2><a href="Tutorial-2-Creating-a-Webpage.html">Tutorial #2</a></h2>
<h2><a href="Tutorial-3-Storing-data-in-Umbraco.html">Tutorial #3</a></h2>
<h2><a href="Tutorial-4-Creating-a-Custom-Form.html">Tutorial #4</a></h2>
<h2><a href="https://github.com/mkimmet/Umbraco-Developer-Tutorials/blob/master/Tutorial-5-Adding-a-Member-Side-Admin.md">Tutorial #5 [in MD]</a></h2>
<!--
<a href="https://github.com/mkimmet/Umbraco-Developer-Tutorials/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/mkimmet/Umbraco-Developer-Tutorials/tarball/master" class="button">
<small>Download</small> .tar.gz file
</a>-->
<p>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>
using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>
modified by <a href="https://github.com/mkimmet">mkimmet</a>.
</p>
</aside>
</div>
</div>
</body>
</html>