Tag: Web Development
Silverstripe 3 Pagination fix
So I was trying to paginate a custom search.
Silverstripe 3 adding index.php to URLs
Had a problem where Silverstripe was adding index.php to all URLs which was a pain in the ass.
Read more about 'Silverstripe 3 adding index.php to URLs'...
Silverstripe 3.1 HTMLEditorField embedded images now have a changable default width setting
Silverstripe's default is to embed images with an auto width set of 600px. This is often not an appropriate width setting for your client, as they may be uploading extra...
Robert Clarkson featured in Reseller News Article
Your favorite web developer has been featured in Reseller News!
Read more about 'Robert Clarkson featured in Reseller News Article'...
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 assets folder is writable by the web server.
Read more about 'Silverstripe 3 file upload error JSON unexpected character'...
SEO the final word
One of my clients has asked me about another company who have promised to make them the front page of google in 3 months for certain keywords, but they aren't...
How to use HTML5 video on your website
HTML5 video was always going to be difficult with different browsers supporting different codecs. Looking at the HTML5 wikipedia page, we can see that we are going to need to...
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 for an admin in the template is now to use...
Read more about 'Member isAdmin no longer available in Silverstripe 3'...
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 extending the DataObjectDecorator class, we now need to extend DataExtension.
Read more about 'The new DataExtension Class replacing DataObjectDecorator in Silverstripe 3.0'...
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 to earth "no shit" advice and experience.