Subscribe to
Posts
Comments

Archive for the 'Programming' Category

For a long time I find it is very confusing when it comes to deal with T-SQL errors because T-SQL error sometimes prevent all the statements in a batch from being executed, sometimes it just prevent the statements after the error statement from being executed, and sometimes it doesn’t prevent any statement execution except […]

That is what I feel. Because writing a web application that is looking good across all versions of web browsers is a tough job. It is hard to debug. It is tougher than every other programming that I had to deal with in my past experience.
That is mostly because different web browsers handle things […]

I didn’t make a post for the past week because I experienced trouble when I moved my production site to my local machine. I found none of the permalink solutions addressed here was working on my local machine. The Wordpress article said the permalink format
[…]

For many people tuning store procedure means looking at the query execution plan and finding the operation that cost the most. If there is operation like table scanning or index scanning, then they will think they found the performance problem. For me I never use the query execution plan to determine where the performance bottle […]

I have spend quite some time lately to set up my blog and try to make it different from other blogs that are using the same theme. But it doesn’t look much different. You can tell it is still a mistyook theme which you can download from here. There are two changes I made to […]

« Prev - Next »