One practical, but sometimes annoying, feature in most browsers today, is the autocomplete functionality in the URL field. While it does save you time when you are used to it, it can also send you to a different page than you were intending. Luckily, both Firefox and Chrome has a shortcut to delete entries from the autocomplete list.
Start typing the address, and when the one you want to delete shows up in the list of alternatives, use your down-key to mark it. Then simply delete it by typing Shift+Delete
. If you’re on a Mac with a compact keyboard, the keyboard combination fn+shift+backspace
will do the same thing.
Blog
-
How to remove addresses from Autocomplete in your browser
-
Reviewed: the Good Study Guide
As part of preparing to study at the Open University, I decided that I needed to establish some routines and generally speaking get to a point where taking an hour or three per day to study came naturally, both to me, and to my family. In order to achieve that, my first subject was the Good Study Guide. Here are my thoughts on the book:
Author: Andrew Northedge
Publisher: the Open University
Year: 2005
ISBN: 9780749259747
Length: 392 pages
Andrew Northedge has authored the second edition of the Good Study Guide, a book to help students think about how they learn, how they read and write, and how to survive in today’s world of studying.
The book is divided into twelve chapters, many of them building on skills learned in previous chapters. The first four chapters build basic understanding of study and the processes of learning, and, for anyone who has thought about how they learn previously, should be a fairly quick read, building on things you already know. Even so, except for the most advanced of learners, this first section, entitled “Studying Intelligently” should be helpful in addressing and re-addressing your thoughts on learning.
The second section, comprising the remaining eight chapters, focuses on specific skills, such as reading, writing, attributing and searching for information, to mention a few. This is achieved by starting out with a condensed version of an essay written by Richard Layard, named “The Secrets of Happiness”, which forms the basis of many of the excercises in the chapters to follow. These eight chapters, too, will be of use to most students, whether starting out, or experienced learners, as the skills covered are mostly covered in such a way as to re-focus and build upon previous knowledge. One possible exception is chapter 8, “Working with numbers and charts”, which, for anyone with more than a cursory level of knowledge of reading charts, is rehash of the very basics of these skills.
Of particular interest to me was chapters ten and eleven (“Writing the way "they" want
” and “Managing the writing process
“, respectively), which both built my confidence in showing me two different essays on Layard’s article, which the book asks the reader to review and improve, and challenged me to take a good, hard look at how I work with writing, and thoroughly discussed the planning aspect of writing.
While the book is divided into two major sections, and then into chapters, there are more subdivisions. Each chapter covers a large subject, and is divided into sub-fields of that subject, each of which is divided into further subdivisions. While very attentive of detail, the book still manages to tie everything together. Most subdivisions are summed up in key points, which reinforce the lesson learned.
In the introduction, Northedge makes it clear that there are many ways of attacking the subject matter of the book, and that they are all valid approaches. This is backed up throughout the book, with references to other chapters when discussing a topic that links up to topics discussed elsewhere. These references are found both in the text, and in a sidebar. Likewise, he emphasises the importance of proper attribution and referencing, and follows the OU guide to referencing to a tee, throughout the book.
I am very happy to have picked up Northedge’s worthwhile book, and would suggest it to anyone who are contemplating academic study, or wants a bit of a challenge, reading-wise. -
Blogging on the go, WordPress for iOS
While I do most of my blogging on my computer, uploading the posts and images directly through the control panel. However, from time to time I will write a post while on the go, using my iPad or even (shudder) my iPhone to write and post the update.
Whenever I do that, my choice of app is easy; because all my blogging is done on blogs using WordPress, I use the official WordPress app, which lets me do many things, such as comment management, tag and category management, and, of course, posting, scheduling and editing blog posts:
The WordPress app uses the XML-RPC framework to talk to the blog itself, and allows you to do pretty much anything that you want to do with regards to comments, posts and pages, as well as reading usage stats for the site. It allows you to configure several sites, and you can readily choose between them from the app:
-
Travel adapter kit
Whenever I go travelling, I bring a number of devices with me. I will always bring a cellphone and my Kindle, and depending on the trip, I might also bring a bike computer, iPad and camera, to mention a few possibilities. I have made it a habit to bring as few chargers as possible, as well as as short cables as possible. This serves two purposes; the kit takes less space, and weighs less. Hence, I bring a kit containing the following pretty much wherever I go:
(more…) -
API-usage for everyone: If this, then that!
If this, then that is an online service that allows you to set up channels with a trigger and an action. The entire philosophy behind it is that it should be very simple to use. It utilizes the APIs of various online services, Flickr, Twitter and Facebook to mention but a very few. When something happens at a predefined website or the API of an online service, it performs a prespecified action. In other words; If this [happens], then [do] that.
A very nice feature on the site, is the fact that you can share any channel you have made, as a recipe, so that people can use it themselves. The service is free, and looks to be very useful. I have already created a few of my own, as well as adopted recipes of others. -
Searching for images with no metadata or no metadata in specific fields?
By entering xnoword search into the search box, you will get hits in images which do not have metadata. When searching for xnoword in a specific field, you will get hits for images where that field is empty.
Note: For indexed archives you also need to make sure that the fields that you want to search as empty are “indexed as empty” inside the “Fields” tab on index properties. For all changes a rebuild is required.
Caveat lector: I used to work with support at FotoWare. This blog is my own space, I am not paid to write it. I write about FotoWare and FotoWare products because I believe in them. -
Showing 32-bit registry entries on 64-bit versions of Windows
As 64-bit processors become increasingly prolific, so do 64-bit installations of the operating system. However, most software is still written in 32-bit, which shouldn’t cause any significant problems for most end-users. However, if you need to modify or remove the registry entries for a 32-bit program, you won’t find it where you expect to.
The reason for this is that all registry entries for 32-bit software are placed in a separate folder. In order to view them, you need to locate the node called Wow6432Node:
-
Using MSTSC to connect to a console mode session.
One of the most important tools in any sysadmin’s tool kit is the ability to remote control servers and client computers. Being able to quickly connect to Terminal Services is a great way to do so. If you’re like me, you leave a few windows open whenever you leave a machine, and a neat trick is to be able to see these same windows when you login remotely.
As it turns out, that is fairly easily done. When using the mstsc command line tool, you simply need to use the appropriate switch to activate a console session, and off you go! Simply use the following command, and you’re good to go:mstsc /console
-
Deleting a service using the registry
In last week’s post, I showed you how to remove a service using the command prompt. However, there is another way, by using the registry. In this case, too, we need to do a little research, to find the name of the service. For simplicity, I’ll repeat it here:
(more…) -
Deleting a service from the command prompt
Sometimes, as an administrator, you will need to remove a service from Windows. This can be because it is malfunctioning, and reinstalling the software it came with does not solve the issue, or because an uninstall of the software it came with does not solve the actual problem. Whatever the cause, removing a service takes a little bit of legwork before you can get to the actual removal of it.
In order to remove a service, you need to know what name Windows uses to refer to it. This can be found as follows:
(more…) -
Creating alerts in FotoWeb Desktop for iPhone
Alerts are notifications of files that have been added to an archive. They are created by first performing a search and then saving that search as an alert. To check the status of your alerts, tap Alerts on the main screen in the application.
To create an alert, perform a search from the main screen. When the list of archives with the search result is displayed, tap on the action icon in the lower left corner and tap Save as alert. You can now optionally modify the search string and set the frequency of the alerts, i.e. how often you would like the alert to refresh. Setting the alert frequency to “As it happens” implies that the alert will update every five minutes.
Caveat lector: I used to work with support at FotoWare. This blog is my own space, I am not paid to write it. I write about FotoWare and FotoWare products because I believe in them.