There was a time where programming in Java was funnier than it is today.
Back in 1997 I published in my own web page my first Java applet. It was a calculator. That was way cool; I was able to share with the visitors of my site a whole program: not only the source code, but [...]
Now, wait a second:
January
27,
2007
Code · Opinion · Software
Add Your Comment
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)