It’s fun to find out how to tackle the same task in different programming languages; in this case, it’s all about doing HTTP requests over a network: fortunately, there are networking libraries in virtually all major programming languages. In my current project, I’m generating wrappers easing the access to the core of the project itself, [...]
Playing with HTTP libraries
March
26,
2008
Code · How to?
Add Your Comment (5)
Flash Screen Saver (Objective-C, 2008)
March
18,
2008
Version: 1.0
Author: Adrian Kosmaczewski
Date: March 18th, 2008
Programming Languages: Objective-C
Tools: Xcode, PackageMaker
Platforms: Mac OS X 10.4 “Tiger” and 10.5 “Leopard” (PowerPC & Intel)
Downloads: FlashSaver Installer and Source Code.
Licence: MIT License
The FlashSaver is a Universal Binary screen saver that loads an HTML page, itself loading a Flash movie inside. The whole is bundled as an installer, [...]
Whatever
Comments Off
FixTuP (Objective-C, 2003)
March
7,
2008
Version: 1.0
Author: Adrian Kosmaczewski
Date: November 2003
Programming Languages: Objective-C
Tools: Project Builder
Platforms: Mac OS X 10.2 “Jaguar” (PowerPC)
Download: fixtup.zip
License: None, public domain, whatever you want :)
FixTuP is a highly experimental FTP client that I wrote while learning Objective-C and Cocoa under Jaguar. It wraps the command line FTP application bundled with Jaguar, and parses the [...]
Whatever
Comments Off
iPhone SDK: Une Nouvelle Ere Démarre
March
7,
2008
(Article publié sur Profession-Web)
Il y a de moments clés dans l’histoire de la technologie. Hier soir, vers 18h (heure suisse), il s’est produit l’un de ces moments. Apple a dévoilé un SDK (Software Development Kit) pour l’iPhone, et le monde du développement logiciel mobile ne sera plus jamais le même. Voici pourquoi.
Apple · Cocoa · Software
Add Your Comment (5)
Null References
March
7,
2008
There’s an interesting discussion going on these days on Ruby blogs about, basically, how to avoid one of the most common, annoying, easy-to-create bugs in any programming language: calling a method on a null reference (or pointer, depending on your language).
This single issue happens all the time, in garbage-collected and non-managed languages, static and dynamic, [...]
Cocoa · Code · Ruby on Rails
Add Your Comment (4)
How to Grab (or Capture) your Screen with Cocoa?
January
27,
2007
Lately I got curious to know how could I grab the entire desktop of my computer, and save it into a file, or display it into an NSImageView component. I started to look around on the web and discovered that:
There’s no direct support for that in Cocoa
There’s a lot of different ways to do it, [...]
Cocoa · How to? · Software
Add Your Comment (3)
ScreenshotDemo (Objective-C, 2007)
January
27,
2007
Version: 1.0
Author: Adrian Kosmaczewski
Date: January 27th, 2007
Programming Languages: Objective-C
Tools: Xcode
Platforms: Mac OS X 10.4 “Tiger” (PowerPC & Intel)
Downloads: Universal Binary and source code
Licence: Creative Commons Public Domain
This application shows how to programatically grab screenshots on a Mac using several technologies:
QuickDraw
OpenGL
Quartz
Some weird window hack, that doesn’t work for me :(
Using an NSTask wrapping [...]
Whatever
Comments Off
PhotoBrowser Screenshots
December
31,
2006
Application Window
Customize Toolbar
Whatever
Comments Off
PhotoBrowser Downloads
December
31,
2006
Source Code
Application
Whatever
Comments Off
PhotoBrowser (Objective-C, 2006)
December
31,
2006
Version: 1.0
Author: Adrian Kosmaczewski
Date: December 31st, 2006
Programming Languages: Objective-C
Tools: Xcode
Platforms: Mac OS X 10.4 “Tiger” (PowerPC & Intel)
Downloads: See the downloads page.
Screenshots: See the screenshots page.
Licence: Creative Commons Public Domain
PhotoBrowser.app is a Universal Binary application (yeah!) that just shows the images stored in the Address Book application (via the AddressBook.framework) into buttons [...]
Whatever
Comments Off