Discover the power of algorithms

Complexities of algorithm, thier applicability. Optimization techniques associated with diffrent algos.

Sep 23, 2011

Google In Page Analytics

Yet another awesome innovation from Google.A very important SEO tool, it actually helps one to visualize click views performed on a web page. Google recently launched In Page Analytic  for this which can be found under Content section of Google analytic.  It enables you to visually analyze your website pages in order to assess how users interact with those pages, and helps you understand the answers to questions as per Google Analytics such as: Is my page...



Sep 20, 2011

How to add adsense to blog using javascript

Untitled Page p.MsoNormal {margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; font-size:11.0pt; font-family:"Calibri","sans-serif"; } // Google Adsense can be easily added with the help of javascript in any poart of post.  Lets look at the simple steps for doing it :-  1) Go to the edit post of your blog. 2) Select HTML edit mode. 3) Insert following javascript to your HTML. ...



Sep 18, 2011

List of Blog Post Gadget for blogger using javascript

Blogger Data API Sample .style1 { font-family: Arial, Helvetica, sans-serif; } .style2 { font-family: Arial, Helvetica, sans-serif; font-size: small; } .style3 { font-size: small; } .style4 { font-family: Modern; background-color: #FFFFFF; } Following post will help in retrieving the information related to list of post from a blog. One can use this to display the list of blogs by following...



Sep 15, 2011

Postfix to Infix Algorithm

I have come across one very interesting query about Postfix to Infix conversion. Let’s understand first the importance of having Postfix notation:- ·         To reduce computer memory access.                      The automatic stack permits the automatic storage of intermediate results for use later: this key                feature is what permits RPN calculators to easily evaluate expressions of arbitrary complexity: they  ...



Distance Google MAP API demo

Google Maps API Sample body { font-family: Verdana, Arial, sans serif; font-size: 11px; margin: 2px; } table.directions th { background-color:#EEEEEE; } img { color: #000000; } var map; var gdir; var geocoder = null; var addressMarker; var distance; function initialize() { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map_canvas")); gdir = new GDirections(map, document.getElementById("directions")); GEvent.addListener(gdir, "load",...



Sep 14, 2011

Distance between two locations with Google Map API

One can easily calculate distance between two location with the help of Google Map APIs. Google Map APIs comes with a set of classes which helps in doing such tasks.class GDirection, helps in getting the travel distance between the two different location.So example shown below targets following features :-  Getting distance between two location.   Getting duration between two location.  Here goes the complete java script code for it -------------------------------------------------------------------------------     <script type="text/javascript">  ...



Sep 11, 2011

new vs malloc ?

C++ often confuses beginners with its multiple way to allocate and free memory. Most of them understand them that free must be used with malloc and delete with new. But still they are not clear with the differences. This article will help in understanding the concept behind new and malloc. Lets see the broader level differences first :-  'new' helps in constructing an object (calls constructor), malloc does not. One of the most important differences between them.            e.g. Consider a        ...



Sep 10, 2011

Post a Suggestion/Query

Open post for adding suggestions/queries to be considered for next posting. Queries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries and SuggestionsQueries...



Page 1 of 1212345Next