A Mind @ Play | random thoughts to oil the mind

CAT | Technology

Mar/10

10

Internet footprint

The Internet Trail
The Internet Trail

An email arrives from a company you’ve never heard of telling you about a change to their user policy. It could very well have been spam, except that the details are actually correct for a change, and you’re not being offered a credit card, mortgage, or a million dollars from a Nigerian general. The email details alterations to a privacy policy you probably never read, particularly since the company name itself doesn’t register. You’ve just stumbled upon your Internet trail, crumbs you’ve scattered around the place registering here and there over the years.

But just how big is your Internet footprint? If you’re a conscientious user who goes out of their way to protect their information and avoid pointless trivia on the Web, it could be that you’ve only left a few grains behind you. But for the rest of us, those little titbits could very well be quite liberally scattered throughout the Internet, potentially accessible to just about anyone with the time and inclination. Whilst the content we’ve created ourselves might be relatively humble, today’s social web has ensured that all but the most camera shy can end up having their pictures online for virtually anyone to see, and references to us can be found with just a few simple searches. But our Internet footprint isn’t just limited to those relevant bits which appear when we’re Googled—which after all is as much dependent on the uniqueness of our names or the fields in which we work—but simply, how many little instances there are of us out there.

(more…)

· · ·

There’s one problem which was driving my parents nuts on XP for some time before we finally got around to finding a reasonable solution. For whatever reason, one of their computers insisted on automatically adding the shared network printer on the other machine as the default printer in the list. This regardless of whether we had already assigned a local default, and whether the network printer was already in the list.

Whilst that already caused some consternation when documents would be sent to the wrong machine, it was compounded by the fact that if the printer was offline at the time, Windows XP would spend 100% CPU time trying to find the damn thing, leaving the PC highly unresponsive until the print queue was manually cleared. Meaning the options were between remembering to change the printer on every print job, or forgetting and rebooting the machine in between.

Fortunately, we found the handy little script below on some forum or other (praise be to the original author). It stops Windows’ printer service, deletes any waiting print jobs, and then restarts the service. Copy the lines below into a batch file (or into a simple text file and change its extension to .bat) or alternatively download the same script as a file.

@echo off
echo.
echo Purging the print queue . . .
net stop Spooler
echo Deleting all print jobs . . .
ping localhost -n 4 > nul
del /q %SystemRoot%\system32\spool\printers\*.*
net start Spooler
echo Done!
ping localhost -n 4 > nul

  Clear Printer Queue Batch (240 bytes, 4 hits)

· · · ·

Steam

I’ve been using Steam for a fair while now, in fact pretty much since the beginning, and have seen the program grow on from its fairly humble origins. There are now hundreds of titles available, including games from big-name publishers and independent game houses alike, and the usual crashes and quirks that afflicted the early releases are pretty much gone. Nevertheless, there are still a number of key areas in which Steam continues to live up to standards, at times making using the system a bit of a nightmare. This is a list of some of those issues which in my eyes prevent Steam from becoming a really top class product, delivering everything the platform really promises. Some of these issues admittedly have their origins outside of Valve’s headquarters, but the way in which they are dealt with only compounds the problems further, for both customers and clients.

(more…)

·

There are plenty of examples out there of WordPress installs suddenly displaying blank pages—on admin pages as well as frontend posts—after changing themes, adding/removing plugins or updating the WordPress backend. Whilst there is plenty of good information out there covering most of the usual suspects, I just came across another which was fairly difficult to track down given the lack of information, though pretty easy to solve once I’d found it. If like me you’ve at any point tried to streamline your WordPress install by cutting down on a few unnecessary services, and reducing the number of calls to the database, you may have added some lines to your wp-config.php file like so:

define('TEMPLATEPATH', '/path/to/theme/directory');
define('STYLESHEETPATH', '/path/to/theme/style.css');

Fairly innocuous, until you actually change your WordPress theme, in which case those long forgotten about resource savers will leave you with little more than a blank page to diagnose your problem. If this is the case though, just updating the lines or commenting them out will leave you with a workable system once again.

·

It’s a fairly common problem with Windows. Somehow a program manages to create a file with a name containing illegal characters or otherwise outside the file system’s parameters. No matter what you try, you just can’t rid yourself of it. The file certainly isn’t in use and being locked up by another program. Trying to delete or rename the file only results in Windows telling you the file cannot be found: “This is no longer in <location>. Verify the item’s location and try again.” Even running the Command Prompt with administrator privileges doesn’t allow you to move, rename or delete the blasted thing!

Fortunately, I managed to find an easy solution. Fire up the 7-zip File Manager, and rename the file from there. Bingo – don’t ask me how Vista couldn’t manage it, or indeed why 7-zip could, but at least now you can delete the blasted thing! Kudos to the guys on this forum for the answer.

· ·

Oct/09

31

Back to the Fold

The Fold

The Fold

Many of us are probably familiar with the idea advanced in the early days of the Internet, that most users don’t know how to scroll through a website. Today that seems pretty unbelievable. The vast majority of websites, and indeed many of the most regularly visited, not only favour scrolling but to a large extent rely on it for navigation. So have the rules of the so-called ‘fold’ changed since the Internet’s inception? And what role should it play in decisions made regarding a website’s design today?

Viewing the web can be a very personal experience. Depending on your very own choice of browser, monitor or resolution, the web can look a very different place. If you’ve ever for some reason been forced to view one of your regularly visited websites on a much lower resolution monitor, for example, you’ll know what I mean. What once appeared spacious and easy to read suddenly seems squashed and cluttered. The cute little thumbnail images now take up good chunks of room and force you to scroll around them to get at the text. And should that site employ a fixed-width design that is wider than the current resolution, even more space goes to waste with the appearance of a side scrollbar.

(more…)

·

Sep/09

13

Dick Dastardly’s DSL

Interesting little snippet about the current state of South African Internet services. Designed simply to show up the state of South Africa’s Internet options, the test pitted a pigeon against a connection delivered by their largest provider. The pigeon managed to deliver 4GB of data 60 miles in little over an hour, and it took the company another hour to upload the data (one can only assume they were for some reason using an old USB 1.o/1.1 connection). In this time, just 4% of the data had been transferred via ADSL. Humbling though this message might be, I really wonder if services in the UK would fare much better? At a rough estimate, in the total amount of time it took the pigeon, my own connection might have managed around 5% of the total. The average business connection would probably have achieved twice that, but either way, the pigeon method wins hands down. Having said that, I don’t think we’ll be seeing any alternative pigeon networks set up in the UK just yet. ‘Packet loss’ due to hawk attacks would be monumental.

[Via African Politics Portal]

· · ·

Older posts >>

Theme Design by devolux.nh2.me