Archives
Monthly Archive
for: ‘October, 2007’

Best tools when you are dealing with advanced web development

Hi friends, Are you facing with the hell experiences when dealing with advanced web development? First of all, We gonna clarify about what did I means for “advanced web development”. For the sentence, I means that your web project are mostly dealing with client technologies. Such as those JavaScript, CSS, DOM, Ajax or even cross-browser …

Read More

Windows XP Tip to automatically log on

Man, sometime I’m boring about my strong password. When I boot up my Windows box, I have to type my strong password about 10 characters which needed to press SHIFT button many times. The point that I setting up my password, I just want to lock off my laptop when I’m out of office to …

Read More

How to randomly select records from SQL Server?

Hi all SQLers! Last week I’ve found this quiz from my consultant customer. He has a scenario to let me help as a short describe here. How do I select some records from SQL Server randomly? It seems to be an easy question but what we can do if SQL Server doesn’t directly support this …

Read More

7 Tips made rendering HTML faster (Do it lately!)

Any serious web developers should experience a too long rendering time for his/her web pages. Here is the list that I usually do it before release my web application to production stage. I call it my “Optimization check-list”. Please note that, some of tip should be used on ASP.NET specifically and any other may not. …

Read More