All the plugins referenced on the b2evolution site related to Google Analytics were old or dead. So I have written this one to replace them all.
This page is to provide comments and suggestion.
Source and instructions may be obtained from the down… more »
Categories: "Computer Languages"
During Spring development I got this exception, but there was almost no reference to what caused it. So after a lot of searching I found out the cause and thought I'd blog it for others struggling with the same problem. more »
This article gives a step by step set of instructions to set up Eclipse to run a Jetty application container using Jersey RESTful annotations and talk to a MySQL database. You would have thought that with all these technologies being really popular ther… more »
I’ve been learning how to use Microsoft’s Web Application Projects in C-Sharp. I started with the MSDN documentation and in spite of being familiar with all the web concepts I found Microsoft’s documentation confusing. The code… more »
I'm working on a PHP web site and I want to add a user authentication component. In the past I've written hundreds of these things and couldn't be bother to write the same code all over again. You know the story: create user table in the database, add a… more »