TO THE NEW Blog PAGES

Grails

How to get Google Indexed Pages Count, and/or do Google searches through AJAX/programmatically

Hi, Recently i had to get the count of the Pages Google has Indexed for a perticular web Site progmatically. In the process i found that Google offers an AJAX Search API to perform Google Searches. . Hence i Implemented a Class which does the same for me easily(Ajax Search in Google). And this Solution […]

Kushal Likhi
Kushal Likhi
Read

Grails

Annotation for checking required session fields

Recently I worked on a project where I used spring security plugin. Its a very wonderful plugin for making your application secured from unauthorized users. It gives you a simple annotation @Secured to add security to your action and controller. Thats the first time I got to know the real use case of annotation. So […]

Grails

Fast DB Management Through IDEA- Increase Productivity

Hi, well we can run SQL Queries and browse database through IDEA with a good GUI interface. It Just Requires Two Steps: 1) Setup (One time) 2)Usage (how to) A: Setup PART I 1) Download the Database Navigator Tool From Intellij Repo -> Download Tool 2) Then Execute in the Directory containing the downloaded file […]

Kushal Likhi
Kushal Likhi
Read

Technology

Find v/s Locate … Optimize your search ..

A few days back, I was on a server wherein I had to find the location of a file in the file system. Naturally like most newbies, I instantly hit the ‘find’ command.  Something like [shell]sudo find / -name someFileName.ext[/shell] Naturally the command took a lot of time to find the file (Local to server relay […]

Manoj Mohan
Manoj Mohan
Read

Technology

Playing with call() using Groovy Metaprogramming

In Groovy you can use “()” with any object which in turn is same as calling call() method on that object. You can write code which are more human readable using this groovy feature. This is somewhat overriding “()” operator. The blog adds Microsoft VB array access like syntax to Java List.

Bhagwat Kumar
Bhagwat Kumar
Read

Technology

Increasing Productivity With The Right Hardware

Recently i upgraded my laptop to increase the productivity and to make it butterSmooth to work on even with the most demanding applications. so here is what i did: 1) New High Speed Solid State Hard Drive 2) Increased RAM. . why SSD??? CPUs and GPUs thrive on being fed massive amounts of data in […]

Kushal Likhi
Kushal Likhi
Read
Services