Can someone recommend me some sort of app that allows me to test a site on a Iphone without going live and testing on my Iphone? Ive tried a couple iphoney and Iphone tester.com, both are rubbish..
Not for non-live site. If you are that concerned I would upload the site to a test domain or a sub domain off your main domain (mobile.yourdomainname.com) and test it there.
You can use VMware or VirtualBox if you have an install of OSX to get the iphone SDK working. Or google "windows iphone SDK", might be something there.
After you get it, you'll have the full emulator. It's what I use to test websites on the iphone, though I literally have one sitting in front of me 24/7. lol
Appreciate the help guys. I did what ScottF recommended and tested off a sub domain. only thing it gets a bit annoying when you have to FTP up a new file after modifying. Still worked out.
CPL238 I will download the iPhone SDk when I get some bandwidth back....
i use a mac based solution. Its simple. I create internet sharing, run webserver on my mac and put content which should be tested.
Of course, you need make a few changes in httpd.conf to spread your data in correct format, but if this is only for test you can forget about making any changes in webserver configuration.
IMO its good to have some virtuals - virtual domain where i can make many subdomains for versions.
thanks for the help!
You can use VMware or VirtualBox if you have an install of OSX to get the iphone SDK working. Or google "windows iphone SDK", might be something there.
After you get it, you'll have the full emulator. It's what I use to test websites on the iphone, though I literally have one sitting in front of me 24/7. lol
CPL238 I will download the iPhone SDk when I get some bandwidth back....
I create internet sharing, run webserver on my mac and put content which should be tested.
Of course, you need make a few changes in httpd.conf to spread your data in correct format, but if this is only for test you can forget about making any changes in webserver configuration.
IMO its good to have some virtuals - virtual domain where i can make many subdomains for versions.