• Spring
  • Spring Roo

Spring Roo: Two Databases Configuration

16 years ago

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

  • PHP

Dynamic unread count Favicon in PHP

16 years ago

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

  • Featured
  • JavaEE
  • Play Framework

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

16 years ago

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

  • Hibernate
  • Spring 3 MVC

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

16 years ago

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

  • Java

Java: Convert Exponential form to Decimal number format in Java

16 years ago

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

  • CSS
  • JavaScript
  • JQuery

Dynamically shortened Text with “Show More” link using jQuery

16 years ago

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…

  • PHP

Password Protect your webpages using htaccess

16 years ago

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

  • AJAX
  • JavaScript
  • JQuery

jQuery Ajax – Handling unauthenticated requests via Ajax

16 years ago

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

  • Database
  • Oracle

Row Data Multiplication in Oracle

16 years ago

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

  • JavaScript
  • JQuery

Multiple Checkbox Select/Deselect using jQuery – Tutorial with Example

16 years ago

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