Can anyone recommend me a tutorial for converting a fairly simple website that mostly contains information to a mobile version for tablets and smartphones with OS' such as iOS, Android and WP7? Any other tips would greatly be appreciated as well.
Here's a tutorial for responsive web design using HTML and the LESS framework —*looks pretty interesting, though I've not had a chance to implement anything like it myself yet.
look at Adobe's site they have a ton on there.
Why would you want to create an app for a website? I would personally set up a mobile version of your website, so that people don't have to visit an app store to view your content. Much easier for the end user.
The thing that I am having difficulty understanding is how I would go about omitting some parts of the site if I was simply going to use a second css file for mobile devices. For example, I don't want to include certain large images, or certain text that's being displayed on the pages. Also, I have some javascript stuff on the current site ( an accordion script), and I'd like for it to show up on as many different phones as possible, though I am aware that there are many older phones that probably won't work with it. I also have a php page with a contact form, and I don't know how that would factor into things, especially if I'd decide to skip the page, and have a html version one instead to simply list all the contact info as text. This is why I'm leaning towards making a separate mobile version of the site.