C# (English)

Applying HTTPS to vietvang.net


From today we apply HTTPS (encrypted transmission) protocol to vietvang.net website. (HTTPS text is shown in blue in the address bar).

The encrypted website address will be https://vietvang.net. The display speed of the website is somewhat slower but ensures that all displayed information is securely encrypted.

We are also ready to advise businesses on HTTPS with a Digital Certificate created by yourself or purchased from an international supplier – (Vietnamese style is applicable).

Successfully deployed VVPOS system for Sakura FoodCourt in AEON Binh Duong

On November 10, 2014, Viet Vang successfully deployed the VVPOS system for the food court (17 Japanese restaurants) in AEON Binh Duong supermarket. With a large number of customers, VVPOS has provided a sales management system for this chain of stores. main fuction

  • Buy a prepaid entry card (NFC card)
  • Make purchases at counters with prepaid cards
  • Return the card and get the change back.
  • Sales statistics for each store and Statistics for the whole store.

The following are images of the system deployed at AEON Binh Duong supermarket.

Successful in posting news and fastest results of the 2014 Golden Racket International Table Tennis Tournament.

Last July, Viet Vang Company, the website builder and operator for the Ho Chi Minh City Table Tennis Federation, successfully operated (2nd year in a row) the function of posting live results for the tournament. 2014 Golden Racquet Tournament. Currently, pingponghcm.org website of the Ho Chi Minh Football Federation is the only website among the websites of sports departments in Vietnam that has a specially designed database system (DataBase). for storing and displaying match results. With 2 consecutive years of success in entering and reporting match results, Viet Vang can be confident about the rationality of the Database design, website architecture, ready for many tournaments. after that.

Especially, this year, Viet Vang has further developed the Video Library function for pingponghcm.org website in the same way that the international table tennis (ITTF) website has done, please visit at:  http ://pingponghcm.org/video.php

Videos-page-picture

Learn Java Servlet for free – opening June 24, 2014 – Register early to avoid full seats!!!

Learn Java Servlets for free

 

Time: 20 sessions

Quantity:10 people (will stop accepting applications when there are enough people).

Time: 8:30am -> 5:00pm

Estimated opening time: 24/06/2014.

Study place: Viet Vang company office, 457 Au Co, Phu Trung Ward, Tan Phu District.

Curriculum: Introduction to JSP – Japanese Servlet.

Get profile: email_nha

There is currently room for: 5 people..

Condition:

  • Male or female who has graduated from university or college and has experience programming a project in any language.
  • Age: 21 -> 23.
  • You can only miss a maximum of 1 session, and you must study the content for that session at home in advance. If you violate, you will be suspended from school and must pay compensation of 1,000,000 (One million VND) to Viet Vang company.
  • Must pay for your own transportation, lunch, and parking (5,000 VND/day)
  • Bring a laptop with a speed of 2.6 GHz or higher.

Benefits:

  • In addition to knowledge of Java, students also have the opportunity to learn about company culture, especially how to work with Japanese customers.
  • If the study results are good, that student has the opportunity to be invited to work at Viet Vang company.

Course content::

  • General explanation of JSP, Servlet. ————————————————— 1day.

Environment settings Java, MySQL, Apache

  • Basic product. ——————————————————————————— 1 day.

Create forms, handle input values, loop

  •  Handling user requests———————————————————————– 1 day.

Query, Header, Cookie

  • Practice with JSP ———————————————————————– 1 day.

Data types Date, Mảng, file

Logs, DOM (XML)

  • JDBD —————————————————————————————- 1 day.

Connect DataBase

  • Thự hành với JDBC ——————————————————————– 1 day.

Download data from DataBase

  • Basics of Java Servlets ——————————————————————– 1 day.
  • JavaBeans ——————————————————————————— 1 day.

Link JSP – Servlet – JavaBean

  • JSTL —————————————————————————————- 1 day.
  • Deploy a project – 1st time. ———————————————————– 1 day.
  • Struts basic ————————————————————————— 1 day.
  • Practice with Struts 1. and Struts 2. ———————————————- 2 days.
  • Deploy a project – lần 2. ———————————————————– 2 days.
  • Prepare report. ————————————————————————-2 day
  • Report. ————————————————————————————– 1 day.
  • Estimated time. —————————————————————————-2 day.

The image is displayed in the wrong direction

Images taken from iphone in particular and mobile devices in general when put into the computer will display the wrong dimension

Cause: On mobile devices, in order to display the correct image when the user holds the phone vertically or horizontally to take a photo, the device has changed the orientation attribute (a number) of the image.

1 No rotation
3 Rotate 180 degrees
6 Turn 90 degrees clockwise
8 Rotate counterclockwise 90 degrees
NULL No value exists

How to fix: have to write a function that uses the orientation parameter to rotate the image correctly