<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>MexiCode</title>
	<link>http://www.mexicode.com.mx</link>
	<description>Ideas en codigo</description>
	<lastBuildDate>Mon, 22 Mar 2010 08:54:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>MySQL INSERT statement with steroids</title>
		<description><![CDATA[Do you remember when you first learned about basic SQL statements? INSERT, UPDATE, DELETE and SELECT? While SELECT is a whole different beast, the other three are pretty much the same across different database engines, so you usually learn the basics only. The thing is, you should REALLY read the documentation for your specific engine, [...]]]></description>
		<link>http://www.mexicode.com.mx/?p=151</link>
			</item>
	<item>
		<title>Drag &amp; Drop from ListView to TreeView</title>
		<description><![CDATA[I started working on a new project at work. This is the "fun stage" of the project: the prototypes and the investigation part. One of the UI requirements was to drag and drop elements from a ListView to a TreeNode. So, this is how to enable Drag&#038;Drop: First, you have to enable the AllowDrop property [...]]]></description>
		<link>http://www.mexicode.com.mx/?p=120</link>
			</item>
	<item>
		<title>New Books</title>
		<description><![CDATA[It's been kinda quiet lately. I've been busy reading. Yup, that's right. Reading. I got a book shipment from amazon.com last week and I have been reading since then. These are the books I got: Head First Design Patterns Design Patterns Refactoring Mythical Man Month Programming Pearls Coders at Work So, as you can see, [...]]]></description>
		<link>http://www.mexicode.com.mx/?p=114</link>
			</item>
	<item>
		<title>Eclipse DPT JDBC Drivers</title>
		<description><![CDATA[I just installed eclipse-dpt for my database access (works great, btw). But I needed some JDBC "drivers" for my SQL Engines (namely MySQL and MS SQL). So, to save you the burden of looking for the files all over the internet, here it is, in a single zip file JDBC Drivers for MySQL and MSSQ [...]]]></description>
		<link>http://www.mexicode.com.mx/?p=104</link>
			</item>
	<item>
		<title>Ubuntu Quirks (ongoing&#8230;)</title>
		<description><![CDATA[Windows Key not detected If your "Windows Key" (Super_L) is not detected, you will have to run this command: xmodmap -e "remove mod4 = Super_L" It seems to work even after rebooting the machine Can't install Eclipse plugins In order to install eclipse plugins, after installing eclipse-platform, you *must* install the eclipse-pde package (which comes [...]]]></description>
		<link>http://www.mexicode.com.mx/?p=101</link>
			</item>
	<item>
		<title>Read IMAP Emails with PHP</title>
		<description><![CDATA[Well, at work we are all about google app for your domain, we use it for virtually anything. So, we started a new project, in which we had to read emails from our web application, and I remembered reading something about php_imap somewhere, so I decided to check it out. Lucky as I always am, [...]]]></description>
		<link>http://www.mexicode.com.mx/?p=86</link>
			</item>
	<item>
		<title>MySQL search engine (MATCH &#8230; AGAINST)</title>
		<description><![CDATA[I was writing a full fledged tutorial on performing searches using MySQL, but I think is best if you just look directly into the documentation: Full-Text Search Functions Man, there is some serious voodoo shit going on in there.]]></description>
		<link>http://www.mexicode.com.mx/?p=68</link>
			</item>
	<item>
		<title>Remote connection to SQL Server Express 2008</title>
		<description><![CDATA[I don't know why SQL Server Express doesn't have remote access "out-of-the-box" but anyways... here is how to enable it. In the server: Open SQL Server Configuration Manager Under SQL Server Network Configuration, select Protocols for SQLEXPRESS and make sure TCP/IP is enabled. Otherwise, enable it Then, select SQL Server Services, and make sure SQL [...]]]></description>
		<link>http://www.mexicode.com.mx/?p=50</link>
			</item>
	<item>
		<title>Formatting DataGridView cell with custom DataSource</title>
		<description><![CDATA[When you use a custom DataSource (in my case a generic list) the properties become the columns and the property names, become the column header. I needed to format a DateTime field, so I did this: 1 2 3 4 5 6 7 8 9 private void dataGridView1_CellFormatting&#40;object sender, DataGridViewCellFormattingEventArgs e&#41; &#123; if &#40;dataGridView1.Columns&#91;e.ColumnIndex&#93;.DataPropertyName == [...]]]></description>
		<link>http://www.mexicode.com.mx/?p=47</link>
			</item>
	<item>
		<title>Connect PHP and Sql Server (ntwdblib.dll)</title>
		<description><![CDATA[If you need to connect PHP with SQL Server (in a Windows installation), go to your PHP install folder, and replace the file ntwdblib.dll with this one. Apparently, PHP is not allowed to include this Dll without getting sued or something.]]></description>
		<link>http://www.mexicode.com.mx/?p=45</link>
			</item>
</channel>
</rss>
