I finally got this site to validate! The folks over here were really helpful, and pointed out that I wasn’t assigning values to my objects’ style attributes properly. For example, I was doing: [sourcecode language=”javascript”] obj.style.width = 200; [/sourcecode] instead of: [sourcecode language=”javascript”] obj.style.width = “200px”; [/sourcecode] The second way is the correct way because…
Tag: internet explorer
More FreeBSD
I learnt some new stuff. CvsUP is pretty neat. I learnt the hard way that when you do a make buildworld you have rebuild the kernel the non-traditional way. My kernel wasn’t compiling and for a moment I thought I would have to go through all that madness with write failure on transfers again. See,…
Your own code. Use IE.
I probably should document my code. It’s not cool coming back to it after three months and wondering what the hell you were smoking when you wrote it. I managed to figure out (vaguely) how I got fly working. I know I did something weird to the makefiles. I think I had to link it…
No visible changes
Yeah, I guess there are no “visible” changes, but I got the pretty version of the “Insert Journal Entry” page done. I even made a new and improved select box because IE wouldn’t let me change the button properties on the default one… =D… Yeah I know it’s pretty nerdy… Anyways, I’m not sure what…
P3P
IE6 just had to make it HARDER with their P3P compatibility. On top of that, my stupid domain name providers have some bizarre convention where they put the actual page (where http://www.vivin.net or http://www.vivin.com refers to) inside a STUPID FRAME. So when I run the P3P validator, it finds p3p.xml alright, but it’s inside a…
I hate cookies
IE won’t set my cookies… the ones I send through PHP. I hate it. This sucks. This really really really SUCKS. Finals get done on Tuesday… WOOHOOO!!! Can’t wait!!