Tag: Static Resource

[Salesforce / Javascript] Visualforce tips for Javascript nerds

No secret I love Javascript. It’s messy to the right point, it can be quick and dirty, it can be elegant, it can be wathever you are: your Javascript code can be a mirror of your personality. And what’s better that putting together 2 things I like the most? Yes, I’m talking about Salesforce and […]

[Salesforce / Apex] Retrieving zipped static resource files from code

Some days ago one of my awesome colleagues asked me: “Can you get a zipped file into a static resource from Apex?”. My very first thought was NO. But after having said that syllable, I understood that this could be possible, using an HTTP GET call + cookies + correct resource URL. This is the […]