Jul 16
Thanks to BraveNewCode for the cool plug-in WPtouch.
Currently the WPtouch plug-in supports the following devices: iPhone, iPod touch, Android, Palm Pre/Pixi, and BlackBerry Storm.
I would recommend this great plug-in to anyone using WordPress. Now there is no excuse not to support touch based smartphones on your blog.
Next task a better syntax highlighter WP plug-in. Any recommendations? You know what to do.
D
Tagged with: Android • BlackBerry Storm • iphone • iPod touch • news • Palm Pre
Jun 04
I program with different languages and for a while now I have wanted to make the K&R variant coding style my default in Visual Studio.
So what do I mean by the K&R variant coding style, this coding style was named after co authors of the book The C Programming Language (thank you Wikipedia!) Kernighan and Ritchie. The variant I like is based on Java – rather than taking up a new line I like the opening brace on the first line of the statement block.
Continue reading »
Tagged with: Allman style • C# • K&R Coding Style Variant • MVC 2.0 • Visual Studio 2008 • Visual Studio 2010 • yam
May 21
In the last section of my MVC Templates post, I discussed how to use the Html.EditorFor() helper with complex types. Whilst this showed how you can use Html.EditorFor() and templates to produce a user interface for complex types, it didn’t show you how to bind the result when the user has posted to a controllers action. In this post I will extend the employee example, so that it displays the offices the the user selected.
Continue reading »
Tagged with: ASP.NET • Convention over configuration • DisplayFor • Model Binders • MVC 2.0 • Templates
Apr 26
MVC 2 is official, I’ve been using it for a while now (since preview), my favorite feature by far is templating. I’ve been using the templating feature extensively to upgrade an existing production application, in particular some quite ugly views.
Before templates to create a reusable UI, you really only had the options of user controls or writing your own Html helpers, the former will almost certainly mean a compromise. I believe the templating feature will assist in the goals of separation of concerns and being DRY.
Continue reading »
Tagged with: ASP.NET • Convention over configuration • DisplayFor • DRY • EditorFor • Helpers • jQuery • MVC 2.0 • PRG • Separation of Concerns • Templates • YAGNI
Apr 18
Just downloaded the official release of Visual Studio 2010 and nearly fell of my chair, when I saw that the new download manager is a Java Applet. Is Microsoft going soft? Or are we starting to see vendors use the best technology for the job, rather than what company developed the technology. I would of loved to be a fly on the wall in the meeting when it was suggested! Good on Microsoft.

MSDN Downloads Java Applet - landing page

MSDN Downloads Java - Applet download

MSDN Downloads Java - Applet UI
Tagged with: Java • Microsoft • MSDN • Visual Studio 2010 • yam
Recent Comments