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.

Wednesday, February 23, 2011

How to enable CSS 3.0 Intellisense in vs2008.

Today I was trying out CSS 3.0 and the document was not getting formatted because the new css 3.0 tags are not getting recognized.

To enable css 3.0 you need to find the key "{A764E895-518D-11d2-9A89-00C04F79EFC3}"

Note: You may many matching keys but look for the one which shows schemas


Add a new key Schema 5 and add 2 string values File and Friendly name and set the values to

css30.xml and CSS 3.0.

Now take the css30.xml and copy to the folder below.

C:\Program files\Microsoft Visual Studio 10.0\Common7\Packages\1033\schemas\CSS


Download the xml here (For some reason it is not allowing me to add the css30.xml).

Close your visual studio and open it. when you open a css file it should pull the drop down with friendly name.


Now you don't see an error under border-radius.