Posts
288
Comments
25
Trackbacks
207
January 2007 Entries
ASP.NET Connections Conference

I'll be there, will you?

posted @ Friday, January 26, 2007 11:03 AM | Feedback (0)
Developer Videos

I can't believe how this list of developer videos bypassed me completely. Now I'll have something to do while my main machine begines it's operation to move to Vista. And believe me, it is an operation, with some new hardware; guts will be everywhere.

Listening to Ghost Town by The Specials from the album Stereo-Typical (A's B's And Rarities) [UK]

posted @ Tuesday, January 23, 2007 3:21 PM | Feedback (0)
WebDD Schedule

The schedule for WebDD is now available. We're still waiting on a couple of session abstracts as well as confirmation on one session, but we're pretty confident this is it. It's going to be a packed day, with a great variety of talks and there's not much left for Phil and I to do; a few bits of housekeeping and organisation stuff, but everything else is in place. See you there.

posted @ Tuesday, January 23, 2007 11:48 AM | Feedback (0)
WebDD is now full

The WebDD event is now full, which is both great for everyone who can attend, and bad for those who haven't signed up. But we did warn you.

posted @ Thursday, January 18, 2007 11:25 AM | Feedback (0)
Bad Service

It's not a resolution as such, but I'm trying not to complain on my blog so much, but this I have to mention. On Jan 2 I placed an order with Amazon for some CDs and a book, which they shipped on 5 Jan using ParcelNet. Looking at the ParcelNet website they claim to be the UK's largest national courier home delivery and fulfilment specialist. A bold claim, which falls somewhat short when they don't actually fulfill; as of this morning, that's 10 days, my order hadn't arrived. I mailed Amazon who said they'd look into it. Around 3pm a car pitched up, rang my doorbell and left a package on the door. Yep, the missing order. £70 worth of stuff just left on my doorstep, for anyone to walk away with. I admit there aren't many people wandering about around my way, but there was no attempt to see if I was in, nor to leave it next door. I wonder if they'd have a) actually delivered it without being kicked by Amazon and b) left if outside if it was raining (which would have ruined the book).

Bad, bad service.

Listening to A Way to Live by Heather Nova from the album Red Bird

posted @ Monday, January 15, 2007 7:26 PM | Feedback (0)
Scott Guthrie interview on Channel 9

So you already know Scott Guthrie is going to be at WebDD. If you don't know much about him, or want an insight into what he's going to talk about at WebDD, then check out this interview on Channel 9.

Also there's a Wiki for WebDD to sign up for the Geek Dinner, Grok Talk, or arrange car sharing.

posted @ Friday, January 12, 2007 10:36 AM | Feedback (0)
WebDD Filling Up

WebDD is filling up, already two-thirds full, so register before places go.

We've a couple of sessions left to finalise and then well make the schedule public. I've been gradually accumulating stuff to give away, thanks to our very generous sponsors, some of which is you can see via the Backnetwork photos page. I'm pretty sure they'll be more freebies, but you won't know what they are until you come along. You know you want to.

posted @ Thursday, January 11, 2007 5:19 PM | Feedback (1)
Stop trying to do something 'right' and do something that works

I'm on a web development mailing list where recently someone asked about the "3 column" web page layout. He was using tables, but wanted a "better" solution, so several posts regarding CSS layout followed. Then the following arrived:

> Stop trying to be 'right' and just do something that works.

The implication being, go back to tables; it's a simple page requiring a simple solution. I've talked about this sort of siutation before and I tend to fall into the 'right' camp. I often spend a long time implementing a 'right' solution, often more time than I should. Others I know go for the simplest solution, spending less time and less worry getting something working. It's always a trade-off; for simple scenarios then a simple solution works, even if somehow it doesn't feel 'right'. For a larger project though, where you know that even though the simple solution will work, it will only be a short term solution, leading to more pain later. It's often better to spend more time up front, architecting a 'right' solution, especially if you can see the benefits it will bring.

The table versus CSS layout is a perenial problem and is almost not the same argument as the 'right' versus 'works' one. Tables are easy and work in all browsers. A CSS approach is harder, much harder if you know little about CSS, but the benefits I think are worth the struggle, even for simple sites; despite the fact I often struggle with CSS esoterics, I'm a firm believer in it, which is why we have a CSS session at WebDD, along with an accessibility talk, for which CSS provides some great solutions. To me it just seems right that your page should contain content, while the layout is done with CSS. Many people would agree, but time contraints often mean this isn't the solution taken.

posted @ Wednesday, January 10, 2007 11:32 AM | Feedback (0)
SQL Server 2005 Reporting Services on Vista

While there are some know issues with Visual Studio 2005 on Vista (not that I've hit any of them), there is less talk about SQL Server 2005 Reporting Services. After a frustrating morning I of trying to get it installed on Vista I discovered that you need some IIS7 pieces installed, which aren't default. Check out this blog post - it's in french, but there are inline pictures that tell you all you need to know.

posted @ Tuesday, January 09, 2007 5:02 PM | Feedback (0)
WebDD Registration Open

In case you hadn't already heard, registration for WebDD is now open. Don't forget to register for the backnetwork too.

posted @ Monday, January 08, 2007 11:11 PM | Feedback (0)
Blog Engine Upgraded

I've finally made the move from dotText to subText, which gives us a nice new shiny place to play. Hopefully you won't see any difference, but do let us know if there are any problems, especially regarding links to old posts.

posted @ Friday, January 05, 2007 12:42 PM | Feedback (2)
WebDD Registration Soon

As Phil has already mentioned, WebDD registration will open soon. This is going to be a great event; we've great speakers, interesting sessions and lots of things to give away, some of it even shiny. Mmm, shiny.....  Sorry, lost in a dream world for a moment. We've still the schedule to finalise and I've a few bits of the site to finish off (notably some cross browser CSS issues), but we're getting close to having most things ready. I'm really looking forward to it.

On a side note, thanks to Frog Box, I've learnt some new CSS today, in that you can centre things using automatic margins; so margin: 0 auto; effectively centers the element, because the left and right margins are automatically allocated the same space. Nice. And there I was earlier wondering why there wasn't a horizontal-align property, to match the vertical-align one. Actually, I'd still like horizontal-align, but that's another issue entirely.

The other thing I learnt today was that Eric Meyer swears like a trooper. Funny that, I've been swearing at CSS for most of the day.

posted @ Thursday, January 04, 2007 10:21 PM | Feedback (0)