RAMBLINGS OF A GEEK.


NSURLConnection With gzip

It is nice to know that the NSURLConnection class supports gzip (short for GNU zip) out of the box. The NSURLConnection class also does auto-decoding of the compressed data when the ...

Creating iPhone App Without XIB

The XIB file format is introduced in the Interface Builder 3 on Leopard. It replaces the previous file format NIB, short for NeXT Interface Builder. The Interface Builder application is a ...

Private Methods In Objective-C

Even though Objective-C has support for private, protected and public instance variables, there is no notion of private methods. Every method is considered as public. However, there is an ...


Hiding Folders From The Finder

Mac OS X is a Unix-based operating system and because of that, it comes with a directory structure that is similar to the Unix operating system. What this means is that you will have ...

Recent Code Log Posts
Code Log Archives