ZBar, little hack

Just for fun, of course, changed default action for the Info Button of Zbar library on iOS.

enjoy nm! \m/

 

[Xcode] Warn about new API Classes and Methods

What?

Your project minimum iOS version is 5.0.
You are using SDK 6.1 and want to know if some method or some classes used in project are unavailable for iOS < 6.1?

Since Xcode don’t warn about it… here a trick to warn by yourself!

Read More

 

IT people and spare time

Picture!

 

Cell Phone Usage in Restrooms

Picture!

 

Force Windows Phone 7.8 update

Today, i forced the installation of Windows Phone 7.8 in one of my phones, the LG Optimus 7 (E900)!

Read More

 

[XCode] – Autocomplete image name / preview

Today a genial idea made by ksuther.

It’s an Xcode plugin to show via code, the list of the all images in your project, with the preview!

Read More

 

[ObjectiveC] Text to Speech with Google Translate

Today, an easy way to use google translate as Text to Speech service.

Do you know this one?
http://www.translate.google.com/translate_tts?tl=it&q=ciao,%20come%20stai?

Read More

 

[Objective-C] Swipe… the same view

Easy way to apply swipe effect to the same view.

Like this:

Read More

 

[Objective-C] Add @property to a category

Today i needed to add an Integer property to my custom category.
In detail, i need to add the tag property to the UISwipeGestureRecognizer that don’t have it.

Read More

 

Raspberry PI – Easy setup a backup NAS server

Well,
a little reminder to configure raspberry as NAS server, to backup and access your file everywhere.

How to?

Read More