You are viewing our Forum Archives. To view or take place in current topics click here.
Online Code Editor
Posted:

Online Code EditorPosted:

CriticaI
  • Supporter
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
I'm working on a simple project that teaches users how to code with the basic web languages.
Unfortunately after getting into the project I realized using <pre> tags was not going to cut it.
So the last few days I have been creating an IDE that allows users to test their code online.
This code revolves around Cookies & Iframes so there are probably some security issues.
Anyways I need help from all of you so I can fix any bugs & security issues that you find.
Here is the link. Please try your hardest to break my code.
[ Register or Signin to view external links. ]


Bugs Found:


- Not mobile friendly
- Tabs too big



Suggestions:

- Separate coding windows.




BTW staff, there aren't any ads on the entire site. So please don't block it. (:


Last edited by CriticaI ; edited 1 time in total
#2. Posted:
-Deano
  • Rated Awesome
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
It's an ok editor. The indent when you press tab is a huge. It should be 4 spaces ideally.

It would also be nice to be able to edit the separate windows in a different language i.e. HTML in the top and CSS in the bottom.
#3. Posted:
CriticaI
  • TTG Addict
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
-Deano wrote It's an ok editor. The indent when you press tab is a huge. It should be 4 spaces ideally.

It would also be nice to be able to edit the separate windows in a different language i.e. HTML in the top and CSS in the bottom.



The tab I can probably fix pretty quick.
But the separate language files might take a while.
Thanks for the feedback though! I appreciate it.
Hopefully I can get both of these features working.

Edit: I fixed the issue with the tab size.
#4. Posted:
XePrisms
  • Powerhouse
Status: Offline
Joined: Sep 02, 201211Year Member
Posts: 496
Reputation Power: 27
Status: Offline
Joined: Sep 02, 201211Year Member
Posts: 496
Reputation Power: 27
Thanks for sharing this pretty cool
#5. Posted:
16
  • Winter 2018
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,654
Reputation Power: 11981
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,654
Reputation Power: 11981
Judging as it is a web editor, i am guessing you based this off of JsFiddle?

but looks good
#6. Posted:
CriticaI
  • Christmas!
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
Mitochondria wrote
Judging as it is a web editor, i am guessing you based this off of JsFiddle?

but looks good

I did base it off of js fiddle.
#7. Posted:
16
  • Winter 2018
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,654
Reputation Power: 11981
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,654
Reputation Power: 11981
it is nice, but if you could possibly delay the color popups for different elements

ease-in 0.4 // should be fine

and round the tables some, other than that this works pretty well.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.