If you want to learn a one, specific technology, a very good way of extending your horizons will be learning a functional language, especially Haskell (which is really interesting, different than other technologies you probably met due to its purity and extensively used as a research tool - for example STM developed at Microsoft Research, which is a very interesting way of solving traditional concurrency issues).
As an alternative to Haskell, I can recommend Erlang, a less strict functional language developed at Ericsson in order to solve concurrency problems in a better way and becoming very trendy last times.
I would also advise you starting in a algorithmic competitions like http://topcoder.com or http://www.spoj.pl/, which, even though you had something similar during your CS course on University, are very good intelectual exercises and allow you to solve, not only algorithmical, problems in a much easier way.
If you'd like to develop your skills in a technology you working on look for the conferences or user groups' meetings in your area and attend them. Contact with the real men is always better than reading everything you can find on the net :)
Be active. Sometimes I learn from the problem more than a person who is asking me for help.
Working in pairs/bigger company/reading somebody's code are also good idea, but only when you are sure that you won't acquire also bad habits which many programmers have.