Software & Sites How to Hide a Spreadsheet Column in LibreOffice Calc April 6, 2012 by Craig Lotter No Comments Seeing as Ubuntu ships with LibreOffice (forked from OpenOffice) as its default office suite these days, I guess I should try and get a little... Read More
CodeUnit MySQL: How to Check if a Column Exists in a Table with SQL February 10, 2011 by Craig Lotter No Comments To check if a column exists in a table with SQL using a MySQL database is pretty easy, thanks to the nifty SHOW COLUMNS command. Read More
CodeUnit jQuery DataTables: How to Sort by a Specific Column on Load April 4, 2010 by Craig Lotter No Comments When constructing your dataTable object you can pass it an initializer parameter named aaSorting which essentially allows you to set which columns to sort on... Read More