I've been excretionally working on this new automatic markup engine, that processes simplified HTML. It's based in PHP, MySQL and HTML. Of course this is extremely powerful code and to enpower that type of coding will require a lot of work, so I'm looking for around for some supporters and coders to support me with this project. I am going to release this on a paid subscription, why? because if it simplifies coding people are going to want it. And, the only easy way for us to be able to offer future development for this -- is your donations. If we have subscriptions we'll be more stable and won't need to rely on members donations. Don't worry though, the prices will be affordable and it won't have piracy for a simple reason - It's powered from our self-integrated servers. It doesn't really have a name yet, but I'm highly certain that this will become of high use when it's fully developed. I released an example to show that it's extremely powerful code, and nobody will be able to compete with the facilities I have in store for this. In my first version of the markup language it has the capability of doing the following: Make the page fully XHTML strict, transitional or mobile compatible. Filter out countries, specific browsers, javascript, css enabled and more. Create a login, signup, error and MYSQL queried system. Link into other files. Include CSS and Javascript, while scanning for any compliance issues. META Tags (SEO included) Ability to execute normal HTML. Set cookies and page headers. This is an example page (called "Demo.eml"). <expressMarkUpLanguage.Start> <config> cookies_set=name("example").value("test").expires(in."30-minutes").domain("/"); sessions=true; obtainId=obtain.locale("LOGGEDIN_ID"); obtainUser=mysql(query."SELECT COUNT(*) AS cnt FROM users").mysql(fetch).["cnt"]; </end-config> <xhtmlMarkup.certification="transitional"> <page_title="Example Page"> <css_import="http://cdn.example.com/locale/express.css"="text/css" or End.scripting> <js_import="http://cdn.example.com/locale/express.js"="text/javascript" or End.scripting> <meta="Description"="Another site."> <meta="Keywords"="another,site,forever"> <eml.content> <noEM="yes"> <b>Heres some none-processed, safe, ordinary and proper HTML!</b> </noEM> <obtainId>You are logged in. Hey, we currently have <obtainUser;> users registered!</obtainId> <!obtainId>You aren't logged in.</!obtainId> </eml.content> <expressMarkUpLanguage.End> Code (markup): Tell me what you think.