Posts

Around the Web - 20170407

Brett M. Nelson - Friday, April 7, 2017

And now for somethings to read over the weekend, if you have some spare time that is. Apple pushes the reset button on the Mac Pro Apple has been getting some heat over it's lack of support for &qu...

Visualforce with Vue.js - Part 4 - Add the App

Brett M. Nelson - Thursday, April 6, 2017

Now that we have things loading properly we can start reproducing our Contacts app we built with ForceJS. If you didn't follow along or are just joining us now the source code for the ForceJS with...

Visualforce with Vue.js - Part 3

Brett M. Nelson - Wednesday, April 5, 2017

Last time we added a tab and started our Vue.js app. It had some issues and we had to use some attributes with our apex:page to get things working in Lightning. Is there a way to get around that? L...

Visualforce with Vue.js - Part 2

Brett M. Nelson - Tuesday, April 4, 2017

In Visualforce with Vue.js we did most of the work necessary to start working on our Vue.js app on a Visualforce page. Let's continue where we left off and get Vue.js working! Make a Tab First thin...

The Brave Browser and The Salesforce Lightning Experiance

Brett M. Nelson - Monday, April 3, 2017

I've been using Brave for a while now as my main desktop browser. It have been a great experience and I would recommend it if you are concerned with your safety on the web. The Catch The only issue...

Around the Web - 20170331

Brett M. Nelson - Friday, March 31, 2017

And now for somethings to read over the weekend, if you have some spare time that is. Cost to Maintain a Salesforce Credential Here is an update to the fees for certification renew for Salesforce. ...

Visualforce with Vue.js

Brett M. Nelson - Thursday, March 30, 2017

We've taken a look at using Vue.js and using ForceJS with Vue.js now lets add some Vue.js to a Visualforce page. I will be using Mavensmate with Visual Studio Code. Learn a little about setting it ...

Using ForceJS with Vue.js - Part VIII - Add An Overlay

Brett M. Nelson - Wednesday, March 29, 2017

Before we move on from our sample app I thought we would add an overlay when we load contacts but before we do, let's recap. So far we have set up our app, queried Salesforce.com using ForceJS and ...

David and Goliath

Brett M. Nelson - Tuesday, March 28, 2017

David and Goliath: Underdogs, Misfits, and the Art of Battling Giants by Malcolm Gladwell takes an interesting look at what is considered a benefit and what it a weakness. Through out the book Glad...

Using ForceJS with Vue.js - Part VII - Deleting Salesforce Objects

Brett M. Nelson - Monday, March 27, 2017

Up to now we have set up our app, queried Salesforce.com using ForceJS and ForceSever with Vue.js, created a reuseable service, event hub, pass parameters through URL and Update Salesforce object a...

Around the Web - 20170324

Brett M. Nelson - Friday, March 24, 2017

And now for somethings to read over the weekend, if you have some spare time that is. Developer Survey Results 2017 Stack Overflows annual developer survey results were released. Just like sand aft...

Using ForceJS with Vue.js - Part VI - Creating Salesforce Objects

Brett M. Nelson - Thursday, March 23, 2017

A quick recap: so far we have set up our app, queried Salesforce.com using ForceJS and ForceSever with Vue.js, created a reuseable service, event hub and pass parameters through URL and Update Sale...