Skip to content

Instantly share code, notes, and snippets.

@welding3000
welding3000 / model-w3.haml
Created December 22, 2016 20:14
model for print context the us important
%hr
%hr
/ ::::::::::::::::::::::::::::::::::::::::::::::::::::::::
/ ---------------------- start ------------------------
/ ::::::::::::::::::::::::::::::::::::::::::::::::::::::::
#cont
#head
/ --------------------------------
%h1 model for print
/ --------------------------------
@welding3000
welding3000 / Comment ...|
Created December 21, 2016 04:45
comment learn
<hr>
<hr>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- ---------------------- start ------------------------ -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div id='cont'>
<div id='head'>
<h1> Comment A Line / / </h1>
</div>
</div>
@welding3000
welding3000 / Variables ...|
Created December 21, 2016 04:27
variable
<hr>
<hr>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- ---------------------- start ------------------------ -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div id='cont'>
<div id='head'>
<h1> variables </h1>
</div>
</div>
@welding3000
welding3000 / Events ...|
Created December 21, 2016 02:29
events learn
<hr>
<hr>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- ---------------------- start ------------------------ -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div id='cont'>
<div id='head'>
<h1> Date() </h1>
</div>
</div>
@welding3000
welding3000 / Strings ...|
Created December 21, 2016 02:22
string learn
<hr>
<hr>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- ---------------------- start ------------------------ -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div id='cont'>
<div id='head'>
<h1> statements double comma & simple comma </h1>
</div>
</div>
@welding3000
welding3000 / Statements ...|
Created December 21, 2016 01:46
statements learn
<hr>
<hr>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- ---------------------- start ------------------------ -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div id='cont'>
<div id='head'>
<h1> statements are "commands" to the browser </h1>
</div>
</div>
<hr>
<hr>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- ---------------------- start ------------------------ -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div id='cont'>
<div id='head'>
<h1> changes the src (source) attribute of an imag </h1>
</div>
</div>
@welding3000
welding3000 / Scope ...|
Created December 21, 2016 01:12
scope learn
<hr>
<hr>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- ---------------------- start ------------------------ -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div id='cont'>
<div id='head'>
<h1> local variable </h1>
</div>
</div>
@welding3000
welding3000 / Output ...|
Created December 21, 2016 00:56
output
<hr>
<hr>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- ---------------------- start ------------------------ -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div id='cont'>
<div id='head'>
<h1> Window.Alert </h1>
</div>
</div>