I’m Posting From An Itouch…
Posting from an Itouch is slow and tedious… But cool.
I’m sitting in a hotel and they of course have Wi-fi. Its much cooler surfing and checking email. One thing that makes it alittle easier is the Itouch will fill-in words for you much like when your texting on your cell phone.
The learning curve is not to bad, but I should have read the instructions.Another drawback is I can’t see how this is formatting. I found out that it does auto save….because I accidentally touched something and found myself back at the dashboard.
I can’t see using the Itouch for regular posting, but in a pinch it will work.
function toggleview(element1) {
var element1 = document.getElementById(element1);
if (element1.style.display == 'block' || element1.style.display == ''){ element1.style.display = 'none'; }else{ element1.style.display = 'block'; element1.style.position = 'absolute';
} return; }

Hi Keith,
I also have an iPod Touch. I never thought of trying to post to my blog using the built in browser. Glad to hear you’ve had success. I’m going to try it myself. Like you said, it sounds like a great alternative when you don’t have access to your main computer or laptop.
Regards,
Marty
Marty
12 Apr 08 at 7:25 am
That’s pretty cool that it does work, but it sounds like it will be better just for checking comments/emails in relation to your blog. Nice to be able to do it from anywhere, though!
Alan from Zero and Up
12 Apr 08 at 1:18 pm
Yeah it is fun the first time you post from one, but it sure did take a long time to write a small post.
I’ll do it again for fun in the future.
Keith
Keith Goodrum
13 Apr 08 at 11:00 pm