-
Recent Posts
Recent Comments
- tb on Pre-compiled binaries for PyCrypto 2.6.1 (py27) on Win7
- Dominik on Pre-compiled binaries for PyCrypto 2.6.1 (py27) on Win7
- admin on Package dk
- admin on django :: list_display can’t sort on attribute of foreign key field…
- Anika Dejong Butler on django :: list_display can’t sort on attribute of foreign key field…
Archives
Categories
Meta
Monthly Archives: September 2010
Syntax highlighting…
Syntax hiliting is the ability to get code samples in your blog to look like they do in your editor… without having to add steps, or code, that brings you out of the “flow” of your article. Like this: [sourcecode … Continue reading
Posted in Uncategorized
Leave a comment
db :: adding "missing" foreign key constraints (tsql)
I had the following tables [sourcecode language=”sql”] create table customer ( id int identity primary key, … ) create table foo_orders ( orderno int identity primary key, customerid int, … ) [/sourcecode] after various failed attempts at “alter column”, “add … Continue reading
Posted in Uncategorized
Leave a comment
Bitrot
My blog had a little crash, and is being restored from “backup”…
Posted in Uncategorized
Leave a comment