GigaOM Network: GigaOM | WebWorkerDaily | NewTeeVee | Earth2Tech | OStatic | jkOnTheRun | TheAppleBlog | NewTeeVee Live | Jobs | About | Advertise | Contact

Archive for the ‘Development’ Category

Apple Launches iPhone Web Apps Directory

Written on October 11, 2007 by Louis Gray and 2 people have commented

As the company has with its Dashboard widgets page on Apple.com, Apple introduced a new directory for Web applications compatible with the iPhone and iPod Touch, announced through the company’s Hot News page (deemed by many to be Apple’s quasi-blog).
As anticipated by AppleInsider and others, the directory includes icons, screenshots, and short descriptions of the [...]

iPhoney

Written on July 18, 2007 by Brandon Eley and 5 people have commented

Mac software maker Market Circle has released iPhoney, an open-source iPhone simulator for web developers. See how your websites look on the iPhone in both portrait and landscape.
It lacks a few iPhone features, such as pinch and zoom, but will let you test while developing apps for iPhone (without using your iPhone). I think this [...]

Add Ringtones to your iPhone

Written on July 17, 2007 by Josh Pigford and 6 people have commented

Hack The iPhone has posted an in-depth walkthrough on how to get custom ringtones working on your iPhone.
It requires quite a bit of hackery and, if you’re not careful, could very well kill off your iPhone altogether.
I honestly don’t think I’d want to risk that considering it costs a small fortune to purchase an [...]

Optimize Content for the iPhone

Written on July 16, 2007 by Matt Radel and 2 people have commented

Developers have been buzzing since Jobs’ announcement at WWDC to make Safari the unofficial SDK for the iPhone. Many have voiced (or screamed) their disappointment, while others have rejoiced. But despite the variety of opinions on the matter, everyone has questions about how to develop and optimize content for the iPhone.
Fortunately Apple has released a [...]

Shift in Website Development Due to iPhone?

Written on June 29, 2007 by Nick Santilli and 5 people have commented

Web developers have been more and more concerned with coding for mobile devices. Now that the iPhone is here, I wonder if that may change further. The iPhone - unlike most other cellular phones on the market - browses using a wide-screen web browser and the touch interface makes it easy to do [...]

Challenge: Make a Better .Mac

Written on June 28, 2007 by Nick Santilli and 7 people have commented

So for everyone who’s ever complained about the .Mac service, someone is finally trying to do something about it. The notMac Challenge is offering up a choice bounty (at least $10k!) for anyone who can develop a .Mac alternative that’s as easy to use as Apple’s offering, but robust enough to be useful for [...]

Surf on the Edge With a WebKit Nightly Build

Written on June 22, 2007 by Louis Gray and 2 people have commented

If you like being so far out on the bleeding edge such that using a newly released beta isn’t high risk enough for you, the Web geniuses behind Apple’s Safari program offer nightly builds of the WebKit engine that acts as the underlying foundation for Safari, Dashboard, Mail and many other OS X applications. Now, [...]

WWDC 2007: 36 hours away…

Written on June 09, 2007 by Jason Terhorst and 2 people have commented

Well, I promised an update to the events of this coming week in the world of Apple, and indeed a number of things have happened recently…
Updated hardware
Apple updated the Macbook Pro earlier than expected, with some of the key features that were rumored, so we score it off the “updated hardware” list..
However, there are still [...]

One week to WWDC…

Written on June 04, 2007 by Jason Terhorst and 8 people have commented

One week from today, Steve Jobs will be getting on stage to reveal some new developments in the world of the Mac, as well as showing developers how to take advantage of them. Here’s a quick roundup of what we’ve seen so far, and I’ll be revisiting/updating this on Saturday when I land in [...]

WWDC Attendees to Get Leopard Beta

Written on May 08, 2007 by Louis Gray and 3 people have commented

Those Mac developers looking forward to attending this year’s Worldwide Developers’ Conference (WWDC) just got another reason to go.
Today Apple sent an e-mail to registered developers, offering them first cuts and the much-anticipated Leopard (Mac OS X 10.5) operating system. The e-mail says there will be a “feature complete” version of Leopard - ostensibly with [...]

Quick Tip: Show/Hide Hidden Files

Written on April 30, 2007 by Jason Guthrie and 37 people have commented

A few months ago I started to mess around with a .htaccess file in connection with one of my websites. When I transferred the file from my web server to my desktop via FTP, the file never showed up. I tried again and again, but that dang file would never show up. [...]

Symantec looking for Entourage dev shops

Written on April 26, 2007 by Eddie Hargreaves and 3 people have commented

A Product Manager at Symantec Corporation posted a query Wednesday on the Entourage mailing list.
I was curious if anyone knew the names of a few dev shops that focus on creating custom extensions for Entourage.
Although the mailing list is unofficial, and not run by Microsoft, it is frequented by MVPs and has seen activity [...]

6 Tools for Web Design

Written on February 27, 2007 by BJ Clark and 76 people have commented

Today I came across an article with a few ‘tools’ for web design and frankly, I thought it pretty lame and unexciting. There were 2 things on there that I felt were actually good information, Color Schemer and Typetester. The other, information was either lame (a “handy dandy” notebook) or untrue (”Mountain Dew“).
So, [...]

Google releases FUSE for OSX

Written on January 12, 2007 by Rob Sayers and 1 person has commented

Recently Google has announced a release of FUSE for OSX.
For those not familiar with FUSE, it means Filesystem in User Space. FUSE allows someone to implement a filesystem using the built-in API instead of having to write complex software to achieve the same goal. This should open up a lot of interesting possibilities [...]

Leopard Only Apps From a Dev Perspective

Written on January 03, 2007 by Nick Santilli and 4 people have commented

After TUAW posted about Leopard only applications the other day, Scott Stevens (of Thoecacao and CocoaBlogs, and CocoaDevCentral) addresses the issue from a developer perspective. You may want to check the TUAW post first, and then go back to Scott’s explanation of things for a full-world view of the situation.
The insight Scott offers [...]

On Web App Development, the “Sites” folder, and Ruby on Rails…

Written on December 28, 2006 by Jason Terhorst and 9 people have commented

I’ve been working more in web development lately, both in PHP (picking up more freelance work) and learning Ruby on Rails. It’s always been something of a hobby of mine to try new things with web programming, but one thing always makes me clench my fists and gnash my teeth: the Mac OS X user [...]

Dashcode Beta

Written on December 21, 2006 by Julian Bennett Holmes and 8 people have commented

Apple has officially released Dashcode, an application for developing Dashboard Widgets. It’s in beta, but from what I can tell from using it, it seems to be pretty feature complete, and very stable.
This application is really cool, I must say. It allows anyone, even someone with very very little technical knowledge, to create a dashboard [...]

How To Setup Development Domains On OS X

Written on November 21, 2006 by Josh Pigford and 38 people have commented

I do quite a bit of design and development with my company. To keep things streamlined I’ve setup my machine as a local development server to avoid the obvious hassle of having to FTP files every time I make a change that I want to see. Setting up your machine as a development server is [...]

Cocoa and Everyone (Part 1)

Written on October 23, 2006 by Michael Marmarou and 7 people have commented

This will be a new thread where I’ll show a tip or trick for Cocoa programmers, and why it’s imporant to everyone. These articles will be geared towards everyone - not just programmers. I’ll hide the code so you don’t have to look at it if you don’t want to see it.

Reader Feedback: iTunes Visualization as Desktop?

Written on October 13, 2006 by Nick Santilli and 11 people have commented

I got an iChat message from Paul yesterday, asking about a way to use music visualizations as a desktop ‘wallpaper’. My initial suggestion was to play with Quartz Composer and see about coming up with something there. I’ve come up with a couple more suggestions - which I’ll write about in a moment [...]

Close
E-mail It