Monday, June 02, 2014

Freemind layout question

This is the style I want:


This is what I am getting:
Have put this query into Sourceforge discussion - hopefully will be able to post an answer.

Sunday, December 06, 2009

Pixel perfect

Whatever the previous problem was, it now appears to be gone. I have rewritten the site anyway (to lean up the html) - it was getting pretty messy. The site in question (http://www.toowoomba-croquet.org.au/) now loads really fast compared to the old one. Still looks similar, but a bit neater.
Here is a screen-cap showing that things now line-up:

Saturday, September 06, 2008

What is up with Fire Fox 3?

What the blazes is up with Fire Fox 3???

Everything is off by 1 pixel. What a pain in the neck!

Notice in the image above, that the segment seems to overlap to the right?

Notice in the image above, that the segment seems to indent to the right?

Now I've got to go and change EVERY SITE I EVER DESIGNED!

Notice how in the images a section is off by 1 px to the left?

I did fix this by going:
html {
height:100%;
background-color: #ffffff;
background-image: url('../images/container.jpg');
background-repeat: repeat-y;
background-position: center top;
margin:0px -1px 0px 0px;
padding:0px 0px 0px 0px;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
}
Shouldn't have to do this though, and it adds a stupid scroll-bar to the bottom of FF3 browser window. *Sigh*

I really hope it's just a bug that will be fixed in the next update... *hopeful fluttering of eyes*

Friday, September 05, 2008

XHTML structure

Had a question the other day, by a friend of mine who is learning basic HTML, on WHAT each of the parts of an XHTML page mean, and where they come through in a browser.

I did these two diagrams - yes very simple, but in plain language, to explain how HTML works.

The first diagram is the WHOLE XHTML document, and what each of the bits mean.
The second diagram is how the browser interprets the code.

If you are an educator, feel free to use it. Just acknowledge where you got these diagrams from.

And if you see any errors, or can think of anything to add on, let me know! ;)

Changing bullet colour in Open Office.org Writer (a quick tutorial)

For some Tutorials I write, for a quick and easy PDF, I will often use Open Office.org Writer (here on in, I'll just refer to it as 'Writer') .

I wanted to have nice coloured bullets, to go with the colour scheme I used for the headings, not the default black ones. I didn't want to use image bullets, I just wanted to use simple round coloured disc bullets.

It really doesn't take too much to change the colour of the bullets in Writer.

Note: I like to have Nonprinting Characters showing when I use Writer, because I am less likely to miss empty paragraphs, wreck styles, etc.

Step One: Open up Writer, create a simple list
  • Kind of
  • like
  • this
  • one

Step Two: Left click your mouse to the Left (in the margin). See the little "I" beam? - I'm just holding the mouse to the left so you can see where I clicked.
When you have actually clicked, the bullet fields will actually show up. The cursor will blink on the left of the bullet. (You can see the cursor is next to the word 'here')

Step Two: Right click your mouse to bring up the context menu, and then select "Character"
This will bring up this window:
Step Three: Click on "Font Color", and choose a nice colour. I chose a customised colour that I had created to suit myself:
Step Four: Click on "Ok":

Notice the cursor is still on the left of the bullet? And the bullet fields are still selected? To deselect (get away from) the bullet fields, click somewhere to the right.
Step Five: Enjoy making your nice, different coloured bullets!
This also works for numbering too!

Sunday, November 04, 2007

Loooooong time no write!

Gee I'm slack. Haven't blogged for the longest, longest time! More than a year ago!!!! Looked at a design I did ages ago for whitecatsolutions - eeewww!!!! what was I thinking??????


I have been learning and doing for the last year - came up with a new design for my website:

A lot of time and effort went into this design. I know it's not perfect, but I do like it.

Tuesday, August 15, 2006

Local Installation Wordpress Tutorial

I downloaded WordPress and had tried to install it - to no avail!!!!! I first used phpdev, and that didn't work, then I found an 'easy' way using XAMMP. Still didn't work though - but I still kept trying, and it still kept mucking up.

I thought I found just about every tutorial and documentation in installing it locally. I like to do this so I can develop templates etc without having a live site look weird or 'breaking'.

When attempting to install Wordpress locally on my computer (I wanted to learn how to make Wordpress templates/skins/themes) the installation seemed to keep stopping at Step 2.

I let my computer stay on Step 2 for nearly 3 hours hoping that that was the standard time it took to install the sample data. No, my computer isn’t a super slow piece of junk, either.

Getting sick of waiting (after a couple of hours), I would then hit the refresh button on my browser (it happened in both IE6 and FireFox) which would say there is POST-DATA, etc and then refresh to say that it was already installed!!

Anyway with much mucking about and many, many hours of fiddling and cursing, I was able to realise that:
  • my local WordPress installation worked
  • I had to find a way to get that elusive password
After even more hours of fiddling and cursing, I did it, and then promptly created a tutorial (which I have now un-published, out of embarrassment on how bad it is) on how I did it then found a fantastic tutorial (and waaaaayyyyyyy easier one) at:

http://www.tamba2.org.uk/wordpress/phpmyadmin/

Fantastic tutorial and I would say a 'lifesaver' to many!!! :)

Monday, August 14, 2006

WordPress

I am relatively new to web design and have been learning HTML and CSS. I have developed an interest in blogging as a way of learning and sharing web design information. As I said previously have had experience in creating Joomla! templates (what a learning curve for someone who didn't even know HTML at the time!), and have started to see and hear more about Wordpress.

From what I understand, its a complex, but easy to use blogging system or can be used for a simple content managment system. I have seen it used for business web-sites (links can be found on the wordpress site)

The great thing about WordPress is that you can import your Blogger posts! :)

Even if I do decide to have a WordPress blog, I will still maintain this one on Blogger, as I have developed a bit of a fondness for it.

Bit sad, I know.... ;)