Tuesday, March 13, 2007

WPF/E
There is a lot of buzz about WPF. Though it is in its nascent stages, there are some cool applications that are available online.
Micrsoft projects that WPF will change the way developers write applications.

Check these out

http://www.simplegeek.com/mharsh/wpfepad/

http://www.notescraps.com/

http://weblogs.asp.net/scottgu/archive/2007/01/07/next-generation-yahoo-messenger-built-with-wpf-and-net.aspx


ASP.NET | General
3/13/2007 12:12:44 PM (GMT Standard Time, UTC+00:00)  #  Comments [0] 
 Sunday, March 11, 2007

"IM" making a difference

Microsoft is sharing a portion of it's advertising revenue from Windows Live Messenger. So every time you use it a percentage of the advertising revenue generated goes to some social causes. What's more cool about it is, you can choose the social organization which should be receiving the money generated from you using the IM. See here for more details on how to implement this, its real simple. Add/Append any of the codes given below in your messenger

-----------------------------------------------------------------------------------------
Updated for -- those lazy ppl-

What does the i'm emoticon  represent?

It tells your contacts that you are making a difference, it is short for "i'm making a difference".

What are the i'm emoticon  codes and causes?



General
3/11/2007 3:38:30 AM (GMT Standard Time, UTC+00:00)  #  Comments [0] 
 Sunday, March 04, 2007

Writers Block

It has been a long time I posted anything here. Am not sure if this is a writers block or am not doing anything cool to post here. Anyways, I am sure I will be back, untill then ciao


General
3/4/2007 11:24:16 PM (GMT Standard Time, UTC+00:00)  #  Comments [1] 
 Thursday, February 15, 2007

ASP.NET 2.0 Override debug=true in web.config by machine.config

Deploying web applications can become a painful task if you have to check for a number of settings that you have to modify your code to make it work in production environment. There are chances that developers might miss something if there are a lot of deployment pushes. Features like debugging, tracing, error message display could be a big performance issue if they are turned "on"  the production environment.

ASP.NEt 2.0 has a solution for this...and that is by adding on key to your machine.config

<configuration>
   <system.web>
      <deployment retail="true"/>
   </system.web>
</configuration>

Also, you can block download of specific file(for example.xps) types by registering those file extensions to HttpForbiddenHandler

<add path="*.asmx" verb="*" type=
    "System.Web.HttpForbiddenHandler" />


 

Continue reading here


ASP.NET
2/15/2007 1:47:12 AM (GMT Standard Time, UTC+00:00)  #  Comments [0] 
 Friday, February 09, 2007

All in a day's work

Mail forward's are very annoying, but occassionaly you stumble upon something really good, so here you go

Interpreting Employment Ads

Having difficulty finding the right words to convey just what your project is like when placing those recruitment advertisements?  Here's a set of terms that may help!

Competitive Salary
We remain competitive by paying less than our competitors.
Join Our Fast Paced Company
We have no time to train you.
Casual Work Atmosphere
We don't pay enough to expect that you will dress up.
Must be Deadline Oriented
You will be six months behind schedule on your first day.
Duties will vary
Anyone in the office can boss you around.
Must have an Eye for Detail
We have no quality control.
Seeking Candidates with a Wide Variety of Experience
You are replacing three people who just quit in disgust.
Problem Solving Skills a Must
You are walking into a company in perpetual chaos. Your first task is to find out what is going on.
Self starter
You will get absolutely no support from management or your co-workers.
Pay based on experience
We'll hire the cheapest worker we can find.
----------

Software Development Cycle

  1. Programmer produces code he believes is bug-free.
  2. Product is tested. 20 bugs are found.
  3. Programmer fixes 10 of the bugs and explains to the testing department that the other 10 aren't really bugs.
  4. Testing department finds that five of the fixes didn't work and discovers 15 new bugs.
  5. Repeat three times steps 3 and 4.
  6. Due to marketing pressure and an extremely premature product announcement based on overly-optimistic programming schedule, the product is released.
  7. Users find 137 new bugs.
  8. Original programmer, having cashed his royalty check, is nowhere to be found.
  9. Newly-assembled programming team fixes almost all of the 137 bugs, but introduce 456 new ones.
  10. Original programmer sends underpaid testing department a postcard from Hawaii. Entire testing department quits.
  11. New Project Manager steps in with a new QA finds 783 new bugs.
  12. New CEO is brought in by board of directors. He hires a programmer to redo program from scratch.
  13. Programmer produces code he believes is bug-free...

and finally,

It takes one woman nine months to have a baby. It cannot be done in one month by impregnating nine women.

 


Humor
2/9/2007 5:47:33 AM (GMT Standard Time, UTC+00:00)  #  Comments [0] 
 Wednesday, January 31, 2007

Inside MySpace

All of us hear about MySpace. It has become the site with the highest traffic. It now runs on ASP.Net and SQL 2005. You can read the story about how the folks at MySpace handled their exponential growth(40 billion page views a month), the problems they encountered and how the site architecture evolved from a few thousand users to a millions of users. It is an awesome read.


General
1/31/2007 4:15:55 AM (GMT Standard Time, UTC+00:00)  #  Comments [0] 
 Thursday, January 25, 2007
 Wednesday, January 24, 2007

Wishlist 2007

      

You always want(to do) something, no matter what. I have tried to list it , though not specifically in that order

  •  Wii/Xbox: It has been too long on my list. I have been out of the gaming zone little more than I expected.
  •  Sports: Should join a league and play some real sport. Soccer should be cool. 
  •  Reading: CodeComplete2 + cpl other books. It is high time.
  •  Mp3Players: I have bought 3 mp3 players so far and always have given it to someone. This time I am going to buy 1 and own it. It will be cool to use while I work out.
  •  Desktop: I need a machine to do whatever I want, without worrying about wrecking it/ formatting it , specially when I hear about all the new cool features of Vista.
  •  Car: My civic is solid, but a Ferrari would be cool. Don't mind settling for a Jaguar.
  •  %#@^&*-)% am not telling what this is.

 


General
1/24/2007 3:02:37 AM (GMT Standard Time, UTC+00:00)  #  Comments [0] 

Must Read - Advice to all the programmers

Here is an awesome piece of fatherly advice from Chuck to all the programmers. Thru[Jeff Atwood]


General
1/24/2007 2:11:43 AM (GMT Standard Time, UTC+00:00)  #  Comments [0] 

Slacking Off
There are so many things that I need to catch up with. I dont wanna blog something just for the sake of it. I am just getting settled into my routine, shaking off my jet lag, accepting A.I being a nugget. There are a lot of blogs that I need to read now as I type this.


General
1/24/2007 1:43:31 AM (GMT Standard Time, UTC+00:00)  #  Comments [0]