What?
An article on how to declare an XML element as NULL using the attribute "xsi:nil". I'm going to use a very short example by providing a blank date of birth value:
-- What I have:
//
-- ...
... some consistency.
Notes on the attribute: Criteria
You can't compare a date time value to a field that is simply of datatype: date (eg. Valid_Till)
The supported operators are equals, starts_with, ...
... file to change system field labels
The fix put simply is a CSS hack. Specifically by inspecting the element, removing some of the CSS attributes on the field we want to change, saving it, then returning ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... this code in-line of the form. If you were to embed the form on to a page, you would be free to use some reserved CSS attributes on the page style rather such as position: absolute. Because I'm doing ...
... the Zoho Creator page. Functions are read by Zoho and certain CSS attributes (such as position and float) will be removed automatically. The code has to be pasted directly in the Page and then the CSS ...
... change to page-break-inside:auto
Resolution
Find the CSS attribute "page-break-inside"
If this is set to "avoid", then change it to "auto"
Additional
You may also need to remove the child ...
...
Ensure all text fields in the database are set to a UTF-8 charset (eg. utf8_general_ci)
Ensure headers are setting the charset to UTF-8
Add the charset attribute to posting HTML forms: accept-charset="utf-8" ...
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 ...
... mod_joesearch.php. Simply add each component name separated by a comma (eg. "doc_indexer, weblinks"):
// add doc_indexer to search
// search weblinks as well
Form attributes
I have set ...
What?
A quick article on how to create a middleware script which accepts the values from a submitted HTML form and sends it to a server on another domain for processing. This applies to Linux Apache ...
... schema comments
any Enables the author to extend the XML document with elements not specified by the schema
anyAttribute Enables the author to extend the XML document with attributes not specified ...
What?
This article is so that I don't spend so long in googling what the TxScript referenced assembly is when creating an SSIS custom component.
How?
This is simply the "Script Component" under ...
... AS XML).value('data(/STAFF/GENDER)[1]','VARCHAR(10)') AS Gender
FROM
[dbo].[XML_EVENTS]
-- Returns column GENDER for every record/row (eg. "Male")
Extracting the attribute:
Here we want to extract ...
... System.Globalization; // for cultureinfo and textinfo
using System.Reflection; // for looping through properties
using System.Threading; // for threading
[Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute]
public ...
... going to use the onBlur and onFocus attributes which do, as the name indicates, trigger events when the cursor is either in the field or not. The above field was created with the following code:
...
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.