0
10 07 2010
post bottom
0
20 03 2010
(Español) Autodesk lanza 3ds Max 2011
post bottom
0
18 03 2010
post bottom
0
26 01 2010
Un hacker ha logrado piratear la PlayStation 3
post bottom
0
20 12 2009
(Español) Reproducir sonido en el iPhone con Objective-C
post bottom
0
20 12 2009
Transitioning to Objective-C
post bottom
0
20 12 2009
Date formatters examples in Objective-C
post bottom
0
20 12 2009
Specifying Simulator Only Code
post bottom
0
6 11 2009
Photopuzzle, new iPhone game
post bottom

       
 
  • Últimos tutoriales
  • 3DS MAX
  • Blender
  • Poser
  • .NET
  • iPhone Dev
  • Otros
(Español) Reproducir sonido en el iPhone con Objective-C Sorry, this entry is only available in Español.
Transitioning to Objective-C 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...
Date formatters examples in Objective-C Here are several simple examples for displaying date information: // Date: 10/29/08 NSDate *today = [NSDate dateWithTimeIntervalSinceNow:0]; NSDateFormatter *dateFormat = [[[NSDateFormatter alloc] init]...
Specifying Simulator Only Code 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...
Renders estereoscópicos en Blender Renders estereoscópicos en Blender 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...
BlenderExtender: visor de .blend para el Explorer 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...
Obtener el ID del último paso visitado en un Wizard Obtener el ID del último paso visitado en un Wizard En mi programa he necesitado saber el ID del último paso que he visitado en el Wizard, ya que la aplicación no sigue una gerarquía lineal, es decir, se puede visitar cualquier paso en cualquier momento sin tener que ir uno...
Crear un excel a partir de un DataTable Os pongo la clase que uso cuando quiero exportar un DataTable a un archivo Excel (XLS). El DataTable se puede rellenar con un GridView, el contenido de una base de datos, el contenido de una tabla… La conversión se hace...
(Español) Reproducir sonido en el iPhone con Objective-C (Español) Reproducir sonido en el iPhone con Objective-C Sorry, this entry is only available in Español.
Transitioning to Objective-C 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...
Date formatters examples in Objective-C Here are several simple examples for displaying date information: // Date: 10/29/08 NSDate *today = [NSDate dateWithTimeIntervalSinceNow:0]; NSDateFormatter *dateFormat = [[[NSDateFormatter alloc] init]...
Specifying Simulator Only Code 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...
Intercambio de ficheros entre iPhone y PC con Windows Intercambio de ficheros entre iPhone y PC con Windows Para poder intercambiar ficheros entre el iPhone y un pc con Windows XP o Vista puedes usar una aplicación gratuita llamada iFunBox. Es muy intuitiva y rápida. A la izquierda muestra el sistema de archivos y a la derecha la...

Últimos cambios
Recientes

Artículos populares
Artículos aleatorios