... of the fields is changed
Add an eTag field: Will hold a 32 hexadecimal character string / a hash of the fields to monitor
Add the if statement to compare etags on your main workflow.
Other fields ...
... + v_QuoteRef + "";
// don't forget to escape quote name with CDATA in case of XML banned characters
v_RelatedListXML = v_RelatedListXML + "";
v_RelatedListXML = v_RelatedListXML + "" + v_DateTill ...
What?
A super quick article to remind me how to generate and send a CSV as an attachment to an email.
Why?
Because I often get casually asked "oh and can you archive the data and email it to me ...
... ("code" is 6-character code obtained in step 1c above)
If allowed set the TTL (time to live) to 300
Set the CNAME value to creator.cs.zohohost.com or creator.cs.zohohost.eu (depending on if you access ...
... the double-quotes and no funny characters).
It will initialize a project in a folder called something like “/Users//joels_awesome_app”
It will then initialize some NPM dependencies and it will ask ...
... is used for but I enter the same name in lowercase and replacing special characters with an underscore. eg. "the_joel_lipman_app"
Authentication Type: set this to "oauth2"
Param Type: set this to "Header" ...
... are sending are not in the right format.
: The attachment parameter is populated with the file content instead of the internal file name.
: The doc parameter contains special characters.
Improper ...
... have added a WHERE clause which omits words less than 5 characters in length, and some other words not to count.
I have added the ORDER BY to give me the highest count first in descending order.
I ...
... for Inventory OAuth 2.0 Connection - Custom Service - on account server COM
https://deluge.zoho.com/delugeauth/callback
Problem: Split a string with the escape character/backslash character
Trying ...
... = v_MyString.replaceAll("[^0-9]","");
// yields 123
The following is used in searches to escape special characters with a backslash:
v_MyString = "Joe's \"Amazing\" Skill & Sidekick (1)";
v_FormattedString ...
... last snippet is completely optional if you want to prefix the character » to your breadcrumbs.
Unfortunately, this only deals with the opacity transition as the width transition is not a smooth one. ...
What?
This is a quick article on how to generate a 5 letter code from several functions: one which returns 5 randomly selected characters and another two which convert a number to 5 letters.
Why? ...
... sake of search-engine friendliness. There are no silver bullets here but I want to block any character that isn't a letter, a number or an underscore.
How?
Suppose the following exists as a MySQL ...
... be done via the documented methods (base64, urlencode or AES) as this exceeds 255 characters (it could be a multiline but this would defeat the objective of an Etag).
How?
Well I was going to documen ...
What?
A super quick article to show how to link to the thumbnail image of a Google Drive file, in this case a video file.
How?
The hardest part of this is to get the Google Drive File ID (which ...
... = Ordinal_Map.get(My_Date_Field.toString("d"));
}
Method #3:
Given the current date and using the last character of the date, we can do the following:
v_EnglishOrdinal = "th ";
v_ThisDayDateLastChar ...
...
"id": "1srXLU-lotsofalphanumericcharacters_",
"name": "my_video.mp4",
"mimeType": "video/mp4"
}
Additional:
Why not? Let's add a description and some security where we disable download, sharin ...
What? A quick article to stop me running into this issue again. This article serves to address the issue of importing characters from an XML in a different language character set and trying to load it ...
What?
A quick article on how to trim in MySQL along with getting rid of any leading or trailing tab characters.
Why?
I use MS Excel for organizing data and then converting to MySQL commands. ...
... fix "&".
- Double-check that unicode characters work in exclusion list. (they do)- Date Uploaded: Mon, 8th Aug 2011 1.6.6 - Bug Fix: "Case-sensitive=No" now checks that word in different case is not ...
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.