Raised This Month: $51 Target: $400
 12% 

Spider - A Replacement Webcompiler


Post New Thread Reply   
 
Thread Tools Display Modes
API
Veteran Member
Join Date: May 2006
Old 06-03-2013 , 19:18   Re: SPIDER - A replacement webcompiler
Reply With Quote #31

This is something that is worth an awesome *hurrah*

I love it. Web IDE's always tickle me in funny places. If I have time I can maybe introduce a feature or two.
__________________
API is offline
Send a message via AIM to API
API
Veteran Member
Join Date: May 2006
Old 06-03-2013 , 19:20   Re: SPIDER - A replacement webcompiler
Reply With Quote #32

Oh btw minor CSS glitch at certain window widths: http://img.iaconosoftware.com/51ad247bb094f.png

It goes away by decreasing the percentage for the columns just a tiny bit.
__________________
API is offline
Send a message via AIM to API
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 06-03-2013 , 19:27   Re: SPIDER - A replacement webcompiler
Reply With Quote #33

Quote:
Originally Posted by pimpinjuice View Post
This is something that is worth an awesome *hurrah*

I love it. Web IDE's always tickle me in funny places. If I have time I can maybe introduce a feature or two.
Cool , please feel free to hack on it, I'll try and give it a cleanup and get it up on bitbucket when I have a mo.

Quote:
Originally Posted by pimpinjuice View Post
Oh btw minor CSS glitch at certain window widths: http://img.iaconosoftware.com/51ad247bb094f.png

It goes away by decreasing the percentage for the columns just a tiny bit.
Can you repro it in another browser? Chrome has had numerous bugs with percentage sizing in the last few months worth of dev builds.
__________________
asherkin is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 06-04-2013 , 12:38   Re: SPIDER - A replacement webcompiler
Reply With Quote #34

Hey, I see you use the following line,

PHP Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0"
which would likely imply you're wanting to enable the responsive features though you haven't included the additional responsive css file.

PHP Code:
<link href="css/bootstrap-responsive.css" rel="stylesheet"
This is also assumed since you use a span6/span6 on the Compile/Download divs, but they don't stack when the window is resized.
__________________
11530 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 06-04-2013 , 12:58   Re: SPIDER - A replacement webcompiler
Reply With Quote #35

Quote:
Originally Posted by 11530 View Post
which would likely imply you're wanting to enable the responsive features though you haven't included the additional responsive css file.
I trialled it early on, but it didn't play nicely without lots of extra cruft, and it's not a high-priority as the fluid layout is design to scale as low as 800x600, and there is no mobile browser that supports the requisite JS features anyway.
__________________
asherkin is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 08-28-2013 , 06:18   Re: SPIDER - A replacement webcompiler
Reply With Quote #36

Asherkin, you are a god. I'd give you all my monies if I had any monies.
404UserNotFound is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 08-28-2013 , 12:52   Re: SPIDER - A replacement webcompiler
Reply With Quote #37

Very nice! I used to change things in Notepad++ then compile locally. This will save me a lot of trouble!
Mr. Man is offline
Nikkii
Member
Join Date: Feb 2012
Old 05-14-2014 , 00:15   Re: SPIDER - A replacement webcompiler
Reply With Quote #38

I was messing with this a bit earlier (as seen in irc) and came up with this

I'll probably modify it a bit more to load the includes from the repositories if possible, and I also have to fix it so that includes like smlib can be loaded.

http://spider.nikkii.us/

Changes:
  • Added predefined includes
  • Added auto-parsing of includes when you drag a file in, prompting whether to attempt loading of extra includes
  • Loading a set of includes via zip file
  • Redid downloading to work a bit better for more browsers (hopefully)
  • Added uploading to paste site, soon loading from
  • Added better highlighter supporting more SourcePawn specific settings
__________________
Owner of ProbablyAServer, a server without game changing mods and donation benefits

RCON Helper | [TF2] LogUpload | CCC Donator Tags | PHP Steam API Wrapper

Last edited by Nikkii; 05-16-2014 at 17:45.
Nikkii is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-13-2014 , 20:21   Re: SPIDER - A replacement webcompiler
Reply With Quote #39

Spider has had a complete rewrite - check it out.

Highlights:
  • It works when you're offline.
  • Persistent storage to prevent accidental loss of work.
  • Very, very fast compile times in most modern browsers.
  • New responsive design.
  • Much cleaner code.
  • Considerably smaller download (less than 500KB total).
  • Compilation happens in a Web Worker (no more hanging).
  • Infrastructure to support multiple source files / complex include sets (no UI yet).
__________________

Last edited by asherkin; 08-14-2014 at 20:03. Reason: Some more features.
asherkin is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 08-15-2014 , 15:44   Re: SPIDER - A replacement webcompiler
Reply With Quote #40

Quote:
Originally Posted by asherkin View Post
Spider has had a complete rewrite - check it out.

Highlights:
  • It works when you're offline.
  • Persistent storage to prevent accidental loss of work.
  • Very, very fast compile times in most modern browsers.
  • New responsive design.
  • Much cleaner code.
  • Considerably smaller download (less than 500KB total).
  • Compilation happens in a Web Worker (no more hanging).
  • Infrastructure to support multiple source files / complex include sets (no UI yet).
Fantastic work as always. A great revision.
__________________
11530 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode