⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://www.3site.eu/examples/snow/ | |
// http://www.3site.eu/examples/snow/snow.js | |
// http://www.3site.eu/examples/snow/snow.css | |
document.addEventListener("DOMContentLoaded", function snow() { | |
// (C) Andrea Giammarchi - Mit Style License | |
// Happy Holidays by WebReflection! | |
for (var | |
offsetHeight = document.documentElement.offsetHeight, | |
offsetWidth = document.documentElement.offsetWidth, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import httplib, urllib, sys | |
import os | |
import fnmatch | |
def googleClosureCompiler(rpath, wpath): | |
f = open(rpath, 'r') | |
s = f.readlines() | |
s = "".join(s); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var A = B = C = null; | |
jsface.def({ | |
cls: 'A', | |
as: function(){ | |
return { | |
A: function(){ | |
console.log('A > constructor'); | |
}, | |
hello: function(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% if (!$isPost) %> | |
<div id="modal-content"> | |
<div cstyle="width: 500px;"> | |
<h2><% i18n %>We appreciate your feedback.<% /i18n %></h2> | |
</div> | |
<script type="text/javascript"> | |
E3.include('/javascripts/form-utils.js', | |
{ | |
onload: function () |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!--[if lt IE 7 ]> <html lang="en-us" dir="ltr" class="ie ie6"> <![endif]--> | |
<!--[if IE 7 ]> <html lang="en-us" dir="ltr" class="ie ie7"> <![endif]--> | |
<!--[if IE 8 ]> <html lang="en-us" dir="ltr" class="ie ie8"> <![endif]--> | |
<!--[if IE 9 ]> <html lang="en-us" dir="ltr" class="ie ie9"> <![endif]--> | |
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en-us" dir="ltr"> <!--<![endif]--> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Online javascript beautifier</title> | |
<style type="text/css"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Resources for learning web design & front-end development: | |
================================================================================ | |
**ONLINE** | |
Design | |
> http://52weeksofux.com | |
> http://thedesigncubicle.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 Mikhail Davydov | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
OlderNewer