Skip to content

Instantly share code, notes, and snippets.

//Define a function scope, variables used inside it will NOT be globally visible.
(function () {
var
//the HTTP headers to be used by all requests
httpHeaders,
//the message to be shown to the user
message,
@koshdnb
koshdnb / index.html
Created April 1, 2014 12:51
A Pen by Diane Wellman.
<div class="page"><div class="row">
<div class="grid_7">
<form class="urpForm urpForm_stacked">
<fieldset class="urpForm_group">
<legend>Shipping Address</legend>
<label class="urpLabel" for="full-name">Full Name</label>
<input type="text" id="full-name" class="urpInput" />
<label class="urpLabel" for="address">Address</label>
@koshdnb
koshdnb / Threaded-Chat.markdown
Created April 9, 2014 22:19
A Pen by Kushal Pandya.

Threaded Chat

Complete threaded chat widget made out of CSS (that send button location looks fine in browsers other then Chrome, fix is welcome).

A Pen by Kushal Pandya on CodePen.

License.

@koshdnb
koshdnb / index.html
Created May 6, 2014 10:54
A Pen by Robin Brons.
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<div class="row">
<div class="large-6 large-centered columns">
<form action="#" class="fancy-form">
<!-- Name fields -->
<div class="row">
<div class="large-6 small-6 columns">
<input type="text" name="fname" id="fname" required />
<label for="fname">Firstname</label>

Proof of Concept Grid/List Surveys

This is a simple proof of concept for trimming out the fat on a cumbersome survey list that has way too much information to be humanly digestible.

Alternate between grid and list layouts.

Get only the most important summary info from a birds-eye view.

A Pen by Matt Shwery on CodePen.

@koshdnb
koshdnb / 0_reuse_code.js
Created June 30, 2014 06:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@koshdnb
koshdnb / Material-Response.markdown
Created September 5, 2014 16:07
A Pen by Manar.