Technical

...now browsing by category

 

How to use MSCONFIG

Thursday, December 1st, 2005

A good how-to page on using the MSCONFIG function in Windows that you can send to your newbie friends and family…

read more | digg story

Written by Deepak Vasa - Visit Website

Implementing AJAX in good old ASP

Tuesday, November 15th, 2005

At work we are still using some good old ASP…well I know…I know..we are moving towards .NET, that’s the reason I did Enterprise .NET at Swinburne….ok comming back to my little talk here, I have come across this brilliant toolkit for AJAX which I can use either in an ASP or PHP environment, it’s CPAINT stands for Cross-Platform Asynchronous INterface Toolkit. It’s really good and it works.

I have been playing with CPAINT yesterday and I could happily use it for some good search queries…allthough I am still trying to figure out how I can get the Google Suggest look. I need that feature so that I can get rid of some huge drop-down fields that we have in our content manager. At the moment the data-entry guys have to scroll thru a list of authors and choose the one that’s required, I am trying to eliminate such a lengthy drop down by providing a ‘Google Suggest’ kinda interface. I got a few ideas as to how I can do it, but not sure if it will work, if any one of you have some good ideas please do let me know.

Written by Deepak Vasa - Visit Website

My AJAX implementation works!!!

Tuesday, November 15th, 2005

Finally after working on and off for the last couple of days I have sucessfully implemented the Google Suggest like interaface. The guys at work are very happy with the way it’s come up, we will be using it in our next release of our content manager. I should agree that my Javascript skills are not up to mark and over the last few days I did some catching up with the javascript. Looking at all the AJAX examples on the web, I realised that you could write some pretty complicated stuff with javascript. Any ways got to sign off now…Have a good weekend guys.

Written by Deepak Vasa - Visit Website

Maximum rows in a SQL Server table??

Thursday, August 11th, 2005

Today…I was looking at some transaction log tables and I realised that one of our tables has about 3.1(+) million records. Now I am wondering what would be the ideal size of a sql table? When is the right time to rename the table name and start a new table afresh….?? Any one

Written by Deepak Vasa - Visit Website