<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Blog Sovalid</title>
	<link>http://www.sovalid.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 19 Nov 2009 01:46:01 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Zune 30GB Frozen Z2K9 Fix</title>
		<description>I actually saw how many people's Zune 30GB froze aka Z2K9 including my manager's, so I offered to fix it. Basically I found out that taking the Zune apart is not the answer it actually still boots up and freezes on the Zune load page. The proper way to fix ...</description>
		<link>http://www.sovalid.com/blog/index.php/2009/11/zune-30gb-frozen-z2k9-fix/</link>
			</item>
	<item>
		<title>Microsoft Courier</title>
		<description>So I recently saw the article posted on Gizmodo about the new Microsoft Courier, and I have to say I am really impressed and disappointed. I was saying impressed because of the simplicity and the amount of functionality that is available with the Courier. I was disappointed in the fact ...</description>
		<link>http://www.sovalid.com/blog/index.php/2009/09/microsoft-courier/</link>
			</item>
	<item>
		<title>Classic ASP to Excel</title>
		<description>Have you ever wondered how to go from a Classic ASP page to Excel? I have done this a lot usually someone in the office will ask, "Can I have the total profit of the month in a spreadsheet?" now you can handle this one of two ways go and ...</description>
		<link>http://www.sovalid.com/blog/index.php/2009/09/classic-asp-to-excel/</link>
			</item>
	<item>
		<title>Email Via Classic ASP</title>
		<description>I know it has been a while since I sat down and wrote a decent post so tonight I figured let me discuss sending emails Classic ASP style. View the code below which will be explained in further detail:

&#60;%
Dim strMailTo
Dim strMailSubject
Dim strMailBody
Dim objCDOMail 'The CDO object

strMailSubject = "Test Via ASP"

strMailTo ...</description>
		<link>http://www.sovalid.com/blog/index.php/2009/09/email-via-classic-asp/</link>
			</item>
	<item>
		<title>Digital Photo Frame Video</title>
		<description>Below is a video of the IBM Thinkpad A21m that I converted into a digital photo frame, at least now you can see it in action.
 </description>
		<link>http://www.sovalid.com/blog/index.php/2009/07/digital-photo-frame-video/</link>
			</item>
	<item>
		<title>My Laptop Digital Photo Frame</title>
		<description>So I recently decided to try something that I have seen on the internet but with no real explanation as to how to accomplish this I figured let me try it out for myself. I got a laptop free of charge from my sister-in law she wasn't using it any ...</description>
		<link>http://www.sovalid.com/blog/index.php/2009/06/my-laptop-digital-photo-frame/</link>
			</item>
	<item>
		<title>First Letter Upper Case in Classic ASP</title>
		<description>Today I want to illustrate a quick and easy way to change all first letters of words in a string to upper case using classic ASP.

&#60;%
Function ChagetoUpperCase(X)
Dim lcstring
Dim oldcase
Dim NewArray
Dim newString
Dim IntegerI
Dim I

lcstring = CStr(LCase(X))
oldcase = " "
NewArray = Split(lcstring," ")
For IntegerI = LBound(NewArray) To UBound(NewArray)
For I = 1 To ...</description>
		<link>http://www.sovalid.com/blog/index.php/2009/06/first-letter-upper-case-in-classic-asp/</link>
			</item>
	<item>
		<title>Image Size from JavaScript to Classic ASP</title>
		<description>I have spent the past day or so looking, thinking, and writing the perfect code that will return the dimensions of an image using JavaScript and place them in a cookie so that I may use it on an ASP page. Well after some research and thinking I came up ...</description>
		<link>http://www.sovalid.com/blog/index.php/2009/06/image-size-from-javascript-to-classic-asp/</link>
			</item>
	<item>
		<title>Pass JavaScript Cookie to Classic ASP</title>
		<description>Keeping up with yesterdays post I figured I would illustrate how to create a JavaScript cookie and pass it to Classic ASP.

This part was taken from http://www.w3schools.com for those of you that need a course on JavaScript Cookies:

&#60;script type="text/javascript"&#62;
function getCookie(c_name)
{
if (document.cookie.length&#62;0)
{
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1)
{
c_start=c_start + c_name.length+1 ;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length
return unescape(document.cookie.substring(c_start,c_end));
}
}
return ...</description>
		<link>http://www.sovalid.com/blog/index.php/2009/06/pass-javascript-cookie-to-classic-asp/</link>
			</item>
	<item>
		<title>Classic ASP Cookies</title>
		<description>Today I want to review the uses of classic ASP cookies and how to use them. Let us say that we want to save the last item a customer viewed for the next time they return. This is accomplished really easily, let us take a look.

Create the cookie on different ...</description>
		<link>http://www.sovalid.com/blog/index.php/2009/06/classic-asp-cookies/</link>
			</item>
</channel>
</rss>
