Tuesday February 12, 2008
Added a Tag Cloud I added a tag cloud to this site tonight. Thanks to Rich Sharple's Hacking Roller : Tag Clouds, it was pretty easy. It's currently located in the bottom-right corner. Here's a glance at this site's most popular tags:
acegi appfuse denver grails gwt hibernate ibatis java jsf maven maven2 myfaces rails roller skiing spring springmvc stripes struts struts2 tapestry tomcat travel webframeworks wicket
Enjoy! Posted in Roller at Feb 12 2008, 10:04:07 PM MST 4 Comments
Search This Site
Recent Entries
- Developing Rich Web Service APIs with Java
- C++, Java and .NET: Lessons Learned from the Internet Age
- Highly Interactive Software with Java and Flex
- The Cloud Computing Continuum with Bob McWhirter
- Software Quality: The Quest for the Holy Grail?
- What's Happening in the Java World?
- Fantastic Fun in Jackson Hole
- How We Hired a Team of 10 in 2 Months
- Jack's Skiing Like A Madman!
- My Future of Web Frameworks Presentation
Posted by Antony Stubbs on February 12, 2008 at 11:19 PM MST #
Posted by Matt Raible on February 13, 2008 at 12:09 AM MST #
Posted by Rich Sharples on February 13, 2008 at 07:13 AM MST #
Rich - you can find the CSS at the bottom of my layout.css. I've pasted it below for your convenience:
/* TAG CLOUD */ .tagcloud { padding-left: 10px; } .s10 { font-size: 18px; } .s9 { font-size: 17px; filter: alpha(opacity=90); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); opacity: .9; } .s8 { font-size: 16px; filter: alpha(opacity=85); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85); opacity: .85; } .s7 { font-size: 15px; filter: alpha(opacity=80); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); opacity: .80; } .s6 { font-size: 14px; filter: alpha(opacity=75); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); opacity: .75; } .s5 { font-size: 13px; filter: alpha(opacity=70); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); opacity: .70; } .s4 { font-size: 12px; filter: alpha(opacity=60); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); opacity: .6; } .s3 { font-size: 11px; filter: alpha(opacity=55); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55); opacity: .55; } .s2 { font-size: 10px; filter: alpha(opacity=50); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); opacity: .50; } .s1 { font-size: 9px; filter: alpha(opacity=40); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); opacity: .4; } .s0 { font-size: 8px; filter: alpha(opacity=30); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); opacity: .30; }Posted by Matt Raible on February 13, 2008 at 08:21 AM MST #