32
32
.project a .perm : hover { /* no mincss */
33
33
color : rgb (51 , 51 , 51 );
34
34
}
35
+ .project h3 {
36
+ margin-top : 0 ;
37
+ }
35
38
</ style >
36
39
{% endblock %}
37
40
@@ -54,6 +57,21 @@ <h2>About this site</h2>
54
57
55
58
< h2 > Side projects</ h2 >
56
59
60
+ < div class ="project " id ="autocompeter ">
61
+ < div class ="floatleft "> < a href ="http://autocompeter.com/ "> < img src ="{{ static('images/autocompeter-scr.png') }} " alt ="Screenshot "> </ a > </ div >
62
+ < div class ="rest ">
63
+ < h3 > Autocompeter</ h3 >
64
+ < h4 > < a href ="http://autocompeter.com/ "> autocompeter.com</ a > </ h4 >
65
+ < p >
66
+ An autocomplete widget where you put some CSS and JS on your site
67
+ and let autcompeter.com host the data. The server is written in
68
+ < a href ="http://golang.org/ "> < b > Go</ b > </ a >
69
+ and the Javascript is pure without any dependency on a framework.
70
+ < a href ="https://github.com/peterbe/autocompeter "> Code on GitHub</ a > .
71
+ </ p >
72
+ </ div >
73
+ </ div >
74
+
57
75
< div class ="project " id ="htmltree ">
58
76
< div class ="floatleft "> < a href ="http://htmltree.peterbe.com/ "> < img src ="{{ static('images/htmltree-scr.png') }} " alt ="Screenshot "> </ a > </ div >
59
77
< div class ="rest ">
@@ -62,7 +80,7 @@ <h4><a href="http://htmltree.peterbe.com/">htmltree.peterbe.com</a></h4>
62
80
< p > It started when I was optimizing a website whose HTML files were massive.
63
81
Clearly the HTML contained too many DOM nodes. But where are these big clusters of nodes?!
64
82
HTML Tree takes a URL, converts it to a tree in JSON which when combined
65
- with a < a href ="http://d3js.org/ "> D3 </ a > collapsible tree becomes easier to navigate.
83
+ with a < a href ="http://d3js.org/ "> < b > D3 </ b > </ a > collapsible tree becomes easier to navigate.
66
84
< a href ="https://github.com/peterbe/htmltree "> Code on GitHub</ a > .
67
85
</ p >
68
86
</ div >
@@ -78,7 +96,7 @@ <h4><a href="http://www.peterbe.com/nodomains/">www.peterbe.com/nodomains</a></h
78
96
you have to manually count each unique domain. Or use this tool. < br >
79
97
What this proves is that DNS is still incredibly important for web performance.
80
98
< a href ="/plog/number-of-domains "> Blogged about it here</ a > and
81
- the relevant < a href ="https://github.com/peterbe/django-peterbecom/blob/master/peterbecom/apps/nodomains/count.js "> NodeJS code is here</ a > .
99
+ the relevant < a href ="https://github.com/peterbe/django-peterbecom/blob/master/peterbecom/apps/nodomains/count.js "> < b > NodeJS</ b > code is here</ a > .
82
100
</ p >
83
101
</ div >
84
102
</ div >
0 commit comments