Author Topic: IPod HTML dev app  (Read 9336 times)

0 Members and 1 Guest are viewing this topic.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: IPod HTML dev app
« Reply #15 on: November 13, 2009, 09:19:05 am »
Ok, I'll host it on my own site and post a link when I get on the comp

which page am I suppose to open?
Try out HTML frames horiz.html
- This one serves for everything: HTML, CSS and JS. (there are other alternatives, but they do the same)
JS Console for JavaScript only.
And open some of the other pages to see other useful... (some can be unfinished, though)

EDIT: I will polish this work to perfection. Discussion will happen in UTI post: http://www.unitedti.org/index.php?showtopic=9117 and here.
« Last Edit: November 13, 2009, 09:45:33 am by Galandros »
Hobbing in calculator projects.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: IPod HTML dev app
« Reply #16 on: November 13, 2009, 09:54:18 am »
Thanks! Now I wish there was some way that it could save the pages...
/e

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: IPod HTML dev app
« Reply #17 on: November 13, 2009, 01:49:38 pm »
Thanks! Now I wish there was some way that it could save the pages...
Hmm, I wish too.
Thinking of it there are some ways:
- Using cookies. (limited space and not what we exactly want)
- some future feature of HTML5 with local storage (?) (still)
- Web browser addon. (Firefox seems to lack good documentation, I mean easy way to learn)

Good use, then. :)
Hobbing in calculator projects.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: IPod HTML dev app
« Reply #18 on: November 13, 2009, 04:35:06 pm »
how about ftp? that would work...and it would be better for an iPod touch...
/e

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: IPod HTML dev app
« Reply #19 on: November 13, 2009, 04:58:32 pm »
how about ftp? that would work...and it would be better for an iPod touch...
I don't know how or even if it is possible... :S
Hobbing in calculator projects.

Offline TsukasaZX

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 415
  • Rating: +46/-3
  • Never Gonna Give You Up!
    • View Profile
Re: IPod HTML dev app
« Reply #20 on: November 13, 2009, 05:02:47 pm »
Well, if it were a hosted IDE and used php on the back end, you could create files on the server itself to store and retrieve the contents and then have a cron job auto delete the files that aren't touched after a certain amount of time. Something like pastebin :)
IRC EFNet | Nick Su-Hime | Chan #omnimaga, #unss, #cemetech
Yumé - 100% Complete!
Yumé 2: Rika's Story - 10%
 - Hiatus until summertime
Yumé: The Eternal Dreams - 50%
 - World and events
TIBiC/GO C Library - N%

"Alenda lux ubi orta libertas" - Let learning be cherished where liberty has arisen.

  ▲
▲ ▲ Triforce!

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: IPod HTML dev app
« Reply #21 on: November 13, 2009, 05:07:34 pm »
that would work, or you could have a log in and a certain amount of space allowed. I would like to have one that would let me edit my whole site, so I can use my iPod to do everything instead of just one folder.
/e

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: IPod HTML dev app
« Reply #22 on: November 13, 2009, 05:08:37 pm »
Well, if it were a hosted IDE and used php on the back end, you could create files on the server itself to store and retrieve the contents and then have a cron job auto delete the files that aren't touched after a certain amount of time. Something like pastebin :)
What a great idea! This makes me want to learn php right away but I will avoid for now.

That stays on long term features but definitely going to do it.
Hobbing in calculator projects.