<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Todo 3DS</title>
	<link>http://www.todo3ds.es</link>
	<description>Tu blog de diseño e informática</description>
	<lastBuildDate>Tue, 26 Jan 2010 08:42:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Un hacker ha logrado piratear la PlayStation 3</title>
		<description>Gaorge Hotz, el hacker que con 17 años en 2007 que consiguió piratear el iPhone, ha asegurado a la BBC que ha conseguido piratear la PlayStation 3 de Sony.

Dice que le ha costado cinco semanas piratear la consola y que ahora los usuarios podrán usar software pirata.

La PS3 hasta ahora ...</description>
		<link>http://www.todo3ds.es/en/2010/01/26/un-hacker-ha-logrado-piratear-la-playstation-3/</link>
			</item>
	<item>
		<title>(Español) Reproducir sonido en el iPhone con Objective-C</title>
		<description>Sorry, this entry is only available in Español. </description>
		<link>http://www.todo3ds.es/en/2009/12/20/reproducir-sonido-en-el-iphone-con-objective-c/</link>
			</item>
	<item>
		<title>Transitioning to Objective-C</title>
		<description>Objective-C was written in the early 1980s by scientist and software engineer Brad Cox. It was designed as a way of  introducing the capabilities of the Smalltalk language into a C programming  environment. A majority of the iPhone's framework libraries are written in  Objective-C, but because the ...</description>
		<link>http://www.todo3ds.es/en/2009/12/20/english-transitioning-to-objective-c/</link>
			</item>
	<item>
		<title>Date formatters examples in Objective-C</title>
		<description>Here are several simple examples for displaying date information:


// Date: 10/29/08

NSDate *today = [NSDate dateWithTimeIntervalSinceNow:0];
NSDateFormatter *dateFormat = [[[NSDateFormatter alloc] init] autorelease];
[dateFormat setDateStyle:NSDateFormatterShortStyle];
NSString *dateString = [dateFormat stringFromDate:today];
NSLog(@"Date: %@", dateString);

// Date: 10/29/2008 08:29PM

NSDate *today = [NSDate date];
NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init];
[dateFormat setDateFormat:@"MM/dd/yyyy hh:mma"];
NSString *dateString = [dateFormat stringFromDate:today];
NSLog(@"Date: %@", dateString);
[dateFormat release];
 </description>
		<link>http://www.todo3ds.es/en/2009/12/20/dos-ejemplos-de-como-formatear-fechas-con-objective-c/</link>
			</item>
	<item>
		<title>Specifying Simulator Only Code</title>
		<description>There are times when you need to write code that is only applicable when working with the simulator. To give the compiler a heads up as to which code block to include, use a compiler directive as shown below:

#if TARGET_IPHONE_SIMULATOR
NSLog(@"Running on Simulator");
#else
NSLog(@"Running on Device");
#endif
 </description>
		<link>http://www.todo3ds.es/en/2009/12/20/especificar-codigo-solo-en-el-simulador/</link>
			</item>
	<item>
		<title>Photopuzzle, new iPhone game</title>
		<description>You can download this new iPhone game in the App Store, the new Atomic Flavor game. Photopuzzle is a puzzle game, with 10 predef puzzles. You can load images from yor gallery.


 </description>
		<link>http://www.todo3ds.es/en/2009/11/06/photopuzzle-un-juego-adictivo-para-tu-iphone/</link>
			</item>
	<item>
		<title>Audi Q7 added to downloads</title>
		<description>You can see download details here:

http://www.todo3ds.es/descargas/modelos/vehiculos/coches/audi-q7/ </description>
		<link>http://www.todo3ds.es/en/2009/09/23/audi-q7-added-to-downloads/</link>
			</item>
	<item>
		<title>Renders estereoscópicos en Blender</title>
		<description>Sebastian Schneider ha decidido crearse su propia camara estereoscópica en blender, ha creado un script en python que simula una cámara off-axis.

 

En su página tiene un manual para configurar tu animación y poder verla luego con unas gafas 3D con el efecto deseado.

http://www.noeol.de/s3d/ </description>
		<link>http://www.todo3ds.es/en/2009/07/22/renders-estereoscopicos-en-blender/</link>
			</item>
	<item>
		<title>Resolver fatal error en Wordpress</title>
		<description>Muchas veces, cuando te instalas un nuevo plugin o cuando actualizas de forma automática Wordpress, al intentar entrar en la zona de administración o en la de usuario nos hemos topado con un Fatal Error y no hemos podido entrar, obligándonos a desinstalar el plugin o dar mil vueltas por ...</description>
		<link>http://www.todo3ds.es/en/2009/06/23/resolver-fatal-error-en-wordpress/</link>
			</item>
	<item>
		<title>BlenderExtender: visor de .blend para el Explorer</title>
		<description>BlenderExtender es un plugin para el explorer con el que podrás crear vistas previas de los modelos 3D que tengas en tu ordenador.  Para ello usa Blender para hacer los renders en tiempo real. Es necesario tener instalado Blender 2.48+ y Python 2.5.

Para más información y descarga del plugin podeis ...</description>
		<link>http://www.todo3ds.es/en/2009/06/08/blenderextender-visor-de-blend-para-el-explorer/</link>
			</item>
</channel>
</rss>
