filed under: javascript @ 10:09:10 comments(0)
The random quotes are back again.
Also, fixed a few bad links and the Javascript code for the random quotes adding a check that avoids error alerts.
This post on Simon Willison site poses an interesting problem that I have encountered already many times.
Tags: website changes programming
filed under: studies @ 17:46:30 comments(0)
I have published the PHP code of my menu. The idea behind it was to have a menu that can be updated from a single file otherwise every change would mean re-pulish the whole site. The file can be used only on PHP pages, I still have some static XHTML ones and those I have to manually update and re-publish but it's a small percentage. The code could be streamlined since I repeat the same process four times but that's due to the fact that I want the menu to look the way it does and I don't know another way to float the links like that except coding each category in its own unordered list.
I also published a page that enables a user to paste a piece of code and get all the “<” and “>” symbols replaced by entities (< and >) so that it then becomes readable and can be published since the browser does not try to interpret it as active code. I find it useful and it definitely saves a lot of time.
Tags: programming tools
filed under: javascript @ 14:36:13 comments(0)
As I said, I'm back online (even if with a few glitches..) and I have published the pop-up menu on the studies page.
It is very simple, the mark-up is valid XHTML and the CSS that I use for the layout can be changed to anything else. The menu works with Javascript-disabled/CSS-enabled, Javascript-enabled/CSS-disabled, Javascript and CSS disabled.
Tags: programming
filed under: css @ 09:28:04 comments(0)
Interesting article about clearing of floats on Mezzoblue.
This is the “old” way.
Tags: layout
filed under: personal @ 10:45:53 comments(0)
I am done moving but I still have no phone line so...I'm checking emails from public Internet places .
The spam has a way of getting in the way. On my computer I got all the message rules set up to move all known addresses to the respective folders and leave the spam in the inbox (the server that hosts my work web site doesn't allow me to set up anti spam filters) but from a public place I just have to go through each email and delete spam until I'm left with only the proper emails. A lenghty and boring process.
Hopefully I will get the phone line connected soon..
Tags: life