... to email from CRM with a rich-text interface.
Why?
The use-case here is non-existent. It's more of a play around to see what can be achieved and how much this can be customized. The task I've set ...
... I have:
What I want:
How?
This was achieved using some CSS and then some Deluge for the functionality. Let's dig into the CSS and then I'll explain how we made this functional.
To prepare ...
... the client wants: iPhone res). I then found that Shopify does accept a Base64Encoded version of the image and the below is how I achieved this.
How?
First-off, let me list the various formats that ...
... each v_User in l_Users
{
info v_User.get("full_name") + " :: " + v_User.get("id");
}
}
}
Update 2020:
Note this can also be achieved with the following shortcode:
l_Users = zoho.crm.getRecords("users");
or ...
... down some notes here on how I've achieved this across multiple monitors... and now multiple desktops.
How?
The following example is assuming you have 3 monitors and 3 desktops. I'm going to cover ...
... the mouse over the "Lanterns" link:
» Home / Products / More Lanterns
How?
Given the following HTML:
Home
Products
lanterns
Using CSS only, I have so far achieved ...
Applies to:
TravelPort Universal API
PHP 4 or 5
cURL
What?
An article on how to resolve errors and setup a standard ping request using the TravelPort Universal API. This is to be achieved using ...
Previously titled
Fix PHP cURL: parser error: Document labelled UTF-16 but has UTF-8 content
What?
This is an article with notes for me on how to convert some received XML encoded in UTF-16 to ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.