James Ball

How Do You Do, Fellow Kids?

Octopress: Custom 404 Page

Open up config.ru from the root directory and update the sinatra not_found route to the following:

config.ru
1
2
3
not_found do
  send_sinatra_file('404')
end

This will redirect to http://yourdomain.com/404/ where the page is found, but we still need to create a page.

To do this use rake new_page[404]. This will create a new file named index.markdown in your /source/404 directory:

404/indexlink
1
2
3
4
5
6
7
8
9
10
---
layout: page
title: "404 Error"
comments: false
sharing: false
footer: false
---
Whoops, the page you’re looking for cannot be found.

Maybe you can find what you are looking for in the [archives](/blog/archives/).

View my 404 page here.

Test Post Please Ignore

Looks like I have successfully imported my previous posts from Wordpress and deployed Octopress.

helloWorld.c
1
2
3
4
#include <stdio.h>
int main() {
printf("Hello World!\n");
}

Typical Student Feedback & Forum Replies

i think its stupid that you can not access games during lessons, what if you have finished?!!!!!!!!!!!

i spot on matti sooperman can laza hulks shorts off wid his eyes all de time

the fact bloonstd4 has gone and i dont have my 50 leap poins is ridiculous im so angry. I WANT MY LEAP POINTS BACK NOW!!!!!!!!!!!!!
Such a disgrace that i have lost my leap points!!

I love my little pony its great ;)

Workflowy: Organising My Brain

Basic Features

To use Workflowy simply type right on the screen. Write some text and it turns into a bullet point. You can add more bullets and nested bullets, as well as a note which appears underneath attached bullet in a lighter colour.

Bullets can be marked complete, export, copy, and delete any bullet by accessing the bullet menu by clicking on its bullet.