Select Page

Create a WIFI acces point on Windows

To create a WIFI access point on Windows do the following: – Run a command window as administrator (right click command window icon, run as admin) – Enter: [plain]netsh wlan set hostednetwork mode=allow "ssid=ssid" "key=key”...

iPad manuals

iPad manuals in different languages for the latest OS German http://manuals.info.apple.com/de_DE/ipad_benutzerhandbuch.pdf Spanish http://manuals.info.apple.com/es_ES/ipad_manual_del_usuario.pdf French...

WWDC2012 keynote

Live notes from the wwdc keynote,San Francisco, Moscone West, monday june 11, 2012. 10:00 session starts! A Siri intro with some jokes. 10:01 Tim Cook enters te stage 23thd wwdc, attendees from 60 countries, over a 1000 Apple engineers. 400 milion app store accounts....

OData with PHP and OSX or Linux

Microsoft introduced a new protocol for the data they put in the Azure cloud. It is called “OData”. MS also published some client and server tools to consume and produce OData (see: http://odataphp.codeplex.com/ ). The PHP consumer for OData has some...

UDID usage rejected by Apple for iOS apps

In iOS 5+ Apple deprecated usage of the device UDID. It appears Apple started rejecting apps for using the UDID. The way to get an unique device id was: NSString *UDID = [[UIDevice currentDevice] uniqueIdentifier]; It appears this might get your app rejected…...

SSH on your OSX machine

SSH (Secure SHell)  is a pretty good and secure way to connect from a remote machine to your OSX machine. All communication through SSH is encrypted, including the exchange of passwords! Luckily SSH is already on your machine by default, you only have to enable it. To...