-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdeveloper-tools.html
115 lines (107 loc) · 6.6 KB
/
developer-tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<!-- Mirrored from apiary.com/developer-tools by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 08 Oct 2022 09:01:24 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<!--
* Author: apiary.com
-->
<meta charset="utf-8" />
<title>Developer Tools | apiary.com</title>
<meta name="author" content="apiary" />
<meta name="description" content="apiary.com is a site collecting all the cheatsheets,all!" />
<link rel="stylesheet" href="static/css/default.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="static/js/jquery.1.7.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154846433-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154846433-1');
</script>
<script data-ad-client="ca-pub-8625616776911349" async src="../pagead2.googlesyndication.com/pagead/js/f.txt"></script>
</head>
<body>
<div class="index">
<div class="index-logo">
<a href="index.html" class="logo"><img src="static/images/apiary-logo.png" alt="apiary" width="140" height="140"/></a>
<div class="index-desc">
<p><a href="#" class="index-desc-logo">apiary.com</a></p>
<p class="index-slogan">Collecting All Cheat Sheets</p>
</div>
</div>
<div class="dev-tools">
<div class="dev-tools-collect">
<h2>CSS Tools</h2>
<a href="http://www.cssmatic.com/" target="_blank" title="Ultimate CSS Tool">CSSMatic</a>
<a href="http://css-tricks.com/examples/ButtonMaker/" target="_blank">Button Maker</a>
<a href="http://apps.eky.hk/css-triangle-generator/" target="_blank">Triangle Maker</a>
<a href="http://spritegen.website-performance.org/" target="_blank">CSS Sprite</a>
<a href="http://jigsaw.w3.org/css-validator/" target="_blank">CSS Validator</a>
<a href="http://www.cssarrowplease.com/" target="_blank">Arrow Maker</a>
<a href="http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/" target="_blank">Img To DataURI</a>
<a href="http://www.patternify.com/" target="_blank">Pattern Generator</a>
<a href="http://www.colorzilla.com/gradient-editor/" target="_blank">Gradient Editor</a>
</div>
<div class="dev-tools-collect">
<h2>Javascript Tools</h2>
<a href="http://jsbeautifier.org/" target="_blank">JS Beautifier</a>
<a href="http://pro.jsonlint.com/" target="_blank">JSON Validator</a>
<a href="http://jsfiddle.net/" target="_blank">JS Fiddle</a>
<a href="http://www.jshint.com/" target="_blank">JS Hint</a>
<a href="http://www.jslint.com/" target="_blank">JS Lint</a>
<a href="http://jsbin.com/" target="_blank">JS Bin</a>
<a href="http://codepen.io/" target="_blank">CodePen</a>
</div>
<div class="dev-tools-collect">
<h2>Design Tools</h2>
<a href="http://www.iconfinder.com/" target="_blank">Icon Finder</a>
<a href="http://www.iconsdb.com/" target="_blank">Icons DB</a>
<a href="http://colourco.de/" target="_blank">Color Scheme</a>
<a href="http://www.sessions.edu/color-calculator" target="_blank">Color Calculator</a>
<a href="http://www.svgeneration.com/" target="_blank">SVG Generator</a>
<a href="https://chrome.google.com/webstore/detail/icomoon/kppingdhhalimbaehfmhldppemnmlcjd" target="_blank">Ico Maker</a>
<a href="https://chrome.google.com/webstore/detail/chroma/gefgglgjdlddcpcapigheknbacbmmggp" target="_blank">Chrome Color Extension</a>
<a href="http://0to255.com/" target="_blank">0To255</a>
<a href="http://modernpictograms.com/" target="_blank">Modern Pictograms</a>
<a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a>
<a href="http://subtlepatterns.com/" target="_blank">Subtle Patterns</a>
<a href="http://www.colorschemedesigner.com/" target="_blank">Color Scheme</a>
</div>
<div class="dev-tools-collect">
<h2>Other Tools</h2>
<a href="https://chrome.google.com/webstore/detail/notty-notes/ggbmjahbkbhakkfgjiggdclpmmpmhajn" target="_blank">Sticky Notes</a>
<a href="https://chrome.google.com/webstore/detail/tabby/pifnjkdglcfkfpdjdolfacpfdlgpdkhp" target="_blank">Tabby</a>
<a href="https://chrome.google.com/webstore/detail/all-cheat-sheets/oedodeocfdeegliepeeoieemhdgoijod" target="_blank">All Cheat Sheets</a>
<a href="http://www.tldrlegal.com/" target="_blank">TL;DR Legal</a>
<a href="http://www.regexper.com/" target="_blank">Regexper</a>
<a href="http://www.sqlfiddle.com/" target="_blank">SQL Fiddle</a>
<a href="http://detectmobilebrowsers.com/" target="_blank">Detect Mobile Browsers</a>
<a href="http://www.validome.org/" target="_blank">HTML Validator</a>
<a href="http://www.prettyprinter.de/" target="_blank">Pretty Code</a>
<a href="https://www.guerrillamail.com/" target="_blank">Temporary e-mail</a>
<a href="http://webdemo.visionobjects.com/equation.html" target="_blank">Web Equation</a>
<a href="http://webdevchecklist.com/" target="_blank">Web Developer Checklist</a>
</div>
</div>
<div class="dev-tools-collect">
<h2>Tell Me More</h2>
<div id="disqus_thread"></div>
</div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
/* * * DON'T EDIT BELOW THIS LINE * * */
var disqus_shortname = 'apiary'; // required: replace example with your forum shortname
$(function(){
$.getScript('http://' + disqus_shortname + '.disqus.com/embed.js');
mixpanel.track_links(".dev-tools a","Tools Link");
});
</script>
</div>
<script type="text/javascript" src="static/js/jquery.masonry.min.js"></script>
<script type="text/javascript" src="static/js/jquery.quicksearch.js"></script>
</body>
<!-- Mirrored from apiary.com/developer-tools by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 08 Oct 2022 09:01:24 GMT -->
</html>