Pages having table tag
The Tree Table UI is rich user interface using Tree and Table control. This control is used for debugger interface to watch variables.
Table UI is used to show record data to the web user. It is often
used with Tree UI. And on the Wysiwyg Html Content Editor, you can use
table tag and edit it.
Table support on WYSIWYG Content Editor
The Html Editor provided on the CMS and program example to customize is available. The editor is based on the NicEdit, and it is extended.
WYSIWYG
Read more
This page is about Testing Automation of Datatable jQuery plugin example.The Datatable uses very rich ui with table tag of the HTML. Therefore by learning this content, you can understand the technique to handle such an application with the Selenium and Junit.
In order to understand what test, please take a look at Datatable jQuery plugin before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium and Database
- Paging test
- Full text search test
About test cases
In these test cases, we do following tests.
Read more
Testing the software is very important process.
- Test Automation with selenium and JUnit
- Set up testing tools
- Testing tools and technique
- Create Testing project with wizard
- Testing Automation examples
- Basic part testing automation
- jQuery parts testing automation
- Application testing automation
Test Automation with selenium and JUnit
In Japan, the 3pl and e-commerce solution is made with the Alinous-Core. The test automation reduces the cost of development software very much. In addition to that, estimation of cost become accurate.

Read more
This is an example using the Datatable jQuery plugin. This example shows record in a table with paging and search.
- Access and work the exampleAccess and work the example
- Implementation
- Included jQuery files
- Set up Html
- Load datatable plugin
- Server side program
- Install script
- Testing automation
Access and work the example
In order to access this example, please access the url below or "jQuery DataTable UI" link from the top page.
http://localhost:8080/samples/gridtable/
Read more
This is sample of design pattern. By preparing these patterns, you can develop web application rapidly.
- Make project
- Software design pattern
- Basic design pattern
- jQuery UI parts using server-side logic
- jQuery Application Component Examples
Make project
You can make a design pattern example project in same way with the sample project.
Software design pattern
Alinous-Core is designed to make rich ui application using database software. In this section, I'll show you most of software design patterns to make high quality software.
Read more
This function checks the "sitemap.xml" and make summary of the SEO status. By learning how to make this, you can customize your own application to analyze the web master tool's data.
The function of this page

This page has function to import sitemap from internet and alalyze last crawled date, number of keyword detected by search engine, number of internal links detected by searchengine.
Read more
This page shows you the source code and the detail of importing internal links from Google webmaster tools.
- The function of this page
- Location of Source code
- Import Internal Links csv
- Import Csv
- Processing csv record
- View imported Internal Links data with datatable
- Html for the Datatable
- Activate Datatable
- Get Internal Links data by Ajax
The function of this page
This page imports Internal links Csv.

Read more
Content Keywords is the basic information to check the SEO status. You can import this data from Google web master tools.
- Download the Content Keywords csv file
- Import Downloaded csv
- Select file imported before and check the difference
Download the Content Keywords csv file
The Content Keywords data file is available from the Google web master tools. Login the web master tools and select your website.
And select "Google Index" and click the "Content Keywords".
seo
Read more
Web SEO Checker is to analyze the search engine detect and analyze your website correctly.
- What to check
- Checking the crawl
- Checking the content's keyword is analyzed
- Checking the internal link for the page is analyzed
- Check pages in the sitemap totally
What to check
The process of analyzing web site is below.
- Crawl your website
- Index your website's page
- Analyze content of your webpage
- Analyze internal links
- Analyze external links
- Rank your website and web page for each keywords
If the previous step is not done for the page, the step is not available. So checking the analyzing status of the search engine and optimizing your website is necessary.
Read more
This page shows you the source code and the detail of importing Content Keywords from Google webmaster tools.
- The function of this page
- Location of Source code
- Import Content Keywords csv
- Import Csv
- Processing csv record
- View imported data with datatable
- Html for the Datatable
- Activate Datatable
- Get Content Keywords data by Ajax
The function of this page
This page is to import Content Keywords csv.
Read more