$theTitle=wp_title(" - ", false); if($theTitle != "") { ?> } else { ?> } ?>
by Andrew Johnstone
In: PHP
7 Dec 2005It’s been a little while since I published something, so I’ll make something live. I tend to forgett about a silly quirk in internet explorer that I continually bump into, which generally takes me time to figure out why page does not load… Usually this is when downloading documents and is a very simple fix by calling session_cache_limiter(‘none’); after the session has been started.
Also something worth looking into is the QCodo Framework, which I have recently come across. It seems very effective from the demonstrations, and they also have a interesting article, Code Generation vs. Metaprogramming.
I have been a developer for roughly 10 years and have worked with an extensive range of technologies. Whilst working for relatively small companies, I have worked with all aspects of the development life cycle, which has given me a broad and in-depth experience.