User Portlet User Portlet

Discussions
This is what Stephen Wolfram uses in his blog on the IWatch demo. The IconRules part should show a WordCloud icon on my IPad instead it shows the random generated number in the pictogram. CloudDeploy[ Delayed[ ...
If you are reading this please check the extend of this bug and confirm or propose workarround. (tested on win 7 64 and mma 10.1) Evaluated in the desktopkernel results in a Null: ExportString[Grid[{{"aaa", "bbb"}, {"ccc", "ddd"}}],...
When to use each of these CDF flavors: -Standallone CDF -WebEmbeddable CDF -HTMLCloudCDF -CloudCDF -CloudCDFAllowingPlugin -HTMLCLoudCDFAllowingPlugin To create a CDF file by the menu "file, CDF export" is straight forward....
Here is a 2-step webform. After the first step I need validation. v1x, v1y, v1z must be different numbers. If for example v1x and v1z contain the same number I need an error message to appear. here is a 2 step form: CloudDeploy[ ...
First I copied a simple xl file webcontent.xlsx to the cloud. Then from my local kernel I imported the XL file from the cloud. This works fine. Import[CloudObject["/webcontent.xlsx"], {"XLSX", "Sheets", "Sheet1"}] My basic idea was to ask...
I have several FormFunctions cloud deployed and all together they are forming an application. The “function” parts are getting very long and have shared parts with the other forms. So the logical thing to do is to put recycled parts in a package and...
Here is a simple template: template = XMLTemplate[" "]; The following works fine and is understood: SystemOpen @ Export[ "e:\\folder\\page1.html", ...
Here is a form embedded in a webpage: ![enter image description here][1] [1]: /c/portal/getImageAttachment?filename=embedinweb.png&userId=313182 This is the form: fr = FormFunction[{ "name" -> "String", "question" -> "TextArea"...
I have some packages written in Mathematica. Some of them use CUDA. These packages are part of a complete application. Now I want to use the Wolfram Cloud as part of the total solution (webforms for userinterface). This leads to the question how the...
Hello everyone, I just joined the Wolfram community. I'am using Mathematica for data processing now for 1,5 years. The new association and dataset functions are super. I use less and less Excel. Here is my question. Spend a day on it but did not...