Posts Tagged ‘Technology’

I needed to use Subversion externals property to define a reference to a file. Based on this blog, here are my notes: Let’s say that you want to have Subversion to use the following file from another directory: https://mysvnserver.com/svn/shared/lib/thelib.jar And have the file download into the following file in your project: myproject/lib/thelib.jar You should have [...]

Here are some useful cheat sheets for web developers

Thanks to Jonathan L. for the suggestion to check out this tagcloud widget. It’s interesting that someone would write a widget for this. I wrote a basic tag cloud before with simple scaling arithmetic to render tags in different font sizes. This widget adds a few more features. The extra features also add significant weight [...]