Kooboo development concept is very similiar to what you already knew. Kooboo does not introduce many new concepts on web development. If you know how to write Html and Css, you know how to use Kooboo.
Keywords | Description | Equivalence |
Page | Documents that are written in pure HTML, or combination of a layout and components. | Web page |
Layout | The arrangement of components on a page. | Layout or Master page |
View | A collection of Html element to present one section of a page. Often used to do binding with dynamic data. | MVC View |
Form | A HTML Form element. Form will be extracted from Html code and make available for editing. | Form |
Menu | Web site navigation menu. | Menu, Navigation |
Script | JavaScript files | JavaScript |
Style | Css Style Sheet | Css, Style Sheet |
Code | Server side JavaScript code to extend your website function. It is same as using PHP or other web languages. | PHP, JSP, ASP.NET |
Url | All Url links within your website are made available for quick editing. | Url |
Search | A built in full text search engine. | Search engine |
DataSource | Visual Database query tool | Database query |
ContentType | Definition of the structure of the Text Content. | ContentType or Table Schema |
Content | The content items of your website | Content, Article, Record |
Label | A word or a short phrase. | Label |
HtmlBlock | A long block of text | Block, Section, Html Part |
Database | Table schema based database storage | Database |
Key-Value | Key and Value Pair type of storage. | Key value store, Dictionary, Map |
File | Regular file storage | File |