Headline | DeepakGaikwad.net
Home » Archive

Articles in the Headline Category

Headline »

[22 Dec 2009 | No Comment | ]
Facebook Changes Default Privacy Settings

OK! Not sure how much you are concern about it, and how much data you have uploaded there. I am talking about your data on facebook. I hope you have already gone seriously through the default privacy settings and selected only those options if data which you really want to expose to world. I know you call it privacy, security and blah! blah!! I am also sure that very very few of us go and recheck those default privacy settings once we open the account. This is not only applicable …

Headline »

[8 Dec 2009 | No Comment | ]
Real-Time Search with Google

Google search results what we see now are result of Google’s data processing from whatever it’s spider and other data providing products collect. Google performs many operations on this data to arive at indexing or page ranking to provide search results to our queries. In recent past, use of AJAX, direct display of matching web site, and many other feature are observed on google search box. Now Google has moved ahead to improve the quality of search results further by bringing in real-time data. Couple of months back, Google anounced …

Headline »

[18 Aug 2009 | No Comment | ]
Improved Suggestions by Google Search

All of us are now familiar with the “Suggestive search” offered by most of the important search engines. This feature has definitely helped all of us in selection of our search words. Google is already leading in this search engine business as well as innovations. Today when I started searching on Google, I noticed this change.
Google Search:

Some value add that Google is providing with it’s suggestive search. You can clearly notice the difference in following images. Now Google is offering first suggesting with url of a matching site (if at …

Headline »

[16 Jul 2009 | No Comment | ]

Before going into what Java is offering in this new release, let us understand what dynamically typed languages are. Examples are Javascript, Ruby, Python, Groovy and so on. Few details of these languages -

Common feature is an ability to modify classes at runtime to allow implementation of new interfaces. The name is dynamically typed language because it is possible to determine the type at runtime. E.g. in Javascript we declare a var abc. This can contain String, int, or any other type of value. While using this value we …

Headline »

[8 Jul 2009 | No Comment | ]

If you are a Maven user then you must know that you need a Java installed to run Maven. It requires the Java home being set up in environment variables before executing any Maven command. As Java has advanced through Java 5, Java 6 and waiting for Java 7, it is expected that all frameworks dependent on Java should also advance the compatibility. Maven’s new version – 2.2.0 is in line with this principle. It has offered compatibility with Java 1.5 (Java 5) and later but also it has removed …