Technology

marusa on August 13th, 2011

La industria tecnológica celebró el trigésimo aniversario del estreno del primer ordenador personal, un aparato que revolucionó la informática para el consumo y cuyo consumo se marchita ahora frente a las tabletas. El 12 de agosto de 1981 IBM dio a conocer en el hotel Waldorf Astoria de Nueva York el emblemático 5150 PC que, [...]

Continue reading about El PC cumple 30 años

marusa on July 31st, 2011

La tableta ,el dispositivo de moda, el gran éxito de Apple y su iPad vienen pisando fuerte, tan fuerte que se espera que en 2012 superen en ventas a los portátiles. Son la herramienta perfecta, el ordenador del futuro, ese que no necesita ni cables ni ratones y que cualquiera puede usar… incluso aunque nunca [...]

Continue reading about LA REVOLUCION DE LAS TABLETAS

admin on April 28th, 2011

We have all been in the situation where we have half-finished work due tomorrow. You can upload a unfinished word document and this tool will modify it so that it cannot be opened. You can send the corrupted file instead to buy yourself some extra time. Check it out here Bookmark on Delicious Digg this [...]

Continue reading about Document Corrupter

admin on February 11th, 2011

Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and [...]

Continue reading about What is git? (native support in Xcode 4)

admin on February 10th, 2011

2-step verification requires two independent factors for authentication, much like you might see on your banking website: your password, plus a code obtained using your phone. Over the next few days, you’ll see a new link on your Account Settings page that looks like this: Bookmark on Delicious Digg this post Recommend on Facebook share [...]

Continue reading about Advanced sign-in security for your Google account

admin on January 28th, 2011

fileName = @”mydata.json”; NSString *path = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:fileName]; NSData *data = [NSData dataWithContentsOfFile:path]; if (data) { NSString *jsonStr = [[NSString alloc] initWithData:data encoding:NSASCIIStringEncoding]; NSLog(@”REPLY: %@”, jsonStr); } Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

Continue reading about How To Read a File From Your Application Bundle