Yes, another one. Just finished it. Will beta-test it on this site. Wordpress themes are some good Sunday afternoon entertainment.Download: zero-1.3.zip
Tags: theme, wordpress, wordpress-theme, zero
February 4th, 2007 · 57 Comments »
There must be some better way to define Properties for a test case in JUnit. Somehow I don’t think VM args with -D are suitable for this. I would have expected to be able to define some properties file that will be loaded automatically by the test where I can define stuff that will change […]
February 4th, 2007 · No Comments »
If you just want to use a plugin that enables you to insert META keywords into wordpress, Another Wordpress Meta Plugin could be the solution for you.
What’s the benefit of META keywords?
The short answer is “No, but …”
Modern search engines (SEs) don’t care about your meta keywords. If they did, you’d just stuff everything and […]
February 3rd, 2007 · 1 Comment »
This is my basic ant build file for quick EJB 3.0 projects:
<?xml version=”1.0″?>
<project name=”ejb3-project” default=”jar” basedir=”.”>
<property environment=”env” />
<property name=”src.dir” value=”${basedir}/src/main” />
<property name=”src.resources” value=”${basedir}/src/main/resources” />
<!– Set jboss.home and jboss.server here –>
<property file=”${user.home}/.ant.properties”/>
<!– Use JBOSS_HOME from environment if not defined in .ant.properties –>
<property name=”jboss.home” value=”${env.JBOSS_HOME}” />
<!– Reasonable default if not set in .ant.properties. –>
<property name=”jboss.server” value=”default”/>
<property name=”build.dir” […]
February 3rd, 2007 · 2 Comments »
Just a short list of my favorite free movie trailers sites:
Google Video
Youtube (of course)
That pretty much sums it up. There are others though:
Apple Movie Trailers
Feel free to contribute to this list in the comments section.
February 3rd, 2007 · No Comments »
Our goal here is to create the following project structure with content:
Apart from creating a new project we only have to create 3 files: Entity.java, persistence.xml and build.xml.
In Eclipse, create a new EJB 3.0 project. You don’t have to create an EJB 3.0 project but this will include some jars in your project classpath which […]
January 29th, 2007 · 1 Comment »
An EJB 3.0 tutorial with JBoss that will develop a full-blown blogging software in very easy to follow steps. Ok, that was the goal. But it’s still a basic EJB 3.0 tutorial.
January 29th, 2007 · 3 Comments »
Have you ever noticed that most templates stuff your single post title with ‘Blog Archive’ or even your blog name? I was sick of having to edit my templates and wanted something automatic. Something to just install and work out of the box which would give me the natural title of the post and nothing […]
January 27th, 2007 · 24 Comments »
Just finished a plugin which lets you insert visitor tracking code in your wordpress site without having to touch your template. Just activate it, go to Options -> AWTP, insert your code there and click Update Options. Done!
Just tested it with Google Analytics, any other visitor tracker which gives you some mixture of HTML and […]
January 27th, 2007 · 75 Comments »
It was about time for another theme Just installed it on this site.
Small Screenshot:
Download: zedsimple-1.1.zip
January 26th, 2007 · 13 Comments »