User Portlet User Portlet

Discussions
You understand my question the right way. Or I can describe it by a web browser. You can open a link in a new window/tab or reuse current window in a web browser. If you open new link in current window and want to save it then the file name changes...
After right-clicking on selected code we can choose "Copy as Plain Text" or "Copy as Input Text". But I would like also "Copy as InputForm". Is it possible with front end tokens? "InputForm" uses symbol "*" as multiplication while "Copy as...
There is a bug in functionality of "Reduce" in Mathematica 9: In[10]:= Reduce[3 x^2 + 8 x y + 2 y^2 == 0, {x, y}, Integers] Out[10]= FalseWhich is evident that there is a solution, namely: x == 0 && y == 0 On the other...