Skip to content

Instantly share code, notes, and snippets.

View siliconhacker's full-sized avatar

michael hood siliconhacker

View GitHub Profile
@siliconhacker
siliconhacker / Gamification-Message-Box.markdown
Created August 22, 2013 07:09
A CodePen by michael hood.

Gamification Message Box

Gamification Message Box. So you can add animation interest to your basic notifications. This is an example jankoatwarpspeed shared that i extended for my own uses.

A Pen by michael hood on CodePen.

License.

@siliconhacker
siliconhacker / Link-out-and-fade-in!.markdown
Last active September 2, 2016 20:39
Link out and fade in!
@siliconhacker
siliconhacker / Dyanmic-Scrolling-Content.markdown
Last active September 2, 2016 20:40
Dynamic Scrolling Content

Dyanmic Scrolling Content

making an endless page style. this was an example of adding divs as you scroll down the page.

code inspired by adam khoury background by Auke Zwart

A Pen by michael hood on CodePen.

Sweet Question Validation Form Template

The goal is to have a reusable form to capture a series of question for account registration.

Simple form layout for ease of reuse when cloning multiple registration steps and swapping controls.

Gamified form is a user proof way of getting a full name.

Customized basic validation to keep the user honest.

@siliconhacker
siliconhacker / Sweet-Date-Picker.markdown
Last active September 2, 2016 20:45
Sweet Date Picker

Sweet Date Picker

The goal is to have a user proof way of getting a date. Using either clicks or key strokes. Surprisingly, i could not just find an example of this. The js could use some logic to dynamically create the days and years.

View the original article and download the Sass source at: cssflow.com/snippets/dark-and-light-dropdown-lists

Original PSD by Hemn Chawroka.

A Pen by michael hood on CodePen.

@siliconhacker
siliconhacker / index.html
Last active September 2, 2016 20:41
tight and simple Positive Alert ui widget
<div class="positiveAlertIcon">
<ul id="positiveAlertInfo">
<li><i class="ui-icon ui-icon-info"></i></li>
<li class="soft">Step</li>
<li>&nbsp;</li>
<li>1 of 4</li>
</ul>
</div>
@siliconhacker
siliconhacker / Image-Click-Selects-Dropdown-Item.markdown
Last active September 2, 2016 20:41
Image Click Selects Dropdown Item

Image Click Selects Dropdown Item

i was looking for a nice little combo tool that would assist the user by letting the click an image or use the drop down tool. I found this slick code written by Will Bontrager Software; its perfect!

Select the wallpaper of your choice by clicking on it. Alternatively, use the dropdown list.

A Pen by michael hood on CodePen.

License.

@siliconhacker
siliconhacker / Sweet-Checkboxes.markdown
Last active September 2, 2016 20:42
Sweet Checkboxes

Sweet Checkboxes

I see beautiful forms all over the web with the default check boxes, UGG!

My goal is to have some really slick looking checkboxes at will work in asp net and html5.

Furthermore, I did not want checkboxes based on loading images.

This css will port right into an asp.net site and all asp:checkbox objects will render the same look and feel.

@siliconhacker
siliconhacker / Gamification-Message-Box.markdown
Last active September 2, 2016 20:42
Gamification Message Box

Gamification Message Box

The goal was to add animation interest to your basic notifications. The Gamification Message Box was created. This features responsive design and floats above content. So you can grad the users attention with 1 of the 4 animations. This is an example jankoatwarpspeed inspired that i extended for my own uses. background by by Atle Mo (design), Sébastien Grosjean (code)

A Pen by michael hood on CodePen.

License.

@siliconhacker
siliconhacker / Star-Wars-3D.markdown
Last active September 2, 2016 20:43
Star Wars 3D

Star Wars 3D

This was my initial stab at doing some three dimensional coding using JavaScript instead of CSS.

I added a star gate to have a sweet animation. This is not part of the original star wars world but maybe i have insider knowledge and it will be in the new part 7 released by Disney. Where Disney gets rid of that old tired jump to light speed and bring an interstellar teleportation device known as the star gate.

My goal is to have some html 5 3D under my belt.

No css logic included for the 3D.