Friday, May 6, 2011

Exciting effect.

I wanted to write a simple exciting effect for my blog at XO. I have decided to eliminate a bunch of lines of crappy code and put decent code which is simple and effective.

http://jsfiddle.net/vijayphani/reRJP/

Thursday, April 7, 2011

tableless layout with div

http://www.w3.org/2002/03/csslayout-howto

Thursday, March 24, 2011

How to find time difference between two dates in oracle.

select numtodsinterval(last_upd_dt - created_dt,'day') time_difference from dates;

Thursday, March 10, 2011

How to create a border with different images in css3.

http://www.css3.info/wp-content/uploads/2007/09/multiple-backgrounds-example.html

Tuesday, March 8, 2011

One of the best tech videos that I have seen.

http://blogs.msdn.com/b/davidebb/archive/2010/10/05/introducing-nupack-the-smart-way-to-bring-bits-into-your-projects.aspx



This is the best tutorial to learn a lot of stuff.

http://www.asp.net/mvc/tutorials

Thursday, March 3, 2011

Why do page methods have to be static.

I need to do some research on this and do a good post.

Thursday, February 24, 2011

Free profiling tool for .net

While working with EF today, I was going through blogs and EF performance issues. I stumbled upon a open source performance profiler called slimtune.

http://code.google.com/p/slimtune/

I will check it and post an update. I dont have to buy ants profiler.