<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Ignacio Sánchez Ginés</title>
	<link>http://www.ignaciosanchezgines.com</link>
	<description>Where the code flows</description>
	<lastBuildDate>Wed, 03 Dec 2008 10:01:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>iPhone C++ programming</title>
		<description><![CDATA[I am a hardcore C++ fan and I really dislike Objective C.
I decided to take a look to the iPhone SDK and see if I can make some OpenGL programming using pure C++.
I found that it&#8217;s really easy to mix both languages in the same project. You can even mix Objective C and C++ code [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/12/03/iphone-c-programming/</link>
			</item>
	<item>
		<title>Ubuntu tip: backing up installed packages</title>
		<description><![CDATA[I have just installed a fresh copy of the new Ubuntu 8.10.
In order to mantain all the packages installed in my old system I generated a list of the currently installed packages, so I could restore them later.

dpkg --get-selections &#62; packages

This generates a file with all the installed packages in your system. Just copy it [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/12/01/ubuntu-tip-backing-up-installed-packages/</link>
			</item>
	<item>
		<title>Buttons and controls for our arcade cabinet</title>
		<description><![CDATA[And there let be buttons&#8230;  

Like I already said in my previous post, I ordered all the buttons, joysticks and electronics at Ultimarc.
The buttons and joysticks are controlled by an IPAC interface, that we can connect to a PS/2 or USB port of our motherboard:

I am going to use some spare parts I have [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/08/29/buttons-and-controls-for-our-arcade-cabinet/</link>
			</item>
	<item>
		<title>Netbeans file templates</title>
		<description><![CDATA[You may have seen that when you create a new class, interface or something with Netbeans, the IDE automatically generates some code for you.
It is possible to customize this code using the Netbeans File Templates.
Under the &#8220;Tools&#8221; menu there is an option called &#8220;Templates&#8221;. This dialog let you create and edit every template used in [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/08/28/netbeans-file-templates/</link>
			</item>
	<item>
		<title>Java &#038; Netbeans: Overriding paint to customize GUI components</title>
		<description><![CDATA[I found that it&#8217;s somewhat tricky to override GUI components methods with Netbeans, because the IDE automatically generates the code needed for the component, and that code cannot be edited (it&#8217;s grayed out).
But there is a property, in the &#8220;Code&#8221; tab of the component properties called &#8220;Custom Creation Code&#8221;, that let us insert the creation [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/08/26/java-netbeans-overriding-paint-to-customize-gui-components/</link>
			</item>
	<item>
		<title>Minimize any application to the system tray in Ubuntu</title>
		<description><![CDATA[Today I was googling to figure out how I could minimize any application to the Ubuntu system tray.
I am very used to Outlook and I have recently migrated to Thunderbird, so I was looking for a method to minimize Thunderbird to the system tray.
I found two solutions.
The first one was New Mail Icon, which is [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/07/26/minimize-any-application-to-the-system-tray-in-ubuntu/</link>
			</item>
	<item>
		<title>Creating an XNA project for both Windows and XBOX platforms</title>
		<description><![CDATA[This week I&#8217;ve started a new XNA project and I had some troubles trying to configure the solution with Visual Studio, until I figured out how easy it was.
The point was creating a single solution with both Windows and XBOX projects on it. I also want a single shared folder for the sources.
I started creating [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/07/23/creating-an-xna-project-for-both-windows-and-xbox-platforms/</link>
			</item>
	<item>
		<title>Building an arcade cabinet from scratch</title>
		<description><![CDATA[One of my current projects consists in building and old arcade cabinet entirely from scratch.
This would be a long process. I am planning to buy wood panels and cut them off to form the cabinet based on the blueprints I am finishing off.
I have the controls already ordered at Ultimarc, and I am currently preparing [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/07/18/creating-an-arcade-cabinet-from-scratch/</link>
			</item>
	<item>
		<title>Dependency injection between two local EJBs with Netbeans</title>
		<description><![CDATA[This a simple tutorial about how to create a local dependecy injection within two EJBs 3.0.
The point is creating one EJB that calls a method from another local EJB with Netbeans and Glassfish.
Start Netbeans and create a new EJB project called Util and add a new session bean to it. Make it stateless and local.



@Local
public [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/07/07/dependency-injection-between-two-local-ejbs-with-netbeans/</link>
			</item>
	<item>
		<title>J2ME Game Template</title>
		<description><![CDATA[Some time ago I decided to write a simple template to facilitate the task of creating a new J2ME project.
The template is a Netbeans project that can be used as a base to build a J2ME game or application. It is ready to build projects for MIDP 1 and MIDP 2 as well as specific [...]]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/06/24/j2me-game-template/</link>
			</item>
	<item>
		<title>Warming up</title>
		<description><![CDATA[The site is almost ready.
It still needs some work to do and some sections need to be filled out but my new site is getting almost done  
In a few days I will begin with my new XNA project called Spin (working title). 
More news to come. Stay tuned!!
]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/06/19/warming-up/</link>
			</item>
	<item>
		<title>There is always a first time</title>
		<description><![CDATA[Hola!
Here it is. Day Zero. The first post of my shiny new website.
This is going to be the start of a long journey, so fasten your seat belts and enjoy the ride.
]]></description>
		<link>http://www.ignaciosanchezgines.com/2008/06/07/there-is-always-a-first-time/</link>
			</item>
</channel>
</rss>
