-
Recent Posts
- Centering Slideshows with jQuery Cycle Plugin
- JavaScript Plugin: jQuery Cycle for Slideshows
- jQuery Stop Action Improves InnerFade Plugin
- Javascript Plugin: InnerFade with jQuery
- Generate Animated Loading… Images
- jQuery Plugin Tips: ColorBox
- Most Popular jQuery Plugins
- SitePoint Books On Sale
- Enable Caching in Firefox for Faster Web Sites
- How To Download A Header Image Just Once
Categories
Archives
- January 2012
- December 2011
- July 2011
- June 2011
- May 2011
- April 2011
- January 2011
- July 2010
- June 2010
- April 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- March 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Category Archives: php
Paths For Building WordPress Themes or Plugins
When tinkering with the code that runs WordPress it’s very important to get the correct path to a file. Of course it is or else the files can’t be found and your new functionality won’t work. According to the Codex … Continue reading
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