-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (105 loc) · 6.52 KB
/
index.html
File metadata and controls
131 lines (105 loc) · 6.52 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Old Geek's Guide : Some things old, some things new . . . .">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Old Geek's Guide</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/oldgeeksguide">View on GitHub</a>
<h1 id="project_title">Old Geek's Guide</h1>
<h2 id="project_tagline">Some things old, some things new . . . .</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="twitter-oldgeeksguide" class="anchor" href="#twitter-oldgeeksguide" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>twitter: <a href="https://twitter.com/oldgeeksguide">@OldGeeksGuide</a>
</h3>
<h3>
<a id="introductory-html5-class-at-edxorg" class="anchor" href="#introductory-html5-class-at-edxorg" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Introductory HTML5 class at edx.org:</h3>
<ul>
<li><a href="https://www.edx.org/course/html5-introduction-w3cx-html5-0x">HTML5 Introduction</a></li>
</ul>
<h3>
<a id="recent-blog-posts" class="anchor" href="#recent-blog-posts" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Recent Blog posts:</h3>
<ul>
<li><a href="https://software.intel.com/en-us/xdk/blogs/Treasured-Maps">Treasured Maps</a></li>
<li><a href="https://software.intel.com/en-us/xdk/blogs/More-About-Maps">More about Maps</a></li>
<li><a href="https://software.intel.com/en-us/blogs/2015/09/23/objectobserve-crosswalk-and-the-intel-xdk">Object.observe, Crosswalk and the Intel XDK</a></li>
<li><a href="https://software.intel.com/en-us/blogs/2015/09/22/object-observation-without-objection">Object Observation without Objection</a></li>
<li><a href="https://software.intel.com/en-us/html5/blogs/heading-home-with-the-intel-xdk">Heading Home with the Intel XDK</a></li>
<li><a href="https://software.intel.com/en-us/html5/blogs/using-the-dolby-api-in-the-intel-xdk">Using the Dolby API in the Intel XDK</a></li>
<li><a href="http://goo.gl/QYSJnz">Cordova Plugins and the Dolby API</a></li>
<li><a href="https://software.intel.com/en-us/html5/blogs/taking-command-of-javascript">Taking Command of Javascript</a></li>
</ul>
<h3>
<a id="articles" class="anchor" href="#articles" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Articles:</h3>
<ul>
<li>
<a href="http://html5hub.com/10-ecmascript-6-tricks-you-can-perform-right-now/">10 Ecmascript-6 tricks you can perform right now</a>
<ul>
<li>Recent versions of Firefox have pretty good ES6 support, check it out.</li>
</ul>
</li>
</ul>
<h3>
<a id="webapp-to-desktopapp-with-node-webkit" class="anchor" href="#webapp-to-desktopapp-with-node-webkit" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>WebApp to DesktopApp with Node-Webkit:</h3>
<ul>
<li>
<a href="http://www.youtube.com/watch?v=d2tYH7vXMUM">Video</a> - HTML5 Dev Conf presentation, October 2013</li>
<li>
<a href="http://oldgeeksguide.github.io/presentations/html5devconf2013/wtod.html">Slides</a>
<ul>
<li>The first half may be hard to parse without seeing the presentation, but the second half contains lots of useful examples.</li>
</ul>
</li>
</ul>
<h3>
<a id="old-geeks-guide-to-javascript" class="anchor" href="#old-geeks-guide-to-javascript" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Old Geek's Guide to Javascript:</h3>
<ul>
<li><a href="http://software.intel.com/en-us/html5/blogs/basic-javascript">Basic Javascript</a></li>
<li><a href="http://software.intel.com/en-us/html5/blogs/basic-javascript-patterns">Basic Javascript Patterns</a></li>
<li><a href="http://software.intel.com/en-us/html5/blogs/static-javascript-patterns">Static Javascript Patterns</a></li>
<li><a href="http://software.intel.com/en-us/html5/blogs/javascript-class-patterns">Javascript Class Patterns</a></li>
<li><a href="http://software.intel.com/en-us/html5/blogs/new-javascript-class-patterns">More Javascript Class Patterns</a></li>
<li><a href="http://software.intel.com/en-us/html5/blogs/javascript-this-that-and-the-other-thing">Javascript: This, That And The Other Thing</a></li>
<li><a href="http://software.intel.com/en-us/blogs/2013/07/12/strictly-speaking-javascript">Strictly Speaking Javascript</a></li>
<li><a href="http://software.intel.com/en-us/blogs/2013/07/19/jquery-the-birth-of-cool-javascript">Jquery - The Birth Of Cool Javascript</a></li>
<li><a href="http://software.intel.com/en-us/blogs/2013/07/26/json-is-the-new-xml-but-better">JSON Is The New XML (But Better)</a></li>
</ul>
<h3>
<a id="old-geeks-guide-to-svg" class="anchor" href="#old-geeks-guide-to-svg" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Old Geek's Guide to SVG:</h3>
<ul>
<li><a href="http://software.intel.com/en-us/blogs/2013/08/02/svg-turtles-all-the-way-down">SVG - Turtles All The Way Down</a></li>
<li><a href="http://software.intel.com/en-us/blogs/2013/08/09/viewbox-a-window-into-the-soul-of-svg">Viewbox: A Window Into The Soul Of SVG</a></li>
<li><a href="http://software.intel.com/en-us/blogs/2013/08/15/all-paths-lead-to-svg">All Paths Lead To SVG</a></li>
<li><a href="http://software.intel.com/en-us/blogs/2013/09/06/roll-your-own-filtered-svg">Roll Your Own Filtered SVG</a></li>
<li><a href="http://software.intel.com/en-us/blogs/2013/09/12/svg-filters-putting-pieces-together">SVG Filters - Putting Pieces Together</a></li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-45402258-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>