Author Archives: Rob

Silverstripe 3 Pagination fix

So I was trying to paginate a custom search. Hit a snag with some of the code recommended here: http://doc.silverstripe.org/framework/en/reference/searchcontext …
Read More

Posted in Silverstripe, Silverstripe 3, Web Development <Leave a comment

Keep your webserver protected

So the usual deal, I wake up and I can see that Silverstripe has emailed me 60 errors within 30 …
Read More

Posted in Security <Leave a comment

SEO the final word

One of my clients has asked me about another company who have promised to make them the front page of …
Read More

Posted in SEO, Web / Internet, Web Development <Leave a comment

Silverstripe 3 file upload error JSON unexpected character

If you get a Silverstripe 3 upload error (SyntaxError: JSON.parse: unexpected character) The the solution is simple. Make sure your …
Read More

Posted in Silverstripe 3, Web Development <Leave a comment

BITCOINS ARE (NOT) THE DEVIL!

I’ve been seeing some people around the net attempting to explain Bitcoins to the layman. Their explanations basically center around …
Read More

Posted in Bitcoin <Leave a comment

Robert Clarkson featured in Reseller News Article

Your favorite web developer has been featured in Reseller News!

Posted in Web / Internet, Web Development <Leave a comment

.htaccess Redirect depending on domain

Do you want to redirect depending on what domain users use to access your website? The following code you add …
Read More

Posted in Web Development <Leave a comment

New Web Development Blog

My Mate Chris over at Darkside Web Services has started a new blog about development for noobs. It’s got down …
Read More

Posted in Web / Internet, Web Development <Leave a comment

The new DataExtension Class replacing DataObjectDecorator in Silverstripe 3.0

With the impending release of Silverstripe 3.0, we now need to do things differently when decorating objects. Instead of using …
Read More

Posted in Silverstripe, Silverstripe 3, Web Development <Leave a comment

Member isAdmin no longer available in Silverstripe 3

As the “isAdmin” method is no longer available for the Member class in Silverstripe 3.0 the best way to detect …
Read More

Posted in Silverstripe, Silverstripe 3, Web Development <Leave a comment