Skip to content

Instantly share code, notes, and snippets.

View nathanbrauer's full-sized avatar

Nathan J. Brauer nathanbrauer

View GitHub Profile
mysql> select * from `Customer` c JOIN (`Order` o) on (c.CustomerID=o.CustomerID) order by c.CustomerID;
+------------+-----------+---------+------------+-----------+
| CustomerID | Name | OrderID | CustomerID | OrderItem |
+------------+-----------+---------+------------+-----------+
| 1 | Nathan | 1 | 1 | boots |
| 2 | James | 5 | 2 | shirt |
| 2 | James | 2 | 2 | socks |
| 3 | Brauer | 6 | 3 | scarf |
| 3 | Brauer | 3 | 3 | pants |
| 4 | The First | 4 | 4 | shorts |
@nathanbrauer
nathanbrauer / gist:792886
Created January 24, 2011 05:46
This is all the HTML needed for the basic CSShromium 'window'
<ul class="window">
<li class="title"><span class="activeTitle">Loading...</span> &ndash; CSShromium</li>
<li class="page active" data-www="http://www.linkedin.com/in/nathanbrauer" data-hostname="linkedin.com"></li>
<li class="page" data-www="http://github.com/HelloLogic" data-hostname="github.com"></li>
<li class="page" data-www="http://aext.net/author/nathanbrauer/" data-hostname="aext.net"></li>
<li class="menu"><input type="text" value="" disabled="true"/></li>
</ul>