Flex/AIR for iOS Development Process Explained! | Devgirls Weblog

Flex/AIR for iOS Development Process Explained!

Although I personally use MonoTouch for iOS programming, if you happen to know Flash / Flex / AIR, it's finally possible. My advice, though, is that if you're going to be programming for iOS, you should learn Objective C and then use an alternative language …

more ...

Knowing Scala (Intermission)

I'm getting to the point in my Scala understanding where I'm making small commits to our Very Important Project at work. I ended up wasting four hours of work the other day because I put stuff in the wrong place and then spent a lot of time reorganizing things. In …

more ...

Advice From An Old Programmer

Advice From An Old Programmer — Learn Python The Hard Way, 2nd Edition.

[ ]{style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; line-height: 21px; font-size: 14px;"}

Programming as a profession....can be a good job, but you could make about the same money and be happier running a fast food …

more ...

Computer Science Grads Get Most Job Offers

According to this release, Computer Science majors had the highest percentage of job offers of any major.

I have to admit to being somewhat surprised at this, as I thought the trend toward offshore development was still driving down the market for young developers.

more ...

Wordless Wednesday: Can You Guess What This Is?

Answer: [[It's a "wireless remote streetlight switch" used by a local amateur astronomer as an amusement (but, of course, never, EVER to actually use!). Apparently, streetlights have a photosensor, and if one has a small laser, a nice spotting telescope, and sufficiently rigid mount, one could (but never, EVER actually …

more ...

The Web Is a Customer Service Medium (Ftrain.com)

A good article holding that "Why wasn't I consulted?" is the fundamental mindset on the Web: The Web Is a Customer Service Medium (Ftrain.com).

more ...

Is C3 the Secret Sauce for Windows 8 Programming?

This MSR paper describes an HTML/CSS/JS platform that seems to tie in with Microsoft's recent conspicuously-not-mentioning-.NET talk of Windows 8. This paper is still in a conference proceedings, so it wouldn't seem on the verge of productization, but there are so many questions raised by Microsoft's recent …

more ...


Microsoft's Intriguing Code Bubbles Projects Becomes Debugging Tool

I haven't used this, but I talked briefly with the Code Bubbles developers about 18 months ago and thought that debugging would be the perfect fit. Seems like someone at MSR agreed:

Debugger Canvas - Microsoft Research.

more ...

Knowing Scala: Exercise 1

Taking my own 15 Exercises to Know A Programming Language as a starting point for my exploration of Scala...

The first set of exercises are right up the alley of a language with pattern-matching and list-processing:

Write a program that takes as its first argument one of the words ‘sum …

more ...