Entries Tagged as 'Coding'

Maven and the “method does not override a method from its superclass” error

February 11th, 2008 · No Comments

Spent more time than I care to admit today stuck on something soooo simple. Was trying to build a maven project at home, and kept getting this error: “method does not override a method from its superclass”.
What is happening? Well, there is a @Override annotation on one of the methods, but it doesn’t have a [...]

[Read more →]

Tags: Coding

Learning to love Javascript

December 16th, 2007 · No Comments

When I started doing web development, Javascript was a curiousity, a tacked-on bit of functionality in the browser. It existed out there to do form validation and open new windows, other than that, was a victim of the browser wars and incompatibilities.
I wound up focusing more on content management, integration of design and the backend, [...]

[Read more →]

Tags: Coding