Were have you tried to use percentages and it hasn't worked?
<xp:panel style="width:50%; height:50%; border: 1px solid black;"> </xp:panel>
Theres also "styleClass" which you can use to add css classes.
If your looking for general javascript advice then w3 is where I go, if your looking for XPages javascript API I use the script editor in designer for most of my work and google the odd method I find if I have an issue.
For dojo again the dojo toolkit docs / API's are the only place to get the full list, but what I find really useful is to go to http://archive.dojotoolkit.org/nightly/dojotoolkit
Here there is demos and inside each dojo, dijit, dojox there is a "tests" folder which has examples of each control.