Questions tagged [data-interchange]
27 questions
0
votes
1 answer
Data Interchange Format with Scripting options
XML, JSON and YAML seem to work best for what they are designed. Is there a way to allow scripting, or at-least invoke functions from within these formats, that return string values and change the value of the elements within the data.
Long story…

Nathan
- 1,303
- 12
- 26
0
votes
0 answers
Can I get Zurb Foundation to handle dynamic images with data-interchange?
We're currently using Zurb Foundation on a site and are looking to use data-interchange instead of background images.
While it handles images with an image extension (JPG, PNG) it chokes whenever we try to use our CMS' dynamically created…

James Skemp
- 8,018
- 9
- 64
- 107
0
votes
1 answer
Using Zurb Foundation's data-interchange with Middleman's build process
Zurb Foundation's data-interchange works beautifully for me. In development.
But then I build and I end up with this sort of html:
zurb-foundation
middleman
data-interchange

chadoh
- 4,343
- 6
- 39
- 64
0
votes
2 answers
Foundation interchange downloading twice
I'm writing simple template code in PHP to generate an interchange img tag in HTML. The image swaps correctly at different sizes, the problem is that the browser always downloads twice, once the correct image I specify, and once the highest…

blackbird
- 1,129
- 1
- 23
- 48
0
votes
1 answer
Dictionary app web service
Right now I'm writing up terms and their translations for this English to Urdu language in an excel sheet and what I'm concerned about to make data interchangeable.
Later one once I'm finished I might have a web service to JSON or XML from a mySQL…

user2727195
- 7,122
- 17
- 70
- 118
0
votes
1 answer
Foundation 5 Data-Interchange background images
I already have data-interchange images on the page - they work fine.
Now that I want to put a background image in a 'div' - I can't get it to work.
What actually happens the image will not show until I put some content in the div. And, of course it…

Laurence Baker
- 1
- 2
0
votes
1 answer
Foundation Zurb Interchange with Sonata Media Bundle
I'm currently attempting to incorporate Interchange by Foundation Zurb with Sonata Media bundle.
The interchange documentation states you should do the following:

Doug
- 1,850
- 23
- 50
0
votes
0 answers
Which schema formats allow representation of the directory layout of data? XSD, Protobuf, Thrift... Others?
I am looking to define an object model to file-and-directory-structure mapping, where the files are a mixture of XML and proprietary formats.
I would like to do this in as standard and portable a way as possible, without having to write a lot of…

TerrestrialIntelligence
- 61
- 4
- 9
0
votes
3 answers
Is SCORM Package Interchange Format simply a data interchange format or is it more complicated?
I am working on a learning project for mobile devices that requires (or would at least be desirable) the ability to export to a SCORM-compatible format. I see that SCORM has a "Package Interchange Format" (PIF) based around a .zip file. I am new…

Bryce Thomas
- 10,479
- 26
- 77
- 126
0
votes
1 answer
Data sharing between C# application by C library
I have here very specific problem, which I cannot seen ever in my practice, I hope that you can help me to show what I doing wrong:
So, whe have two C-sharp console applications, and one library, which has shared memory segment and is used to data…
-1
votes
3 answers
JSON - How to interchange values by comparing each other of particular keys?
I am having JSON data this way with key:reportData and array of values,
{"reportData":[
["1185","R","4t","G","06","L","GT","04309","2546","2015","CF FE","01H1","20","23840","FF20"],
…

user1660325
- 747
- 4
- 20
- 35