Tag Archives: code

jQuery Stop Action Improves InnerFade Plugin

When animations go wrong it’s usually in the timing. Perhaps the browser can’t keep up with all that it’s asked to do or the operating system is bogged down by other tasks. In any case the lack of enough working … Continue reading

Posted in javascript, Plugins, WordPress | Tagged , , , | 4 Comments

Using PHP Inside Content of WordPress Blogs

Using PHP inside of content on WordPress sites may not produce the expected results. As WordPress is built in PHP, you might think you could just start typing PHP code inside a post to pull some information from a database. … Continue reading

Posted in php, Plugins, WordPress | Tagged , , , | 11 Comments