Posted on March 18, 2008 by Lisa Zhou
In .net, we use the sympol ~/ for refering to a file, but some times we want to be able to convert the ~/ path to the actual path in url.
For example, in one of my projects,I have a web.config variable to the login page, and the value is ~/login.aspx, and I use the Response.redirect(configurationmanager.appsettings(“Login”)) [...]
Filed under: .Net | Tagged: VirtualPathUtility | Leave a Comment »
Posted on March 17, 2008 by Lisa Zhou
YSlow is a plug-in for the Firebug plug-in in Firefox, it is developed by Yahoo and is used for performance profiling. YSlow is a great tool for seeing how your Ajax functions are actually performing.
Apart from the normal benefits of YSlow like analysis of your page size, number of http requests, GZip components, expire headers, [...]
Filed under: Ajax.Net, Performance | Tagged: Ajax, Ajax Performance, Firebug, YSlow | 1 Comment »
Posted on March 16, 2008 by Lisa Zhou
In .Net 2005, you can change the code behind once a debug process has finished, but if you were stepping through the code, and changed while it’s still in the process of stepping through the code(the green play button is highlighted), once you run through the rest of the code you will probably get a [...]
Filed under: .Net | Tagged: Debug, Visual Studio 2005 | Leave a Comment »
Posted on March 14, 2008 by Lisa Zhou
While working with the Ajax tookit autocomplete extender, I have encountered a very strange problem. On one of the pages where autocomplete were setup, the autocomplete had a huge delay. There were no exceptions, the data was retrieved fine, when in debug mode, the autocomplete would show, but when running on the server, the autocomplete [...]
Filed under: Ajax.Net, autocomplete | Leave a Comment »
Posted on March 11, 2008 by Lisa Zhou
I blog for a very good reason, to share my ideas and issues I have resolved so it can help others, but apparently I am also improving my own well being and making my self a happier person in general as well.
In this article here from Mike Sachoff at WebProNews, he explains based on two [...]
Filed under: News, Social Networking | Leave a Comment »
Posted on March 9, 2008 by Lisa Zhou
This is an issue that has haunted me when I first started to use SVN, and it took me sometime to figure out why it is happening and how to get around it.
After first switching to SVN from visual source safe, I added all my .Net 2003 projects to SVN, but after I’ve added them [...]
Filed under: .Net, SVN | Tagged: .Net, SVN, Visual Studio 2003 | 3 Comments »
Posted on March 5, 2008 by Lisa Zhou
I came across a really good article today on how to optimise asp.net performance by changing web.config and other non code related areas. The article can be accessed here
Filed under: .Net | Leave a Comment »