Friday, December 31, 2004

SANS - Internet Storm Center - Cooperative Cyber Threat Monitor And Alert System - Current Infosec News and Analysis

SANS - Internet Storm Center - Cooperative Cyber Threat Monitor And Alert System - Current Infosec News and Analysis: "Handler on Duty: Johannes Ullrich
Updated December 18th 2004 20:18 UTC

PHP Vulnerabilities

PHP Vulnerabilities

A number of php vulnerabilities have been released earlier this week. PHP is a popular web scripting language, and installed by default in many linux distributions if you install Apache. Versions for Windows are available as well."

Wednesday, December 29, 2004

. linkdup . . . . world wide web stimulus . . . . v.1.5000231e (blue) . . . . . . (c) preloaded '99-'02 . . . . .

. linkdup . . . . world wide web stimulus . . . . v.1.5000231e (blue) . . . . . . (c) preloaded '99-'02 . . . . .

While we are at it here is a new one on me - a site collecting lots of links to other sites.

Why would anyone want to do that? :)

Orisinal.com - High Delivery

Orisinal.com - High Delivery

Most people have heard of this site by now - Flash games that are mainly simple in concept but extremely well executed.

A new game called High Delivery was recently added ... I've managed to get onto the bottom of high score board with a score of 113 - but I doubt that will stay there for long....

knock me off :)

Friday, December 10, 2004

Xyling Java Blog: November 2004

Xyling Java Blog: November 2004: "Java Coding Conventions on One Page

This is simply great.
William C. Wake has written this very simple to understand, one page (image) for Java Coding Conventions. I am sure a banner print of this image will help all java programmers, esp. beginners.
"

Xyling Java Blog: November 2004

Xyling Java Blog: November 2004: "Thursday, November 04, 2004
Junit - Getting (quickly) started with Examples

Many a times, programmer tends not to worry about testing his code. Apart from many other reasons, one could be lack of time availability. Whatever may be the reason, a programmer must not skip at least Unit Testing his code.
"

Thursday, December 09, 2004

Xyling Java Blog

Xyling Java Blog: "Sunday, November 28, 2004
Gain SQL SELECT functionality in Java

David Rappoport shows you how to treat an array or a collection of objects the same way you treat a table in a relational database using SQL SELECT. He describes a generic mechanism for selecting, filtering, and sorting collections or arrays of objects. This mechanism allows you to apply SQL SELECT functionality to Java arrays or collections."

Xyling Java Blog

Xyling Java Blog: "J2ME Open Source Software Directory

Inspired by java-source.net,Wendong has done a great job of compiling open source J2ME projects at one place.

There are about 90 projects in various categories. Must check out.
"

Xyling Java Blog: January 11, 2004

Xyling Java Blog: January 11, 2004: "Saturday, January 17, 2004
7 tips to improve Server Side Java Performance

I found these 7 tips from one of the newsletters of javaperformancetuning.com and loved to blog here. These tips are authored by Jayson Falkner. He has also authored 'Servlets and JSP the J2EE Web Tier' Book. http://www.jspbook.com"

Controlling Hibernate Output with Log4J

Controlling Hibernate Output with Log4J: "Thursday, July 17, 2003
Controlling Hibernate Output with Log4J

Our Simple Hibernate Application is a bit verbose. That's probably okay for a web application because stdout actually ends up in a server log. But it's a bit annoying in console application. Fortunately, Hibernate uses the Apache commons-logging abstraction layer and Hibernate logging is easily configured."