Archive for the '★grads.net' Category

Why Computer Scientists Should Adopt Open Notebook Science

I wrote this essay using MediaWiki (formerly at the address http://stargrads.net/wiki) as a proof-of-concept to see if I can write an essay or a paper online. Since I’m removing MediaWiki from this web site, I have copied its contents below… » [Expand post] [Permalink]

0 Comments

Old Help:Setup wiki

The content of this post used to live at http://stargrads.net/wiki/Help:Setup, and described how I had set up the software for this web site. I am archiving the contents of that page here for the reasons described below. It probably won’t interest anyone except for nerds… » [Expand post] [Permalink]

0 Comments

Removing cruft and re-organisation

When I first made this web site, I didn’t know what it was going to be about. I threw together a lot of tools that I wanted to experiment with. Most of these became unused after some time, and are just taking up space and bandwidth.

I have a much better idea now of where this web site is headed. Therefore, I’m going to be doing some trimming and re-organising this weekend. It should be much more sleek and focused afterwards. In the mean time, many things will probably be broken.

– davinci 12184

No related posts.

0 Comments

Fixing the site’s appearance in Internet Explorer

I just spent the day in the library, where I used Internet Explorer on a public terminal. I knew that IE did not render CSS properly, but until I tried to use this web site for several hours in IE, I had no idea how bad things were. I’ve hacked the CSS so that it displays reasonably well in IE now. I hope this didn’t mess things up for other browsers. Grr… » [Expand post] [Permalink]

No related posts.

0 Comments

Wikindx macro plug-in for WordPress

In this previous post, I had actually made use of a small plug-in I had written for WordPress, which creates a macro for pulling bibliographical information from Wikindx, which I use to manage my bibliography.

The plug-in is rather simple, but since a web search turned up nothing similar (which is kind of surprising), and someone might find it useful, I thought I’d post it here… » [Expand post] [Permalink]

2 Comments

Using the Ajaxified Expand Post Now plug-in with Rob Miller’s Footnotes plug-in

This is a little technical post for anyone who is interested in using the Ajaxified Expand Post NOW plug-in[1] and Rob Miller’s Footnotes plug-in[2] together. On this website, I’m running AEPN version 0.7 beta 7, Footnotes version 1.2.1, and WordPressμ version 2.8.2, which are the latest versions as of this writing.

The AEPN plug-in truncates a post and appends an… » [Expand post] [Permalink]

10 Comments

Using jsMath with WordPress, bbPress, and Wikindx

There’s really no special trick to using jsMath with WordPress, bbPress, or Wikindx — just follow the installation instructions.

Essentially, you just need to add the following code in the header of your web site (where “path.to” should be replaced with the URL to your installation of jsMath):

<script type="text/javascript" src="http://path.to/jsMath/easy/load.js"></script>

For this web site, the above line was added to the headers of each of the template files of the component software packages.

One minor trick to getting jsMath to work with Wikindx is that all special characters have to be escaped properly\(\)… » [Expand post] [Permalink]

4 Comments