20 Jan
Posted by Christian in: Development, Dumb, My Opinions, Stupid People, Technology, Usability, Web, WTF
Ok, I know I have been neglecting this blog for a long time. Thats because most of my technical rantings have moved to Fliquid Studios. But, I needed to share one of the most ridiculous usability failures I have ever experienced.
Today I was searching for a simple tank volume calculator to work out how [...]
24 Nov
Posted by Christian in: Cool Stuff, Development, Linux, My Opinions, Open Source, Technology
grep is a file content searching tool for Linux. It is loved by programmers for its ease of use and swift search results (with customisable output). For example, if you forgot where you left your debug code, you can quickly display a list of the files that contain the code like so;
grep -ril ‘var_dump’ *
But, [...]
21 Nov
Posted by Christian in: Cool Stuff, Development, Linux, My Opinions, Open Source, Technology, Web
A lot of people these days use graphical clients for creating their database schema’s and therefor start with the Entity Relationship diagram and then have it generate the SQL for them. I prefer to write SQL directly as I seem to have an ongoing misunderstanding with most graphical clients but then I would need to [...]
10 Oct
Posted by Christian in: Development, Dumb, Me, My Opinions, Technology
Through my University, I was able to get a bunch of Microsoft development and design software for nothing. This is obviously a vain attempt by Microsoft to lure me to god-awful .Net development or something similar. But, at the end of the day, I am an open source developer and a big fan of the [...]
08 Oct
Posted by Christian in: Blog, Development, Me, Technology, Web
I have been toying with the idea of moving to a self hosted wordpress blog for quite some time and I finally bit the bullet and did it. The main driving force behind this decision was;
More control. I can edit code, add plugins, modify anything I want,
Owned posts. With Google owning everything posted to [...]
23 Sep
Posted by Christian in: Development, My Opinions, Technology, Usability, Web
I can understand when things are in a public beta stage and are still going through testing, that things may not work. But, when a web application has been launched and there is no trace of ‘Beta’ or ‘testing’ anywhere on the site or service then you’d expect things to work ok and in this [...]
05 Sep
Posted by Christian in: Cool Stuff, Development, Linux, My Opinions, Technology, Web
No developer likes to merge their code in with other code after finishing a big project. Its a royal pain in the ass. I find myself having to do it at work a lot (we have a largish team) and at home because at home, I somehow find that I have 84 copies of the [...]
Google has just released ‘Doctype’ into its sites. Doctype is an html/css/DOM reference in a wiki form. It allows submissions from anyone and includes tests on DOM elements performed in each of the current main browsers (Not including Opera).
I will definately be contributing to this.
Another fantastic Google site/product/page/whatever.