<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Daniel Ansari's blog</title>
	<link>http://www.danielansari.com/wordpress</link>
	<description>Random software musings</description>
	<lastBuildDate>Fri, 27 Aug 2010 01:52:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Decrypting AES-encrypted values from ColdFusion in .NET</title>
		<description>I recently needed to achieve interoperability between ColdFusion and .NET in terms of encryption; in this case, consuming a ColdFusion web service in .NET.

I used the Adobe article, Strong encryption in ColdFusion MX 7, as a resource.

Although the encrypt function takes IVorSalt (initialization vector) as an optional argument, we need ...</description>
		<link>http://www.danielansari.com/wordpress/2010/08/decrypting-aes-encrypted-values-from-coldfusion-in-net/</link>
			</item>
	<item>
		<title>holasionweb.com</title>
		<description>One of my Joomla sites on shared GoDaddy hosting got re-infected this morning with this malware, which runs this script from every php file that it infects:

&#60;script src="http://holasionweb.com/oo.php"&#62;&#60;/script&#62;

Interestingly, none of my other GoDaddy sites have got infected yet (and this blog is running an older version of WordPress), including one ...</description>
		<link>http://www.danielansari.com/wordpress/2010/05/holasionwebcom/</link>
			</item>
	<item>
		<title>NHibernate caching solution for web farms</title>
		<description>If your application uses NHibernate in a web farm, there is already a second-level cache provider that you ought to be familiar with: NHibernate.Caches.SysCache2, which supports expiration based on SQL table or command-based dependencies.  Whilst this is a decent solution, it does cause your whole cache region to be invalidated ...</description>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/</link>
			</item>
	<item>
		<title>Adobe Flex Builder 3 problems in 64-bit Windows</title>
		<description>Making the move to Windows 7 Professional 64 brought about a plethora of problems, some minor and some not so minor.

Fortunately most of the troubles were shared with other developers, and information is there to be found using our favourite search engines.

If you're a Flex developer, like me, you might ...</description>
		<link>http://www.danielansari.com/wordpress/2010/02/adobe-flex-builder-3-problems-in-64-bit-windows/</link>
			</item>
	<item>
		<title>Automatic removal of Gumblar/Martuz trojan</title>
		<description>I won't duplicate information contained on other websites, but I will refer to them here instead.
How your machine gets infected by Gumblar, or a "Gumblaroid" (Gumblar-type exploit) such as Martuz
http://blog.unmaskparasites.com/2009/05/07/gumblar-cn-exploit-12-facts-about-this-injected-script/
http://blog.unmaskparasites.com/2009/05/18/martuz-cn-is-a-new-incarnation-of-gumblar-exploit/
http://www.pcauthority.com.au/forums/yaf_postsm289075_A-nasty-virus-called-Gumblar.aspx
How to determine if your PC has the infection
http://www.dynamicdrive.com/forums/showthread.php?p=194695

These were the symptoms that I noticed on my PC:

1. My Visual Studio ...</description>
		<link>http://www.danielansari.com/wordpress/2009/05/automatic-removal-of-gumblarmartuz-trojan/</link>
			</item>
	<item>
		<title>How to use the REST API in Elgg 1.1</title>
		<description>The Elgg documentation describes the REST API rather superficially, yet provides no samples, and is now inaccurate for the recent versions of Elgg.

After a minor modification to your .htaccess file, using the REST API is very simple, and, in many cases, avoids the need to create individual files in your ...</description>
		<link>http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/</link>
			</item>
	<item>
		<title>Adding &#8220;Friends&#8221; access level to Elgg 1.1</title>
		<description>Out of the box, Elgg 1.1 has three access levels: private, logged-in users, and public.

A few people have asked about how to add a further access level: friends.  Currently, the only way to give friends access to an item is to create a friends collection, then specify that collection ...</description>
		<link>http://www.danielansari.com/wordpress/2008/09/adding-friends-access-level-to-elgg-10/</link>
			</item>
</channel>
</rss>

