PDA

View Full Version : I found this site interesting.


effpeetee
05-04-2010, 01:22 PM
I find this site (http://www.css-lab.com/) interesting.
and this one too - PHP (http://writecodeonline.com/php/).
Also for Javascript. (http://writecodeonline.com/javascript/)
Frank

jfreak53
05-04-2010, 01:59 PM
Nice!

primefalcon
05-04-2010, 11:39 PM
the writecode one is neat I"m definately saving the links.... Thank you!




Glad to see they have shell exec disabled though
http://i39.tinypic.com/27wrsi9.jpg

Fou-Lu
05-04-2010, 11:44 PM
Its a little old school for my liking; PHP 4.4.9.

Apostropartheid
05-05-2010, 12:14 AM
Reminds me of interactive Ruby a bit. I'm not quite sure what the utility is, but oh well, it's cool.

primefalcon
05-05-2010, 12:28 AM
Reminds me of interactive Ruby a bit. I'm not quite sure what the utility is, but oh well, it's cool.
You can run php from the terminal by entering php -a or php --interactive so it reminds me of php interactive

futureproof
05-12-2010, 06:27 AM
don't most of us adhere to the good practice of keeping a sandbox for development?

primefalcon
05-12-2010, 09:24 AM
don't most of us adhere to the good practice of keeping a sandbox for development?
I have Apache, PHP, mysql and everything else on my own system that I develop on, then I upload to the server... But an interactive enviroment is still handy to test a quick idea out....

TBH I also write up php scripts to run on my own system..... sometimes php can be a bit quicker to do stuff in than a bash script even

MattF
05-12-2010, 07:07 PM
don't most of us adhere to the good practice of keeping a sandbox for development?

What do you class as a sandbox, specifically?

hardeiin
04-11-2011, 06:27 PM
also new and powerful tool is this php tester (http://www.freephptest.com)