473,761 Members | 4,082 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
15 2438
dr****@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
Codepress:
http://www.codepress.org/

It's a syntax editor for the web; you could hook it into a web-based
file management system of some kind and you're set.
I started one a while ago that's a little slower but much cleaner code
(read the post for compatability notes) Never got around to finishing
it, but you're welcome to pick up where I left off if you're into
javascript:
http://www.duckwizard.com/2007/08/01...area-reloaded/

And a demo:
http://www.duckwizard.com/portfolio/...d-code-editor/

There used to be software called about:Edit that was exactly what you
need (online IDE with file management) but their website
(http://www.aboutedit.com) seems to have disappeared.

Jeremy
Dec 21 '07 #11
On Dec 18, 10:08 am, "Paul Lautman" <paul.laut...@b tinternet.com>
wrote:
dre...@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!
I was thinking exactly the same thing ;)

Jussi Jumppanen
Author: Zeus for Windows IDE
http://www.zeusedit.com
Dec 21 '07 #12
dr****@gmail.co m schrieb:
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.
Why don't you upload the files you're working on on a webserver and then
edit them with an offline-editor via FTP?

Other possibility: Many webhosters habe vim installed, so you could use
it via SSH.
Jan 7 '08 #13
Thomas Subbelrath wrote:
dr****@gmail.co m schrieb:
>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.

Why don't you upload the files you're working on on a webserver and then
edit them with an offline-editor via FTP?

Other possibility: Many webhosters habe vim installed, so you could use
it via SSH.
Install your Linux O/S on a USB pen drive. There are lots of How To's
here: http://pendrivelinux.com/ . Then you don't even have to re-install
PHP, Apache, etc., you just boot from the pen drive. You can back your
"computer" up by just copying the contents of the pen drive each night.
But the suggestion of using SSH to a webhost might be easier or less
incovenient depending on why you're actually doing this.

HTH,

-Taliesin.
Jan 8 '08 #14
On Jan 8, 12:18 pm, Taliesin Nuin <T.N...@bath.ac .ukwrote:
Thomas Subbelrath wrote:
dre...@gmail.co m schrieb:
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.
Why don't you upload the files you're working on on a webserver and then
edit them with an offline-editor via FTP?
Other possibility: Many webhosters habe vim installed, so you could use
it via SSH.

Install your Linux O/S on a USB pen drive. There are lots of How To's
here:http://pendrivelinux.com/. Then you don't even have to re-install
PHP, Apache, etc., you just boot from the pen drive. You can back your
"computer" up by just copying the contents of the pen drive each night.
But the suggestion of using SSH to a webhost might be easier or less
incovenient depending on why you're actually doing this.

HTH,

-Taliesin.
Can`t you install Apache & php & mysql on the usb drive, with binaries
combined for windows & linux? i do belive that you can make a easy
switch between the serv types by using 2 config files. So you will
have the same data in your database in both linux and windows..

As for the editor... try something like vim/mc/etc that have both
support for linux and windows(check out cygwin.com)
Jan 8 '08 #15
_q_u_a_m_i_s's wrote:
Can`t you install Apache & php & mysql on the usb drive, with binaries
combined for windows & linux? i do belive that you can make a easy
switch between the serv types by using 2 config files. So you will
have the same data in your database in both linux and windows..

As for the editor... try something like vim/mc/etc that have both
support for linux and windows(check out cygwin.com)
Ooops. You know it didn't occur to me that he *wasn't* using Linux! Oh
dear, I'm an O/S snob - when did that happen? :(
Jan 8 '08 #16

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

Similar topics

1
2633
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
1452
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
1600
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
1786
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
1312
by: fedro | last post by:
Does anyone know's a good OS Online-Editor for XML? Thanks, Dominik
2
2057
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
2024
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
2841
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
9522
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
9336
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
9948
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...
0
8770
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7327
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
6603
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3446
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2738
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.