Monday, April 30, 2007

Javascript and CSS Tutorial - How to make Sliding Panels

A step-by-step tutorial on how to create sliding panels using javascript and css. Included in the tutorial are good examples guiding you through each step.



read more

Thursday, April 26, 2007

Test your Web Application’s Performance

A step by step tutorial on how to stress test your web application and your web server with proven Open Source software.



read more

Tuesday, April 24, 2007

Monday, April 23, 2007

Data Transformation Services -- SQL Server

Today I used Data Transformation Services (DTS) of SQL Server 2000 to populate a table in the SQl Server database from an excel file. This was an easy way of creating a table on the fly without bothering to create the table structure first and then populate the table with the data.


Procedure I followed was as follows:

Right click on a table or a database in the SQL Server Enterprise manager.
select Import data
Select the source as an Excel driver
select the destination as the table to be created inthe database.
Click finish and your table is ready with the data populated

Yes, it is that simple.

Thursday, April 19, 2007

15 Javascript Snippets You Can't Live Without

"You either love Javascript or you hate it. Either way it can provide great functionality that users love. And it doesn't have to affect usability. Here are the top 15 Javascript snippets for making great sites that bit extra special."



read more

Tuesday, April 17, 2007

How to make 'related articles' for your blog

If you operate or post for a blog of any kind (and chances are, you do), it's very useful to add a "Related articles" section to your blog so when somebody finds your article, the related articles will keep them on your site while keeping their interest in specific topics.



read more

Friday, April 13, 2007

View .psd's Thumbnail Previews In Windows Explorer

As of photoshop 7 you can no longer view your PSD files as thumbnail previews! Re-claim this great feature instantly with a quick registry edit.

read more 

Deploy the Azure Machine Learning Model

In the previous post I have discussed how to create an Azure Machine Model.  In this post I will be discussing how to Deploy this model. Pre...