Pages having html tag
Today's work is to update core part of Http Server's page processing.
Page Modules
There are 3 Type of page modules.
- Html and Binary File module
- Web and Database Logic Module
- Database Logic Module
The AlinousDb can do following things.
Template
Read more
This section is to get started Alinous-Core. After understanding this section, you can create most of web applications !
Learn the outline of Alinous-Core by Movies
There are some tutorial processes in this page, and the are movies to show you how to work them.
Basic knowledge of programming language
This sample project contains sample code to learn basic knowledge.
rss
Read more
This content is for beginners and Web Designers to show how to make your website application using html and database.
If web designers can deal database logic, they can make excellent website by their self.Full stack skill to make a web service has very high value.
By using Alinous-Core, you can be a full stack engineer or web designer.It is because the Alinous-Core is easy programming language and website development tool.
Read more
You can customize the template design of CMS from the website. In this section, There is information about the default Templates.
By learning those default templates, you can easily customize the Template design. The CMS Template is Html Component based one, therefore you can customize freely if you know Html5
Desktop PC templates
Following page is the detail of default templates for desktop pc.
top
Read more
Top Template is a type of web template used in the Alinous Document CMS. In the CMS, you can set the template for each pages.
Customize Layout by GUI
The Alinous Document CMS has a . You can customize the template by drag-and-drop on this editor.GUI editor for Top Template
The
column line of the layout is a single line. Therefore on making 2
column or 3 column layout, please use the Container Template. It has 2
column lines, and it can assign the Container Template recursively.
Read more
Alinous Document CMS's biggent feature is cms template engine. There are Top Template, Container Template, and Primitive Template.
The usability of the CMS is up to the Template Engine
The
usability of the Content Management System is decided by the usability
of the Template Engine. The Alinous Document CMS supports to control all
of the fact in the Template, those are Html, Style Sheet, and server
side program.
The Template Engine contrives to find the part
location to customize the design and content to show in the web page.
Therefore you can manage the website easily.
Read more
Today we updated Alinous-Core IDE provided as the Eclipse Plugin. Updated
- Sample project
- Java Connector sample project
- Remove Derby database from selection page
- Fixed bug to connect PostgreSQL
The server module has nothing to do about it.
If you are using Alinous-Core Eclipse Plugin, please select "Help" -> "Check for Updates" from Eclipse's top menu, which is on the top of the window.
This update is for the lame sample projects. It was 7 years ago that I made it.
Currently implementation of mew feature is going on. Especially it is about HTML5 and support to use jQuery.
In documentation project, we are going to add next.
- About transaction
- Two phase commitment
- Reference manual of function
Read more
I started to use sourceforge.net. I put the source code of jquery example project in the subversion.
How to checkout is in "Create Project" of the alinous.org.
The example will be extended, and the Eclipse plugin including the project will be released periodically. But the example in the repository is updated real time.
Read more
Quality of software depends on how much developer prepared before start development. The quality means
These are very important things for users, but is sometimes very troublesome problem to developers.
To solve them is not difficult, it is troublesome. So I recommend you to prepare software design patterns to solve them. The pattern is easy, but if you adapt them after you developed, it is too troublesome and needs cost.
Most of security and usability problem is according to the specification of browser. So if you understand that and know the problems to solve, it is small problem.
The jquery's rich ui solves most of the problem, but maybe your application is not full-jQuery, so you'll use the ordinary web server. The problems are remain if you use it even if a few.
Currently and in the near future, Web Development Style will be one of using HTML5 and jQuery. So I'm going to prepare more example to cover actual design pattern.
Read more
Now I'm collecting jQuery UI components. There are a lot of UI component in the internet. Most of them are free.
The jQuery UI Plugins are free but they are just UI component. But in our job, we are required to make application using server side program.
I'm going to prepare component that is easy to customize, and it contains server side program.
Read more