Dis
11-25-2007, 01:38 PM
Official Apple Link (http://developer.apple.com/iphone/devcenter/)

:) Enjoy!

DarkM
11-25-2007, 02:45 PM
I'm gonna check this out right now :)

I hope that there is also a lot of "touch-oriented" resources, cause i see a lot of stuff about iphone =3
(Or maybe is this exactly the same thing for web dev ?)

Danls92
11-25-2007, 04:49 PM
I'm gonna check this out right now :)

I hope that there is also a lot of "touch-oriented" resources, cause i see a lot of stuff about iphone =3
(Or maybe is this exactly the same thing for web dev ?)

All web- apps work with both the Touch and the iPhone because they both have the same size screens, and the same safari browser.

Nt1440
11-26-2007, 07:25 PM
do you think it really matters if ur 18?

i am actually interested in learning to make software and this seems like a great start, plus itguess it would look impressive on a college application. =)

blackjak231
12-01-2007, 05:33 AM
I'm currently working on a web sir for the iPhone, and I was wondering if I could post a thread in this section to let people know what is going on. For the info, it is a theme list 100% made for ipod touch/ iphone.

I was also wondering if anyone knew how to show stuff on a website that will only show up on an ipod or iphone, and not on a pc nor mac?
Please, tell me!

Thanks!

SkylarEC
12-01-2007, 11:32 AM
Blackjak231, you are setting your pages up using php, correct. I have to admit that I know absolutely nothing about php, other than the fact that there is a 'HTTP_USER_AGENT' that you can call.

I have no idea what the syntax or anything is for php, but you should be able to parse through this and correct any mistakes. Sorry, but I don't know what the actual iPhone/iPod user agents are, I've never checked.

<html>
<?php
if ((HTTP_USER_AGENT != "iPhone") || (HTTP_USER_AGENT != "iPod"))
{
window.location = "http://www.im-not-using-an-ipod.com/orAn/iPhone.either";
}
?>


Also, if you really want to get fancy, you could use the get_browser() (http://www.php.net/manual/en/function.get-browser.php) function to check if the user is accessing via AppTapp or MobileSafari (because Installer it its own browser, hence no resizing or scaling).

Browser: AppTapp Installer/3.0b8 (iPhone)
Browser: Mozilla/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Agen/3B48b Safari/419.3

blackjak231
12-01-2007, 05:31 PM
actually, I wrote everything in HTML because you told me to, so its very basic, and i have to say that i am having a very hard time understanding php!!!

Thanks anyway!

PS: so, can i post a thread in this section?

gumbawler
12-29-2007, 07:14 AM
thnx a bunch bro

River
01-04-2008, 02:32 PM
I use

Mozilla/5.0 (compatible; Konqueror/3.5; Darwin) KHTML/3.5.6
Works for me...

stillercity
01-09-2008, 07:54 PM
Yeah, I signed up for the thing, it really helps. I made some quick thing with it to see how it would work, pretty good results imo.

http://moblinerider.byethost13.com