|
||||||
| HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Code:
<zeb::"ZebulonPro.akx"> <openAs::HTML> <zeb::BODY> <!--ScriptBox--> <!--EndScriptBox--> <end::BODY> <end::HTML> I am looking foward to a 1.5 version of Zebulon by Christmas. You can download it at: exapto.com/zebulon/ZebulonLite.tar.gz. If the downoad link doesn't work, you can download it from the main website: exapto.com. |
|
|||||
|
Your post is almost spam. I've left it in tact to criticize though: 1) It looks like HTML wrapped in XML. Basically you stole those two ideas and merged them? 2) Are any browsers even able to interpret that? 3) You had a mix of languages up there. Some where client side, some were server side. Which is your language? 4) Is your language interpreted or compiled? 5) Can you show us an example webpage made using your language?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Post a job on our freelance section! Paste between computers/devices and Collaborate on Code!. |
|
|||||
|
Quote:
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. My CodeCall Blog | My Personal Blog |
|
|||
|
Can't see any advantages over other languages, can you please post a sample website using your language? Thanks
__________________
Patrick Ooi, http://www.webhyper.com |
|
|||
|
To set one thing straight: Xav is right about one of Zebulon's basic concepts: it interprets the language written and spits it out into your browser, but not just as HTML. Zebulon has proudly and successfully rendered Javascript, HTML, DHTML, and CSS encoded webpages. Have you been coding a website, and had to make an index.html, page1.html, and style.css? Well, with Zebulon, you can write multiple scripts inside a single document and in alternating languages as well. Meaning: index.html contains: Code:
<zeb::"ZebulonPro.akx"> <openAs::HTML> <zeb::BODY> <!--ScriptBox--> <!--SOME HTML--> <!--EndScriptBox--> <end::BODY> <end::HTML> <!--BREAK--> <openAs::CSS> <zeb::BODY> <!--ScriptBox--> <!--SOME CSS--> <!--EndScriptBox--> <end::BODY> <end::HTML> Zebulon is considered more of a language frame, since it supports a variety of programming languages, and has no real code structure. If you wish to view an example website using the new Zebulon PHP support library, visit exapto.com. And NO this is not spam, I really don't mind if you visit the link above or not... |
|
|||||
|
This seems counter-productive to me. One of the reasons I split code into multiple files is to help keep it organized. When doing ASP/ColdFusion development, I could "easily" put all the source into a single file, but then it would be a nightmare to locate a given piece of functionality and fix it. Once you take the approach of splitting source files to ease maintainability, then the issue of mixed languages goes away, rendering Zebulon unhelpful (based on what you've said so far).
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. My CodeCall Blog | My Personal Blog |
|
|||
|
Well, I have spoken to a number of friends and even family members who program, and they said that they would preffer the advantage of just having to program into one single document, and use the FIND option to locate certain parts of code, instead of going through an entire library of files and folders to locate a single file. So say if you write this: Code:
<zeb::"ZebulonPro.akx"> <openAs::HTML> <zeb::BODY> <!--HTMLBox--> <!--70 LINES OF HTML--> <!--EndHTMLBox--> <end::BODY> <end::HTML> <!--BREAK--> <openAs::CSS> <zeb::BODY> <!--CSSBox--> <!--40 LINES OF CSS--> <!--EndCSSBox--> <end::BODY> <end::HTML> Anyway, thanks for the feedback guys! =) |
|
|||||
|
I honestly can't believe they would prefer it. I have to ask how long have they been programming? If you take a look at the source code for this website you will see a fairly large HTML source. Now, if you included all 7 of the JavaScript files and the JQuery libraries files that they include plus the thousands of PHP files vBulletin and Joomla require (not to mention all the different CSS files) into one file it would be a nightmare. You show simple examples but how about a large site that connects to a database, and have a multitude of data, tables, css, javascript, etc?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Post a job on our freelance section! Paste between computers/devices and Collaborate on Code!. |
![]() |
| Tags |
| exapto, fozzy, language, web, zebulon |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Algorithms and Data Structures
Programming Language Popularity
Code Collaboration
Podnet IRC Network
AmpHosted
Goal #1: 1,000 Blogs
Goal #2: 1,000 Wiki Pages
Goal #3: 300,000 Posts
Goal #4: 20,000 Threads
Done: 30%, 23%, 55%, 75%