Archive February, 2011

How to: Custom fonts on iPhone OS 3.2

With release 3.2 of IOS you can include in their application font resources, to use as those provided exactly is the system:

file. Applications That want to use custom fonts can now include fonts Those In Their application and register Those fonts bundled with the system by Including the UIAppFonts Their key in Info.plist file. The value of this key is an array of strings Identifying the font files in the application's bundle. When the system sees the key, it loads the specified fonts and Makes Them available to the application.

More ...

Coding Guidelines

When no longer working alone for all developers comes time to find some guidelines in writing code. Protocols and standards to allow "read" easily and intervene (more easily) in the code of others.
When we are working on a project more programmers, often of different languages, it is mandatory to find a common form of writing standards in internal and external documentation to your code. In my work I'm normally interact with:

  • Objetive-C, C / C + +
  • PHP
  • HTML
  • Javascript
  • Actionscript
  • CSS

More ...

PhpStorm 2.0

PHP IDE dedicated to the development there are many, ranging from free to paid ones. For a long time I have used tools such as Eclipse or Aptana , coming to serve a specialized editor with HTML / Javascript, and - even - CSS. For a year now, however, I think I found definitivamento a complete environment that, at least in my case, it solves all my problems: PhpStorm .

More ...


Stop SOPA