Blog

Today CodeBeach.org code sharing website opens

We are happy to announce the opening of http://www.codebeach.org/ code sharing website. This website is aimed to Mac developers who wish to share some of their code and/or need some themselves. With this site we mean to fill the void left to mailing list, forums and blog which ar…

Read on

Making inspectors faster and a better for every object

The BSInspectors have two flaws so far: they’re not as fast as they could/should be, and they only display those objects that have plugins in an informative way. The new release fixes both of the issues. The speed has been increased and the informations shown also increased.…

Read on

HexEdit for Intel macs

So when it comes to using a Hex editor, my favorite choice has always been HexEdithttp://hexedit.sourceforge.net/. It’s fast, works great, but has some flaws here and there. But anyway, I love this editor by heart. Now on my MacBook Pro I wanted to use a universal binary of that …

Read on

Creating Xcode Templates

Creating templates for Xcode projects is not an everyday duty of developers. It’s quite tricky but can be really powerful. It is even possible to customize nib files!…

Read on

Growl Support in PDFKey Pro

As of version 3.4 PDFKey Pro supports Growlhttp://www.growl.info notification system. I was impressed about how easy it was to integrate it in my application. Kudos to the Growlhttp://www.growl.info developers for making such a cool framework!…

Read on

Adding Inspectors to Xcode

So last time I blogged/blog/archives/24/ about getting data from the target app into gdb. While I considered this to be the hard part of this project I figured that getting the data from gdb to Xcode is way harder. While I think nothing is impossible, I tried to get things runnin…

Read on

improving debugging in OS X

So the first thing i noticed when debugging Applications with Xcode is that there’s no GUI for inspecting objects. i mean, an array has some certain objects and printing all to the console is not very user-friendly, so let’s improve things a bit.…

Read on

CuteClips 3

Today i attended to a Leopard Tech-Talk and I’ve made a decision for CuteClips 3 based on that Tech-Talk: CuteClips 3 will be Leopard only!…

Read on