User Portlet User Portlet

Discussions
Version 0.6.5 is now released, just in time for Christmas! :-) Please upgrade to this release, especially if you are using Mathematica 13.2.
If you write EmbeddedHTML[" then paste the embedding script, Mathematica will ask you in a pop-up to deal with this automatically, just click yes and it will be pasted in the correct format. Then add "]
I'm working in an implementation of Mailgun API for Mathematica. Just to leave a note for future readers, I discovered that Base64 are not supported in Gmail and Outlook, as you can check [here][1]. [1]:...
there is a better solution documented under ExportForm In[11]:= css = CloudDeploy[ExportForm["body {background:red}", {"String", "text/css"}]] Out[11]=...
Ray, Yep this is what I meant. It should work. But I think because of the new $SessionID as a result of the FormFunction your are not allowed to setup the jdbc ip-connection. The following produces a Failed message. ...
Hi Pieter > My questions would be why would you use FusionTables I look at FusuionTables as a simple database that can be edited by multiple people... Sorry for the late reply - somehow I missed your comment.
Here's how to backup and restore your Wolfram Cloud Folders: The backup procedure is easy because CloudObjects and Data can be copied to your local disk via CopyDirectory. (*set new backup folder*) directorytobackupto = "160204 full...
It seems very fuzzy indeed. I also noted that when you export the image to gif and then import it back the image seems somewhat better.
The code below shows a simple multi page webform consisting of 3 steps. For each step going forward i need the code for that step to be evaluated. Only when I am in step 3 and switch back to step 2 (via browser back button (can a previous button be...
This generates 2 points and shows tooltips when hovering over them CloudDeploy@ ExportForm[ Graphics[{Red, PointSize[Large], Tooltip[Point[{51, 3}], "Hello\nThis is a tooltip"], Tooltip[Point[{45, 5}],...