Tag Archives: URL

Many stops equal a U+002E full stop

Posted on by hakre | Leave a comment

Protocol-Relative URL/URI/LINK

Note to myself: Protocol-relative URL/URI/LINK – see net_path in Uniform Resource Identifiers (URI): Generic Syntax (RFC 2396) (updates: RFC 1808), esp. 3. URI Syntactic Components and 5. Relative URI References and then compare against RFC 3986 Appendix D.2. Modifications (obsoletes … Continue reading

Posted in Linked | Tagged , , , , , , | Leave a comment

Normalize URLs 1.0 released

My latest plugin release fixes multiple core wordpress problems to handle HTTP requests properly at once: Normalize URLs. It does so by normalizing every incoming URL to a form that is to be expected by the wordpress core. That way, … Continue reading

Posted in Hakre's Tips, Plugin Plugout, Pressed | Tagged , , , , , , , , , , | 2 Comments

Relative URL (#2) HTML/ XHTML Code Smell

Just yesterday I had a post about the dot in the beginning of relative URLs. Today I have a small addition to that: Two dot path segments in an URL/URI. It’s some more detailed thing related to the history and … Continue reading

Posted in Code Smells, HTML/CSS Code Smells | Tagged , , , , , , , , | Leave a comment

Relative URL HTML/ XHTML Code Smell

Another one for the HTML/ XHTML Code Smells: If you’re using realtive URLs inside your documents (which is pretty valid and can save you some bandwidth as well as it can save some hassles for mirroring a website) you should … Continue reading

Posted in Code Smells, Hakre's Tips, HTML/CSS Code Smells, Patched, Pressed | Tagged , , , , , , , , | 1 Comment