The MacMini
Well they’ve finally done it – made a computer I can afford to buy my parents, who need one even if they don’t know it! One weird thing – I could have sworn that on
Continue readingSolving technology problems, one at a time
Well they’ve finally done it – made a computer I can afford to buy my parents, who need one even if they don’t know it! One weird thing – I could have sworn that on
Continue readingI was having trouble writing a javascript that sniffs the browser for IE or non-IE, then selects a server side include (SSI) based on the result.
It turned out that you cant do that with javascript: first of all it seems to mis-read the include string:
document.write('<!--# include virtual="includes/safety.htm" -->');
The browser sees this as comment and lops everything off after the (‘ even though the string has quotes around it. If I use a to escape the ! as !, then it simply writes the whole string out to the page, rather than interpreting it.
Apparently this is because SSI’s are evaluated on the server, so they are already executed before the browser renders the page – so by the time my page gets rendered, it’s too late.
Continue readingI have a series of five flowcharts in a tabbed layout, one flowchart per tab (seem to be doing tabs a lot lately). I wanted the user to be able to click a link on another page, and have the flowchart page open to the correct flowchart layer. A working example is here:
Switch layers on the next page by clicking a link
When I tried setting the value of a variable on the new page, it worked in some browsers but not others, probably because some computers are slower at loading pages than others, and the necessary layers would not be loaded in time for the variable to have something to populate.
Continue readingI had my Mac logging in to the enterprise Novell system with no problems, using Prosoft Engineering’s NetWare for MacOS X v. 1.2.2.
It would mount the various servers I use daily just fine. Then one Monday morning I came in, and nothing would mount, nor could I see them anymore by browsing the tree.
It turned out they had been moved to another tree over the weekend. However I could not see this tree in the NetWare browser, only the old one. I knew the short server name from the notice the Novell team sent out about the migration.
On the ProsoftEngineering site, it says
” To login manually, select the Login tab. You can then manually enter the Username, Password, Tree and Context information. The Tree name should be the IP address or DNS name of the server you want to connect to. You can enter the Context information, or use the Context button to browse for available User Contexts. Please note that if you enter the tree server manually, you must also make this same server a Static SA server in the Directory Services Preferences Panel. ”
So, you can manually log in to a tree that you cannot see by typing its full name into the Tree field on the login screen of Netware. Before doing this be sure to open the NetWare preferences and click user defaults. Make sure Use These As Defaults is not selected. That way it will let you change the login settings.
Continue readingWhen trying out Flashpaper 2, after having already installed Macromedia Contribute 2, on a Windows 2000 machine, things got hopelessly confused. The driver for the earlier version was still in place, and the new driver
Continue readingWhen using Subtitle Workshop for creating Quicktime captions I found that the settings supplied with the program for Quicktime are incorrect. This can be fixed by creating a new Custom format and saving it in the Custom Formats folder inside the Subtitle Workshop folder.
Continue readingThanks to TDobes note on the Drupal forums, I got past a fatal error after upgrading to Drupal 4.5.1 from 4.3. “Fatal error: Class theme_example: Cannot inherit from undefined class basetheme…” It turns out I
Continue readingWhile experimenting with GoLive’s Quicktime track editing features, I opened up a movie, saved using Quicktime’s Export to MPEG-4 function. GoLive slowed to molasses speeds. Thinking I was dealing with a GoLive issue, I searched
Continue readingAn article on SlashDot about cardboard houses reminded me of Shigeru Ban, a Japanese architect who has designed beautiful structures using waterproofed cardboard tubes. He has developed methods for creating the tubes on site in
Continue readingIn case anyone is curious, as I was, what film caused someone to murder Theo Van Gogh, the short film “Submission” is available for viewing HERE or HERE
Continue reading