Jump to content

Does something like this exist?

Go to solution Solved by ChuckMaurice,
3 minutes ago, AA-RonRosen said:

Yeah, something like that. I don't want to edit wordpress though. I was looking for something like that but for code editing.

I asked a friend on Skype, he uses http://codiad.com/ (that you can host on your own website) to edit web projects but also everything code related, because he can't always use his own computer. Check out the live demo.

 

https://icecoder.net/ basically does the same thing.

Is there anything like wordpress but for direct html and php editing? I find it really hard to update the site if I upload html directly so I want to be able to have something on the website I can log in to and edit it like wordpress but I want to use html and php. I do not want to make a wordpress theme because that's not very easy to update. Does this exist?

"You think your Commodore 64 is really neato! What kind of chip you got in there a Dorito?" -Weird Al Yankovic, All about the pentiums

 

PC 1(Lenovo S400 laptop): 

CPU: i3-3217u

SSD: 120gb Super Cache mSATA SSD

HDD: Random seagate 5400rpm 500gb HDD

RAM: 8GB Crucial DDR3-SODIMM

OS: Windows 10 education

 

PC 2(2014 Mac Mini):

CPU: i5-4260u

HDD: 5400rpm 500gb

RAM: 4gb DDR3 (soldered on :( )

OS: MacOS Sierra/Windows 10 pro via bootcamp

 

Link to comment
https://linustechtips.com/topic/775708-does-something-like-this-exist/
Share on other sites

Link to post
Share on other sites

I don't get what you want (but maybe that's just me). A CMS is here to make day-to-day changes to the content of your website easy and seamless, but changes to the structure of the CMS (PHP code) are too complicated to be handled manually. On the other hand, coding a website from scratch without CMS offers you direct manipulation of the PHP code at the cost of you having to build functions to handle your content properly. Either way, HTML/CSS are just formatting (so, theme). 

 

Maybe you need a CMS with a lot more customization options (Drupal), or a complete PHP framework (there are many, but I'd recommend CakePHP unless you have very heavy needs, then Symfony).

 

It would be easier if you told us why you want to edit Wordpress's PHP, so I can understand your use case better.

 

[Insert smart comment here]

Link to post
Share on other sites

4 minutes ago, jldjul said:

I don't get what you want (but maybe that's just me). A CMS is here to make day-to-day changes to the content of your website easy and seamless, but changes to the structure of the CMS (PHP code) are too complicated to be handled manually. On the other hand, coding a website from scratch without CMS offers you direct manipulation of the PHP code at the cost of you having to build functions to handle your content properly. Either way, HTML/CSS are just formatting (so, theme). 

 

Maybe you need a CMS with a lot more customization options (Drupal), or a complete PHP framework (there are many, but I'd recommend CakePHP unless you have very heavy needs, then Symfony).

 

It would be easier if you told us why you want to edit Wordpress's PHP, so I can understand your use case better.

 

No, I want something like wordpress but for coding the site. It's mainly because I'm not always at my computer so I need to be able to do it from my phone sometimes no matter how painful. 

"You think your Commodore 64 is really neato! What kind of chip you got in there a Dorito?" -Weird Al Yankovic, All about the pentiums

 

PC 1(Lenovo S400 laptop): 

CPU: i3-3217u

SSD: 120gb Super Cache mSATA SSD

HDD: Random seagate 5400rpm 500gb HDD

RAM: 8GB Crucial DDR3-SODIMM

OS: Windows 10 education

 

PC 2(2014 Mac Mini):

CPU: i5-4260u

HDD: 5400rpm 500gb

RAM: 4gb DDR3 (soldered on :( )

OS: MacOS Sierra/Windows 10 pro via bootcamp

 

Link to post
Share on other sites

8 minutes ago, jldjul said:

I don't get what you want (but maybe that's just me). A CMS is here to make day-to-day changes to the content of your website easy and seamless, but changes to the structure of the CMS (PHP code) are too complicated to be handled manually. On the other hand, coding a website from scratch without CMS offers you direct manipulation of the PHP code at the cost of you having to build functions to handle your content properly. Either way, HTML/CSS are just formatting (so, theme). 

 

Maybe you need a CMS with a lot more customization options (Drupal), or a complete PHP framework (there are many, but I'd recommend CakePHP unless you have very heavy needs, then Symfony).

 

It would be easier if you told us why you want to edit Wordpress's PHP, so I can understand your use case better.

 

Nvm, I found one, bolt.cm.

"You think your Commodore 64 is really neato! What kind of chip you got in there a Dorito?" -Weird Al Yankovic, All about the pentiums

 

PC 1(Lenovo S400 laptop): 

CPU: i3-3217u

SSD: 120gb Super Cache mSATA SSD

HDD: Random seagate 5400rpm 500gb HDD

RAM: 8GB Crucial DDR3-SODIMM

OS: Windows 10 education

 

PC 2(2014 Mac Mini):

CPU: i5-4260u

HDD: 5400rpm 500gb

RAM: 4gb DDR3 (soldered on :( )

OS: MacOS Sierra/Windows 10 pro via bootcamp

 

Link to post
Share on other sites

Just now, AA-RonRosen said:

No, I want something like wordpress but for coding the site. It's mainly because I'm not always at my computer so I need to be able to do it from my phone sometimes no matter how painful. 

Would something like a code editor in the cloud be the right match? Something like CodeAnywhere. Not limited to Wordpress but you could find something to set up aside it to edit Wordpress files.

[Insert smart comment here]

Link to post
Share on other sites

1 minute ago, jldjul said:

Would something like a code editor in the cloud be the right match? Something like CodeAnywhere. Not limited to Wordpress but you could find something to set up aside it to edit Wordpress files.

Yeah, something like that. I don't want to edit wordpress though. I was looking for something like that but for code editing.

"You think your Commodore 64 is really neato! What kind of chip you got in there a Dorito?" -Weird Al Yankovic, All about the pentiums

 

PC 1(Lenovo S400 laptop): 

CPU: i3-3217u

SSD: 120gb Super Cache mSATA SSD

HDD: Random seagate 5400rpm 500gb HDD

RAM: 8GB Crucial DDR3-SODIMM

OS: Windows 10 education

 

PC 2(2014 Mac Mini):

CPU: i5-4260u

HDD: 5400rpm 500gb

RAM: 4gb DDR3 (soldered on :( )

OS: MacOS Sierra/Windows 10 pro via bootcamp

 

Link to post
Share on other sites

3 minutes ago, AA-RonRosen said:

Yeah, something like that. I don't want to edit wordpress though. I was looking for something like that but for code editing.

I asked a friend on Skype, he uses http://codiad.com/ (that you can host on your own website) to edit web projects but also everything code related, because he can't always use his own computer. Check out the live demo.

 

https://icecoder.net/ basically does the same thing.

[Insert smart comment here]

Link to post
Share on other sites

Just now, jldjul said:

I asked a friend on Skype, he uses http://codiad.com/ (that you can host on your own website) to edit web projects but also everything code related, because he can't always use his own computer. Check out the live demo.

Yes, this is exactly what I was looking for. thank you!

"You think your Commodore 64 is really neato! What kind of chip you got in there a Dorito?" -Weird Al Yankovic, All about the pentiums

 

PC 1(Lenovo S400 laptop): 

CPU: i3-3217u

SSD: 120gb Super Cache mSATA SSD

HDD: Random seagate 5400rpm 500gb HDD

RAM: 8GB Crucial DDR3-SODIMM

OS: Windows 10 education

 

PC 2(2014 Mac Mini):

CPU: i5-4260u

HDD: 5400rpm 500gb

RAM: 4gb DDR3 (soldered on :( )

OS: MacOS Sierra/Windows 10 pro via bootcamp

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×