<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Eingang's Favorite Links from Diigo</title>
    <link>https://www.diigo.com/user/Eingang</link>
    <description></description>
    <pubDate>Sun May 19 17:56:12 UTC 2013</pubDate>
    <lastBuildDate>Sun May 19 17:56:12 UTC 2013</lastBuildDate>
	
    <item>
      <title>RHEL-CentOS-MinimalServicesSetup</title>
      <link>http://www.scribd.com/doc/3000159/RHELCentOSMinimalServicesSetup</link>
      <description>
      	&lt;p&gt;&quot;When I started running Linux servers on VMware Server resource management becamemuch more important. The limiting factor on the boxes I am running is RAM. Theless RAM I could get a server to use, the more servers I could run. I put in acall to an old buddy of mine, Anton Thaker. Anton is a RedHat Certified Engineer(RHCE) and knows Linux better than anyone else I know. Anton wrote a mini-howto onfreeing up resources by disabling unneeded services.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/configuration' rel='tag'&gt;configuration&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webdev' rel='tag'&gt;webdev&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/how-to' rel='tag'&gt;how-to&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/centos' rel='tag'&gt;centos&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/linux' rel='tag'&gt;linux&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/tutorials' rel='tag'&gt;tutorials&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Wed Dec 19 16:51:19 +0000 2012</pubDate>
	  <lastBuildDate>Wed Dec 19 16:51:19 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>How do I optimize Apache to use less memory? - Powered By Kayako eSupport</title>
      <link>https://www.virtacoresupport.com/index.php?_m=knowledgebase&amp;_a=viewarticle&amp;kbarticleid=102</link>
      <description>
      	&lt;p&gt;How do I optimize Apache to use less memory?&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/apache' rel='tag'&gt;apache&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webdev' rel='tag'&gt;webdev&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/how-to' rel='tag'&gt;how-to&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/tutorials' rel='tag'&gt;tutorials&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/configuration' rel='tag'&gt;configuration&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Wed Dec 19 16:32:51 +0000 2012</pubDate>
	  <lastBuildDate>Wed Dec 19 16:32:51 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>The Definitive Guide To PHP's isset And empty</title>
      <link>http://kunststube.net/isset/</link>
      <description>
      	&lt;p&gt;PHP has two very similar functions that are essential to writing good PHP applications, but whose purpose and exact function is rarely well explained: isset and empty. The PHP manual itself doesn't have a simple explanation that actually captures their essence and most posts written around the web seem to be missing some detail or other as well. This article attempts to fill that gap; and takes a broad sweep of related topics to do so.&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/php' rel='tag'&gt;php&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/programming' rel='tag'&gt;programming&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/validation' rel='tag'&gt;validation&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/article' rel='tag'&gt;article&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Fri Dec 07 19:39:21 +0000 2012</pubDate>
	  <lastBuildDate>Fri Dec 07 19:39:21 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>PHP isset() vs empty() vs is_null() - Virendra's TechTalk</title>
      <link>http://techtalk.virendrachandak.com/php-isset-vs-empty-vs-is_null/</link>
      <description>
      	&lt;p&gt;PHP has different functions which can be used to test the value of a variable. Three useful functions for this are isset(), empty() and is_null(). All these function return a boolean value. If these functions are not used in correct way they can cause unexpected results.

isset() and empty() are often viewed as functions that are opposite, however this is not always true. In this post I will explain the differences between these functions.&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/php' rel='tag'&gt;php&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/programming' rel='tag'&gt;programming&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/article' rel='tag'&gt;article&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/validation' rel='tag'&gt;validation&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Fri Dec 07 19:22:19 +0000 2012</pubDate>
	  <lastBuildDate>Fri Dec 07 19:22:19 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>Dealing with real-life tragedy in an online world</title>
      <link>http://wow.joystiq.com/2008/01/15/dealing-with-real-life-tragedy-in-an-online-world/</link>
      <description>
      	&lt;p&gt;&quot;Recently, the guild All Good Things on Kargath lost one of their longtime players. Feelan, one of their guild's holy priests, passed away from cancer in early December -- shortly after he was finally able to meet his online friends. Now the guildmates are wondering what they can do to remember their friend in-game. Kesryth suggests that Blizzard add Feelan's character to one of the floating islands in Nagrand, where he can stand and watch the sunset in his favorite zone.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/worldofwarcraft' rel='tag'&gt;worldofwarcraft&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/gaming' rel='tag'&gt;gaming&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/2biblio' rel='tag'&gt;2biblio&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/article' rel='tag'&gt;article&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/wow' rel='tag'&gt;wow&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/death' rel='tag'&gt;death&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/cyberculture' rel='tag'&gt;cyberculture&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Fri Nov 09 11:16:57 +0000 2012</pubDate>
	  <lastBuildDate>Fri Nov 09 11:16:57 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>Plugin Tutorial - Writing a Confluence Macro that Uses JSON - Confluence Development</title>
      <link>https://developer.atlassian.com/display/CONFDEV/Plugin+Tutorial+-+Writing+a+Confluence+Macro+that+Uses+JSON</link>
      <description>
      	&lt;p&gt;&quot;This tutorial shows you how Confluence macros can create JSON objects to exchange data that can be processed with javascript in the browser.

In order to do this, you will create a Confluence macro plugin that renders a table listing the next seven days starting from any given date. i.e. a macro that turns wiki markup like this:

{examplemacro:date=04/03/2010}

into this:

In itself, not a very useful macro, but hopefully useful for showing you how to create, exchange and use data in JSON.

As with all plugins, your plugin will consist of the following components:

    Java classes encapsulating the plugin logic
    Resources for display of the plugin UI
    Javascript for client side processing of JSON
    Plugin descriptor to enable the plugin module in Confluence

All these components will be contained within a single JAR file. Each component is further discussed in the examples below.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/how-to' rel='tag'&gt;how-to&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/tutorials' rel='tag'&gt;tutorials&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/confluence' rel='tag'&gt;confluence&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/macro' rel='tag'&gt;macro&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/programming' rel='tag'&gt;programming&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/java' rel='tag'&gt;java&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/json' rel='tag'&gt;json&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Mon Sep 03 10:58:35 +0000 2012</pubDate>
	  <lastBuildDate>Mon Sep 03 10:58:35 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>Responsive Data Tables | CSS-Tricks</title>
      <link>http://css-tricks.com/responsive-data-tables/</link>
      <description>
      	&lt;p&gt;&quot;Data tables can be quite wide, and necessarily so. A single row of data needs to be kept together to make any sense in a table. Tables can flex in width, but they can only get so narrow before they start wrapping cells contents uncomfortably or just plain can't get any narrower.

Responsive design is all about adjusting designs to accomodate screens of different sizes. So what happens when a screen is narrower than the minimum width of a data table? You can zoom out and see the whole table, but the text size will be too small to read. Or you can zoom in to the point of readability, but browsing the table will require both vertical and (sad face) horizontal scrolling.

So here's what we are gonna do...

We're going to use &quot;responsive design&quot; principles (CSS @media queries) to detect if the screen is smaller than the maximum squishitude of our table. If it is, we're going to reformat the table.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/css' rel='tag'&gt;css&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webdesign' rel='tag'&gt;webdesign&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/responsivedesign' rel='tag'&gt;responsivedesign&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/how-to' rel='tag'&gt;how-to&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/tables' rel='tag'&gt;tables&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Sun Jul 08 21:19:40 +0000 2012</pubDate>
	  <lastBuildDate>Sun Jul 08 21:19:40 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>How to Find the Perfect Linux Distribution for You</title>
      <link>http://lifehacker.com/5889950/how-to-find-the-perfect-linux-distribution-for-you</link>
      <description>
      	&lt;p&gt;Lifehacker advice on how to pick the right Linux distribution. &lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/linux' rel='tag'&gt;linux&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/how-to' rel='tag'&gt;how-to&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/article' rel='tag'&gt;article&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/opensource' rel='tag'&gt;opensource&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/T155' rel='tag'&gt;T155&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/TT381' rel='tag'&gt;TT381&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Sun Jul 08 11:01:13 +0000 2012</pubDate>
	  <lastBuildDate>Sun Jul 08 11:01:13 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>Thunderbird: the global picture - My second blog</title>
      <link>http://blog.xulforum.org/index.php?post/2011/01/03/An-overview-of-Thunderbird-Conversations</link>
      <description>
      	&lt;p&gt;Blog post on working with Thunderbird mail messages programmatically in extensions.

&quot;The mere fact of displaying a message involves a complex pipeline that's responsible from fetching the message to rendering it onto the users' screen. I'll focus on a small portion of the pipeline, and I believe this is the one most extension authors will be interested in.

I'll detail the following situations:

    displaying a message,
    examining the structure of a message,
    indexing (by gloda) of a message,
    manipulation of a gloda message.
&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/thunderbird' rel='tag'&gt;thunderbird&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/programming' rel='tag'&gt;programming&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/extensions' rel='tag'&gt;extensions&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/how-to' rel='tag'&gt;how-to&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Wed Jun 20 19:15:46 +0000 2012</pubDate>
	  <lastBuildDate>Wed Jun 20 19:15:46 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>Asparagus Recipe | Simply Recipes</title>
      <link>http://www.simplyrecipes.com/recipes/asparagus/</link>
      <description>
      	&lt;p&gt;&quot;Selland's market-cafe in Sacramento is an uncommonly good café and often a source of inspiration for foods to prepare. Recently I had some of their asparagus and loved the texture - slightly crunchy (definitely not mushy!) - and the hint of lemon flavor along with the olive oil and Parmesan. Upon inquiry I was told that the asparagus had indeed been parboiled for 2 minutes and then tossed with Parmesan, olive oil, and some lemon zest. So easy! &lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/asparagus' rel='tag'&gt;asparagus&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/recipes' rel='tag'&gt;recipes&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/recipestotry' rel='tag'&gt;recipestotry&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Sun Jun 17 10:21:15 +0000 2012</pubDate>
	  <lastBuildDate>Sun Jun 17 10:21:15 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>Lemon Rosemary Zucchini Bread Recipe | Simply Recipes</title>
      <link>http://www.simplyrecipes.com/recipes/lemon_rosemary_zucchini_bread/</link>
      <description>
      	&lt;p&gt;&quot; Finally I succumbed to the classic somewhat sweet zucchini bread, but seasoned it with rosemary and lemon, so you get a savory note. More than good enough. Really good. My conclusion is that zucchini bread works well with sugar. Here we use 1 1/4 cups for 3 cups of zucchini and 3 cups of flour. So, it's not a lot, but it's enough to make a lovely, lightly sweet bread.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/recipes' rel='tag'&gt;recipes&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/recipestotry' rel='tag'&gt;recipestotry&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/zucchini' rel='tag'&gt;zucchini&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/bread' rel='tag'&gt;bread&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Sun Jun 17 10:14:47 +0000 2012</pubDate>
	  <lastBuildDate>Sun Jun 17 10:14:47 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>Banana Bread Recipe | Simply Recipes</title>
      <link>http://www.simplyrecipes.com/recipes/banana_bread/</link>
      <description>
      	&lt;p&gt;&quot;The best recipes come tried and true from friends who begged them from other friends and so on and so on. That's the wonderful thing about sharing recipes - the more good recipes we share, the better we all get to eat! This banana bread comes from my friend Heidi who years ago begged this recipe from a ski friend's mother - Mrs. Hockmeyer (parents of friends are always Mr. and Mrs. no matter how old we get). Mrs. Hockmeyer passed away years ago, but her simple but perfect banana bread lives on for all of us to enjoy.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/recipestotry' rel='tag'&gt;recipestotry&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/recipes' rel='tag'&gt;recipes&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/bread-recipe' rel='tag'&gt;bread-recipe&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Sun Jun 17 10:09:28 +0000 2012</pubDate>
	  <lastBuildDate>Sun Jun 17 10:09:28 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>TweetChat - #phdchat</title>
      <link>http://tweetchat.com/room/phdchat</link>
      <description>
      	&lt;p&gt;A Twitter hashtag real-time display thingy. This one's pre-set for #phdchat.&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/twitter' rel='tag'&gt;twitter&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/twittertools' rel='tag'&gt;twittertools&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/phdchat' rel='tag'&gt;phdchat&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Wed Jun 13 19:20:22 +0000 2012</pubDate>
	  <lastBuildDate>Wed Jun 13 19:20:22 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>webservices.xml.com: Understanding Overloading in WSDL</title>
      <link>http://www.xml.com/pub/a/ws/2003/01/08/randyray.html</link>
      <description>
      	&lt;p&gt;&quot;Overloaded methods (or &quot;multi-methods&quot;) are a core feature of many languages, such as Java or C++. Languages such as Perl that have flexible typing mechanisms are also capable of presenting multiple calling interfaces for a given method. The Web Services Definition Language, or WSDL, allows for describing these types of multiple-interface calls so as to properly support services written using these various languages.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/wsdl' rel='tag'&gt;wsdl&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webservices' rel='tag'&gt;webservices&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/t320' rel='tag'&gt;t320&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/t320block3' rel='tag'&gt;t320block3&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Tue May 22 12:07:34 +0000 2012</pubDate>
	  <lastBuildDate>Tue May 22 12:07:34 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>When can I use... Support tables for HTML5, CSS3, etc</title>
      <link>http://caniuse.com</link>
      <description>
      	&lt;p&gt;&quot;Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/resources' rel='tag'&gt;resources&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/references' rel='tag'&gt;references&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/TT284' rel='tag'&gt;TT284&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/TT381' rel='tag'&gt;TT381&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webdev' rel='tag'&gt;webdev&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webdesign' rel='tag'&gt;webdesign&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/HTML' rel='tag'&gt;HTML&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/HTML5' rel='tag'&gt;HTML5&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/CSS' rel='tag'&gt;CSS&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/javascript' rel='tag'&gt;javascript&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/standards' rel='tag'&gt;standards&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Sat May 19 14:27:27 +0000 2012</pubDate>
	  <lastBuildDate>Sat May 19 14:27:27 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>Linux Tycoon: The Simulation Game</title>
      <link>http://lunduke.com/?page_id=2646</link>
      <description>
      	&lt;p&gt;Fix bugs, manage staff/volunteers, pick software etc in the world's only Linux distro simulation game. &lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/Linux' rel='tag'&gt;Linux&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/opensource' rel='tag'&gt;opensource&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/tt381' rel='tag'&gt;tt381&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/Games' rel='tag'&gt;Games&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/simulation' rel='tag'&gt;simulation&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Tue Apr 24 10:55:21 +0000 2012</pubDate>
	  <lastBuildDate>Tue Apr 24 10:55:21 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>12 programming mistakes to avoid</title>
      <link>http://www.infoworld.com/d/developer-world/12-programming-mistakes-avoid-292</link>
      <description>
      	&lt;p&gt;Doing too much or too little can be just as bad. 12 classic programming mistakes you should endeavour to avoid. &lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/programming' rel='tag'&gt;programming&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/tt381' rel='tag'&gt;tt381&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webdev' rel='tag'&gt;webdev&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/article' rel='tag'&gt;article&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/how-to' rel='tag'&gt;how-to&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/resource' rel='tag'&gt;resource&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Tue Apr 17 11:18:14 +0000 2012</pubDate>
	  <lastBuildDate>Tue Apr 17 11:18:14 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>A Really, Really, Really Good Introduction to XML - SitePoint</title>
      <link>http://www.sitepoint.com/really-good-introduction-xml</link>
      <description>
      	&lt;p&gt;&quot;This excerpt is taken from No Nonsense XML Web Development with PHP, SitePoint’s new release, by Thomas Myer, which was designed to help you start using XML to build intelligent ‘Future-Proof’ PHP applications today.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/XML' rel='tag'&gt;XML&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/programming' rel='tag'&gt;programming&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/t320' rel='tag'&gt;t320&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/t320block2' rel='tag'&gt;t320block2&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/tutorial' rel='tag'&gt;tutorial&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/how-to' rel='tag'&gt;how-to&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webdev' rel='tag'&gt;webdev&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Wed Apr 11 11:45:53 +0000 2012</pubDate>
	  <lastBuildDate>Wed Apr 11 11:45:53 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>XML.com: A Technical Introduction to XML</title>
      <link>http://www.xml.com/pub/a/98/10/guide0.html</link>
      <description>
      	&lt;p&gt;&quot;This introduction to XML presents the Extensible Markup Language at a reasonably technical level for anyone interested in learning more about structured documents. In addition to covering the XML 1.0 Specification, this article outlines related XML specifications, which are evolving. The article is organized in four main sections plus an appendix.&quot;&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/t320' rel='tag'&gt;t320&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/t320block2' rel='tag'&gt;t320block2&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/xml' rel='tag'&gt;xml&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/tutorial' rel='tag'&gt;tutorial&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/how-to' rel='tag'&gt;how-to&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/reference' rel='tag'&gt;reference&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webdev' rel='tag'&gt;webdev&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/programming' rel='tag'&gt;programming&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Wed Apr 11 10:53:44 +0000 2012</pubDate>
	  <lastBuildDate>Wed Apr 11 10:53:44 +0000 2012</lastBuildDate>
    </item>
    
    <item>
      <title>XML From the Inside Out -- XML development, XML resources, XML specifications</title>
      <link>http://www.xml.com</link>
      <description>
      	&lt;p&gt;XML resources, references, news, etc. from O'Reilly, the computer book people.&lt;/p&gt;
		
		
		
		&lt;p class=&quot;diigo-tags&quot;&gt;&lt;strong&gt;Tags:&lt;/strong&gt;
				        
	        &lt;a href='https://www.diigo.com/user/eingang/t322' rel='tag'&gt;t322&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/t320block2' rel='tag'&gt;t320block2&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/xml' rel='tag'&gt;xml&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/programming' rel='tag'&gt;programming&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/webdev' rel='tag'&gt;webdev&lt;/a&gt;
	      		        
	        &lt;a href='https://www.diigo.com/user/eingang/resources' rel='tag'&gt;resources&lt;/a&gt;
	      	
		&lt;/p&gt;
		
      </description>	  
      <pubDate>Wed Apr 11 10:52:20 +0000 2012</pubDate>
	  <lastBuildDate>Wed Apr 11 10:52:20 +0000 2012</lastBuildDate>
    </item>
    
  </channel>
</rss>