<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Carlo Vella's Bits and Bytes</title>
	
	<link>http://www.carlovella.com</link>
	<description>My endevours into writing better code, finding amusing anecdotes and reviewing technological information</description>
	<pubDate>Wed, 30 Apr 2008 20:35:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CarloVella" type="application/rss+xml" /><feedburner:emailServiceId>1016929</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Permalinks on IIS wordpress</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/281027850/</link>
		<comments>http://www.carlovella.com/index.php/2008/04/30/permalinks-on-iis-wordpress/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 20:35:45 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=128</guid>
		<description><![CDATA[Owen pointed me to a snippet that fixes wordpress permalinks on IIS. Although the solution is not very clean, it works very well. What you need to do is set a 404 error page from your website control panel and point it to a *.php file with the following code.
&#60;?php
$qs = $_SERVER['QUERY_STRING'];
$_SERVER['REQUEST_URI'] = substr($qs, strpos($qs, &#8216;:80&#8242;)+3);
$_SERVER['PATH_INFO'] [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.u-g-h.com" target="_blank" onclick="urchinTracker('/outgoing/www.u-g-h.com?referer=http://www.carlovella.com/wp-admin/export.php');">Owen</a> pointed me to a snippet that fixes wordpress permalinks on IIS. Although the solution is not very clean, it works very well. What you need to do is set a 404 error page from your website control panel and point it to a *.php file with the following code.</p>
<p><span style="font-family: Courier New;">&lt;?php<br />
$qs = $_SERVER['QUERY_STRING'];<br />
$_SERVER['REQUEST_URI'] = substr($qs, strpos($qs, &#8216;:80&#8242;)+3);<br />
$_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];<br />
include(&#8217;index.php&#8217;);<br />
?&gt;</span></p>
<p>When a user visits a permalink url, IIS will throw a 404 exception which will be handled by the above code. The logic is dead simple: The REQUEST_URL and PATH_INFO servervariables are overridden by the permalink path. In this case it is : /2008/04/30/<span id="editable-post-name-full">permalinks-on-iis-wordpress</span>/.</p>
<p>The last line simply loads index.php and opens the correct page because PATH_INFO and REQUEST_URL are correctly set.</p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/281027850" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2008/04/30/permalinks-on-iis-wordpress/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2008/04/30/permalinks-on-iis-wordpress/</feedburner:origLink></item>
		<item>
		<title>Microsoft showing their inferiority complex with hotmail forwarding</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/280344593/</link>
		<comments>http://www.carlovella.com/index.php/2008/04/22/microsoft-showing-they-inferiority-complex-with-hotmail-forwarding/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 09:02:24 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[off-topic]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=127</guid>
		<description><![CDATA[The other day I was checking my hotmail account to curiously check how many spam emails have made it to my inbox. To my surprise I found out a &#8220;hidden feature&#8221; on hotmail to forward mail to another email account. This is what I needed. Well I wouldn&#8217;t have to bother checking this account again. [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was checking my hotmail account to curiously check how many spam emails have made it to my inbox. To my surprise I found out a &#8220;hidden feature&#8221; on hotmail to forward mail to another email account. This is what I needed. Well I wouldn&#8217;t have to bother checking this account again. After all, I&#8217;m having trouble remembering the password and it would take some brain cell crunching to figure that out. Anyways, if you&#8217;re interested (probably you&#8217;re not), the feature is under options -&gt; &#8220;forward mail to another account&#8221;.</p>
<p>A light bulb switched on in my head! I was thinking about forwarding mail to my gmail account however I got a little nice error message saying: <strong><span>You&#8217;re only able to forward mail to a custom domain or an e-mail address that ends in hotmail.com, msn.com, or live.com. Please try again.</span></strong><span> This sort of message simply implies that Microsoft is more than aware that their competitors offer a better service.. Why not try and beat them? Ok, so after reading the message I thought why not forward the hotmail account to a custom domain which in turn redirects to gmail anyway? I was so wrong! When I typed in my email @ custom domain I got the same error message again. &#8220;Microsoft&#8221;, I&#8217;m honestly dumbfounded! Why would you want to tell me that your competition is better and then offer me a service that doesn&#8217;t work? For god&#8217;s sake, why would I want to forward mail to another hotmail, msn or live account? Apparently this is the only forwarding that works.</span></p>
<p>Screenshot below.</p>
<p><a href="http://www.carlovella.com/wp-content/uploads/2008/04/hotmail.png"><img class="alignnone size-medium wp-image-126" title="hotmail" src="http://www.carlovella.com/wp-content/uploads/2008/04/hotmail-300x127.png" alt="" width="300" height="127" /></a></p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/280344593" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2008/04/22/microsoft-showing-they-inferiority-complex-with-hotmail-forwarding/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2008/04/22/microsoft-showing-they-inferiority-complex-with-hotmail-forwarding/</feedburner:origLink></item>
		<item>
		<title>Encrypting querystring in ASP.NET</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/280344594/</link>
		<comments>http://www.carlovella.com/index.php/2008/04/07/encrypting-querystring-in-aspnet/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 20:28:20 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=125</guid>
		<description><![CDATA[It&#8217;s been quite a while since I last posted on here. Anyway, here is a class that encrypts data and encodes it using base64 for use in querystrings. The decrypt function does the opposite thing.. it first decodes and then decryptes the string.
public class Encryption64
{
private byte[] key = {};
private byte[] IV = {18, 52, 86, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been quite a while since I last posted on here. Anyway, here is a class that encrypts data and encodes it using base64 for use in querystrings. The decrypt function does the opposite thing.. it first decodes and then decryptes the string.</p>
<p>public class Encryption64<br />
{<br />
private byte[] key = {};<br />
private byte[] IV = {18, 52, 86, 120, 144, 171, 205, 239};</p>
<p>public string Decrypt(string stringToDecrypt, string sEncryptionKey)<br />
{<br />
byte[] inputByteArray = new byte[stringToDecrypt.Length + 1];<br />
try {<br />
key = System.Text.Encoding.UTF8.GetBytes(sEncryptionKey.Substring(0, 8));<br />
DESCryptoServiceProvider des = new DESCryptoServiceProvider();<br />
inputByteArray = Convert.FromBase64String(stringToDecrypt);<br />
MemoryStream ms = new MemoryStream();<br />
CryptoStream cs = new CryptoStream(ms, des.CreateDecryptor(key, IV), CryptoStreamMode.Write);<br />
cs.Write(inputByteArray, 0, inputByteArray.Length);<br />
cs.FlushFinalBlock();<br />
System.Text.Encoding encoding = System.Text.Encoding.UTF8;<br />
return encoding.GetString(ms.ToArray());<br />
}<br />
catch (Exception e) {<br />
return e.Message;<br />
}<br />
}</p>
<p>public string Encrypt(string stringToEncrypt, string sEncryptionKey)<br />
{<br />
try {<br />
key = System.Text.Encoding.UTF8.GetBytes(sEncryptionKey.Substring(0, 8));<br />
DESCryptoServiceProvider des = new DESCryptoServiceProvider();<br />
byte[] inputByteArray = Encoding.UTF8.GetBytes(stringToEncrypt);<br />
MemoryStream ms = new MemoryStream();<br />
CryptoStream cs = new CryptoStream(ms, des.CreateEncryptor(key, IV), CryptoStreamMode.Write);<br />
cs.Write(inputByteArray, 0, inputByteArray.Length);<br />
cs.FlushFinalBlock();<br />
return Convert.ToBase64String(ms.ToArray());<br />
}<br />
catch (Exception e) {<br />
return e.Message;<br />
}<br />
}<br />
}</p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/280344594" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2008/04/07/encrypting-querystring-in-aspnet/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2008/04/07/encrypting-querystring-in-aspnet/</feedburner:origLink></item>
		<item>
		<title>Fake 8Gb Usb Pendrives on Ebay</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/280344595/</link>
		<comments>http://www.carlovella.com/index.php/2008/02/23/fake-8gb-usb-pendrives-on-ebay/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 17:02:26 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[off-topic]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=122</guid>
		<description><![CDATA[This is a followup post to a previous post on which I have explained that I bought 2 usb pendrives of 8gb each from ebay which simply didn&#8217;t work. I have now discovered that these products were scam. The pendrives were actually 2Gb in size and were manipulated by software to make them look as [...]]]></description>
			<content:encoded><![CDATA[<p>This is a followup post to a <a href="http://www.carlovella.com/?p=121">previous post</a> on which I have explained that I bought 2 usb pendrives of 8gb each from ebay which simply didn&#8217;t work. I have now discovered that these products were scam. The pendrives were actually 2Gb in size and were manipulated by software to make them look as if they were 8Gb. This explains why files were copied fast after the 2Gb memory was full. Do not ever buy stuff off ebay from Far East sellers cos  most of them are fraudulent sellers. The following image shows how windows sees the pendrive as 8gb.  After formatting the pendrive using Iformat, the size drops down to 2Gb.</p>
<p>This is the reply I got from the seller. It is funny - The seller is claiming that unconfirmed files (whatever they are) have attacked the device (possibly by aliens)! WOW.. that&#8217;s trustworthy!</p>
<p>Dear Sir/Madam,</p>
<p>Sorry to hear that. Please try to make sure that the files format is formal.</p>
<p>Note: sometimes some unconfirmed files will attack the device,<br />
it may even the the memo corrupted. so please be care of this problem.</p>
<p>Regards,<br />
Digittrend.</p>
<p><img src="http://www.carlovella.com/wp-content/uploads/2008/02/fakeusb.gif" alt="fakeusb.gif" /></p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/280344595" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2008/02/23/fake-8gb-usb-pendrives-on-ebay/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2008/02/23/fake-8gb-usb-pendrives-on-ebay/</feedburner:origLink></item>
		<item>
		<title>8Gb Ebay Memory from Hong Kong</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/280344596/</link>
		<comments>http://www.carlovella.com/index.php/2008/02/21/8gb-ebay-memory-from-hong-kong/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 18:13:21 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[off-topic]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=121</guid>
		<description><![CDATA[You might think that paying a tenner (£10) is cheap for an 8Gb samsung memory pen drive. Of course it is - but guess what&#8230; I ordered 2 of them from ebay and they were both defective. DO NOT ever buy cheap memory from ebay cos it doesn&#8217;t work.
To test them out, I just put [...]]]></description>
			<content:encoded><![CDATA[<p>You might think that paying a tenner (£10) is cheap for an 8Gb samsung memory pen drive. Of course it is - but guess what&#8230; I ordered 2 of them from ebay and they were both defective. DO NOT ever buy cheap memory from ebay cos it doesn&#8217;t work.</p>
<p>To test them out, I just put an avi file and tried to play it. All I got was a blank corrupted video. On the item description it says 10 years of memory retention but it would have been much better if they said 10 seconds memory retention :).</p>
<p>Do not get blinded by the cheap price cos in the end it turns out to be more expensive!</p>
<p>UPDATE:</p>
<p>Here is the reply I got from the seller:</p>
<p>Dear Sir/Madam,</p>
<p>Sorry to hear that. Please try to make sure that the files format is formal.</p>
<p>Note: sometimes some unconfirmed files will attack the device,<br />
it may even the the memo corrupted. so please be care of this problem.<br />
<strong><br />
Now that&#8217;s a mouthful. What the heck is a formal file?<br />
Attack the device? Are these some kind of alien files? That is funny!<br />
</strong></p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/280344596" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2008/02/21/8gb-ebay-memory-from-hong-kong/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2008/02/21/8gb-ebay-memory-from-hong-kong/</feedburner:origLink></item>
		<item>
		<title>The mother of HTTP errors - Cannot use a leading to exit above the top directory</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/280344597/</link>
		<comments>http://www.carlovella.com/index.php/2008/01/15/the-mother-of-http-errors-cannot-use-a-leading-to-exit-above-the-top-directory/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 21:00:57 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=118</guid>
		<description><![CDATA[I&#8217;m sure you agree with me that errors which are hard replicate are difficult to resolve until you figure out what is going on. This was one of those worth blogging about it.
The problem:
To cut a long story short, some time ago I set up a website to receive any errors that occur on the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure you agree with me that errors which are hard replicate are difficult to resolve until you figure out what is going on. This was one of those worth blogging about it.</p>
<p><strong>The problem:</strong><br />
To cut a long story short, some time ago I set up a website to receive any errors that occur on the live site by email. After passing some rigorous testing procedures I was surprised that I was receiving many Unhandled HTTP Exceptions by email with Error Message being : <em>Exception of type &#8216;System.Web.HttpUnhandledException&#8217; was thrown</em>. I started scratching my head because on the development environment the site was working well and I double checked configuration settings and ensured that they were fine. Anyways, this error wasn&#8217;t helpful so I decided to include the stacktrace of the inner exception.</p>
<p><span class="nfakPe">The error message of the inner exception was something along these lines: <em>Exception</em></span><em> <span class="nfakPe">of</span> <span class="nfakPe">type</span><span class="nfakPe">System</span>.<span class="nfakPe">Web</span>.HttpUnhandledException&#8217; <span class="nfakPe">was</span> <span class="nfakPe">thrown</span>. Cannot use a leading .. to exit above the <span class="nfakPe">top</span> <span class="nfakPe">directory</span>.</em> &#8216;</p>
<p>I figured out from the User-Agent http header that this exception was being thrown when a google or yahoo slurp bot tried to crawl the site. I confirmed this by testing pages using a <a href="http://www.smart-it-consulting.com/internet/google/googlebot-spoofer/" target="_blank" onclick="urchinTracker('/outgoing/www.smart-it-consulting.com/internet/google/googlebot-spoofer/?referer=http://www.carlovella.com/wp-admin/export.php');">googlebot spoofer</a> and boom, I was getting an unhandled http exception.</p>
<p><strong>The solution:<br />
</strong>Believe it or not, the jist of the problem was Url Rewriting.  Instead of improving search engine ranking, Url Rewriting was preventing crawlers from indexing any pages. ASP.NET 2.0 uses an adaptive rendering pattern to render html depending on user agents. When a bot visits the site, System.Web.UI.Html32TextWriter gets used to render the html and apparently this throws an exception when System.Web.Util.UrlPath.ReduceVirtualPath() gets called internally by the .net framework when using Url Rewriting.  To workaround this problem I set up .browser files for major search engine bots like googlebot and Yahoo! Slurp to force them to use System.Web.UI.HtmlTextWriter. Alternatively, you can have a base page override the  CreateHtmlTextWriter as following:</p>
<p><code>protected override HtmlTextWriter CreateHtmlTextWriter(TextWriter tw)<br />
{<br />
return new XhtmlTextWriter(base.CreateHtmlTextWriter(tw));<br />
}</code></p>
<p>Thankfully this has solved the mystery exceptions I was receiving by email! The moral of the story is to always send an email when an unhandled exception gets thrown on the live environment. Had I not did this, bots would have never indexed the site.</p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/280344597" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2008/01/15/the-mother-of-http-errors-cannot-use-a-leading-to-exit-above-the-top-directory/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2008/01/15/the-mother-of-http-errors-cannot-use-a-leading-to-exit-above-the-top-directory/</feedburner:origLink></item>
		<item>
		<title>Speeding up Google Analytics loading time</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/280344598/</link>
		<comments>http://www.carlovella.com/index.php/2008/01/11/speeding-up-google-analytics-loading-time/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 19:09:43 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=120</guid>
		<description><![CDATA[Have you ever noticed that the loading time of a webpage that references http://www.google-analytics.com/urchin.js slows down drastically?
The solution is very simple. Host the urchin.js file on your server and update your local file automatically once daily.
All you need to do is set up a timer in the Application_Start Event and set it&#8217;s Elapsed property to [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed that the loading time of a webpage that references http://www.google-analytics.com/urchin.js slows down drastically?</p>
<p>The solution is very simple. Host the urchin.js file on your server and update your local file automatically once daily.</p>
<p>All you need to do is set up a timer in the Application_Start Event and set it&#8217;s Elapsed property to 3500000 (i.e, 58 mins). Then, in the Elapsed event handler just write the following code that updates your local urchin.js file daily at Noon.</p>
<p>How easier can that be?</p>
<p>if (DateTime.Now.ToUniversalTime().Hour == 12)<br />
{<br />
try<br />
{<br />
//download google analytics<br />
System.Net.WebClient client = new System.Net.WebClient();<br />
client.DownloadFile(&#8221;http://www.google-analytics.com/urchin.js&#8221;, WebConfigurationManager.AppSettings["path"].ToString());<br />
}<br />
catch<br />
{<br />
//do nothing<br />
}</p>
<p>}</p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/280344598" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2008/01/11/speeding-up-google-analytics-loading-time/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2008/01/11/speeding-up-google-analytics-loading-time/</feedburner:origLink></item>
		<item>
		<title>Bill Gates last day</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/280344599/</link>
		<comments>http://www.carlovella.com/index.php/2008/01/07/bill-gates-last-day/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 19:52:17 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[Humour]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=119</guid>
		<description><![CDATA[If you want to see Bill Gates singing, playing Guitar hero and driving his ford focus, then you should have a look at this video. Believe me, this is hilarious!
]]></description>
			<content:encoded><![CDATA[<p>If you want to see Bill Gates singing, playing Guitar hero and driving his ford focus, then you should <a href="http://www.tweakvista.com/Article39218.aspx" target="_blank" onclick="urchinTracker('/outgoing/www.tweakvista.com/Article39218.aspx?referer=http://www.carlovella.com/wp-admin/export.php');">have a look at this video</a>. Believe me, this is hilarious!</p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/280344599" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2008/01/07/bill-gates-last-day/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2008/01/07/bill-gates-last-day/</feedburner:origLink></item>
		<item>
		<title>SSL and google analytics</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/280344600/</link>
		<comments>http://www.carlovella.com/index.php/2007/12/28/ssl-and-google-analytics/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 22:31:38 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[Technical]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=117</guid>
		<description><![CDATA[If you have ever installed google analytics on a secure page you should have noticed a certificate warning which indicates that the page contains both secure and unsecure content. This is caused by the google analytics reference to http://www.google-analytics.com/urchin.js. Luckily, google have thought about serving the javascript file over a secure connection. All you need [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever installed google analytics on a secure page you should have noticed a certificate warning which indicates that the page contains both secure and unsecure content. This is caused by the google analytics reference to http://www.google-analytics.com/urchin.js. Luckily, google have thought about serving the javascript file over a secure connection. All you need to do is just use this url for the secure javascript file:</p>
<p>https://ssl.google-analytics.com/urchin.js</p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/280344600" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2007/12/28/ssl-and-google-analytics/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2007/12/28/ssl-and-google-analytics/</feedburner:origLink></item>
		<item>
		<title>Wishing you the best for 2008</title>
		<link>http://feeds.feedburner.com/~r/CarloVella/~3/280344601/</link>
		<comments>http://www.carlovella.com/index.php/2007/12/24/wishing-you-the-best-for-2008/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 08:05:16 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
		
		<category><![CDATA[off-topic]]></category>

		<guid isPermaLink="false">http://www.carlovella.com/?p=116</guid>
		<description><![CDATA[I&#8217;d like to wish all my blog readers a happy Christmas and a new year full of health and happiness. I have managed to achieve some important goals in 2007 and am eager to set newer ones for 2008 - the only difference is that they are tougher to achieve 
Although this blog has only [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to wish all my blog readers a happy Christmas and a new year full of health and happiness. I have managed to achieve some important goals in 2007 and am eager to set newer ones for 2008 - the only difference is that they are tougher to achieve <img src='http://www.carlovella.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Although this blog has only been online for a couple of months, I was very impressed with what the blogosphere has to offer.</p>
<p>Once more, I wish you all the best for 2008.</p>
<img src="http://feeds.feedburner.com/~r/CarloVella/~4/280344601" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carlovella.com/index.php/2007/12/24/wishing-you-the-best-for-2008/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.carlovella.com/index.php/2007/12/24/wishing-you-the-best-for-2008/</feedburner:origLink></item>
	</channel>
</rss>
