Skip to main content
 

Tweet: Trying to figure out how to download all my past t...

Trying to figure out how to download all my past tweets using Twitter Tools for

 

Tweet: Made some layout changes ...

Made some layout changes to vandragt.com (refresh), any comments?

 

Set a webpart to use the full viewport height

Today I wrote a bit of code that will set a webpart to use up all available height in a SharePoint page.

  1. If required, convert the page to a Blank WebPart Page or any other type that allows multiple webparts.
  2. Add a Script Editor web part with the code below, changing the elementID passed into SvdSetElementFullHeight with your element's ID attribute.

http://gist.github.com/svandragt/cbbd138d15f61fb71df9/7d07c53a3dfaa011005b5158e09bcfdd98312099

 

 

 

Tweet: Amazingly thorough documentation example from @vis...

Amazingly thorough documentation example from @visualsvn: Upgrading to VisualSVN Server 3.2 visualsvn.com/support/topic/…

 

SilverStripe relation records management - or why do I have so many database records?

You have a bunch of DataObjects that has_many RelatedItems. You might have the following seperate situations:

  1. Get the Dataobject->RelatedItems() and remove() one RelatedItem. What happens to that RelatedItem?
  2. Delete() a DataObject. What happens to the RelatedItems for that DataObject?

Regarding 1: (in SilverStripe 3.0.x) - the DataObjectID for that RelatedItem is set to 0.

Regarding 2: Nothing, their DataObjectID will point to a non-existing record.

Wrong Expectations

In both cases I expected the objects to be deleted, but SilverStripe is going for safety first and keeps the records around just in case.

This means that you might need to write maintenance code if you don’t expect this happening.

Things to keep in mind

If you are writing an sync task and want to make sure RelatedItems are fresh, do not delete / remove RelatedItems before creating new ones. You will be creating thousands of records over time.

Instead, get the list of IDs, and unset the IDs that you find. Then remove any IDs left in the list as they weren’t in the source.

 

My Hearthstone Strategy Tips

I’ve been playing Hearthstone, Blizzard’s card game battler, for a month or two now and am enjoying it very much.

Although by the very nature of a collectible card game people that pay money will have access to more cards, it’s currently very possible to win most matches without paying. My philosophy on free games is to pay the developer around as much money as I would have for the game if it was paid, but not more.

That said, if you are looking to play better here are some things I have discovered (I’m not involved in the HS community or read any strategy guides so my advice might be old hat):

Deck naming

I always change the name of my custom decks to the following format: X/Y [Approach of the deck]. X stands for the number of matches won, and Y for the numer of losses. After every couple of matches I rename the deck and update the stats. Example: 15/4 DrawHeal is my popular Priest deck.

Naming your deck this way allows you to keep tabs on if the approach works with the cards in the deck, if your deck is any good ‘in the field’, and it helps you remember your playstyle.

Refine one card at a time

You’re only as good as the hand you draw so before decimating your deck make sure you give it enough plays. One way I like to do this is to play a few matches and find any weaknesses in my deck, then swap one card for a better suited one.

This gives you valuable playing experience with the deck whilst incrementally making it better (hopefully). Should you take out 4 or 5 cards at a time then you might imbalance the deck in another way.

Spread of cards

Unless you have a specific approach you want to try out, try to have cards more or less evenly spread out across the mana spectrum (1-7). This ensures you have the best chance of opportunities at every turn. Nothing is more devastating to have a hand full of cards you cannot play.

Also make sure you have creature cards across the mana spectrum. As you don’t know in what order you’ll draw the cards, it is important that you can go on the defense or attack at any point in the game. Thus you need creatures across all mana levels.

Make a note of what is not working

Why did you lose? Did you end up with a lot of high mana cards in your hands that you couldn’t put into play? Or did you have a lot of low mana and high mana creatures but nothing in the middle ranges? Perhaps you were unable to stop the rushing Hunter because you didn’t have enough area of effect spells (spells that affect all (enemy) creatures)? Or did the right cards not come up, maybe you should draw more cards? Sometimes you’re just unlucky.

Slowly adjusting your deck in this way makes it more flexible to deal with any situation that arises.

Understand the classes

Initially I had a lot of trouble playing the Paladin (even though in World of Warcraft this is my favourite class) because I didn’t understand how to play it. Look at the unique cards the classes have. In this case, my impression is that the paladin tries to preserve and grow their creatures, so using it in a deck with sturdy defensive creatures and then growing them can be a viable approach.

You can’t play any approach with any class. Although combining cards to allow a certain approach is a risky but fun experience.

Be courteous

A game is only as fun as its players. So be kind and say hello, and compliment a player on a impressive play.

Personally, I do not like to admit my mistakes during the match because the opponent might not know that I made a mistake.

I’m sure you have your own tips and hints so any feedback is welcome via twitter.

 

Tweak Firefox UI using ChromEdit Plus

Update: ChromEdit Plus can no longer be installed because it's not signed, please see You too Can Improve Firefox.

For a long time I have been wanting to switch to Firefox as my main browser. I haven’t done so before today because I didn’t like two things: The font-size of the address bar, and having a seperate search box.

Today I’ll show you how to fix these issues.

Fix Address bar font-size: Install the ChromEdit Plus addon. Then, under Tools > ChromEdit Plus > ChromEdit add the following code to the userChome.css:


{ font-size: 16px; }

Press the Save and Restart buttons. Afterwards you can disable this addon.

Remove the search box: right click on a toolbar > Customise. Drag the searchbox into the Customise Toolbar dialog to remove it from the UI.

 

The iPad Effect

After using the iPad mini for a day now, I have noticed it already has affected how I see my iPhone 4 and a hypothetical iTV. I find that this is very much like any other experience in life; the best way to form an opinion about something is to contrast it with something else. This is true from cultures to operating systems, and is also one of the reasons why I encourage people to travel.

The iPad experience

So even though I've had the pleasure of using an iPhone 4 for several years now, only now do I notice immediately after switching from the iPad mini how heavy it is! It's actually heavier than the much bigger iPad mini, and feels uncomfortably heavy initially. Up until now, the solidness of the iPhone 4 has always been a positive to me. The iPad mini is almost (but not quite) too light and this changes the expectation of a smaller device.

After using the the mini for a while, I’m also painfully aware when launching Safari how short the phone's screen is. So I am not surprised that Apple responded to its iPad advances by adjusting the expectations of how an iPhone should look and feel. I just wasn't prepared for it!

As I currently don’t have a cover, I’m wondering how to take the iPad with me to work. I already much prefer it in terms of speed, easy of use, and screen estate, to the iPhone. Typing feels a lot easier as well making it much more suitable for articles like this one.

On first use

Oh, and how annoying is it to restore from an iPhone backup as your first iPad experience only to find out that half your apps have been miniaturised? Personally, I think iPhone apps shouldn't restore to iPad at all, and instead if and when iPad versions are available one should see a list of apps to upgrade to.

Also Instacast, why no iPad version? Perhaps it's makers agree the iPad is not optimal for enjoying podcasts. I wish we had the option to try it.

So far, it seems I have successfully post-predicted the iPhone 5, the podcasts app and Smart Cover! That makes me think Apple has been using the iPad mini internally for one or two years prior to the iPhone 5, and concluded similarly.

On the TV experience

Later that night as I lay awake and watched BBC News two more things hit me:

  1. How suitable the iPad mini is for watching TV and using apps like Netflix; not just in terms of screen size and crisp visuals but also in terms of content browsing.
  2. How any future Apple TV has to group content apps within a dedicated interface as you don't want to intersperse these with regular apps on the springboard.
  3. There really should be a way to rest an iPad like how laptops are held up by their bodies, so I can lie back and watch.

So I wouldn't be surprised to see some kind of devices bundle where a small iPad acts as the content guide for an apps enabled Apple TV. Maybe add a content browser app with the content apps inside. The tv itself is then just a bigger output of the content already viewable on your tablet.

Plus In the future I would hope to see some sort of evolution of the Smart Cover that can support a device in a 90 degree angle like the iMac stand.

 

Creating a Wordpress redirection page

This is the simplest way to add a page redirection feature to your WordPress theme.

First, create a new theme file called redirect.php with the following contents:

<?php
/*
Template Name: Redirect
*/
the_post();
header('Location: ' . get_the_content());
die();

To create a new redirection page:

  1. New page, change the template to 'Redirect'
  2. Switch to HTML editing mode and put the url in the content area.

 

Release 1.1 - wordpress-basetheme

The aim for wordpress-basetheme is  a bare bones, well structured, easily customisable WordPress base theme.

You can build on it to speed up your own theme development. It's so minimal that I wouldn't recommend it as your final site theme. Instead it makes it trivial to apply your design to a WordPress blog, or to build out from this starting point. This site is build on top of the project for example.

Version 1.1 is now available
Download | View on GitHub

Changes:

  • updated styling and version
  • previous next buttons on singles
  • ie style targeting (unused), remove admin bar until supported, top nav
  • archives added and accessibility improvement
  • date permalinks
  • consistent titling
  • edit link in footer, no home
  • moved comments into its own template file
  • padding issue

Your feedback is welcome.

 

Wordpress Base Theme

I've released a first look at "Wordpress Base Theme", a bare bones base for your own themes:

  • DRY
  • KISS
  • easily customisable WordPress base theme.

You can build on this to speed up your own theme development.

 

DisplayAnything3

DisplayAnything3 is a file and image gallery module for SilverStripe 3.0 with a big list of features. I'm looking forward to trying the module on a future project.

 

Clear writing

The best way to write a clear blog post is to paste your draft into a text-to-speech engine such as tts-api.com and listen to the output. If you can't easily understand what is said then that will most likely indicate problems with your sentence structure.

 

When Get-ADUser does not return the complete user

When writing a Powershell script that checks for changes to Active Directory users, you may find that all users change every time you run the script. One explanation for seeing this behaviour is because Get-ADUser does not return all the fields. A field that is not returned can never be equal to a string value.

For example, let's consider the following code:

$csv_file  = "users.csv"
Import-Csv $csv_file | ForEach-Object { 
    $username = $_.USERNAME
    $ad_user = (Get-ADUser -filter {sAMAccountName -eq $username})
    if (!$ad_user) {
        # create account, it does not exist
    } 
    else {
        $filter_accountchanged = { $ad_user.DisplayName -cne $displayname }         
        if ($ad_user | Where $filter_accountchanged) {
            # update existing accounts with changes 
        }
        else {
            # account exists and has not changed
        }
    }
}

You will find that all existing accounts come up as having changed. This is because $user.DisplayName is not returned by Get-ADUser.

The issue is resolved by asking Get-ADUser to return all properties:

$ad_user = (Get-ADUser -filter {sAMAccountName -eq $username} -Properties * )

Now all properties are returned, and the "account change" filter works as expected.

 

SilverStripe Gists

I've released the following data extensions (might pack them up as modules):

  • HiddenFields DataExtension: Takes form fields specified through $hidden_fields and hides them from edit form. View code
  • Description DataExtension: Specify a $db_descriptions array to DataObjects to attach formfield descriptions. View code

 

Windows 8 a catastrophe for Games?

Interesting article by Tom Phillips interviewing developers about Windows 8 and it's closed Windows Store, with this gem of a quote from Introversions' Chris Delay:

"I really don't want to see the PC becoming a closed platform. Microsoft is not a company that's able to benignly oversee that process. They will f*** it up. We'll all be doing Kinect support and 16 language versions, we'll all be supporting a Microsoft Office plug-in. It's my own worst nightmare.

[...] “The PC continues to be as relevant as it was ten years ago, despite consoles coming and going, because it is an open platform. If that changed it would be terrible.”

It's interesting times for the gaming industry, indeed.

 

OptimisticLocking SilverStripe Module Release

Some of you might be interested in my first ss module: silverstripe-optimisticlocking

This is a very simple module that prevents your site users from losing data. It works by by blocking the save process if the record changed since it was retrieved, preventing accidental overwrites. (user1 starts editing, user 2 starts editing, user1 saves, now user2 can't overwrite user1's changes). By default, Silverstripe lets you lose data by overwriting the record on save.

You might know that Pages benefit from versioning (so you can restore to a previous version), however by default DataObjects don't have versioning enabled so this module will come in handy then (AFAIK it's not trivial to enable either).

If feedback is good, I will try to add it to the SilverStripe modules list.

 

Carbon Powershell support is here!

I have been working with Carbon over the last weeks and one thing I noticed was that having to navigate through the admin menu repeatedly was getting a bit long in the tooth. Sure, for the occasional admin task it's useful to have the admin close to the site itself.

After adding deployment through powershell it became clear that switching between admin and commandline is not ideal either. So I decided to implement all administration throughu the powershell script.

With 0.2.3 you can add the following parameters to the script:

  • login: login to admin
  • draft: create draft
  • generate: generate static site
  • deploy: deploy to live
  • clear_cache: empty cache

The script will also tell you the correct syntax if you get it wrong. Happy carbonating!