Skip to content

Instantly share code, notes, and snippets.

View albertoacm's full-sized avatar

albertocortez albertoacm

View GitHub Profile
@arufian
arufian / gist:272247ffb865b4d1cac2
Created September 17, 2014 01:14
Preparation for Salesforce ADM 201 Exam
Still new to Salesforce? First read some these good workbooks : https://wiki.developerforce.com/page/Force.com_workbook
Watch some Salesforce training videos : https://www.youtube.com/playlist?list=PL6747B4DAE356E17C
This tips is also good to read :
http://agilecloudconsulting.blogspot.jp/2013/10/how-to-become-certified-salesforcecom.html
http://salesforce-certification-notes.blogspot.jp/?view=magazine
Ready to go? Take some exam questions practice :
http://bulkified.com/Certifications/?certificationId=1
http://www.abetterstudyguide.com/ABSG/
And the last read carefully the study guide : http://certification.salesforce.com/SG_CertifiedAdministrator.pdf
If you still don't have a confidence, study more.
@andyedinborough
andyedinborough / jquery.oauth.js
Created October 12, 2011 13:10
Adds an $.oauth() function to jQuery which mimics the $.ajax() function
/*
MIT License (MIT)
Copyright (c) 2011 Andy Edinborough
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH TH