Sunday, November 30, 2008

Linking imges in Monorail

A quick one 

Say you have an image or god knows what and  you need to add a link to it, in html you ll do something like



<a href="http://foo.bar/something.html">
<img src="..." /> </a>

in a view you can do this

<a href=$UrlHelper.For("%{ controller='product'}")>  
  <img src="$!Image.Path" alt="$!Name" />
</a>


Wednesday, November 26, 2008

Ruby Ireland Meetup - 9th of December 7.30 Fitzwilliams Place

It looks like Ruby Ireland is getting a bit more attention from people, and that is great to see
I had my own reservations about if I should continue going to these meet ups because basically I haven't been doing much Ruby in the last months, but I do love to hear about it and it does give me ideas about how to work on my own code. I see people solving problems in a completely different way to what I would do and I think that has value and I hope they don't mind me showing up there.
Also ,there is a common ground in software development and web development in particular. This is why we are gonna start a podcast on software development and I hope it will work out
and by work out I mean that it makes us learn more about how we develop software and hopefully get some feedback from the community, no matter were they are.


Declan McGrath came up with the idea in a thread in ruby groups, we met up and came up with some ideas for topics:

Ruby

  • in general about hosting an Ruby on rails application,
  • how do mongrels work and what do they actually do,

General Software development Topics

  • What is Inversion of Control Dependency Injection and why do you use it
  • Improving your tests . Test Driven Development

Tools / frameworks

  • What Tools are you using for software development productivity
  • The Linux distro Declan is using for recording/editing the sessions
  • Funnily enough I would probably mention castle

After, we got some interest from Justin McCarthy (haven't met him yet) but its great to see more involvement.
These are initial thoughts would welcome any suggestions , corrections later on, etc




What s happening

Since my last post I ve been trying to avoid writting about trivial small things however meaty post take time and I just dont have it right now.

Questions in my head now

- when do you create a service?

- where can I find an example of a well designed GWT app?

Events that Im interested in 

GGD 4th of December in La Taverna di Baco in the Quays (in dublin)

IJTC its the 7th of January in UGC, some good speakers but it feels like thi IcTC conferences are a bit desorganized

FOWA Dublin -  March 6th. I want to go but dont know really why

Edit: missign OSSBarcamp Dublin - 28th March 2009 this is one I want to go to as well :)

Cool Things

 - I ve been using Pencil ( a  pluggin for firefox) and its pretty cool because its easy to use, lightweight, free. Great for putting screens togheter quickly