Playing with HTTP libraries

Date Arrow  March 26, 2008

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, [...]

Tagged   Code · How to?Comments  Add Your Comment (5)

Flash Screen Saver (Objective-C, 2008)

Date Arrow  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, [...]

Tagged   WhateverComments  Comments Off 

FixTuP (Objective-C, 2003)

Date Arrow  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 [...]

Tagged   WhateverComments  Comments Off 

iPhone SDK: Une Nouvelle Ere Démarre

Date Arrow  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.

Tagged   Apple · Cocoa · SoftwareComments  Add Your Comment (5)

Null References

Date Arrow  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, [...]

Tagged   Cocoa · Code · Ruby on RailsComments  Add Your Comment (4)

How to Grab (or Capture) your Screen with Cocoa?

Date Arrow  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, [...]

Tagged   Cocoa · How to? · SoftwareComments  Add Your Comment (3)

ScreenshotDemo (Objective-C, 2007)

Date Arrow  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 [...]

Tagged   WhateverComments  Comments Off 

PhotoBrowser Screenshots

Date Arrow  December 31, 2006

Application Window

Customize Toolbar

Tagged   WhateverComments  Comments Off 

PhotoBrowser Downloads

Date Arrow  December 31, 2006

Source Code
Application

Tagged   WhateverComments  Comments Off 

PhotoBrowser (Objective-C, 2006)

Date Arrow  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 [...]

Tagged   WhateverComments  Comments Off