Archive for November, 2006
Rails: Security Check-up
Is your Rails app secure? Really? Maybe you need to perform a major check-up of your Rails application to make sure.
Here’s a comprehensive list that will take you through the most common mistakes and forgotten security risks in your Rails application.
It’s a great post. Print it, hang it on your wall and create secure Rails [...]
The Three Corner Stones of Developerhood
As a developer, there are just some things you can’t do without. I have found that there are three things that I need. Really need. If one of them is missing, I have trouble doing my job properly.
I call them “The Three Corner stones of Developerhood”:
SVN: How to structure your repository
Most people know what Subversion is and that there’s something called “The Trunk” with code in it. Well, there’s more to your SubVersion repository than you think! This article will discuss how to structure your repository in order for you to take full advantage of Subversion’s possibilities.
As you may have read in my previous Subversion [...]
WordPress: Author comment highlighting
I’ve seen it lots of times before, but I just added it to Ariejan.net (and the next release of the iAriejan theme). Sometimes there are lots of comments and it’s nice for visitors to see what the official reaction of the blog author is.
Since I haven’t really looked into a plugin or anything, this is [...]
SVN: How to fix bugs properly
I’ve already told you about releasing your project with help from Subversion. Now I want to talk to you about using Subversion to fix bugs in your application.
Fixing bugs can be as easy as fixing a few lines of code or as hard as rewriting a significant portion of your application. Both situations need a [...]
Google Project Hosting: SourceForge Competitor
I just found out that Google Code is now offering Project Hosting! It’s in the same style as SourceForge, but the Google way!
As a Google user you can create a project with a built-in issue tracker and Subversion repository. And if that’s not all, you can tie in a blog (at Blogger.com is you like) [...]
Plugins used on Ariejan.net
After I released iAriejan I got some questions about what plugins I run on Ariejan.net. So, upon your request, here is the full listing.
I’ve included links to all the sites where you can download the plugins.
Note that iAriejan comes bundeled with WP Wetfloor and AJAX Comments.
CSE-Tool 1.1.0 Released
Hot of the press! CSE-Tool 1.1.0 has been released just a few minutes ago! Grab the code now or check a live demonstration!
Please report any feature, support or bug requests back at the project’s SourceForge page.
Also, if you like CSE-Tool (and want your feature added sooner rather than later) please consider making a small donation [...]
SVN: How to release software properly
Many projects use SubVersion nowadays to store their project code. I do this also at work, and for my personal projects like CSE-Tool.
The question, however, is how to release your current code properly to the public. You probably don’t want your users to check out your current development code. Either you want them to check [...]
Announcing CSE-Tool: Deploy you Google CSE with ease
This is just a short note to let you know that CSE-Tool 1.0 has been released.
The CSE-Tool allows you to easily (just copy-paste a few items presented to you by Google) deploy your Custom Search Engine. All you need is a CSE (of course) and optionally a Google Analytics account to track who’s coming by.
System [...]
