Skip to content
𝓒π“ͺ𝓼𝓽𝓻𝓲𝓳π“ͺ

Share the knowledge

𝓒π“ͺ𝓼𝓽𝓻𝓲𝓳π“ͺ

Share the knowledge

JavaScript Calendar with Date and Time

Posted on May 15, 2012September 25, 2021 By sastrija

Few days before, one of my friend asked my help to customize a CSS/JavaScript calendar plugin. The requirement was to add time with that calendar. When I looked on that existing plugin, its structure was very complex and it doesn’t allow to add any input fields and take value when…

Read more

Display current year in JSP using JSTL

Posted on January 1, 2012September 25, 2021 By sastrija

As a programming standard, we don’t use java scriptlets in our JSP files. The best practice is to use JSTLs in JSP files to load the dynamic contents. Displaying current year in JSP is one of the common requirement, at least for copyright messages. Displaying current year in JSP can…

Read more

Cron jobs in Linux or Unix

Posted on November 15, 2011September 25, 2021 By sastrija

Cron job are used to schedule commands to be executed periodically. You can setup setup commands or scripts, which will repeatedly run at a set time. Cron is one of the most useful tool in Linux or UNIX like operating systems. The cron service (daemon) runs in the background and…

Read more

Solution for SSLHandshakeException

Posted on November 12, 2011September 25, 2021 By sastrija

When we deal with calling secure URLs (HTTPS) from Java code we sometimes get SSLHandshakeException. Why? If your Java programs throws SSLHandshakeException, it means your Java application is unable to establish a secure connection with the given secure URL. This because the URL you are trying to access have no…

Read more
  • Previous
  • 1
  • …
  • 3
  • 4
©2026 𝓒π“ͺ𝓼𝓽𝓻𝓲𝓳π“ͺ | WordPress Theme by SuperbThemes