News Flash

Great article by @NeutronUK on how to create a print stylesheet using Firebug and the Web Developer Toolbar - http://cot.ag/bOQiVM

Tagged: .net

4 December 2008

At The Future of Web Design in New York, the final session of the day was a panel discussion on the frictions and misunderstandings that often arise between designers and developers working together. The panel was chaired by Liz Danzico, while putting across the the developers’ point of view we had Joe Stump and Chris Lea, while on the design side of things we had Ryan Sims, and Daniel Burka.

The audience provided lots of great questions to ask the panel, but, unfortunately, there wasn’t enough time to answer them all (I have a stack of about 60 here on my desk). I thought I’d publish a collection of ten of the best unasked questions and see if the Vitamin audience, which is comprised of both designers and developers, can’t come up with some answers.

Here is the list of questions:

  1. Would I be a better designer to work with if I knew coding myself? Do developers appreciate knowledgeable designers?
  2. Designers: Developers don’t like you because you represent Work and don’t see why said work is wholly necessary. Developers: Designers are scared of you because you are the gatekeeper. This is the dynamic. Discuss.
  3. How can stronger communication be developed not only between designers and developers, but also between designers, developers, and creative teams (art director, copywriter)? How can a team bring them into the fold more effectively?
  4. To developers: if there was one thing ― an ability, a bit of knowledge, an understanding ― that you could instill in all designers with the wave of a magic wand, what would it be?
  5. How do you keep the goal of the project front and center so that design and development can keep a “common good” as their primary function?
  6. What’s the most helpful thing a designer can do before handing over design files?
  7. How soon should a developer be engaged to sense-check a design? At design brief? Before it goes to the client?
  8. Is it a mistake to make the lead developer the project manager?
  9. How can I get the developer to give me an absolute answer on whether something is doable?
  10. It seems that designers are under pressure to design an exceptional and unique experience and developers are under presssure to produce sites with high performance and little/no errors. Designer’s goals add pressure to developers and vice versa. How can our goals work together intead of causing pressure on each other?

Please provide your thoughts in the comments: it would be great to get comments from both designers and developers (no trolling, please!)

Continue reading 15
CSS3 Online Conference March 22nd 2010 banner ad

8 May 2008

As an agency that helps clients in the web start-up market to design and build web apps, Howard Baines is familiar with the popular approach of using open source technologies and tools to get the job done economically. We’ve worked with PHP, Rails, MySQL and others, and have experienced the highs and lows of doing so. Late last year we decided to fly in the face of popular opinion and build a web app of our own… using the Microsoft platform.

Deciding on the app

We decided to build a meeting organizer application which we called ‘Meet with Approval’. The application allows anyone who wants to arrange a meeting to create a dedicated event page with date and time options and send out email invites. Invitees can then select the dates that suit them, add comments and are informed when the meeting is confirmed. We knew that from a technical perspective we wanted to use some AJAX, incorporate maps and integrate with third party services such as Plaxo and PayPal.

MeetWithApproval

Our aim was to have an application that we could use to experiment with new concepts and technologies whether open source or paid for. The process of designing and building the application would provide a case study for us.

How to measure success

Our clients share key goals when it comes to web development: minimize development time to get their product to market faster, to start generating revenue and gain a competitive advantage; reduce development cost; and improve reliability. A reliable application requires less ongoing investment and is available to users more of the time, which maximizes revenue earning opportunities.

This means we need development tools that allow us to reduce development time and labor while delivering maximum reliability and a fantastic user experience. These were the challenges and benchmarks against which we wanted to test the Microsoft offering.

The development process

For those unfamiliar with Microsoft their platform is the .NET Framework and for web this means using ASP.NET (http://www.asp.net). At the time we were building our application Microsoft released the latest version of .NET and their development tool Visual Studio 2008. Possibly the main argument against using Microsoft from the open source point of view has been the issue of expense. However the .NET Framework can be downloaded for free plus they also provide ‘Express’ versions of Visual Studio and their SQL Server
database software which we used and are also free.

Visual Studio - MeetWithApproval

A key benefit of new web specific frameworks such as Rails is that they allow rapid development of common features. Visual Studio provides a number of prebuilt web controls that we were able to drag and drop onto our pages and allowed us to get a considerable way before having to write any code. A criticism of this approach is that such controls output bad HTML or restrict design however we did not find this. We were impressed by the way in which .NET produced relatively little code and we were able to apply all styling via CSS. Visual Studio 2008 offers a full WYSIWYG editor with CSS support that we found to be better than Dreamweaver although we did find rendering problems within the IDE when coding for cross browser CSS.

When it came to coding we used Microsoft’s latest data access offering called LINQ (Language Integrated Query). LINQ offers a way to access data held in a database or other format such as XML using a single language. The concept is not new and other frameworks and scripting languages offer a similar approach.

Data Schema - MeetWithApproval

The real bonus came in the form of the InteliSense in Visual Studio which not only made learning and writing LINQ queries fast but also supported our underlying data model. InteliSense within Visual Studio included support for frontend JavaScript which again helped to speed up development. Moreover the InteliSense features really cut down on the number of time wasting runtime errors and helped to reduce bugs. In fact using the various prebuilt controls and functions of .NET helped us to significantly cut down the number of bugs.

One of our objectives was to provide a great user experience and today that frequently means using AJAX. Visual Studio 2008 has inbuilt support for Microsoft’s own AJAX libraries called ASP.NET AJAX. While these can be used independently and scripted against like JQuery Visual Studio provides a number of controls which can be added to by downloading the AJAX Control Toolkit. Once again these provide great AJAX features such as the textbox auto complete. We did script against the AJAX libraries to integrate the Plaxo widget with our AJAX functionality.

Using Plaxo (Free) was one example of where we integrated non-Microsoft services which included PayPal and a Yahoo! Geocoding web service (Free) which we used together with Microsoft’s Virtual Earth (Free).

Thinking about moving to .NET?

For any developers considering making the change to .NET Visual Studio 2008 makes it extremely easy. There is a range of programming languages to choose from including C#, VB.NET, J# and IronPython which means there is probably one that suits your taste. For Rails developers there is IronRuby and an MVC Framework currently in pre-release versions. The Microsoft website provides articles and tutorials for transitioning from other platforms such as PHP to ASP.NET and there is a wealth of blogs and websites with code examples or ‘Starter Kits’.

Whatever your preferred approach or experience there is probably something for you in the Microsoft offering and in many cases the IDE and integrated stack bring benefits over other development options we have tried.

How it worked out

Within three weeks we were able design, develop and deploy our application at extremely low cost. Since launching in late 2007 we have had only 2 bugs reported with over 2000 users in the system and over 500 meetings created. We felt that we were able to deliver on our objectives of fast, cost effective, reliable development that produced a great user experience which you can judge for yourselves at www.meetwithapproval.com.

Meeting Microsoft

We caught up with Microsoft at the October Future of Web Apps in London and discussed our experiences. They were excited to hear about what we had been doing and chose to write a case study about Meet with Approval.

A common misconception is that companies of the size of Microsoft are remote from small businesses. The truth for us has not been the case as we were invited to take part in the official press launch of Visual Studio 2008, SQL Server 2008 and Windows Server 2008 on 27 February in London. We were along side a select few companies that included McLaren, EasyJet and Grey Group.

Our case study is now available on the Microsoft website as part of the Heroes Happen Here Launch Evidence (www.microsoft.com/ casestudies).

Despite the frequent criticisms of Microsoft we have learnt that this should not be a barrier to prospective start-ups when looking for a suitable technology platform. Microsoft is clearly working hard to be friendly, accessible and cost attractive to entrepreneurs and potential start-ups.

Continue reading 2

Sign Up to our Newsletter

Enter your e-mail address below to receive regular updates on web design, web development and web business. Subscribe today and receive a free 44 page PDF "Designing Web User Interfaces" by Ryan Singer of 37signals.

Subscribe to the Think Vitamin articles RSS feed

Future of Web Apps Dublin May 14 2010

News

Twitter

Follow us on Twitter

Subscribe

Article Subscribers

Feedburner blog subscriber indicator

News Subscribers

Feedburner blog subscriber indicator

Subscribe by Email

You can receive Think Vitamin updates via email. Just pop your email address in the box below and click the arrows.

Subscribe by RSS

You can also receive new Think Vitamin posts via your RSS feed reader

Subscribe RSS Think Vitamin is a proud member of the Smashing Network

Ads Via The Deck