Viewing entries posted in 2010

Using one select to control another select using SilverStripe and jQuery

Using one select to control another select using SilverStripe and jQuery

Posted by Gav on 27 August 2010 | 1 Comments

Tags: ,

In this blog post, I'll show you how to use SilverStripe and jQuery to use one select to control another select. If you want to check out the demo, have a look at this page.

Read the full post

ssh rm

Deleting a directory using SSH

Posted by gav on 5 August 2010 | 1 Comments

Tags:

I can never remember all of the simple SSH commands & i continually revert to the search engines. This is how you delete an entire directory using SSH.

Read the full post

jquery ui

Create a jQuery UI Accordion collapsed ( with no content panels open )

Posted by Gav on 3 August 2010 | 0 Comments

Tags: , ,

On a recent project, I was using the jQuery UI Accordion to show and hide content in a cool way. However I required that it had all of the content panels closed on page load. This is how you achieve this:

Read the full post

silverstripe change height of the htmleditorfield

SilverStripe: Using white text on a website and having a useable WYSIWYG editor

Posted by Gav on 3 August 2010 | 0 Comments

Tags: ,

Currently I'm working on a SilverStripe site which has a black background and white text. This causes a problem with the WYSIWYG editor in the admin as this is rendered with a white background and the white text cannot be seen.

Read the full post