Posts Tagged ‘html’
A very cool change landed in Firefox 3.1. View source will now create links where appropriate (a rather old bug I might add). I must have copy/pasted millions of URL’s over the years out of view source so that I can look at a JS or CSS. This is an immense help [...]
Tuesday, November 11th, 2008 Posted in Mozilla | 2 Comments »
It’s happening again. Once upon a time, browser vendors started adding their own features without consulting with each other and agreeing upon standards. What they created was a giant mess of inconsistencies across browsers and platforms that is still in effect today. Ask any web developer and they can tell you of [...]
Thursday, May 29th, 2008 Posted in Mozilla, Web Development | 14 Comments »
As Robert O’Callahan, John Resig, Anne van Kesteren all point out, this idea of using a meta tag to select a rendering engine is bad. Here are my personal thoughts on the issue. Not as a browser developer but as a web developer.
Essentially the argument by the IE team is this: Rather than [...]
Tuesday, January 22nd, 2008 Posted in Mozilla, Web Development | 8 Comments »
This post is a follow up to the first Secrets In Websites. For those who don’t remember the first time, I point out odd, interesting, funny things in other websites’ code. Yes it takes some time to put a post like this together, that’s why it’s just about a year since the last [...]
Friday, January 11th, 2008 Posted in Around The Web, Google, Mozilla | 66 Comments »
So I downloaded and tested out Coda a little bit today. My initial impression is that I’m very impressed. It could be the new standard. A few like Alex King point out that it uses Safari as the default engine. I don’t think that’s so bad. Nothing stops you from [...]
Wednesday, April 25th, 2007 Posted in Programming, Software, Web Development | No Comments »
I encountered this the other day. Firefox, Safari and Opera do what I expected and believe to be correct. I’m curious if anyone can explain this, or knows of a workaround that “doesn’t suck”. Take the following testcase:
HTML [Show Styled Code]:
< !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML lang="en">
<head>
<title>IE Table Border [...]
Wednesday, April 4th, 2007 Posted in Mozilla, Web Development | 9 Comments »
After reading about Myk’s use of Komodo, I decided to give it a try. I’ve yet to find the truly perfect IDE, so I’m always open to good alternatives.
For years I used BBEdit Lite, which was good enough for my somewhat basic needs, TextWrangler came and I moved over. On the Windows side [...]
Thursday, February 15th, 2007 Posted in Mozilla, Programming, Web Development | 3 Comments »
When a you browses the web, a fair amount of code is transfered from a server sitting in a cold lonely datacenter to your computer. It’s mostly serious business, but sometimes developers like to embed small jokes, and traditions.
A lot can be told by just a quick glance at a website’s design and it’s [...]
Saturday, January 20th, 2007 Posted in Mozilla, Web Development | 45 Comments »
I’ve been really busy lately, hence posting is a bit light. I plan to pickup soon. I’ve been working on many things.
On a side note, switching programming languages (Visual Basic .NET, JavaScript, HTML, CSS, PHP, Perl) all in one day can be very confusing at times. I’ve been finding myself mixing up [...]
Wednesday, February 22nd, 2006 Posted in Personal, Programming | No Comments »
ColdFusion has a problem dealing with XFN. When using ColdFusion client side validation invoked by <cfinput required=”yes” />. ColdFusion should generate JavaScript to validate the form on submission. This typically should be between in the <head /> somewhere. When using the profile attribute of the head tag <head profile=”http://gmpg.org/xfn/11″ > [...]
Saturday, November 5th, 2005 Posted in Programming, Web Development | No Comments »