Web Design. Development. Optimization. RSS 2.0
 Friday, December 22, 2006

Whether you celebrate Christmas, or Hannukah, or don't celebrate either... I wish you all a Happy Holidays. Don't drink to much, be extra nice to everybody (even strangers) for the next week or so, and get some rest!

 

Friday, December 22, 2006 4:04:38 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
The Blogging Life
Del.icio.us Digg Technorati Blinklist Furl reddit
 Monday, December 11, 2006

We ended up converting an entire ASP.NET 1.1 web site to 2.0 in under a week. It turned out to be easier than I imagined - I estimated 2 people for 2 weeks, and it looks like it will be 1 person for 2 weeks.

I don't want to understate how many problems there were. In the project as a whole, there were THOUSANDS of warning and error messages after the conversion wizard that done its work. But because of the duplicate nature of these problems, it was usually a search and replace job to fix them. One search and replace could fix 50 warnings at once. And even the ones that had to be fixed manually, I could usually just F3 from occurrance to occurance and paste in the corrected code.

The site is now up and working. There is still a lot of testing to do obviously, but I am extremely happy that it has turned out so well.

 

Monday, December 11, 2006 4:28:10 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
.NET | Visual Studio 2005
Del.icio.us Digg Technorati Blinklist Furl reddit
 Thursday, November 30, 2006

I am a software developer. I make my living working with businesses to help them automate and improve their business processes. To tell you the honest truth, I make a decent living at it, paid more than the national average wage.

Outsourcing is now standard practice in my industry. In fact, other industries such as call centres, and even television animation have gotten into the act. I heard that the television show The Simpsons is drawn by several teams in India. American artists don't even work on that show any more.

So why am I not scared of outsourcing?

Well first, I do believe the practice has had some impact on my income. My hourly rate could be a lot higher if my talents were scarcer. There is a competition between the amount I make ($X) and the amount an Indian programmer will charge ($X/10 sometimes).

In order to justify the difference, I have to prove my value. Am I worth more than 5 to 10 Indian programmers? In terms of pure code output, no, of course not. 10 programmers can outcode me.

My value comes in the things I can do that a offshore programmer cannot. Is an offshore programmer going to understand every facet of a company's operations (technical and business)? No, generally you give them one task to perform and they do it. Work has to be packaged up.

Is an offshore programmer going to take vague requirements ("I need a daily report on yesterday's activities...") and turn it into exactly what the client needs? No, generally they need specific and very detailed requirements. Work has to be thought out in advance and documented.

And most importantly, can a client ask their Indian programmer to run a project for them, interacting with key employees and making sure the job gets done? No, generally they take the entire job, and don't integrate into an existing team well. They can only work on things independently.

So I feel secure. There will always be a need for me. And I've even worked with overseas programmers, supervising them. So I bring value, and my clients obvious see that too.

 

Thursday, November 30, 2006 3:11:39 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Consulting | The Blogging Life
Del.icio.us Digg Technorati Blinklist Furl reddit
 Wednesday, November 29, 2006

There needs to be a major retraining of our society as a whole. Well, maybe.

I was leaving a restaurant today, and saw a woman outside with a young child and a fully loaded stroller. Being the nice guy that I am, I went out of my way and held open the door for her. Waited for her as she was approaching.

No eye contact, no thank you, no nothing. Walked right on in without saying a word.

Seriously - I saved her some grief and she can't even open her mouth? Or smile?

(rant over)

 

Wednesday, November 29, 2006 4:43:46 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
The Blogging Life
Del.icio.us Digg Technorati Blinklist Furl reddit
 Wednesday, October 11, 2006

Microsoft or Dell or one of Apple's competitors should do the following...

Hire that annoying "Hi, I'm a Mac" guy from the Apple commercials. Have him talking a-mile-a-minute about how great Windows now runs on the Apple Mac. Using Parallels, you can't tell the difference. Now you can run all your Windows software inside your Mac.  On and on about how, now that Mac users have access to Windows, they will never need anything else.

And after all that, have the poor "Hi, I'm a PC" guy say, "So why don't you just get a Windows PC then?"

Seriously, I just listened to a podcast on Parallels by Steve Gibson and Leo Laporte (Security Now), and they went on and on about how fast Windows now runs on a Mac.... but didn't spend any time discussing the downsides to such a setup. "So if you need a fast version of Windows so badly, why don't you just get a Windows PC?" was all I could think at the end.

 

Wednesday, October 11, 2006 6:42:10 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
The Blogging Life
Del.icio.us Digg Technorati Blinklist Furl reddit
 Tuesday, October 10, 2006

OK, perhaps saying "too easy" in my last post was asking for trouble. Because trouble is what I have.

I have a weird situation and I need some help figuring out what the solution is... Any clues, please email me or leave a comment.

We have a "base page" that inherits from System.UI.Web.Page. My base page is called "BasePage.aspx".

All other web pages of our application inherit from that. So "default.aspx" inherits from BasePage.aspx.

So my problem is that the codebehind page for BasePage, called BasePage.aspx.cs, has been saved in the App_Code folder. Now I don't know this folder or what it's for, thats my first problem.

Now all the pages that inherit BasePage.aspx now fail because the class doesn't exist.

If I move BasePage.aspx.cs out and put it at the root folder, then another page breaks about the BasePage class (one of our User Web Controls).

Ugh. I am sure once I figure the underlying problem out, fixing all pages won't be a problem. This isn't a problem relating to the number of pages, it's a problem every web site would have during a migration with base pages, web controls, etc.

 

Tuesday, October 10, 2006 9:30:55 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
.NET | The Blogging Life | Visual Studio 2005
Del.icio.us Digg Technorati Blinklist Furl reddit
 Friday, October 06, 2006

So here is the status of my .NET 2.0 application conversion. I converted the 71568 lines of C# code and 38452 lines of VB code in the business object and services tier with little error. No errors really, just a few things that Visual Studio 2005 warns about that Visual Studio 2003 did not.

When I got to the web portion, I started finding lots of interesting errors. It's going to take a full day or so to go through them all.

All in all, it's not as scary a proposition as I thought. It's the kind of conversion that can be completed in a couple of days. I thought it might have required weeks before.

 

Friday, October 06, 2006 1:03:44 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
.NET | The Blogging Life | Visual Studio 2005
Del.icio.us Digg Technorati Blinklist Furl reddit
Archive
<December 2006>
SunMonTueWedThuFriSat
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2008
Scott Duffy
Sign In
Statistics
Total Posts: 484
This Year: 44
This Month: 6
This Week: 0
Comments: 76
Themes
Pick a theme:
All Content © 2008, Scott Duffy
DasBlog theme 'Business' created by Christoph De Baene (delarou)