Mark,
Read the answer to your questions below.
Question 1
If you're hardware supports it you can use Auto-MDIX setting. This will sense the cabling used either straight-through or crossover.
switch#configure terminal switch(config)#interface fastethernet 0/1 switch(config-if)#mdix auto switch(config-if)#end switch#
Question 2
switch#configure terminal switch(config)#interface fastethernet 0/1 switch(config-if)#switchport mode access switch(config-if)#switchport port-security switch(config-if)#switchport port-security mac-address 0001.0002.0003 switch(config-if)#end switch#
That wasn't hard now was it? Try Googling for answers next time! It's all there.
Don't forget to save your configuration!
HTH
LEON