|
CSS Create and Edit with PHP
|
| Author |
Message |
smacker
Member
  
Posts: 234
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Country: 
|
CSS Create and Edit with PHP
Hey everyone,
I am in the process of developing my first home brewed CMS. Things are looking good so far! I am using PHP on top of a MySQL database to run things. I want to give the user the ability to change the look of the site by editing the CSS styles, kinda like how Wordpress theme editor works. How can this be done? Does the PHP script actually edit a CSS sheet? or does it add and edit variables stored in the database that are later dumped into a dynamic CSS sheet? Whats the best possible route to take, and can anyone point me in that direction?
|
|
| 09-14-2007 07:36 AM |
|
 |
tina1
Member
  
Posts: 120
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Country: 
|
RE: CSS Create and Edit with PHP
My advise would be to add a row in the user's account database whith a "basic" css template by default, then let user change some values using a html form with color pickers, each color selection will return a hex equivalent (you may find these pickers around very easily), this value is entered into the POST to be published instead of the original css on mysql.
At this point lets say every user has a customized css stored on their account, now how to make this css be used on the site as user logs in for example.
|
|
| 09-14-2007 09:23 AM |
|
 |
Ericka Jenn
Junior Member
 
Posts: 17
Group: Registered
Joined: Jul 2009
Status:
Offline
Reputation: 0
Country: 
|
RE: CSS Create and Edit with PHP
Encoder is a web based code editor application that allows you to create and edit different type of files including HTML, CSS, PHP and many more. It does not require any file install and you can get started with coding job within web browser [IE6 not supported].[/align]
|
|
| 08-13-2009 06:19 PM |
|
 |
webdevelopment
Junior Member
 
Posts: 2
Group: Registered
Joined: Aug 2009
Status:
Offline
Reputation: 0
Country: 
|
RE: CSS Create and Edit with PHP
I am in the process of developing my first home brewed CMS. Things are looking good so far! I am using PHP on top of a MySQL database to run things. I want to give the user the ability to change the look of the site by editing the CSS styles, kinda like how Wordpress theme editor works. How can this be done? Does the PHP script actually edit a CSS sheet? or does it add and edit variables stored in the database that are later dumped into a dynamic CSS sheet? Whats the best possible route to take, and can anyone point me in that direction?
Web Development, Web Design, Web Application Development
|
|
| 09-03-2009 07:56 PM |
|
 |
Journals009
Junior Member
 
Posts: 5
Group: Registered
Joined: Jan 2010
Status:
Offline
Reputation: 0
Country: 
|
RE: CSS Create and Edit with PHP
There are many options available to Create and Edit CSS with PHP. Some of them are:
*CSS Tab Designer : Design css-based list, tabs and menus with this WYSIWYG tool CSS Tab Designer is a unique and easy to use software to help you design css-based lists and tabs visually and without any programming knowledge required.
*EngInSite CSS Editor : CSS Editor will help you to work with CSS in a fast and convenient manner EngInSite CSS Editor is a fully-integrated Cascading Style Sheets (CSS) development tool, designed to save you time and unleash your creativity.
*Rapid CSS Editor 2008 : With Rapid CSS Editor you can quickly and easily create and edit style sheets of any size and complexity. With Rapid CSS Editor you can quickly and easily create and edit style sheets of any size and complexity.
*Rapid CSS Editor 2007 : Quickly and easily create and edit style sheets of any complexity. Write your CSS and (X)HTML code manually or let the program do it for you.
*MYLT PRO :A complete editing tool for your myspace pages. Add backgrounds, transparencies, music, video and color. You can also edit your borders, tables and fonts.
This post was last modified: 01-11-2010 05:20 PM by Journals009.
|
|
| 01-09-2010 07:57 PM |
|
 |
watson
Junior Member
 
Posts: 10
Group: Registered
Joined: Feb 2010
Status:
Offline
Reputation: 0
Country: 
|
RE: CSS Create and Edit with PHP
just wondering if anyone can let me know if its possible to create PHP scripts that create a CSS document from a template (maybe hard-coded into the PHP) with various aspects of the CSS being decided by the user. ... Also, is it possible for a PHP script to edit the text in another PHP script?
Broderi
Arbejdstoejs
Emblemer
Softshell jakke
|
|
| 02-24-2010 11:33 PM |
|
 |
Spencers
Senior Member
   
Posts: 598
Group: Registered
Joined: Mar 2010
Status:
Offline
Reputation: 0
Country: 
|
RE: CSS Create and Edit with PHP
|
|
| 07-21-2010 04:00 AM |
|
 |