Tag Archives: URLs

Gmail’s Sweetest Feature, the URL

Gmail’s sweetest feature is that each view has a unique URL. This provides simple integration with other applications. In other words, I copy and paste an email’s URL into my to do list, and at any time, with a single … Continue reading

Posted in Opinion, Web | Tagged , , , , , , , , , | 1 Comment

wp-content in Code is a Tell for Common WordPress Coding Mistakes

Regularly while reviewing themes and plugins, I’ll see URLs or paths that include ‘wp-content’. This is a often a hint of a WordPress coding mistake. Consider this simple example: <link rel=”stylesheet” href=”http://example.com/wp-content/themes/default/style-ie.css” type=”text/css” media=”screen” /> If as part of a … Continue reading

Posted in WordPress | Tagged , , , , , , , , , , , , , , , , , , , , | 1 Comment