<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="0.92">
<channel>
	<title>Technology and Business Blog</title>
	<link>http://www.bizpassion.com</link>
	<description>Passion for Technology and Business</description>
	<lastBuildDate>Mon, 21 Jul 2008 22:34:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>SQL Server Reporting Services Calendar Control for Date Parameter (SSAS OLAP)</title>
		<description>When building a report in SQL Server Reporting Services, we often use date as parameters. When you create dataset from SQL Server Analysis Services source, by default the date will be treated as string and you will have a drop down list of date. In SQL Server 2005, Reporting Services ...</description>
		<link>http://www.bizpassion.com/?p=84</link>
			</item>
	<item>
		<title>SQL Server Reporting Services Chart Label Interval</title>
		<description>When you generate a chart using date dimension for x-axis, by default, it will try to show every date as label, which make the label unreadable if you have hundreds of date. This problem can be resolved by setting "interval" in "Major gridlines". For example, if you put "5" in ...</description>
		<link>http://www.bizpassion.com/?p=83</link>
			</item>
	<item>
		<title>Show the Date with null value in reports (SQL Server Reporting Services)</title>
		<description>When designing dataset in Report Designer, null value is ignored by default because the corresponding MDX query uses "NON EMPTY" keyword. This raises a problem in reporting when Date is a dimension because we want to show every date in the range even there is no item or value for ...</description>
		<link>http://www.bizpassion.com/?p=82</link>
			</item>
	<item>
		<title>Extract file name extension from file path using T-SQL</title>
		<description>HTTPRequestURIStem is the column contains file path, e.g. /webpage/default.aspx


REVERSE(SUBSTRING(REVERSE(REVERSE(SUBSTRING(REVERSE(HTTPRequestURIStem),0,
CHARINDEX('/',REVERSE(HTTPRequestURIStem))))),0,
CHARINDEX('.',REVERSE(REVERSE(SUBSTRING(REVERSE(HTTPRequestURIStem),0,
CHARINDEX('/',REVERSE(HTTPRequestURIStem))))))))


This function will return "aspx" for "/webpage/default.aspx".

NOTICE: I put the code in seperate lines for readablity.
 </description>
		<link>http://www.bizpassion.com/?p=81</link>
			</item>
	<item>
		<title>Windows Live Messenger won&#8217;t open? Here is the solution! Sorta..</title>
		<description>One of my friend called me two months ago because he could not open his MSN Messenger. When he double click the MSN icon, it was simply no response. However, MSN process was shown in Task Manager. I tried to reinstall the program but the problem persisted. A couple of ...</description>
		<link>http://www.bizpassion.com/?p=80</link>
			</item>
	<item>
		<title>Install PHP + MySQL on Windows 2003 (IIS + PHP + MySQL)</title>
		<description>1. Why Windows Server 2003 and IIS?
The optimal environment for running PHP + MySQL application is a Linux server running Apache Web Server. It requires minimal setup and assures the best performance and reliability. However, what if .NET applications are required to run on the same server? I guess the ...</description>
		<link>http://www.bizpassion.com/?p=79</link>
			</item>
	<item>
		<title>How to make PHP mail () function work on Windows</title>
		<description>mail() is a useful and powerful function in PHP, but many developers got problems to make mail() work properly on Windows. Many these problems were related to headers and different line feed formats between Windows and Linux. However, this post does not address these problems. The problem I encountered last ...</description>
		<link>http://www.bizpassion.com/?p=78</link>
			</item>
	<item>
		<title>Silicon Valley interview questions?</title>
		<description>This is not the first time I read news articles about tough questions interviewees were asked during an interview for top companies such as Google. My favorite one is "why are the sewer lids round in shape instead of square"?

I have always questioned about the effectiveness of those questions, especially ...</description>
		<link>http://www.bizpassion.com/?p=77</link>
			</item>
	<item>
		<title>Text file splitter by number of lines</title>
		<description>I have not updated my blog for almost seven months. The main reason is that I am making some big move! I am getting into finance! I have been preparing my Charted Financial Analyst exams for months.

Anyway, I need to write about CFA in another post, so I'd better talk ...</description>
		<link>http://www.bizpassion.com/?p=76</link>
			</item>
	<item>
		<title>Installing slmodem driver on Fedora Core 6</title>
		<description>A legacy program we have requires to use a modem to dial-up. The modem is Diamond SupraMax LE internal PCI modem, and the oprating system is Fedora Core 6. Because the modem is using a SmartLink chip, my initial try was to build slmodem downloaded from:

http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20061021.tar.gz

Note: For newest Smartlink linmodem ...</description>
		<link>http://www.bizpassion.com/?p=73</link>
			</item>
</channel>
</rss>
