I wanted to take a brief departure from Salesforce related content. I do frequent some of the coding blogs and websites out there and many developers who also happen to be interviewers complain about the general poor quality of programmers who supposedly cannot solve basic coding problems. One of these coding problems is the “FizzBuzz” […]
Month: May 2015
Adding Google maps v3 to your Visualforce page
The Google maps API is perhaps the most famous and well known APIs out there. There could always be scenarios requiring a Google map to embedded inside a VisualForce page. This could either be a stand alone page or an inline VF page in a detail page layout! For example: In your Account detail page, […]