Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: Eeems on October 16, 2009, 12:24:15 am

Title: IPod HTML dev app
Post by: Eeems on October 16, 2009, 12:24:15 am
Ok, so here is the problem...I can't seem to find any free HTML dev apps for the touch. So I was wondering if anybody knew of one, or a good online IDE.
Title: Re: IPod HTML dev app
Post by: TsukasaZX on October 16, 2009, 01:09:52 am
If you're looking for an online HTML IDE, it just so happens that I've actually been working on building an XHTML/CSS/Javascript IDE myself :)

Gimme a week or so and some incentive and I'll finish it up ^^;
Title: Re: IPod HTML dev app
Post by: Eeems on October 16, 2009, 08:57:37 am
Sweet! Well I hope it will work on a touch.
/me gives TsukasaZX incentive
Title: Re: IPod HTML dev app
Post by: TsukasaZX on October 16, 2009, 11:20:14 am
Probably would. I'll have to test it out on my own i*Touch and see. I'm a little busy with other stuff right now though so it might be a few days before I can start working on it.
Title: Re: IPod HTML dev app
Post by: Eeems on October 16, 2009, 09:48:52 pm
Ah ok well np, as long as you do end up working on it.
Title: Re: IPod HTML dev app
Post by: Eeems on November 11, 2009, 01:45:20 pm
so how is it coming TsukasaZX?
Title: Re: IPod HTML dev app
Post by: DJ Omnimaga on November 11, 2009, 02:35:31 pm
Oh he told me he was working on it but finally decided to release to anyone except you :P
Title: Re: IPod HTML dev app
Post by: Eeems on November 11, 2009, 02:39:46 pm
Lol, right ;)
Title: Re: IPod HTML dev app
Post by: ztrumpet on November 11, 2009, 04:40:41 pm
Oh he told me he was working on it but finally decided to release to anyone except you :P
Because Eeems gave me *stuff*, I'll have to give him this. :)
Title: Re: IPod HTML dev app
Post by: TsukasaZX on November 11, 2009, 05:53:06 pm
I'm working on it! :O
I'll have a somewhat working Alpha done soon :D
Title: Re: IPod HTML dev app
Post by: Galandros on November 11, 2009, 06:33:40 pm
If you're looking for an online HTML IDE, it just so happens that I've actually been working on building an XHTML/CSS/Javascript IDE myself :)

Gimme a week or so and some incentive and I'll finish it up ^^;
I have done one too. It is very usable but only tested on up to date Firefox. A little on IE but no other browser.

I have 2 versions of real time HTML and CSS (edit and see immediately what happens), a JavaScript kind of console (some basic debugging with logging and in future variable watching), and other minor stuff.

I can give away if there is interest.
Title: Re: IPod HTML dev app
Post by: TsukasaZX on November 11, 2009, 06:41:35 pm
Use Galandros's. Problem solved.
/me doesn't want to suffer through making his shoddy IDE work :P
Title: Re: IPod HTML dev app
Post by: Eeems on November 11, 2009, 08:58:40 pm
Lol, so can I have a link Galandros?
Title: Re: IPod HTML dev app
Post by: Galandros on November 12, 2009, 05:48:32 pm
Disclaimer: don't look too much to some comments on source code, you might not understand. :D
 There are bugs, somewhere. If you find some let me know.

I am too lazy to host it. I wanted to make my HTML site but laziness...
http://www.megafileupload.com/en/file/154915/HTMLCSSJS-IDE-alpha-zip.html

Download, use offline or just host yourself. Some files may not function if renamed and maybe folder relative position changed.
Title: Re: IPod HTML dev app
Post by: Eeems on November 12, 2009, 06:33:41 pm
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?
Title: Re: IPod HTML dev app
Post by: Galandros 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.
Title: Re: IPod HTML dev app
Post by: Eeems on November 13, 2009, 09:54:18 am
Thanks! Now I wish there was some way that it could save the pages...
Title: Re: IPod HTML dev app
Post by: Galandros 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. :)
Title: Re: IPod HTML dev app
Post by: Eeems on November 13, 2009, 04:35:06 pm
how about ftp? that would work...and it would be better for an iPod touch...
Title: Re: IPod HTML dev app
Post by: Galandros 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
Title: Re: IPod HTML dev app
Post by: TsukasaZX 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 :)
Title: Re: IPod HTML dev app
Post by: Eeems 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.
Title: Re: IPod HTML dev app
Post by: Galandros 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.