-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
523 lines (370 loc) · 19.6 KB
/
index.html
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.19-DEV" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" />
<title>Ed Zynda - Coder, Hacker, Superhero</title>
<meta name="description" content="I’m a nine year Air Force veteran and web software engineer with a passion for what makes the Internet tick. I code, I travel, I eat and I'm hungry for more!" />
<meta property="og:url" content="http://www.edzynda.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Ed Zynda - Coder, Hacker, Superhero" />
<meta property="og:description" content="I’m a nine year Air Force veteran and web software engineer with a passion for what makes the Internet tick. I code, I travel, I eat and I'm hungry for more!">
<meta property="og:image" content="/images/parallax.png" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="/css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/styles/agate.min.css">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-56129772-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar-fixed">
<nav class="red accent-3" role="navigation">
<div class="nav-wrapper container">
<a href="/" class="brand-logo">edzynda.com</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="/">Home</a></li>
<li><a href="https://leanpub.com/aopinphp">Books</a></li>
<li><a href="/tags/video" title="Videos">Videos</a></li>
<li><a href="//twitter.com/edzynda" class="icon-twitter white-text" target="_blank" title="Twitter"></a></li>
<li><a href="//github.com/ezynda3" class="icon-github white-text" target="_blank" title="Github"></a></li>
<li><a href="//instagram.com/edzynda" class="icon-instagram white-text" target="_blank" title="Instagram"></a></li>
</ul>
</div>
</nav>
</div>
<div class="parallax-container">
<br>
<br>
<br>
<br>
<h1 class="header center white-text text-lighten-2">Ed Zynda</h1>
<h3 class="header center white-text text-lighten-2">Coder | Hacker | Superhero</h3>
<div class="parallax"><img src="/images/parallax.png"></div>
</div>
<div class="section white container">
<div class="row">
<div class="col s12 m9">
<div>
<h3><a href="http://www.edzynda.com/frontend-web-applications-on-ethereum-part-2/" title="Frontend Web Applications On Ethereum Part 2">Frontend Web Applications On Ethereum Part 2</a></h3>
Posted on
<time datetime="Jul 07, 2017">July 07, 2017</time>
· Tagged in
<div class="chip"><a href="http://www.edzynda.com/tags/ethereum">ethereum</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/solidity">solidity</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/blockchain">blockchain</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/erc20">erc20</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/javascript">javascript</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/video">video</a></div>
<p class="flow-text">In this video we show how we can tie a slick looking UI to an Ethereum smart contract. We’ll be creating a wallet application that manages a custom ERC20 token called Func Token. We’ll show how to grab the wallet address, balance and the number of Func Tokens held.…</p>
<a href="http://www.edzynda.com/frontend-web-applications-on-ethereum-part-2/" title="Frontend Web Applications On Ethereum Part 2">Read more »</a>
</div>
<div>
<h3><a href="http://www.edzynda.com/frontend-web-applications-on-ethereum-part-1/" title="Frontend Web Applications On Ethereum Part 1">Frontend Web Applications On Ethereum Part 1</a></h3>
Posted on
<time datetime="Jul 07, 2017">July 07, 2017</time>
· Tagged in
<div class="chip"><a href="http://www.edzynda.com/tags/ethereum">ethereum</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/solidity">solidity</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/blockchain">blockchain</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/erc20">erc20</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/javascript">javascript</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/video">video</a></div>
<p class="flow-text">Ethereum allows you to create powerful smart contracts on the blockchain. The true power of Ethereum though, is the ability to create complex, decentralized applications or DApps. A great DApp ties smart contracts with an intunitive user-interface that allows the average user to leverage the power of the Ethereum network. In this video we begin to explore how to implement a web frontend that talks to our smart contracts deployed on the blockchain.…</p>
<a href="http://www.edzynda.com/frontend-web-applications-on-ethereum-part-1/" title="Frontend Web Applications On Ethereum Part 1">Read more »</a>
</div>
<div>
<h3><a href="http://www.edzynda.com/create-your-own-cryptcurrency-on-ethereum-part-2/" title="Create Your Own Cryptcurrency On Ethereum Part 2">Create Your Own Cryptcurrency On Ethereum Part 2</a></h3>
Posted on
<time datetime="Jul 07, 2017">July 07, 2017</time>
· Tagged in
<div class="chip"><a href="http://www.edzynda.com/tags/ethereum">ethereum</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/solidity">solidity</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/blockchain">blockchain</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/erc20">erc20</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/video">video</a></div>
<p class="flow-text">In the previous video, I showed you how you can easily create your own ERC20 compatible token on Ethereum. In this video, we make some improvements and then tweak it so that users can purchase the token with Ethereum.…</p>
<a href="http://www.edzynda.com/create-your-own-cryptcurrency-on-ethereum-part-2/" title="Create Your Own Cryptcurrency On Ethereum Part 2">Read more »</a>
</div>
<div>
<h3><a href="http://www.edzynda.com/create-your-own-cryptcurrency-on-ethereum-part-1/" title="Create Your Own Cryptcurrency On Ethereum Part 1">Create Your Own Cryptcurrency On Ethereum Part 1</a></h3>
Posted on
<time datetime="Jun 06, 2017">June 06, 2017</time>
· Tagged in
<div class="chip"><a href="http://www.edzynda.com/tags/ethereum">ethereum</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/solidity">solidity</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/blockchain">blockchain</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/erc20">erc20</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/video">video</a></div>
<p class="flow-text">In this video, I show you just how easy it is to create your own custom token on the Ethereum blockchain. I also explain ERC20, the standard that most custom tokens follow.…</p>
<a href="http://www.edzynda.com/create-your-own-cryptcurrency-on-ethereum-part-1/" title="Create Your Own Cryptcurrency On Ethereum Part 1">Read more »</a>
</div>
<div>
<h3><a href="http://www.edzynda.com/ethereum-smart-contracts-in-solidity-part-5/" title="Ethereum Smart Contracts In Solidity Part 5">Ethereum Smart Contracts In Solidity Part 5</a></h3>
Posted on
<time datetime="Jun 06, 2017">June 06, 2017</time>
· Tagged in
<div class="chip"><a href="http://www.edzynda.com/tags/ethereum">ethereum</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/solidity">solidity</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/blockchain">blockchain</a></div>
<div class="chip"><a href="http://www.edzynda.com/tags/video">video</a></div>
<p class="flow-text">In this video I go over using external libraries in Solidity.…</p>
<a href="http://www.edzynda.com/ethereum-smart-contracts-in-solidity-part-5/" title="Ethereum Smart Contracts In Solidity Part 5">Read more »</a>
</div>
<ul class="pagination">
<li class="disabled"><a href="i#!"><i class="material-icons">chevron_left</i></a></li>
<li class="active">
<a href="/">1</a>
</li>
<li class="waves-effect">
<a href="/page/2/">2</a>
</li>
<li class="waves-effect">
<a href="/page/3/">3</a>
</li>
<li class="waves-effect">
<a href="/page/4/">4</a>
</li>
<li class="waves-effect">
<a href="/page/5/">5</a>
</li>
<li class="waves-effect">
<a href="/page/6/">6</a>
</li>
<li class="waves-effect">
<a href="/page/7/">7</a>
</li>
<li class="waves-effect">
<a href="/page/8/">8</a>
</li>
<li class="waves-effect">
<a href="/page/9/">9</a>
</li>
<li class="waves-effect">
<a href="/page/10/">10</a>
</li>
<li class="waves-effect"><a href="/page/2/"><i class="material-icons">chevron_right</i></a></li>
</ul>
</div>
<div class="col s12 m3">
<div class="row center">
<script type="text/javascript">
if (typeof MauticSDKLoaded == 'undefined') {
var MauticSDKLoaded = true;
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://mautic.mark3labs.com/media/js/mautic-form.js';
script.onload = function () {
MauticSDK.onLoad();
};
head.appendChild(script);
var MauticDomain = 'https://mautic.mark3labs.com';
var MauticLang = {
'submittingMessage': "Please wait..."
}
}
</script>
<div class="card-panel">
<style type="text/css" scoped>
.mauticform_wrapper {
max-width: 600px;
margin: 10px auto;
color: #6f6f6f;
font-weight: 400;
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', 'sans-serif';
font-size: 18px;
}
.mauticform-innerform {}
.mauticform-post-success {}
.mauticform-name {
font-weight: bold;
font-size: 1.5em;
margin-bottom: 3px;
}
.mauticform-description {
margin-top: 2px;
margin-bottom: 10px;
}
.mauticform-error {
margin-bottom: 10px;
color: red;
}
.mauticform-message {
margin-bottom: 10px;
color: green;
}
.mauticform-row {
display: block;
margin-bottom: 20px;
}
.mauticform-label {
font-size: 1.1em;
display: block;
font-weight: bold;
margin-bottom: 5px;
color: #21c5ba;
}
.mauticform-row.mauticform-required .mauticform-label:after {
color: #e32;
content: " *";
display: inline;
}
.mauticform-helpmessage {
display: block;
font-size: 0.9em;
margin-bottom: 3px;
}
.mauticform-errormsg {
display: block;
color: red;
margin-top: 2px;
}
.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
width: 100%;
padding: 0.5em 0.5em;
border: 0;
border-bottom: 1px solid #21c5ba;
background: #fff;
box-sizing: border-box;
}
.mauticform-checkboxgrp-row {}
.mauticform-checkboxgrp-label {
font-weight: normal;
}
.mauticform-checkboxgrp-checkbox {}
.mauticform-radiogrp-row {}
.mauticform-radiogrp-label {
font-weight: normal;
}
.mauticform-radiogrp-radio {}
.mauticform-button-wrapper .mauticform-button.btn-default {
color: #21c5ba;
background-color: #ffffff;
border-color: #21c5ba;
}
.mauticform-button-wrapper .mauticform-button {
display: inline-block;
margin-bottom: 0;
font-weight: 600;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 18px;
line-height: 1.3856;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled] {
background-color: #ffffff;
border-color: #dddddd;
}
</style>
<div id="mauticform_wrapper_freeaopinphpforsubscribing" class="mauticform_wrapper">
<form autocomplete="false" role="form" method="post" action="https://mautic.mark3labs.com/form/submit?formId=3" id="mauticform_freeaopinphpforsubscribing"
data-mautic-form="freeaopinphpforsubscribing">
<div class="mauticform-error" id="mauticform_freeaopinphpforsubscribing_error"></div>
<div class="mauticform-message" id="mauticform_freeaopinphpforsubscribing_message"></div>
<div class="mauticform-innerform">
<div class="mauticform-page-wrapper mauticform-page-1" data-mautic-form-page="1">
<div id="mauticform_freeaopinphpforsubscribing_sign_up" class="mauticform-row mauticform-freetext mauticform-field-1">
<div id="mauticform_input_freeaopinphpforsubscribing_sign_up" name="mauticform[sign_up]" value="" class="mauticform-freetext">
Subscribe to my newsletter and get a free copy of my book, <strong>Aspect Oriented Programming in PHP</strong>.
</div>
</div>
<div id="mauticform_freeaopinphpforsubscribing_email_address" data-validate="email_address" data-validation-type="email"
class="mauticform-row mauticform-email mauticform-field-2 mauticform-required">
<label id="mauticform_label_freeaopinphpforsubscribing_email_address" for="mauticform_input_freeaopinphpforsubscribing_email_address"
class="mauticform-label">Email Address</label>
<input id="mauticform_input_freeaopinphpforsubscribing_email_address" name="mauticform[email_address]" value="" class="mauticform-input"
type="email" />
<span class="mauticform-errormsg" style="display: none;">Email address is required!</span>
</div>
<div id="mauticform_freeaopinphpforsubscribing_submit" class="mauticform-row mauticform-button-wrapper mauticform-field-3">
<button type="submit" name="mauticform[submit]" id="mauticform_input_freeaopinphpforsubscribing_submit" name="mauticform[submit]"
value="" class="mauticform-button btn btn-default" value="1">Submit</button>
</div>
</div>
</div>
<input type="hidden" name="mauticform[formId]" id="mauticform_freeaopinphpforsubscribing_id" value="3" />
<input type="hidden" name="mauticform[return]" id="mauticform_freeaopinphpforsubscribing_return" value="" />
<input type="hidden" name="mauticform[formName]" id="mauticform_freeaopinphpforsubscribing_name" value="freeaopinphpforsubscribing"
/>
</form>
</div>
</div>
</div>
<div class="row center">
<div class="card">
<div class="card-image">
<img src="https://s3.amazonaws.com/titlepages.leanpub.com/aopinphp/hero?1456697060" class="">
</div>
<div class="card-stacked">
<div class="card-action">
<a href="https://leanpub.com/aopinphp?utm_campaign=aopinphp&utm_medium=embed&utm_source=www.edzynda.com"
target="_blank"
class="waves-effect waves-light btn">
Buy Now
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer red accent-3">
<div class="container">
<div class="row">
<div class="col l6 s12">
<div class="row valign-wrapper">
<div class="col s4">
<img src="http://www.gravatar.com/avatar/6f0ca2846bbe006ad4bc12a583387c6a.png?size=200" class="circle responsive-img">
</div>
<div class="col s8">
<h5 class="white-text">About Me</h5>
<p class="grey-text text-lighten-4">
I’m a nine year Air Force veteran and web software engineer with a passion for what makes the Internet tick. I code, I travel, I eat and I'm hungry for more!
</p>
</div>
</div>
</div>
<div class="col l3 s12 offset-l3">
<h5 class="white-text">Connect</h5>
<ul class="share-buttons">
<li><a href="//twitter.com/edzynda" class="icon-twitter white-text" target="_blank" title="Twitter"></a></li>
<li><a href="//github.com/ezynda3" class="icon-github white-text" target="_blank" title="Github"></a></li>
<li><a href="//instagram.com/edzynda" class="icon-instagram white-text" target="_blank" title="Instagram"></a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2016 Ed Zynda.
</div>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js"></script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="/js/materialize.js"></script>
<script src="/js/init.js"></script>
</body>
</html>