Archiv

Artikel getaggt mit ‘proggen’

xkcd: compiling

Kategorien:proggen Schlagworte:

If you code HTML, Zen Coding will change your life

nur so für mich, damit ichs nicht vergesse.

If you code HTML, Zen Coding will change your life.

Kategorien:proggen Schlagworte:

WWDC 2010. June 7-11.


endlich, der termin ist offiziell: apples world wide developer conference wird vom 7.-11. juni 2010 in san francisco statt finden. 3 tage geballtes wissen rund um die apple plattform für schlappe 1599$… das sind ca. 199€ oder? ;)

Los anmelden!

Create an iPhone app in 3 hours 16 minutes

Kategorien:iphone, proggen Schlagworte: ,

regex

Reguläre Ausdrücke sind kein wildes Durcheinander von Interpunktionszeichen:
Sie sind ein sorgfältig durchdachtes Durcheinander von Interpunktionszeichen!
(Perl Kochbuch, S.169)

via

Kategorien:proggen, regex, zitat Schlagworte:

selber machen: php5 framework

15. September 2008 Hinterlasse einen Kommentar

bei nettuts: creating a php5 framework part1 und part2.

While there are a number of great frameworks available, a custom framework gives you the ability to easily customize the framework as you need, and to build with it even quicker – as you would already know the ins and outs of it before working with it.

klingt zumindest interessant. mal gleich reinziehen.

Kategorien:framework, php, proggen Schlagworte: ,

das leben als indie mac developer

justin williams fasst seine erfahrungen als unabhängiger mac entwickler zusammen. 

Sales numbers are like that first line of cocaine. My first months sales were through the roof and far exceeded what I had in mind. While I’m now seeing on average about 35% of what I was seeing those first few weeks, I can’t help but shake the desire to boost my sales back to those 1.0 launch numbers. It’s an addiction to try and find ways increase sales each month. 

mehr vom entwickler von today in seinem blog.

Kategorien:mac, proggen Schlagworte: ,

faule programmierer, oder: lua und …

ich bekam heute ein wow addon im quelltext vor die augen, in dem mir folgende funktion seltsam vor kam:

function schedule(timer, func, …)
table.insert(timers, {
["elapsed"] = 0,
["timer"] = timer,
["func"] = func,
["args"] = {…},
})
end

beim genaueren inspizieren des quellcodes fand ich immer mehr ellipsen (also die drei punkte). das sah so aus als ob der programmierer an der stelle keinen bock mehr gehabt hätte. frei nach dem motto:

so, das reicht, ihr wisst ja wie das geht! ich geh jetzt saufen, schreibt doch euren scheiss alleine fertig!

aber das addon funktionierte.

Weiterlesen…

Kategorien:brainfuck, lua, proggen Schlagworte:

the bible, third edition

die bibel aller osx-programmierer ist da: Cocoa Programming for Mac OS X (3rd Edition) von aaron hillegass ist erschienen. da sich mit 10.5 einiges geändert hat, musste eine aktualisierung her: mit objective-c 2.0, core data, garbage collection, xcode 3 und core animation sind die wichtigsten neuerungen abgedeckt.

im deutschen amazon noch nicht verfügbar und für € 35,99 angekündigt, im ami-amazon schon verfügbar und für $ 29,99. inklusive shipping kommen dann € 25,04 raus *g*

Kategorien:apple, cocoa, coding, osx, proggen Schlagworte: , , ,

aaron and xcode 3

18. April 2008 2 Kommentare

da ich den traum selbst geschriebener mac programme noch nicht aufgeben habe, schaute ich just vor wenigen minuten nach inwieweit denn das buch “Cocoa Programming for Mac OS X” noch kompatibel zu xcode 3 ist. der autor meint dazu:

Hints for using the second edition with Xcode 3

The tools have changed a lot, and the third edition won’t be ready for several more months. Let me point out, however, that the frameworks themselves have changed very little and the ideas in the book are still useful.

You can download Xcode 2.5 from the ADC site, and that will make the book easy to use.

To use the 2nd edition with Xcode 3, you need to know how the new tools are used. In particular:

  • You don’t create classes in Interface Builder any more. Create the class in Xcode, and type in the outlets and actions.
  • You don’t have to explicitly reparse the .h files — Interface Builder will automatically reparse the file every time it is saved.
  • Instead of control-dragging for every pointer IB, you control-click on an object to get its connection panel, and drag from there.

To get comfortable with these changes, I suggest that you do Apple’s tutorial before starting on my book.

Skip my Palettes chapter! It is hopelessly out-of-date and unusable.

It will still require some patience to get through the book. If you don’t have the patience, return the book to wherever you purchased it — the new edition with Core Data, more Bindings, Web Services, View Swapping, NSTask, Xcode 3, and Objective-C 2 will be available in the Spring or early Summer.

also nicht wirklich viel passiert. und bald kommt ja auch die dritte auflage raus, die ist dann voll xcode 3 kompatibel.

link

Kategorien:cocoa, coding, mac, proggen Schlagworte: , , ,
Follow

Bekomme jeden neuen Artikel in deinen Posteingang.

Join 5,964 other followers