|  About Me  |  Blogs  |  Photos  |  Publications  |  Resume  | 

Archive for February, 2006

How JSP & JSTL access attributes

Saturday, February 25th, 2006

Some jsp & jstl equivalence in accessing attributes

<%= pageContext.getAttribute(”foo”) %> == ${pageScope.foo} or ${foo}
<%= request.getAttribute(”bar”) %> == ${requestScope.bar}
<%= session.getAttribute(”frotz”) %> == ${sessionScope.frotz}
<%= application.getAttribute(”filfre”) %> == ${applicationScope.filfre}

WordPress 2.0 no comment count with SK2

Tuesday, February 14th, 2006

I recently upgraded to WordPress 2.0 with my Life Notes blog and noticed that the comments stopped counting. I found in a wordpress troubleshoot that it may be caused by incompatibility with Spam Karma 2 and indeed after I deactivated SK2 new comments shows up in count. In the trouble shoot it says to [...]

Life Notes going Live! (my new blog)

Friday, February 10th, 2006

I opened my new blog Life Notes. This is where I’ll be posting the more non technical stuff.