User Portlet User Portlet

Kuba Podkalicki
Discussions
[**Topic cross posted in mathematica.stackexchange.com**](https://mathematica.stackexchange.com/q/182287/5478) As explained in https://mathematica.stackexchange.com/q/59127/5478 loading packages from custom directories may not be so intuitive. Not...
[cross posted in mathematica.stackexchange](https://mathematica.stackexchange.com/q/174792/5478) # Problem The serious flaw of `Dynamic` is a combination of facts: - it is triggered/refreshed by any kind of mutation of a symbol, -...
## Intro `PaneSelector` looks like a pretty idiomatic way to toggle displayed content e.g.: PaneSelector[ {True -> progressBar, False -> button} , Dynamic @ processing ] Analogous `If` version: Dynamic[...
A great deal of functionalities is undocumented despite being around in the same form for a long time. While many of them are 'documented unofficially' here or on mathematica.stackexchange the fact the they are not officially supported means: -...
## Background I enjoy coding in the FrontEnd (except it crashes and lookup across files does not exist), but I often miss 'hands on keyboard', customizable code templates. E.g. I often forget to wrap an option name with quotes "_" or I'm...
[*cross posted on mathematica.stackexchange.com*](https://mathematica.stackexchange.com/q/161661/5478) Let's create an API which creates one file each time it is called/accessed: obj = CloudDeploy[ APIFunction[{} ,...
[*cross-posted in mathematica.stackexchange*](https://mathematica.stackexchange.com/q/161203/5478) The goal is something like in the picture below. Basic? I dare you to try to implement it in a manageable, scalable and flexible way. [![enter...
[*cross posted on mathematica.stackexchange.com*](https://mathematica.stackexchange.com/q/161071/5478) I want to export _Notebook to the Cloud as a .nb file a make it available to download via hyperlink in different places. This is rather a...
[Cross posted on mathematica.stackexchange.com](https://mathematica.stackexchange.com/q/153059/5478) ## Question and requirements Is it possible to `HTTPRedirect` from a *Cloud CDF* via e.g. `Button` action? - I need an interactive cloud cdf...
[Cross posted on Mathematica.stackexchange](https://mathematica.stackexchange.com/q/152218/5478) ## Example choices = { "label 1" -> 1 , Column[{"label", 2}] -> 2 , Framed[3] ...