i would like to learn how to make PHP/CSS syntax generator. i assume this going to be fun and all. Is there any open source PHP/CSS syntax generator ?
Or at least, where the best syntax generator available in internet based on your experience ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you mean syntax highlighting?
Syntax generation in PHP is going to be pretty hard as it is a scripting language and you decide on what you write.. I.E. it doesn’t follow strict rules…
CSS on the other hand consists of names elements which apply to html elements which all have the same basic rules (e.g. color, width, height …).
There are a number of CSS generators out there both web based and pc/mac/linux based… It depends what you want.
If you mean syntax highlighting, well thats’s different altogether… There are a number of open source implementations of syntax highlighting…
E.g. http://qbnz.com/highlighter/