Other News

Editorials

Centralized Authentication Services

Centralized Authentication Services In response to my editorial from yesterday regarding a centralized authentication framework, David Ellis, a regular contributor to our newsletter provides three authentication frameworks providing standardized trust capabilities. David writes: I’m aware of three major authentication frameworks that are trying to standardize exactly the problem you’re describing (allow trusted sources to provide for authentication). OpenID http://openid.net/ – […]

Uncategorized

Authentication

Authentication I was recently talking with a colleague about Application Authentication. We were both in agreement that there is a logical separation between Authentication (Am I who I Say I am?) and Authorization (What rights and privileges do I have in your application). One of the key things about our conversation was the ever changing world of Authenticating. In the […]

Community

I sed awk!

(Iggy Fernandez) Oracle DBAs most often find themselves working on Unix platforms and a knowledge of Unix scripting comes in handy. Utilities like “sed,” “awk,” and “grep” are often used in Unix scripts. Sed is a “stream editor” which filters and transforms a stream of text. Awk is a pattern matchin

Community

Infinite Scroll in ASP.NET MVC

(Tomasz Pêczek) Recently I’ve decided to play a little bit with Infinite Scroll interaction design pattern as I was planning on using it in one of my upcoming projects. My key requirement was to implement the pattern as an enhancement which would not break the existing navigation/pagination mechanis