User Portlet User Portlet

Discussions
In a basic plot, can the Y scale be moved to the right side?
How can I have an automatic notebook quit without the save / not save panel appearing?
Is there a way to set a notebook so calculations all return the numerical value? So I don't have to N[ ] everything.
Function[n, If[EvenQ[n], n/2, 3 n + 1]] How can I plot this?
What's an easy way to get this to repeat? Sound[SoundNote["LowTom", tt]] So that we have drumming?
Consider the following code: hz = N[28 2^(-(n/6)) , {Infinity, 3}]; Column[Table[{n, hz}, {n, 36, 41}]] Why do I get two different types of results digitwise?
N[x,3] gives me 1.10 and 0.982, when what I want is 0.98. How do I get two and only two digits to the right of the decimal point?
A sequence of six 9s occurs in the decimal representation of ?, starting at the 762nd decimal place. These six 9s have come to be called the Feynman point. N[Pi, 769] ends with .....7211349999998 but N[Pi, 768] ends with ...
Can Mathematica produce a [Ternary Plots][1] ? [1]: http://en.wikipedia.org/wiki/Ternary_plot
I recently migrated Mathematica to my new Mac computer and now it has a glitch. I can evaluate something (ex. N[12 13] ) and it works. Evaluate it again and the kernel runs endlessly. Evaluate a third time, fine. Fourth time, endless running. And...