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
Monday, April 30, 2007
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
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.
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
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
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
read more
Thursday, April 12, 2007
Subscribe to:
Posts (Atom)
Free Power BI Classes for Week 7 (Last)
Just completed the last class of the F ree P ower BI classes of this series. Today we have covered Adding a canvas background Adding Imag...
-
From the past 3 days I have been working on resolving merged and hidden cells issues when an SSRS reports is exported to excel. ...
-
When I tried to access the report manager after a fresh installation of Sql Server Reporting Serivces 2016 using the url http://localhost/R...
-
I was trying to build an SSIS package that one of my colleagues has created. The first error that was thrown was as below: Exception des...