Tag Archives: xhtml

Hiding PHPSESSID

All you need to do is add php_flag session.use_trans_sid off to the .htaccess file and bang! to your php files, but why add that to all your files when you can add one line to your .htaccess file?

Using <object> in Internet Explorer

Also, by limiting what refreshes it cuts down on page load and makes it so the main page never has the refresh blink (that second of white before things load in the browser). The key is the classid: classid=”clsid:25336920-03F9-11CF-8FD0-00AA00686F13″ To learn more about using the element and making it work in IE read Brad Wrights discussion of the technique.

A Temporary Fix to Keep WordPress XHTML Friendly

Today I discovered two bugs in wordpress that keep it from being valid xhtml. Fortunately a kind person offered a fix right in the comments of the bug report.

XAlign, A TinyMCE Fix for WordPress

Here’s the list It is not valid strict xhtml It is deprecated transitional xhtml It does not function as expected across browsers in all cases Anyone writing new code should aim to have valid strict xhtml.