HtmlCleaner 2.0 released
HtmlCleaner is Java library used to safely parse and transform any HTML found on web to well-formed XML. It is designed to be small, fast, flexible... more »
1 commentsSave Tags: java
20 great quotes from Richard M. Stallman
I have here a collection of 20 of my favorite quotes from the famous free software evangelist and living legend Richard M. Stallman. I hope you will... more »
1 commentsSave Tags: open source, opinion
Top ten performance problems and their solutions
Ten things that commonly slows down your application's experience, raging from date manipulation to hardware heavy use. Basically Java-related.
0 commentsSave Tags: java, usability
CERT C++ secure coding standard
A follow-up of "CERT C secure coding standard", but for C++.
0 commentsSave Tags: c-and-cpp, security
CERT C secure coding standard
The CERT C Secure Coding Standard provides rules and recommendations for secure coding in the C programming language. The goal of these rules and... more »
0 commentsSave Tags: c-and-cpp, security
Java nuts and bolts: Copy constructors, cloning, and linked structures
Do you shy away from complicated programming language techniques? Have you never quite had the time to understand the finer details of copy... more »
3 commentsSave Tags: java
Life above the Service tier
How do we design and build the Presentation tier of an application in an increasingly service-oriented world? We believe there is a definite answer,... more »
0 commentsSave Tags: opinion
JDiff, API differences between library versions
Have you wondered what API changes have been made across your libraries' versions? Or between JDK 1.4 and JDK 5 for the java.lang or java.util... more »
0 commentsSave Tags: java
W3C Semantic web FAQ
No matter what you think about Semantic web initiative, the SWEO interest group (W3C division) announces the first release of the Semantic web FAQ... more »
0 commentsSave Tags: announcement, standards, web 2.0
Restlet project releases its final 1.0 version
NOELIOS Consulting has announced the final 1.0 version of its Noelios Restlet Engine (NRE), the reference implementation of the Restlet API 1.0. The... more »
0 commentsSave Tags: frameworks, java
Hibernate overlooks fundamental JDBC performance optimization
I found myself profiling yet again due to a Hibernate related performance issue. One of this things that stuck me as odd was that at the lowest level... more »
0 commentsSave Tags: database, frameworks, java
Security-Enhanced PostgreSQL
SE-PostgreSQL makes use of the labeling and Mandatory Access Control (MAC) features that SELinux provides. It provides a mechanism for controlling... more »
1 commentsSave Tags: database, security
Retrieve document from server with proper error handling
Simple download link can't tell you what error has occured without redirection to another error page, and we wanted to display to operators a nice... more »
0 commentsSave Tags: ajax, java
Flag icons for 239 countries
As an addition to http://www.dzone.com/links/country_name_and_iso_3166_code_mysql_import_file.html : here are flag icons for (almost?) all countries... more »
3 commentsSave Tags: web design
Guide to semantic mark-up
Many people make the mistake of using tags for appearance only in their websites, but with semantics you get the benefit of describing your data as... more »
0 commentsSave Tags: web design
ModernCaptcha - when captcha meets usability
“ModernCaptcha” is a simple script in order to prevent spam in a very user friendly way. Your visitors don’t have to type some characters -- the... more »
5 commentsSave Tags: php, security, usability
HtmlCleaner - Java HTML parser and normalizer
HtmlCleaner is open-source HTML parser written in Java. HTML found on Web is usually dirty, ill-formed and unsuitable for further processing. For any... more »
0 commentsSave Tags: java, xml
Best tech videos on the net
"I’ve created this site because there are lots really interesting videos on the Net, but if you’d like to fine some good tech video, it is not so... more »
0 commentsSave Tags: reviews
Why Microformats - introduction to Microformats
Large introduction to Microformats, its purpose, present adoption and possible futures.
0 commentsSave Tags: reviews, web 2.0
Optimizing page load time
"While working on optimizing page load times for a high-profile AJAX application, I looked into how the HTTP client implementation in common browsers... more »
0 commentsSave Tags: ajax, research
List of CSS tools
List of many CSS-related tools: fonts, for builders, various layout creators, compressors, validators and so on.
0 commentsSave Tags: css-html, tools
Flapjax, JS-like language to add interactivity to web pages
Flapjax is a new programming language designed around the demands of modern, client-based Web applications. It's is easy to learn: its syntax is... more »
0 commentsSave Tags: ajax, frameworks, javascript
Java persistense API (JPA) presentation
Here is the presentation given this week at author's local JUG. This should give you a good overview of what JPA is and how to use some of the... more »
0 commentsSave Tags: frameworks, java
JDBC performance tips
A huge list of links and their summaries that are related to getting the most out of JDBC performance.
1 commentsSave Tags: database, java