29 March 2007
What time is it?
04 March 2007
Making simple charts in Word
The simplest way to use both the formulae and charts is to put your data in a table. With a bit of care about how you set it out, and make sure you don't leave any blank rows or columns, the steps below will guide you through the process for doing some column totals, sorting the data into a different order and displaying it as a bar chart.
1 Insert a table
2 Put some headings in top row
3 Enter your data (tip: use the tab key to move which will also add rows if necessary)
4 Add an extra row for totals
5 If it’s not already showing, get the Tables and Borders toolbar, View>Toolbars>Tables and Borders or click the Tables and Borders icon on the main menu bar.
6 Click in the cell where you want the numbers above totalled and then click on the Σ key on the T&B toolbar
7 Repeat as necessary for other columns (check that it looks about right!)
8 To sort data in A-Z or 1,2,3 order of the first column, highlight what you want to re-arrange, including all the columns but not the headings or totals
9 Press the AZ or ZA button on the T&B toolbar
10 To sort in order for another column, eg by Maths results, you need to use Table>Sort and choose what you want in the window that opens. Again, it’s usually necessary to highlight all the data you want sorted (as in the previous example)
11 To make a chart, highlight the data to be included in the chart. In this case that will include the headings this time but not the totals.
12 If there isn’t an Insert Chart icon on the toolbar, use Insert>Picture>Chart
13 The default chart is a 3D column chart which will often be what you want
14 Use the corner handle to drag it out as necessary. To move it down, click on the chart, press the left arrow key and then enter to make new lines above it.
15 Enter a heading to describe what the chart shows
16 to edit the chart, double click on it. A data table will appear and you can also change almost every part of the chart.
17 If you wish to change the order of things displayed in the chart you have to re-arrange them in the datasheet that opens, not the original table. (If you do change the original table you will need to make a new chart as there is no link between the table and the chart in Word.)
18 It is usually a good idea to have labels on the axes to say what the units or categories are – there aren’t any in this example.
Note: Microsoft must have some deal with printing ink suppliers because all their default charts, and those in Excel, have grey shaded backgrounds. Totally unecessary - indeed, they make what can be a boring subject for some look even more tedious! Get rid of them. It's called the plot area and, once selected, can be changed. No fill is a good bet or, if you must have a background, you can choose from almost anything you want, including pictures. There are some more notes of that here.
28 February 2007
London, because it's the least inconvenient . . . ?
No doubt the meeting's been arranged in London by now and it really needs to work on the web to do what I wanted but maybe all the effort will be of use to someone teaching Excel or trying to figure out some formulae. The sheet's protected but there's no password. Let me know if you use it, have a better idea or spot errors.
It's a small file that you can get here. There's an on-line version that actually seems to work using Google spreadsheets. Amazing! As I might really use this I'll just give the team the address for now but will release the link genrally soon.
27 February 2007
What colour's face07?
24 February 2007
Internet Explorer 7 update
12 February 2007
putting an image in a web log header
1 Find out the size of the existing image. Firefox browser users with the Web Developer toolbar will find this easy. IE users could try right clicking on the image and looking at its properties. These notes are based on the Rounders3 template used for Q2 News and others and the image size is 740x150.
2 Choose an image that contains a section of this size that you'd like to use. You might get away with re-sizing a smaller image but it's better to start with something larger.
3 In an image editing program crop a section 740x150 out of the image. In many applications you can set the size of the area to be cropped and then drag the rectangle around to see what the extracted part will look like - useful as it's an unusual size that you're working with an large images may offer all sorts of unexpected possibilities.
4 Save the extracted bit as a separate file in any of gif, jpg or png formats, whichever is the most suitable combination of quality and file size. Avoid exceeding 30 or 40KB if you don't wish to annoy visitors on slower connections. Most image editors will have an 'Export' facility to help here.
5 Upload that image to the web somewhere. It doesn't need to be on a web page but if that's the only way you can do it that's OK. Although I haven't tried it, I guess putting it on a Flickr or Google-Picasa album page might work too.
6 Note the url of the image on-line. I put mine on my andrewx.com site so the address is something like http://andrewx.com/leaves5.jpg which is quite simple but you may have to go to the web site and right click on the image to get its url, then copy that to the clipboard.
7 From your Blogger Dashboard, go to settings and in the Template tab click Edit HTML.
8 Even I find some of the code pretty impenetrable but somewhere in there will be the instructions for where the page is to get its header. In one of my web logs it looks like this:
#header {
background:url("http://andrewx.com/butterfly5.jpg") no-repeat left bottom;
padding:0 15px 8px;
}
9 Well, it looked a bit different becuase it had a different url in the brackets! You'll get the idea, though - that url is what you should paste or type in (don't put any extra spaces or pubctuation).
10 Save the changes and see if it's worked.
I hope it did. I haven't got round to changing the header on this blog, which uses a different screen wide layout. It may be that some extra instructions will be necessary which I'll publish if I ever get time to try this one.
10 February 2007
Radios, clocks and counters
Just copy the few lines of code from the labpixies site, go to your Blogger dashboard and click on settings. Add an element and choose a HTML/Javascript panel. Paste the code into the box. That's it. The radio should appear. Click on the little curly arrow for settings which takes you to the list of radio stations and set your own choice for each of the five knobs.
Have to say I feel quite good about being the one who added Radio London to their list tonight! My No. 1 station, of course, but if you want Cricket reports from India you can probably get them too.
The clock's been around for a while on several of my sites and web logs. That's from clocklink.com where there's a range to choose from. Again, choose your clock, set the time zone and copy the code. Use another HTML/Javascript panel and paste it in.
Last one's a hit counter. These are more than just the vanity meters and can be a useful guide to things like what browsers or screen resolution visitors have which can influence the way you display site pages. And if you find that all your visitors are coming from Chnia then they might appreciate a welcome message in their language. I'll explain how to do that in another post! There are lots of hit counters out there but I find sitemeter one of the simplest and the free version comes with plenty of stats for my purposes. You need to register on the site but that's pretty harmless if you can avoid ticking any newsletter boxes. Then choose a style, background, font colour etc. You don't need to wait for the activation e-mail - that is just to enable you to manage the counter later for which you'll need the user ID and password they send - you may as well get the code while you're there and paste it into another box like the ones above. Do remember to select the option that doesn't count repeat visits from your own computer.
For those of you who can do 'proper' sites then the code just goes into an appropriate section of your page where you want the display to appear. Most editors will enable you to get at the code to do this and you'll probably know all about this so I won't go on any more. This was mainly for those who would like to personalise their web logs. Google have really opened their templates up but some bits are still not as obvious as they could be.











