Spring Security 3.0 with JSR-286 Liferay Portlet

Friday, October 30, 2009

Overview
In the RC1 version of Spring Security 3.0 (SS3), the Portlet jar was dropped that was available in v2.0.5 (spring-security-portlet-2.0.x.jar).  That leaves us with a dilemma when it comes to securing portlets using SS3.  To implement security in a portlet in a JSR-168 context one would have to re-implement everything in the portlet jar to [...]

Default settings of svn:keywords property

Wednesday, October 28, 2009

Keyword expansion is not the default for files added to an SVN repository.  And it’s done on a per file basis (with CVS we could configure an entire repository to turn on keyword expansion — .)  Some svn tools and plugins allow for defaulting properties when adding new files.  I’ve configured the two I use [...]

Twitter-like Load More Button

Tuesday, October 20, 2009

Here is a good example code for twitter like load more button in both jQuery and MooTools:
http://net.tutsplus.com/tutorials/javascript-ajax/create-a-twitter-like-load-more-widget/
I’ve tried MooTools version and worked fairly well (For IE, you need to remove the last comma in line 133 of mootools-version.php). Very easy to customize and the effect is great!

Presentation: Intro to Flex and Air by Ola Bildtsen

Thursday, October 1, 2009

Download Full Presentation

This tech talk will introduce Flex — Adobe’s open source framework for building rich web applications. The presenter will build a Flex application to demonstrate the use of Adobe’s FlexBuilder tool, touching on some highlight features of the Flex framework. Components of that Flex application will then be used to create a desktop [...]