Like, how when you bookmark a page on your iDevice, you get an icon for it, how to make it so when someone bookmarks a certain icon shows up? Like, code?
I've seen some websites that when you bookmark it, instead of a white square an actual "app-like" icon comes up, with a custom graphic, however I don't know how to do it myself.
Yeah, that's what I was about to say. I'm guessing you'd have to do it with actual HTML/CSS coding so that it appears on a regular browser, and that oughta achieve the same effect on the Touch.
Make a picture "apple-touch-icon.png" 57x57 pixels and put it in your root directory. Then add this code to the head of your page: Code: <link rel="apple-touch-icon" href="http://www.yoururl.com/apple-touch-icon.png" />