Tag: WordPress

  • WordPress Implements Jcrop

    With the upcoming version 2.8 of WordPress, the extension to the JavaScript library jQuery Jcrop is implemented. Jcrop allows directly into a web application to crop images. A first peak shows the site about Jcrop and I’m curious how it will be included in WordPress, currently is no live demo available.

  • CSS Naked Day 2009

    It’s already a tradition which started in 2006 by Dustin Diaz, on April 9th 2009, the fourth CSS Naked Day event will take place. The idea behind this event is to promote web standards (like proper semantic markup and a good hierarchy structure). On April 9th, many blogs and sites will strip all CSS during…

  • Find WordPress Functions, Template Tags And More With WPSeek!

    Check out WPSeek, a new tool to search for WordPress Functions, Template Tags, Function Sources, User notes and more. It’s a pretty handy tool to handle all kinds of search requests.

  • Build A WordPress 2.8 Widget With The New Widget API

    One of the main changes in WordPress 2.8 is the new widget API. This API is fully object oriented and provides the programmer all the necessary functions to create a WordPress widgets. Also, it now allows multiple use of each widget.

  • Pages & Subpages – Is Parent?

    WordPress allows to create sub-pages in your backend. This is why many uses WordPress as a CMS. Sometimes you like with the help of the Conditional Tags to start several queries with a certain respond – but then you see frequently in the template static queries on any ID of a page. But it’s possible…