Tag Archives: jquery

jQuery API site using WordPress as CMS

I mentioned before that the jQuery project was going to switch from Mediawiki to using WordPress for their online documentation. They’ve recently pulled the trigger on that change, and you can now visit the new WordPress-powered site at: api.jquery.com

Performance and Backend

As mentioned before, we’ve switched away from using a MediaWiki backend to a new WordPress-powered backend. [...]

Posted in WordPress | Also tagged , , , , , , , , , , | 5 Comments

WordPress As a Documentation Platform

Twice now, the jQuery Podcast has mentioned that the jQuery project is going to migrate its online documentation from Mediawiki to WordPress. Which is pretty cool, because, I happen to like WordPress (duh). [...]

Posted in WordPress | Also tagged , , , , , | 16 Comments

Plugin: Fancybox Gallery 0.3.1

I have updated my Fancybox Gallery plugin to version 0.3.1.

Fancybox Gallery will automatically turn your photo galleries generated by the WordPress ‘gallery’ shorttag into a dynamic lightbox.

New in version 0.3 is the ability to navigate to the next/previous image while in lightbox mode. Another change is that this version requires jQuery version 1.3.2, and thus you’ll need to be using WordPress 2.8. . [...]

Posted in WordPress | Also tagged , , , , , , , , | 17 Comments

FancyBox Gallery 0.1

WordPress
I decided to go ahead a release my FancyBox Gallery plugin as-is. Version 0.1 0.2 is very bare-bones: there are no options that you can set. Once you activate the plugin, thumbnails generated by the standard WordPress gallery shortcode will be handled by FancyBox. [...]

Posted in WordPress | Also tagged , , , , , , , , , | 12 Comments

Plugin preview: FancyBox Gallery

I don’t have it ready for release yet, but I’m working on a new WordPress plugin which will integrate the FancyBox jQuery plugin with WordPress galleries. FancyBox is a “lightbox” plugin for displaying images in a nice overlay. I have the basics working, but I need to add an options screen, and resolve some CSS issues when it’s used with certain themes.

I hope to have it ready by next week (depends on how much spare time I can find). [...]

Posted in WordPress | Also tagged , , , , , , , , , | 25 Comments

WordPress 2.6 Beta 1

Last night Ryan Boren announced the release of WordPress 2.6 Beta 1. At first glance, you probably wouldn’t notice much difference between versions 2.5 and 2.6. The two biggest new features are Post Revisions, which saves a history of edits made to each post, and support for Gears, which greatly speeds up working with the admin screens.

Other changes of note:

  • Support for the XML-RPC and Atom client APIs is turned off by default now. [...]
Posted in Announcements, Community, WordPress | Also tagged , , , , , , , , , , , , | 61 Comments

Plugin: WriteScroll

A couple of weeks ago, Les Orchard tweeted a complaint about the WordPress editor:

wordpress annoyance: textarea for editing a blog post doesn’t start until more than 1/2 way down my screen. Too much nav; always scrolling.

I figured that was a problem easily solved, so while I was eating my lunch that day, I whipped up a mini-plugin to help out. The WriteScroll plugin checks to see if you are on one of the main editing pages, and if so, it injects a bit of javascript into the page which automatically scrolls the browser down so that the editor’s container is at the top of the browser window. [...]

Posted in Plugins, WordPress | Also tagged , , , , , , | 14 Comments

WordPress 2.2 Released

WordPress 2.2 “Getz” is now official. I’ve listed some of the changes previously, but here’s another quick rundown:

  • Atom feeds updated to Atom 1.0
  • Preliminary support for Atom Publishing Protocol
  • Widgets are now supported in core
  • Protection against activating broken plugins
  • “Deactivate All Plugins” button. Sadly, my “Reactivate All Plugins” patch didn’t make it into this release. Hopefully you’ll see it in WP 2.3.
  • Improvements to comment management
  • Code optimizations and speedups
  • Future WYSIWYG support for the Safari browser
  • Post Preview moved into a popup window, rather than an iframe on the Write page
  • WordPress-specific XML-RPC API
  • JQuery support

You can find a list of changes for version 2.2 on the WordPress Trac site. [...]

Posted in Software, WordPress | Also tagged , , , , , , | 51 Comments