Open Source Online IDE [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any Open Source online IDE's except for Bespin?
If found some online IDE's like; phpanywhere.net, coderun.com, squadedit.com, codepad.org, but non of them are open source.
Bespin isn't working for me, it could be because I'm a Opera user, but even in Firefox I couldn't get it to work properly. And if there is no other alternative; what about creating a new open source project?
First, if I'm supposed to create an open source project; what would be the best place to host it?
Any of these?
- http://github.com/
- http://code.google.com/hosting/
- http://sourceforge.net/
I went with the github solution.
I'm thinking of creating this with php and the JavaScript framework MooTools.
What would be the best way to build the code editing area on?
html textarea-tag
html iframe-tag
creating an own enging like google did with google docs?
Theres also the html5 option, like Bespin did. But the problem there is that its not working. Also another reason for that I don't want to go for Bespin is that its an dead prosject. As far as I know several of the team members that worked at Bespin now work for other companies.
Also, I'm thinking about building it upon the "Operational transformation" as google did. But should I first create that as an separate Open Source prosject? An Operational transformation javascript implementation for MooTools.

You could help yourself with Codemirror, there are already a few examples written.

Kodingen is no more.
It's now Koding and it's miles away from where Kodingen was. Free VM with root. I think that says enough.

Related

Open Source[in php] Tool Which can convert XML into UML Diagrams? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I had already searched on Github and SourceForge, but these keywords are so much used that i could not find any relevant result , specially on sourceForge.
I want to know if there is any Open Source tool written in php for converting XML in UML diagrams.
I dont want support for all UML diagrams , my main focus in Class diagrams.
Why i want this software?
I am developing a tool for extending UML diagrams, in order to inject security constrains at the time of designing system(UML creating). So, if i can get a open source written in php for converting xml into php than, it will save a lot of time.
i am developing it in PHP so that it can be provided as a web service to all.
This question was never asked on SO(particularly for soucecode in php) , it will help others to find quick answer(whether any such tool exist or not), Converting XML to UML is a common topic.
Maybe try to convert your xml to php-classes with this : https://github.com/moyarada/XSD-to-PHP and than use php_uml (http://pear.php.net/package/PHP_UML/) from pear.
Never tryd one of this tools, but maybe you got it work.

Obfuscate PHP code (prevent source code viewing) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm working on a PHP project using a PHP framework which i would like sell.
Someone wants to test the code on their server first.
I do not want to give away the source.
So is it possible to obfuscate the code?
Or may be compile it?
My primary objective is, they should not be able to just take the code, once it is on their server and cheat me. Also I do not want them to handover the code to another developer and get it reverse engineered or changed.
I'm looking for a free solution if possible.
You can use Zend Guard to do the same so that it will encrypt your whole code and will compile it so that no one can use your source code. it works same as we do in JAVA as it create byte code in class files.
Go through this link Zend Guard
Zend Guard, the most widely accepted PHP encoding and obfuscation product on the market
it will do following tasks for you:
Prevent reverse engineering & unauthorized modifications
Protect your code from unauthorized use

Subversion control using tortoisesvn [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm new to subversion control. I'm working on a PHP project in my localhost and I want to share my work with another person from another system so that he can also make changes to the same project. I wanted to use TortoiseSVN for this. Do I need a server for storing my repository? How can I do this? Can anybody suggest me a good tutorial (video may be) so that I can do it myself. I'm sorry if this is an off topic. But I searched a lot for this but couldn't come up with something that fits me.
TortoiseSVN is client, in order to share repository in Net, you must to use server (own or 3-rd party)
There are a lot of (free and not-free) SCM-hostings in the world
Easiest and fastest and easily understood way to have http-based repository on Windows host is VisualSVN Server
In terms of manageability, accessibility and added (on top of pure repository) functionality SVN-hosting is better way (checked and confirmed by my own experience)

Cakephp open sourse applications to download [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am a cakephp beginner.. to boost learning curve i am looking for open source application which can be downloaded from web.. please suggest me web adressess where i can find the same..
Believe me. Looking at open source is not the best way to start learning. I made that mistake when I started learning CAKEPHP. What you should do is look at books, tutorials, and actually practice with your own code before looking into open source.
any open source is usually code that is written by masters. as a beginner you will get lost and it will you keep you from learning CAKE.
for me the best way is actually THE CAKEPHP MANUAL.
Good luck.
Look at http://croogo.org/ it's an open source cms based on cakephp.
But i would suggest you to do the cakephp blog tutorial: http://book.cakephp.org/2.0/en/tutorials-and-examples.html
this will help you much more.
For that You have to understand :--
MVC :--
http://en.wikipedia.org/wiki/Model-view-controller
Then
Get there and do the blog tutorial >> http://book.cakephp.org/view/219/Blog
Read that >> http://book.cakephp.org/view/10/Understanding-Model-View-Controller
http://book.cakephp.org/2.0/en/index.html
For some video tutorial:-
http://tv.cakephp.org/video/andrewperk/2011/01/26/cakephp_blog_tutorial_part_9_-_layouts

What PHP Blogging Software Should I Choose [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am thinking of starting a blog, which I would like integrated into my existing website. I come back empty handed from googling for a comparison of blogging software written in PHP.
My requirements:
Simple but not rudimentary (not a result of a 15 minute CodeIgniter tutorial)
Quality source code (I'd like to be able to learn from it and maybe change it)
Prefer PHP5 over PHP4
Work with MySQL
Easy to integrate into an existing website (I don't want it to be a separate application with a different look and feel under a "blog" directory
Run under safe_mode
Built-in or easy-to-add source code highlighting would be a plus.
Many programmers use Serendipity.
Wordpress' code base is really a mess. A bunch of functions operating on global variables.
I don't ask you to simply trust me, or anyone else. Go look yourself at the code!
And it's written in php4 style, so definitely not what the topic starter asked for.
Wordpress definitely... Great support, many plugins, many themes, etc.
why not try with wordpress ? I think really fit in all your points
Update:
if you still dont like wordpress I can recommend Mephisto which was wrote in ruby. I have tried it but for me was a pain in the ass. Simply wasn't intuitive for me as user.
Wordpress, no question.
You can always have the best with Wordpress + Host it on your own to utilize all of it's great features.

Categories