top of page
Our Recent Posts






Archive
Tags


How to run Javascript in command prompt
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. If you need to run a Javascript file in command prompt, you may...


Simple example to understand OWASP TOP 10 Application Security Risk 2017 II
A7 – Insufficient Attack Protection This was a new added vulnerable. When attack was happened, how fast can your team react and roll out...


Simple example to understand OWASP TOP 10 Application Security Risk 2017 I
A1 – Injection Attackers are trying to use malicious code and input into the application to form a valid command or query. One of the...


JAXB marshal and unmarshal XML with schema validation example
In this article, I will shows how to use JAXB marshal and unmarshal XML and Java objects together with schema xsd validation. JAXB stands...


Opencart auto-detect currency and language
One of my client required to auto-detect currency and language for his eCommerce site. So, I decided to write one simple extension to...


Spring Batch write Header and Footer in FlatFile
In previous post, we talked about how to read multiple queries and used MultiResourceItemReader to combine two set of data. Although it...


Spring Batch read multiple queries and write into single file
The core processing in Spring Batch framework can be group into 3 sections in each step: Reader Processor Writer A batch job may consist...


Change DB Query for WordPress plugin Participants Database
Participants database is one of the WordPress plugin used to build and maintain a database of people. The database is configurable and...


How to let Google know you and boost website traffic
Submit your URLs + Sitemap In the very first, to let Google know your website, you need to submit your URLs to Google. To help Google’s...


4 solutions to browse HTML5 & CSS3 website with legacy IE
Desktop Browser Version Market Share, Aug 2015- Copyright by NETMARKETSHARE HTML5 & CSS3 have became the very first choice of web...
bottom of page