Author Topic: IDE PHP HTML CSS JS  (Read 2418 times)

0 Members and 1 Guest are viewing this topic.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
IDE PHP HTML CSS JS
« on: December 28, 2009, 09:16:30 am »
While learning web sites development technologies, I decided to do some tools that helped to develop them.

Originally only intended to just HTML, CSS and JS when Eeems asked for tools to HTML dev ( http://ourl.ca/37525 ) appeared the suggestion to save work done by using PHP. Recently learnt PHP and started to do things with it as well.

Brief Features:
 * Write and see the result of HTML and CSS
 * JavaScript Console with various debugging, logging and miscellaneous tools
 * PHP tools as well

I will be adding some progress and another release soon. (next year or so, look the original post date) ;D
Depending on interest the progress and news about it will depend.
Also some tools aren't meant to replace and out stand existing ones. I just want to learn by practising and make a simple but somewhat powerful tool.

And I started this topic to get feedback about possible future features and bugs needing fix.
Topics related to this:

http://www.unitedti.org/forum/index.php?showtopic=9117
http://www.cemetech.net/forum/viewtopic.php?t=3942
Hobbing in calculator projects.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: IDE PHP HTML CSS JS
« Reply #1 on: January 25, 2010, 04:44:13 pm »
Some progress...

I have been studying PHP functions (they are a lot but the most recent tutorial has now a useful categorization of them). I implemented a custom error handler and I know what functions I need to use to achieve some of the things I had in mind.

I have doing lots of small scripts for interesting (or others not that much) techniques like caching, compressed pages, etc..
I am writing some scripts to help me with some hard stuff to manage like the permissions on the server and files. This can be specially a hassle on Linux Servers (dunno for real Windows Servers, in my computer running PHP it is easy) because of the permissions to read, write, execute, user owner..

When I have finished most of the stuff, I think is time to open my Own Site with php resources. (also calc resources but that stays for other topic)
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: IDE PHP HTML CSS JS
« Reply #2 on: January 25, 2010, 04:53:17 pm »
sweet! can't wait!
/e

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: IDE PHP HTML CSS JS
« Reply #3 on: January 27, 2010, 01:33:51 pm »
I am doing a simple PHP Profiler (get information about CPU usage, memory usage, etc. to help php optimization) after I found nifty PHP core functions for that.The only downside is this functions don't exist in PHP4.
This can be useful to someone who doesn't like to repeat itself when profiling and timing PHP scripts using the PHP functions. ;)

Because of everything I am adding, the package will need some documentation. It is going to be brief because almost everything is very simple and practical to use
« Last Edit: January 27, 2010, 02:15:40 pm by Galandros »
Hobbing in calculator projects.