TechnologyTales.com

Adventures in the world of digital and computer technology

Keep up to date, subscribe to the feed
  • Home
  • Contact
  • More on Ubuntu
  • Open Source Software
  • PC Equipment Resellers
  • Photo Equipment Retailers
  • Web Development Resources
  • Log in
  • Tags

    Adobe Blog Blogging Canon Command Line CSS DSLR Firefox Google Hardware HTML IE6 IE7 Installation Internet Explorer JavaScript Linux Microsoft MySQL Opera Operating System Perl Photoshop Photoshop Elements PHP Safari SAS Software SQL Ubuntu UNIX upgrade VirtualBox Virtualisation Virtual Machine Vista VMware Web Browsers Windows Windows XP WordPress WordPress.com WordPress plugins XHTML XP
  • Categories

    • Audio
    • Blogging
    • Books
    • Databases
    • Forums
    • Graphics
    • Hardware
    • Imaging
    • Internet
    • Linux
    • Mac
    • Operating Systems
    • PC Magazines
    • Photographic Equipment
    • Programming
    • Scripting
    • Security
    • Site News
    • Software
    • UNIX
    • Video
    • Virtualisation
    • Web 2.0
    • Web Development
    • Web Technologies
    • Web Tools
    • Windows
  • July 2009
    S M T W T F S
    « Jun    
     1234
    567891011
    12131415161718
    19202122232425
    262728293031  
  • Photo Gallery

    Here are a few teaser photos from my online photo gallery.

    Ross Castle, Killarney, Co. Kerry, Eire Ha'penny Bridge, Dublin, Éire Stob Ban, Glen Nevis, Lochaber, Scotland Gars-bheinn and Sgurr na Stri, Strath, Isle of Skye, Scotland Crib Goch, Llanberis, Gwynedd, Wales Great Orme, Conwy, Wales Pott Shrigley, Cheshire, England Ribblehead Viaduct and Whernside, North Yorkshire, England
  • Archives

Adding Microsoft core fonts to Debian

Thursday, June 18th 2009   
3 Comments

When setting up Ubuntu, I usually add in Microsoft’s core fonts by installing the msttcorefonts package using either Synaptic or apt-get. I am not sure why I didn’t try doing the same thing for Debian until now but it’s equally as feasible. Just pop over to System > Administration > Software Sources and ensure that the check-boxes for the contrib and non-free categories are checked like you see below.

Debian Software Sources

You could also achieve the same end by editing /etc/apt/sources.list and adding the non-free and contrib keywords to make lines look like these before issuing the command apt-get update as root:

deb http://ftp.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.debian.org/debian/ lenny main non-free contrib

All that you are doing with the manual editing route is performing the same operations that the more friendly front end would do for you anyway. After that, it’s a case of going with the installation method of your choice and restarting Firefox or Iceweasel to see the results.

Topics: Linux, Software
Tags: Debian, Firefox, Fonts, Microsoft, Synaptic, Ubuntu

Ridding the Google Toolbar dictionary of erroneously added words

Tuesday, June 16th 2009   
Leave a Comment

Butterfingeredness can happen to anyone and it’s always nice to know to remove words added to custom dictionaries in error. Many of my blog postings have had their spellings checked using a button on the Google Toolbar so I have a vested interest in knowing how to remove any bloomers. Thankfully, they have a useful page telling you exactly what you need to do for Firefox and Internet Explorer. As is often said, you can never be too careful…

Topics: Internet, Software, Web Tools
Tags: custom dictionaries, dictionary, Firefox, Google, Google Toolbar, Internet Explorer

Take a great leap forward, then consolidate…

Friday, June 12th 2009   
Leave a Comment

While I have been a user of WordPress since late 2006, I only began to start keeping tabs on its development following my hearing news of dramatic changes coming in what became 2.5. Since a pattern developing with bigger changes coming in 2.5 and 2.7 while both 2.6 and 2.8 didn’t add too much in the way of upheaval but rather evolved what was already there. With 2.8, theme and widget management got the once over while there were plenty of other tweaks that polished a well received forbear. The differences between 2.7 and 2.8 are discernible without breaking anything that shouldn’t be broken. In short, I rather like the result.

The reaction to 2.5 was mixed, to say the least, and that in part led to the dramatic changes in 2.7, especially with regard to the administration interface. I admit to having had doubts about these when I first saw them development and there was so much chopping and changing during development that stepping back until things settled down became a necessity. Even adding a ticket to the TRAC was problematical unless you had sight of what was happening behind the scenes because it became too easy to add an invalid ticket.

With the release of 2.8 into the wild, 2.9 is now on the horizon and I am inclined to suspect that we might see bigger changes again. For one thing, there was that interface poll a little while ago and who knows what impact that may have on what comes next. The structure of the administration screens may not alter that much but that still leaves changes to colours and icons with the aim of separating navigation from what else is on there, something that doesn’t trouble me at all. In fact, I don’t see very much wrong with how how things are right now and wonder if there’s any point in making too many changes at all. The forecasted incorporation of WPMU functionality is a bigger change that would mean the end of WordPress MU as a separate entity and would concern me more with the amount of under the bonnet re-engineering that would be needed. Add Google Summer of Code projects to this mix and 2.9 looks as if it could be a step change in the spirit of 2.5 and 2.7, if not in feel. Summer 2009 could be very interesting for WordPress and I only hope that it continues to work for me in the way that it does as we move from version to version.

Topics: Blogging, Internet, Web 2.0, Web Development, Web Technologies, Web Tools
Tags: administration interface, administration screens, development, theme, tweaks, widget, WordPress, WordPress MU

%sysfunc and missing spaces

Wednesday, June 10th 2009   
Leave a Comment

Recently, I was trying something like this and noted some odd behaviour:

data _null_;
file fileref;
put “text %sysfunc(pathname(work)) more text”;
run;

This is the kind of thing that I was getting:

text c:\sasworkmore text

In other words, the space after %sysfunc was being ignored and, since I was creating and executing a Windows batch file using SAS 8.2, the command line action wasn’t doing what was expected. The fix was simple but I reckoned that I’d share what I saw anyway, in case it helped anyone else:

data _null_;
file fileref;
x=”text %sysfunc(pathname(work))”||” more text”;
put x;
run;

Topics: Programming
Tags: Command Line, SAS, Windows, windows batch file

64-bit (Google) Gears

Monday, June 8th 2009   
Leave a Comment

Gears offers the potential to speed up WordPress’ administration screens so I tend to add it to Firefox as a matter of course. However, Google only offers a 32 bit version so you are either left to your own devices with the source or you snag someone else’s efforts. I have gone for the latter and you can find the package that I used here. Thus far, my experience with the thing has been positive on Ubuntu and I plan to continue using it.

Topics: Internet, Linux, Programming, Software, Web Tools
Tags: 64-bit, Firefox, Gears, Google, Linux, Ubuntu, WordPress

A late “advance” sighting?

Saturday, June 6th 2009   
Leave a Comment

Somewhat infuriatingly, Google released its own browser, Chrome, into the wild near the end of last year but only for Windows. My experiences with it on that platform are that it works smoothly, albeit without many of the bells and whistles that can be got for Firefox. While an unofficial partial port was achieved using Crossover Chromium and there is the Chromium project with all its warnings and the possibility to add a repository for its wares to Ubuntu’s software sources, we have been tantalised rather than served so far. However, that was recently bettered by the release of early access versions. In reality, these can be said to be alpha versions so not everything works but it’s still Chrome and without the need for Windows or WINE. The rendering engine most importantly seems to be the equal of what you get on Windows while ancillary functions like bookmark handling seem incomplete. In summary, the currently available deb packages are a work in progress but that’s better than not having having anything at all.

Topics: Internet, Linux, Software, Web Tools, Windows
Tags: Chrome, Chromium, Crossover, DEB, DEB packages, Firefox, Google, rendering, Software, Ubuntu, Windows, WINE
« Older Entries
©2007-2009 TechnologyTales.com

Valid XHTML   |   Valid CSS