Pages having autocomplete tag
jQuery Autocomplete is used when the select target is too many to select from the combobox. In this example, it uses Ajax in order to get selection candidates.
- Access and work the example
- Implementation
- Included jQuery files
- Autocomplete form and Html
- Ajax script
- Install script
- Testing automation
Access and work the example
In order to access this example, please access the url below or "jQuery Autocomplete" link from the toppage.
http://localhost:8080/samples/autocomplete/
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

Window's scroll heat map is very useful tool to check the landing page. If the visitor does not scroll the long landing page, you have to change the catch phrase or first picture which gives the first impression to the visitor.
In addition to window scroll heat map, you can also use Replay visitor's actions to find the problem of your landing page.
heatmap
Read more

By using website visitor's action log, it can generate heatmap of the mouse move. The best way to know user's experience deeply is to wach recorded action, but the number of accesses increases, mousemove heat map is useful.
- Generate Mouse Move Heat Map
- View generated heat map
Generate Mouse Move Heat Map
In order to generate Mouse move heat map, select "Mouse Move Heatmp" from the top menu.
heatmap
access
Read more
By importing the internal link, you can check the page status in the "" page. If the page's inbound internal links is detected, the page is appreciated highly by the search engine.total analyze for sitemap pages
You can download the data from google webmaster tools, and import, view the data in this application.
- Download Internal Links csv
- Import downloaded file
- View last version's link
Download Internal Links csv
Login the Google web master tool and select your website. And Select "Search Traffic" and click the "Internal Links" at the left menu.
sitemap
seo
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
This page is about Testing Automation of jQuery Autocomplete example. By learning this content, you can test jQuery autocomplete using ajax by testing automation using JUnit and selenium.
In order to understand what test, please take a look at jQuery Autocomplete before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Testing jquery autocomplete
About test cases
This test case is to do testing about jQuery autocomplete. The candidate is selected in the server side program, and jQuery Autocomplete part checks the candidates and shows in the autocomplete pane. This test checks the candidates.
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
1