Posts

Showing posts with the label agile

Week in Review - 2010-33

Know of any companies in Sydney that engage in REAL agile projects - properly? Let me know, I'm interested! I had a javascript drop-down menu that youtube video interferred with - when the menu dropped down, the youtube object covered it! I found the answer here -  http://geekswithblogs.net/steveclements/archive/2007/03/03/107839.aspx - where the solution is simple: Add nested element to object tag: <param name="wmode" value="transparent"/> And attribute to embed tag: wmode="transparent" Spending too much time travelling to and from work makes me appreciate the idea of telecommuting. I've noticed that Canonical (Ubuntu) advertises home based jobs, but all companies I know are strongly against it - and although they don't advertise the fact , it is an unspoken policy. Right now, I probably don't have the best home for accommodating telecommunting, but I did come across the OfficePod the other day - a brilliant idea, your office ...

Week in Review - 2010-30

Looking for some icons? Check out the fantastic work available @ webtoolkit4.me - there are some really good icon sets. I'm always trying to find better ways of doing things and find incredible resistance to even the simplest of improvements - things that I would consider no-brainers end up subjected to business cases and long winded "evaluations of all the options". Well, the Pragmatic Programmers have released a book that might be exactly what I need: Driving Technical Change "Finding cool languages, tools, or development techniques is easy—new ones are popping up every day. Convincing co-workers to adopt them is the hard part. The problem is political, and in political fights, logic doesn’t win for logic’s sake. Hard evidence of a superior solution is not enough. But that reality can be tough for programmers to overcome." Myself and a co-worker have a keen interest in developing our agile skills, and would also like to infect the rest of the team with our en...

Week in Review - 2010-27

I've recently made updates to my grails plugins to ensure they work on Grails 1.3. I hadn't touched them for a while, so it took a bit of effort. I haven't had the opportunity to use Grails much lately, so I had to catch up on changes. One issue I have is that its impossible to know if anyone is actually using these plugins, and therefore are they worth maintaining? I recently stumbled across AgileRecord.com - The Magazine for Agile Developers and Agile Testers. This is a downloadable PDF magazine, I think it only requires registration. Very interesting read, I recommend checking it out. Another awesome read is "Scrum and XP from the Trenches" -  http://www.infoq.com/minibooks/scrum-xp-from-the-trenches - This describes how one team implemented agile and is a fantastic source of information. I've been playing with Joomla lately, and I'm liking it so far. There is a bit of a learning curve, because it has a different paradigm than Wordpress - while Wordp...