The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

Calendar

««Sep 2010»»
SMTWTFS
    1234
567891011
12131415161718
19202122232425
2627282930

Mailing List

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Computers Blogs - Blog Top Sites

Site Hits

Total: 5,627,621
since: 19 Jan 2005

Latest tagged entries for 'MAC'



Silverlight and Ruby on the Mac Part II: Data Binding

Thu 06 Nov 08 8:23 A GMT-05
In this post I discuss more of my progress in attempting to build Silverlight applications using the DLR on the Mac with no Windows intervention at all. The news isn't promising

Silverlight and Ruby on the Mac, Part 1: Hello Ruby

Sun 26 Oct 08 7:07 P GMT-05
In this first of what I hope to be many blog posts, I explore the potential development environment of using a Mac, OS X Leopard, and Ruby to build cross-platform Dynamic Silverlight applications.

So I'm in the LA Times ;)

Wed 27 Aug 08 9:51 A GMT-05
The LA Times recently ran an article covering the slant that the iPhone SDK NDA is hampering development and stifling programmers. I was quoted in the article

AppleInsider reveals details of my WWDC Presentation

Thu 21 Aug 08 6:25 A GMT-05
Yesterday I noticed that AppleInsider.com had revealed the NDA-bound contents of my WWDC presentation. I discuss that in this blog post

OS X vs. Windows Vista, Perception vs. Reality and the Mojave Experiment

Mon 28 Jul 08 7:13 A GMT-05
Microsoft is set to unleash the website containing the results of Project Mojave tomorrow. In advance of that, I thought I would comment on the project and what it means for the software giant

Another Microsoft Developer Falls Victim to Framework Myopia

Tue 08 Jul 08 7:16 A GMT-05
Recently a Microsoft developer posted a blog entry detailing a very negative experience he had with the iPhone SDK, Cocoa, and Xcode. MS developers allowing their first impression to taint their view of Mac programming is common, but easily corrected

Building Model Classes in C# and Cocoa

Sun 15 Jun 08 10:13 A GMT-05
An extremely common thing that everyone has to do is build simple model objects. The problem is, everyone's documentation varies. This post shows C# developers how to build a Cocoa model object in a way they're familiar with

MobileMe vs. Live Mesh - Round 1

Tue 10 Jun 08 7:20 P GMT-05
Microsoft has been working on a new "cloud service" technology called Live Mesh which is currently in beta. Yesterday, Apple let the world know about MobileMe, a new service that might compete directly with Live Mesh.

Objective-C 2.0's Accessor Dot-Notation : Friend or Foe?

Tue 03 Jun 08 5:29 A GMT-05
I've been reading Aaron Hillegass' new third edition of the ultra-popular Cocoa Programming book and he mentions that the dot notation is 'silly'. These are my thoughts on the subject

Want to learn how to write iPhone Applications? Get a WWDC Ticket!

Thu 03 Apr 08 11:42 A GMT-05
This year's WWDC is bound to be one of the coolest, most amazing and knowledge-packed ever. They have an entire track devoted to the iPhone - read the post for more details!

iPhone Developer Summit @ Ajaxworld 2008

Fri 21 Mar 08 9:25 A GMT-05
Yesterday I presented a couple of sessions on the iPhone at the iPhone Developer Summit, which is part of Ajaxworld 2008. I've included some thoughts, commentary, and my slides

My Macbook Air is masculine, dammit!

Mon 17 Mar 08 1:59 P GMT-05
I was sitting in a cafe eating a sandwich and talking about computers with a friend when someone called my Macbook Air "pretty". It is not PRETTY , it is an instrument of WORLD DOMINATION!

My Macbook Air Review

Sun 02 Mar 08 11:20 A GMT-05
This blog post details my review of the Macbook Air, not from the point of view of whether I think its the best laptop for everyone in the world, but how it measures up to my own personal standards.

Video of the Macbook Air in Action

Wed 20 Feb 08 10:04 A GMT-05
The folks from Pomcast have put up a YouTube video where they kick the tires on the Macbook Air

Leopard Sample: A Bound NSCollectionView

Sun 28 Oct 07 8:41 P GMT-05
In this blog post I take a look at a new control that shipped with Leopard, the NSCollectionView. I'll show you how to bind the NSCollectionView to the data supplied by an array controller and bind controls on each sub-view.

My life is complete : iPhone SDK is CONFIRMED.

Wed 17 Oct 07 1:38 P GMT-05
Steve Jobs announced the iPhone SDK.

Leopard Shipping October 26th!!

Tue 16 Oct 07 11:59 A GMT-05
Rumor has it that Mac OS X Leopard will be shipping on October 26th

My iPhone Review

Mon 23 Jul 07 8:09 A GMT-05
So I finally broke down and bought an iPhone. In this post I'm going to take a look at what I think is the good and the bad about this device from the perspective of a programmer who used to own a really powerful EVDO-speed smartphone.

Microsoft Codename Acropolis - Unwrapped

Wed 20 Jun 07 10:22 A GMT-05
In this post I take a look at Acropolis - what it is and why should developers be concerned about it. Also, I compare it to some offerings on OS X to help clear things up.

What does a WWDC 2007 Attendee do with 1.5 hours of downtime?

Thu 14 Jun 07 5:29 P GMT-05
What does a WWDC 2007 Attendee do with 1.5 hours of downtime? Why, build a dynamic peer-to-peer chat application in Cocoa, of course!

Exploring the Delegate Design Pattern

Mon 14 May 07 1:30 P GMT-05
I first encountered the delegate design pattern when learning Cocoa, but I have found that its use has actually made some Windows Vista (WPF) programming tasks easier as well!

Core Data - Almost too Easy?

Wed 18 Apr 07 9:23 A GMT-05
Recently I tried to do some binding of data in a table view to Core Data entities, and found the experience extremely pleasant. Start to finish took me 18 minutes.

Distributed Objects and Bonjour : It's like Peanut Butter and Chocolate!

Fri 13 Apr 07 11:05 A GMT-05
The combination of using Distributed Objects and Bonjour in Cocoa is as sweet as combining Peanut Butter and Chocolate. A peanut butter cup of coding joy.

Apple Delays Leopard in Favor of the iPhone : End of the World?

Fri 13 Apr 07 6:58 A GMT-05
There's been a lot of buzz about the Leopard delay. Is it the end of the world? Hardly.

Exploring the MVC Pattern in WPF

Tue 10 Apr 07 7:51 A GMT-05
In a previous article I explored a comparison between VS 2005 and the Xcode/Interface Builder IDEs. In this article, I explore implementing the MVC pattern in WPF applications