• Spring
  • Spring Roo

Spring Roo: Two Databases Configuration

I've seen very often a recurrent question on Spring Roo forums. The question is "How to configure the application to…

13 years ago
  • PHP

Dynamic unread count Favicon in PHP

Gmail has just launched small but really useful feature in Gmail Labs. Dynamic Favicon showing unread email counts directly in…

13 years ago
  • Featured
  • JavaEE
  • Play Framework

Your first Play! – GAE – Siena application: Tutorial with Example

Convention over configuration has became a buzz word these days. It is a software design paradigm which seeks to decrease…

13 years ago
  • Hibernate
  • Spring 3 MVC

Tutorial:Saving/Retreving BLOB object in Spring 3 MVC and Hibernate

Working with BLOB / CLOB data types in database is sometime a trivial task. I found particularly when working with…

13 years ago
  • Java

Java: Convert Exponential form to Decimal number format in Java

While working with Doubles and Long numbers in Java you will see that most of the value are displayed in…

13 years ago
  • CSS
  • JavaScript
  • JQuery

Dynamically shortened Text with “Show More” link using jQuery

Update: The plugin is now on GitHub: https://github.com/viralpatel/jquery.shorten Facebook user updates has a great functionality. If the comment text is…

13 years ago
  • PHP

Password Protect your webpages using htaccess

Recently a serious security flaw was discovered on one of my webpage where a folder which was intended to be…

13 years ago
  • AJAX
  • JavaScript
  • JQuery

jQuery Ajax – Handling unauthenticated requests via Ajax

Since few days I am working on a small project where I have to deal with lot of Ajax requests.…

13 years ago
  • Database
  • Oracle

Row Data Multiplication in Oracle

Aggregate functions return a single result row based on a group of rows. This differentiates them from Single-Row functions which…

13 years ago
  • JavaScript
  • JQuery

Multiple Checkbox Select/Deselect using jQuery – Tutorial with Example

Almost all the user interfaces that I have created had this functionality of selecting multiple items from a list to…

14 years ago