earobinson.org is back up
earobinson.org went down for a bit tonight but it is now back up. Please let me know if you find any problems.
![]() |
Edward Andrew Robinson“Brilliant people simplify things, and mediocre people complicate things.” — Unknown |
Archive for the ‘Blog’ Category.
earobinson.org went down for a bit tonight but it is now back up. Please let me know if you find any problems.
I just upgraded to wordpress 2.6, and I am also now using the base theme. I know I have not posted in a while I have been working on another project, but I do have a post in the works.
Edit: let me know any problems that you find with the blog due to the updates.
I have been blogging for quite some time. During that time I have used blogspot.com, wordpress.com and now my own wordpress install. The main thing that has made me move from platform to platform is gaining more and more control over my blogging experience. With that said as of late I have been having some really problematic wordpress bugs.
About my Setup
If I left out anything let me know. Hope you guys can help me.
Today I updated to wordpress 2.5, and I have to say its great. I love the new interface. As well as updating in response to all the websites stealing planet Ubuntu content I am going to try using the ©Feed plugin for wordpress. So we will see how that goes and I hope the plugin is not to invasive for people.
I am also loving playing with the Hardy Heron Beta and am looking forward to upgrading all my machines when it officially comes out.
In other news my girlfriend has now been using Ubuntu since Christmas and has promised to help me write a post about her experience.
Edit: I have nothing against other sites hosting my posts as long as I get a backlink.
I have upgraded my blog to WordPress (Version 2.3.2), nothing to see here, move along.
I hope to have now found a new home at www.earobinson.org. Please report any broken links you find.
My feeds seem to be broken, This should have been published under Blog, nopeits just my Ubuntu Planet tag thats broken
Update: Its a wordpress issue you can get it fixed here
The other day I tried to blog about the vte.terminal, and I had huge problems posting the source code. My problem was that despite how much I searched, and everything I tried, I could not keep the formatting and post the source code. The formatting was wrong when I used the <code> tags (The spaces where removed and in python that’s important).
It turns out that this was the most correct with the exception that befor you make your post you must go to Users then Your Profile and make sure “Use the visual rich editor when writing”
is unselected instead of [sourcecode language=’css’]…[/sourcecode] you are going to want to have [sourcecode language="css"]…[/sourcecode]
[sourcecode language="python"]#This
#is an example
#of what your source code will look like
x = True
if x:
print ‘hello world’[/sourcecode]
The source for this post can be found here.