Category: Computers
-
locating fewer files
Mac OS 10.4 (Tiger) has the neat Spotlight feature which allows you to find all sorts of files very quickly and easily. It even allows you to search the contents of many files, including e-mail messages, pdf documents and Microsoft office documents. There is one flaw however. To do this it creates a database, which…
-
vimcolor plugin for wordpress
I recently downloaded the vimcolor plugin for wordpress so my code samples could look nice and spiffy, with the syntax highlighting I am accustomed to seeing. There were of course a few problems. The most notable was some path problems. It was trying to use these values: < ?php $in_file = tempnam($GLOBALS['conf']['file_directory_temp'], 'pl'); $out_file =…
-
Nifty Firefox extension – resizable textareas
I just found a very nifty little Firefox extension that will make all textareas resizable. In case you don’t know, a textarea is a text box that is longer than one line. With this extension enabled, simply hover the mouse over the bottom right corner until the cursor changes, then click and drag until you…
-
web + print frustrations
Sometimes one wants to write a document that can be viewed both in print form and on the web. From my experiences so far, there does not yet exist a good way to do this from one document. I have tried several different methods, each with its own set of complications. I have not given…
-
Extreme TeX
While doing some searching around the internet for stuff about LaTeX, I ran across this snippet from a page on latex from stanford The example is from the infamous David Carlisle, illustrating how much one can automate using TeX (plain TeX, not LaTeX). If you are in for a fun little surprise, copy the text…