Skip to content

Instantly share code, notes, and snippets.

@chickencoder
chickencoder / greentea.js
Created June 28, 2014 20:51
A simple module of useful methods for use when creating Web Applications in pure Node.
/*
Green Tea ~ A node-non-web-framework.
Green Tea is a collection of tools to
make writing web applications in node
a whole lot easier!
Created By Jesse Sibley.
On the 28th June 2014.
*/
<html>
<head>
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
@chickencoder
chickencoder / responsive_workflow
Created June 16, 2015 20:53
Tools & Workflow for the a clean Responsive Site
1. CSS
1. SCSS (Sassy CSS)
2. Bootstrap / Foundation / Skeleton (prefered as minimal)
3. normalize.css
4. fontawesome
2. JS
1. JQuery (hmmm... maybe not for much longer)
2. React (hmmm... only for mainly dynamic interactive sites)
3. *CSS extentions (like Bootstrap or Foundation)
This file has been truncated, but you can view the full file.
[ { iata: 'HKV',
lon: '25.55',
iso: 'BG',
status: 1,
name: 'Haskovo Airport',
continent: 'EU',
type: 'airport',
lat: '41.933334',
size: 'small' },
{ iata: 'HKV',
thebestdesigns.com
Joy
----
* packages all files..
"use strict"
/**
HLT - 0000
*/
let accumulator = 0
let halt = false
http://giphy.com/gifs/black-and-white-ocean-landscape-ta1FnIa4yApri/fullscreen
http://giphy.com/gifs/black-and-white-pretty-water-yOfwINp0DhyIE
@chickencoder
chickencoder / README.md
Last active November 3, 2015 17:11
An curated list of modern web development blogs

Awesome Web Blogs

Awesome

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Crossroad Church</title>
<!-- Styles -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap/css/featurette.css" rel="stylesheet">