<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="0.92">
<channel>
	<title>Daniel Isaacs Díaz Technology Blog</title>
	<link>http://danielisaacs.com</link>
	<description></description>
	<lastBuildDate>Wed, 13 Jan 2010 21:47:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Hadoop Distributed File System Concrete Architecture</title>
		<description>Hadoop Distributed File System contains 114 java files. After analyzing these files, I concluded the HDFS concrete architecture can be represented in three main subsystems: Server, Protocol and Tools. Additionally, it contains other components such as: HDFS Policy Provider, Checksum Distributed File System, Distributed File System Client, Distributed File System ...</description>
		<link>http://danielisaacs.com/2010/01/13/hadoop-distributed-file-system-concrete-architecture/</link>
			</item>
	<item>
		<title>Unable to start debugging on the web server</title>
		<description>Is debugging becoming a slow process? Lately, the first time I try to debug an ASP.NET project, it doesn't start debugging smoothly. After 3 or 4 minutes I receive the following message:

"Unable to start debugging on the web server. The web server did not respond in a timely manner. This ...</description>
		<link>http://danielisaacs.com/2010/01/13/unable-to-start-debugging-on-the-web-server/</link>
			</item>
	<item>
		<title>Do language-checking tools improve the document quality of non-native speakers?</title>
		<description>I wrote this paper with Yongning Zhang  for a course I am taking called: “Advanced Topics in Human-Computer Interaction:  Experimental Methods in HCI”. I would like to thank Dr. Edward Lank for his help.

Do language-checking tools improve the document quality of non-native speakers?

ABSTRACT
Text editors help users to create ...</description>
		<link>http://danielisaacs.com/2009/08/22/do-language-checking-tools-improve-the-document-quality-of-non-native-speakers/</link>
			</item>
	<item>
		<title>Mobile Devices: Our companion at the workplace</title>
		<description>I wrote this essay for a course I am taking called: “The Social Implications of Computing”

The topic: “The Changing Nature of Work with Computerization: Mobile Devices”

Mobile Devices: Our companion at the workplace
Mobile devices have become an essential part of our lives. Currently, millions of people around the world take advantage ...</description>
		<link>http://danielisaacs.com/2009/03/07/mobile-devices-our-companion-at-the-workplace/</link>
			</item>
	<item>
		<title>XML PARSE ERROR Missing end-tag Error occurs at or below this element stack</title>
		<description>I was trying to return a String with the XML necessary to construct an Excel File.  I was using a StringBuilder, and as soon as I declared a table inside the worksheet

For example
sb.Append(“&#60;ss:table&#62;");

I got the following error:
XML PARSE ERROR:  Missing end-tag
Error occurs at or below this element stack:
&#60;ss:workbook&#62;

How ...</description>
		<link>http://danielisaacs.com/2009/02/23/xml-parse-error-missing-end-tag-error-occurs-at-or-below-this-element-stack/</link>
			</item>
	<item>
		<title>The Internet: My home away from home</title>
		<description>I wrote this essay for a course I am taking called: "The Social Implications of Computing"

The topic: "Reflect on what YOU think about the Internet"

The Internet: My home away from home
In the early sixties, Paul Baran set the foundation for one of the greatest technological inventions in our society. He ...</description>
		<link>http://danielisaacs.com/2009/02/16/the-internet-my-home-away-from-home/</link>
			</item>
	<item>
		<title>Essay: Are Computers stealing away our family time?</title>
		<description>I wrote this essay for a course I am taking called: "The Social Implications of Computing"

The topic: "What do you think is the biggest social problem arising from the use of computers?"

Are Computers stealing away our family time?
The family is considered as the nucleus of society. Back in the early ...</description>
		<link>http://danielisaacs.com/2009/01/31/are-computers-stealing-away-our-family-time/</link>
			</item>
	<item>
		<title>Convert a string into an enum</title>
		<description>Have you ever come across something like this? I had, and I thought it was something interesting to write about.

The scenario:
I was using the AJAX AutoCompleteExtender when I realized that inside the ServiceMethod of my AutoCompleteExtender, I needed to call   a method that needed between it's parameters an ...</description>
		<link>http://danielisaacs.com/2008/04/24/convert-a-string-into-an-enum/</link>
			</item>
	<item>
		<title>WPF: Add items with multiple columns to a wpf listview</title>
		<description>In this post I am going to answer some questions concerning my previous WPF post on:ListViewItem in a ListView

In my previous post, I had a WPF ListView that displayed two items, and each item occupied one row and one column.


But what if I would like to add an item to ...</description>
		<link>http://danielisaacs.com/2008/03/03/wpf-add-items-with-multiple-columns-to-a-wpf-listview/</link>
			</item>
	<item>
		<title>ASP.NET AJAX AutoComplete extender</title>
		<description>When you go to Yahoo, if you start typing in their web search, after you type several words, you end up with a window that has several options according to the search string you just entered.  I was trying to simulate that effect in an asp.net webpage.

To do this ...</description>
		<link>http://danielisaacs.com/2008/02/13/aspnet-ajax-autocomplete-extender/</link>
			</item>
</channel>
</rss>
