Tuesday, July 21, 2009
Project Gemini
Project Gemini is a powerful data analysis tool. Here is the link for the sneak preview of Project Gemini.
Monday, July 20, 2009
Building a dashboard using SSRS
Here is a tip from MSSQLTips I found useful on how to create a dashboard using Sql Server Reporting Services.
Read More
Read More
Monday, July 13, 2009
Introduction to AJAX
This is an excerpt of Chapter 1 from the book, ASP.NET 3.5 AJAX Unleashed, authored by Rob Foster.
Here is the link that was posted on codeguru
Here is the link that was posted on codeguru
Wednesday, July 08, 2009
CSS Forums
If you are intermediate in CSS and looking to enhance your CSS knowledge then this post going to help you. By joining any of the following CSS forums will help you to boost your CSS knowledge.
Read More
Read More
Saturday, July 04, 2009
Browsercap.ini update for IE 8
As soon as the Internet Explorer 8.0 was released and our customers have updated to IE 8.0 I started having queries about crystal reports compatibility with IE 8.0
The fist step I took was to update the browsercap.ini The code I used to update is as follows:
[code]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE 8.0
[IE 8.0]
parent=IE 7.0
version=8
majorver=8
minorver=0
[*(*MSIE 8.*Mac*)*]
parent=IE 8.0
platform=Mac
[*(*MSIE 8.*Win 1*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win 2*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win 3*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win 9*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win N*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win X*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows 1*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows 2*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows 3*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows 9*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows N*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows X*)*]
parent=IE 8.0
platform=Win
[/code]
The fist step I took was to update the browsercap.ini The code I used to update is as follows:
[code]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE 8.0
[IE 8.0]
parent=IE 7.0
version=8
majorver=8
minorver=0
[*(*MSIE 8.*Mac*)*]
parent=IE 8.0
platform=Mac
[*(*MSIE 8.*Win 1*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win 2*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win 3*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win 9*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win N*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Win X*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows 1*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows 2*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows 3*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows 9*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows N*)*]
parent=IE 8.0
platform=Win
[*(*MSIE 8.*Windows X*)*]
parent=IE 8.0
platform=Win
[/code]
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...