473,732 Members | 2,205 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

online editor?

Hello!

Does any one of you know about some kind of PHP IDE (or at least an
editor with syntax highlighting) that works online? It would be
absolutely great if there was something like Google Docs, but for
programmers with at least some features normal IDEs provide (support
for JS and HTML would be great too).

Reason for such need (at least in my case) is I change computers
often. I have all my stuff on USB stick, but each time I go somewhere
I have to install php, apache, some editor etc. Would be great If I
had these online.

It could also be a set of tools for downloading and installing on some
online webserver, I just want to not have to install anything locally
and to be able to use these tools directly in the browser.

I use Google Docs now for some work on, for example, computers on my
university, but lack of support for syntax highlighting, class/
function/variable listing or some kind of completion make it rather
poor development tools.

So far I have managed to find this:
http://helene.muze.nl
but the online demo (http://helene.muze.nl/ariadne/loader.php/helene/
demo) doesn't even work properly for me.

Thank you for your time and help.
~Dreen
Dec 17 '07 #1
15 2433

<dr****@gmail.c omwrote in message
news:4d******** *************** ***********@s19 g2000prg.google groups.com...
Hello!

Does any one of you know about some kind of PHP IDE (or at least an
editor with syntax highlighting) that works online?
yes.
Dec 17 '07 #2
dr****@gmail.co m wrote:
Hello!

Does any one of you know about some kind of PHP IDE (or at least an
editor with syntax highlighting) that works online? It would be
absolutely great if there was something like Google Docs, but for
programmers with at least some features normal IDEs provide (support
for JS and HTML would be great too).

Reason for such need (at least in my case) is I change computers
often. I have all my stuff on USB stick, but each time I go somewhere
I have to install php, apache, some editor etc. Would be great If I
had these online.

It could also be a set of tools for downloading and installing on some
online webserver, I just want to not have to install anything locally
and to be able to use these tools directly in the browser.

I use Google Docs now for some work on, for example, computers on my
university, but lack of support for syntax highlighting, class/
function/variable listing or some kind of completion make it rather
poor development tools.

So far I have managed to find this:
http://helene.muze.nl
but the online demo (http://helene.muze.nl/ariadne/loader.php/helene/
demo) doesn't even work properly for me.

Thank you for your time and help.
~Dreen
Dreen,

You can look at some of the CMS's out there, although they may be
overkill. Another option would be something like TinyMCE, which is a
javascript based editor which does a fair job.

But I don't know of any full fledged PHP IDEs you can run from a website.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Dec 17 '07 #3
dr****@gmail.co m wrote:
Hello!

Reason for such need (at least in my case) is I change computers
often. I have all my stuff on USB stick, but each time I go somewhere
I have to install php, apache, some editor etc.
So install them all on the stick and run them from there!
Dec 17 '07 #4
On Mon, 17 Dec 2007 12:02:15 -0800 (PST), in comp.lang.php
dr****@gmail.co m
<4d************ *************** *******@s19g200 0prg.googlegrou ps.com>
wrote:
>| Hello!
|
| Does any one of you know about some kind of PHP IDE (or at least an
| editor with syntax highlighting) that works online? It would be
| absolutely great if there was something like Google Docs, but for
| programmers with at least some features normal IDEs provide (support
| for JS and HTML would be great too).
|
| Reason for such need (at least in my case) is I change computers
| often. I have all my stuff on USB stick, but each time I go somewhere
| I have to install php, apache, some editor etc. Would be great If I
| had these online.
You don't need them on-line.
Check out: http://www.chsoftware.net/en/useware/wos/wos.htm
This will allow you to install Apache, php, mySQL and a few other apps
and run them all from the USB drive. Obviously you'll need a large
capacity USB stick (4-6gb). I recommend getting a USB drive, I
currently use an 80gb drive for this purpose.

Text Editors: google Notepad++.

-- -------------------------------------------------------------
jn******@yourpa ntsyahoo.com.au : Remove your pants to reply
-- -------------------------------------------------------------
Dec 17 '07 #5
privatepaste.co m has its own php syntax highlighting if your interested
Dec 18 '07 #6
Thanks for all the replies!

@Jerry Stuckle
TinyMCE seems nice, I even found a PHP Plug in, but its still not what
Im looking for. Which is, an editor highlighting syntax while I type
stuff, indentation support etc. just like editors used normally.
privetepaste.co m is also not a good choice for me, its not even a code
editor ;)

@Paul Lautman, Jeff North
Unfortunately, running stuff from USB fails as well, because my own
machine runs Linux and most other computers I use run Windows.
There could be an option to buy a 6gb USB stick (havent seen anything
this big yet, but Its only a matter of time) and install a complete
operating system on it (for example Damn Small Linux, but it would
most probably be Xubuntu which I have now). Then boot this system on
any computer I can (which excludes uni comps). But this will not
happen anywhere in the near future, mostly due to small funds I have.

Pretty much I can safely conclude, after my own research and your
help, that what Im looking for simply does not exist.
So... why not fill the gap? I know Java, I think it might be possible
to write such a tool in this language (as an embedded applet). Plus I
will have loads of time with the beginning of new year, so I will try
and see what I can come up with :)

Once again, thank you for your help and time.
~Dreen
Dec 18 '07 #7
On 18 Dec, 14:33, dre...@gmail.co m wrote:
Thanks for all the replies!

@Jerry Stuckle
TinyMCE seems nice, I even found a PHP Plug in, but its still not what
Im looking for. Which is, an editor highlighting syntax while I type
stuff, indentation support etc. just like editors used normally.
privetepaste.co m is also not a good choice for me, its not even a code
editor ;)

@Paul Lautman, Jeff North
Unfortunately, running stuff from USB fails as well, because my own
machine runs Linux and most other computers I use run Windows.
There could be an option to buy a 6gb USB stick (havent seen anything
this big yet, but Its only a matter of time) and install a complete
operating system on it (for example Damn Small Linux, but it would
most probably be Xubuntu which I have now). Then boot this system on
any computer I can (which excludes uni comps). But this will not
happen anywhere in the near future, mostly due to small funds I have.

Pretty much I can safely conclude, after my own research and your
help, that what Im looking for simply does not exist.
So... why not fill the gap? I know Java, I think it might be possible
to write such a tool in this language (as an embedded applet). Plus I
will have loads of time with the beginning of new year, so I will try
and see what I can come up with :)

Once again, thank you for your help and time.
~Dreen
Err, the link hat Jeff pointed you to runs under windows, so what's
the problem?
Dec 18 '07 #8
On 18 Gru, 15:54, Captain Paralytic <paul_laut...@y ahoo.comwrote:
On 18 Dec, 14:33, dre...@gmail.co m wrote:
Thanks for all the replies!
@Jerry Stuckle
TinyMCE seems nice, I even found a PHP Plug in, but its still not what
Im looking for. Which is, an editor highlighting syntax while I type
stuff, indentation support etc. just like editors used normally.
privetepaste.co m is also not a good choice for me, its not even a code
editor ;)
@Paul Lautman, Jeff North
Unfortunately, running stuff from USB fails as well, because my own
machine runs Linux and most other computers I use run Windows.
There could be an option to buy a 6gb USB stick (havent seen anything
this big yet, but Its only a matter of time) and install a complete
operating system on it (for example Damn Small Linux, but it would
most probably be Xubuntu which I have now). Then boot this system on
any computer I can (which excludes uni comps). But this will not
happen anywhere in the near future, mostly due to small funds I have.
Pretty much I can safely conclude, after my own research and your
help, that what Im looking for simply does not exist.
So... why not fill the gap? I know Java, I think it might be possible
to write such a tool in this language (as an embedded applet). Plus I
will have loads of time with the beginning of new year, so I will try
and see what I can come up with :)
Once again, thank you for your help and time.
~Dreen

Err, the link hat Jeff pointed you to runs under windows, so what's
the problem?
Exactly that, it is Windows-only. I need something working regardless
of the machine I use, and its location. I could perhaps setup binaries
for win and lin with shared folder for webdevel stuff, but that doesnt
sound good altogether...
I will treat that as a good programming exercise/training, it seems
like too many problems to make it just in javascript+html/css so I
guess I will have to go with Java applet.
That is, I will try to make it even if I do it purely for my own use.

~Dreen
Dec 19 '07 #9
Should you try FAR+colorer ?
Dec 20 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2632
by: Beach News | last post by:
Many times I've found myself needing to work in commando mode where I can't have access to my regular PC and tools to edit PHP based websites. It would be nice to do the editing in a web browser but not be set back to doing all editing using just a basic text box. Has anyone seen a good, open source, online editor specializing in PHP? Ideally, the editor will be able to browse a website for files, open them in an editor, make backup...
0
1450
by: JPP | last post by:
Hi all, For a new project i'm looking for a java (or javascript) html-editor which can be used within an online cms. This editor should have the possibility to create client-side imagemaps. So far i have not found what i'm looking for. This new project is an cms system where technical-documentation, mainly drawings/schemes can be uploaded. Also manuals can be created online(html-pages). These manuals contain
0
1599
by: Linh | last post by:
Has anyone tried the online WYSIWYG HTML editor at www.vienstra.com ? It requires IE and Java and I don't have Java installed.
6
1475
by: bissatch | last post by:
Hi, How do I go about creating an online WYSIWIG editor where the user can type in a special kind of textarea but the text will appear how it would in a web page (but no html markup present). For example: http://tinymce.moxiecode.com/example_full.php?example=true
5
1785
by: kichelchen | last post by:
Hi all, Does anybody know, if there is somewhere an editor with highlighter functions to implement in an existing cms with mysql backend? It should be easy to use/install :) Has anyone an idea? I need it because, we are working on that cms, and it would be easier to edit it online. So nobody needs to configure ftp clients, ... Thx :)
0
1311
by: fedro | last post by:
Does anyone know's a good OS Online-Editor for XML? Thanks, Dominik
2
2055
by: Bosconian | last post by:
I'm looking for an online text editor with mail merge capabilities which generates PDF output suitable for printing. Anyone know of a solution, open-source or otherwise? Thanks.
2
2023
by: geevaa | last post by:
Hi group, can anyone guide me with the link where i can find free (javascript) code for online editor like fck editor thanks
25
2837
by: doznot | last post by:
Let's say you want to use Moodle to teach an introductory class in PHP programming. Some of the students have little or no computer experience. In addition to background reading and topics-oriented assignments supplied by Moodle, you want to build an online text editor into the course, so students can type their PHP programs and HTML directly into files on the server, so they don't have to fight with NotePad on Windows PCs in a lab, and...
0
8946
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8774
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9447
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9307
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9235
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4809
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3261
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.