Rick Hurst Web Developer in Bristol, UK

Menu

Month: March 2003

monotone distort

How to get a monotone distort effect like the background image on the braxton hicks website

I just found these notes, thought I would post them before I lose them

Instructions from Hozza

1. Open your image.
2. Convert to greyscale
3. Convert back to RGB.
4. In the layers pallette, double click background and turn to layer 0.
5. Create a new layer and fill with red.
6. Drag new red layer below layer 0.
7. In Layers pallette, convert the mode of layer 0 to Darken.
7a. Optionally, you may want to Image>Adjustments>Brigtness/Contrast and increase the contrast a little like the photo on your site.
8. In the tool box, make sure your fourground colur is balck and the background colour is the red.
9. Goto Filter>Noise>Add Noise and try about 4-5% Uniform.
10. Flatten the sucker and cut the edges out ot your hearts desire.

Flash movie manager

i’m sure there’s a few of these around, but i’ve just had an idea to create a flash 6 movie which contains a menu of external swf files from a list imported in in XML format.

The movie would contain the preload script and the end user will be able to select a movie to import from the menu.

on the back end would be a file upload script like on my gallery system (used on braxtonhicks site), which would upload the file to the server and add a reference to the new movie to the XML file.

Hmm, I wonder if I can add swfs to a database as a BLOB and stream back as an asp like I do with the gallery images? Probably a really inefficient way of doing it but a good way to protect the swfs….

you know what? I could use it for the MP3 jukebox I want to build (and have been thinking about for over 3 years) too.

starskiweb working on basic HTML device

Because all the formatting and styling for this site is done with CSS, this site should degrade to work on any device which supports HTML.

Below, starskiweb is being displayed on MS mobile explorer on a Sony j5e phone.

starskiweb is being displayed on MS mobile explorer on a Sony j5e phone

On the styled version (i.e. when displayed in a web browser which supports CSS), the site menu, login form and logos are displayed in a column at the right hand side. Without the styling these appear at the bottom of the text. I chose to do it this way because some mobile devices are very slow and as the menu grows, if it appeared at the top for vanilla content it would be a pain to scroll through it to get to the first blog post.

At some point I will create a seperate unstyled menu page which can be bookmarked for mobile devices and used tomove between the blogs.

dandelions

The road verge on this industrial estate where I work is covered in rotting leaves and caked in mud from passing traffic. I was holding the camera down pointed at the floor to check the settings on the LCD screen when I noticed these dandelions poking through.

dandelions

w.bloggar failing with error -2147217887

it was returning an error code -2147217887, and I believe this *may* have been because of brackets (now removed) from one of the blog titles. I say may because I also went through and republished all blogs and archives at the same time, just to make sure I wasn’t missing anything

update: just been having the same problems again, and there were no brackets. This time i managaed to pin it down to a particular blog name:

“linux install :: on time m series notebook” fails
“linux install :: time m series notebook” doesn’t

i’m sure there’s a reason for it but…..

UPDATE: 06 Jan 2004 – just discovered that it was because of the length which was limited to 40 chars – I just edited the function getUsersBlogs in listen.asp. I didn’t realise until now that the error messgaes are generated by blogworks rather than w.blogger