Wednesday, May 28, 2008

Mac Strikes from WithinMac Strikes from Within

http://www.marketingtwo.com/mac-strikes-from-within.html  |  Comments

BusinessWeek Mac goes corporateOne of the big shifts in the marketing paradigm today is in the relationship of customers to the sales process. The broadcast marketing model was all about persuading customers to buy (by interrupting with effective, outbound messages). The P2P marketing model is based on inspiring customers to both buy and advocate your brand to others (by providing relevant products, service, content, and dialogue).

Last week’s BusinessWeek cover story showed the new model at work – in the nascent growth of Mac computers in corporate environments. The Mac may finally be getting some traction in companies outside of the traditional niche of design and communications firms.

The intriguing part of the story is that this growth is happening despite the fact that Apple has no corporate sales force. This is intentional. Steve Jobs has argued that companies can succeed by focusing on corporate or consumer buyers, but not both. (Agree? Comments? Counter examples?)

What is driving the Mac’s entry into the corporate environment is that managers are finally giving in to growing requests from employees to bring a Mac into the office place. Companies like IBM and Cisco are allowing pilot programs where a few dozen employees are allowed to switch from Windows to Mac OS, in order to gauge the impact on the organization. (Has any manager ever been faced with employees clamoring to allow Windows into the workplace?)

Part of this shift may be driven by the catastrophic roll-out of Microsoft Vista last year (like many, I’m sticking to my XP guns). But the Mac “pilot” programs are also testament to the power of inspiring a community of customers to support your brand, rather than persuading them to buy from you because they have no other viable choice.


[marketing 2.0]

The BoxThe Box

http://weeklyramble.wunderman.com/index.php/weblog/the_box/

Harold Burson always answered his own phone. He encouraged us to do the same. “Clients pay to speak with you” – not with layers of gatekeepers…was his lesson.

The top 8 mistakes in usability (and companies investing in it)The top 8 mistakes in usability (and companies investing in it)

Mark Hurst Describes the top 8 mistakes in usability in his Good Experience newsletter.

1. Not conducting any customer research.

2. Conducting "pretend" research.

3. Conducting research, but the wrong type.

4. Conducting one-on-one research, but with tasks defined beforehand.

5. Not inviting stakeholders to attend research.

6. Not prioritizing findings.

7. Not relating to business objectives.

8. Missing the larger picture.

http://goodexperience.com/2008/05/the-top-8-mistakes-in.php

 

Tuesday, May 20, 2008

.NET Building Blocks: Custom User Control Fundamentals
.NET Building Blocks: Custom User Control Fundamentals
Find out the gritty details required to create, test, use, inherit, install, and distribute .NET User Controls of all types. 

http://www.devx.com/dotnet/Article/37931

Sunday, May 18, 2008

Why Project Management Tool Demands Integrated Help Desk?

Customer feed back is key to developing software that works. We enter customer feedback into our sprints so all developers hear about every support incident. Many times, new features are born, and useless features are eliminated. Integration without CRM case tracking system would be wonderful. The article below does bring up a good issue. Our Brainstem product does have SOA built in, and we did so because we feel that this is the most cost effective way for external systems to integrate. Our CRM system, Microsoft CRM has a SOA as well. Because of these two interfaces, we can easily build an agent that could be triggered by a new Case being entered. More work for the developers. :)

Interesting question. No, we don’t want to create bloatware with thousands features, complex UI and 100MB installation package. We have clear goal – help agile teams to complete projects in the most efficient way. In fact I think Help Desk/Customers Area is one of the most important modules, it helps to manage customers feedback. And customers’ feedback is the MOST useful thing you can get to
Software's Classic Mistakes--2008

An important read for all developers, especially managers and executives. We continue to repeat the mistakes of the past and they are easier than ever to address.

Agile

Thursday, May 08, 2008

Security Lost in Web 2.0 ShuffleSecurity Lost in Web 2.0 Shuffle

Article

An under-reported story in all of this Web 2.0 euphoria is that all of these sharing applications and new interactive applications can increase security risks. Users now ingest new widgets and applets with nearly reckless abandon, and that can be problematic. On the development side, web publishers can't forget to prepare for the traffic that hopefully will arrive when you launch a new destination or service. As GigaOm points out, malicious types who are envious of others success can attempt to bring down upcoming Web 2.0 destinations out of spite. So before you download another toolbar add-on or widget, remember to consider the source.


[MarketingShift: Daily Crash Course in Marketing Technology & Brand Management]

AJAX performance analysis

http://ngenroom.n-genstudios.com/node/160  |  Comments

picture 2.png
Big Blue brings us a thoughtful article on how to profile AJAX interfaces, with a view to increasing speed, of course.

Toolkit focuses on Firebug and YSlow.

Article

AJAX Resource Center

Wednesday, May 07, 2008

Silverlight, WCF and LINQ to SQL

http://feeds.feedburner.com/~r/CodeBetter/~3/285682304/silverlight-wcf-and-linq-to-sql.aspx

I've had some requests lately to write some articles that work with LINQ to SQL. I've ben focusing on the Entity Framework a lot due to its vast nature and that fact that its still relatively unknown to many people. So I am going to work on a LINQ to SQL project that ties into a multi tier model. I am also going to show how this can be hooked into a  Silverlight 2 UI that connects through WCF to the lower layers.

I'll probably be demonstrating these first at an event I am trying to set up with Joe Healy of Microsoft in Tampa this coming August. The demos will be ready way before then, but I wanted to have some cool materials for this event. There is no title nor date yet, but once the event is set I will be sure to let blog about it. It should be a great day overall.

I also plan on giving some love to the Entity Framework, regular persistence/mapper models, MVP patterns and more. I just have to find a way to work it all in and still give enough to each topic. Of course, this means all demos are subject to change, but the content will be fresh and cool for certain.

Here is a very poorly and quickly thrown together diagram of one of the demos I am tweaking.

image

Cross posted from johnpapa.net

Tuesday, May 06, 2008

TSQLUnit

http://tsqlunit.sourceforge.net/index.html

We'll let you know how it goes.

Unit Testing SQL Server

I am investigating ways to unit test SQL Server stored procs and queries. I will be posting links here as I find them.

Here is the first:

Unit Testing Tips for SQL Server