Could have great potential for data to use for testing WordPress sites.
Archives
WordPress Development and Deployment With MAMP, Git and Dropbox | Wptuts+
An excellent tip/trick in order to allow you to develop locally and have sites available on 2 Macs e.g. Desktop (iMac) and MacBook Air.
How to edit a user profile on the front end?
Editing the WordPress profile page on the front end is a good way to provide members on a member site with access to their profile information whilst at the same time keeping them away from the more complex WordPress dashboard.
Change WP Login Logo to website URL
Handy little tip to make the WordPress Logo on the login screen link to your site.
Change The Default Save Location From iCloud To On My Mac
An easy to do little command that does exactly what is says! This was one of the frustrating things when I updated to Mountain Lion.
Remove WordPress Featured Image from Galleries
Quite often I have had posts with galleries where I want to use a Featured Image to show the post, perhaps on the homepage. The problem with this is because the featured image is attached to the post it will automatically show up in the posts gallery. You can exclude this but there is no UI for this yet and therefore I needed a solution.
This piece of code provides just this, in that whichever image is set as the featured image for a post with be automatically excluded from the posts gallery.
Timeline JS – Beautifully crafted timelines that are easy, and intuitive to use.
This looks really interesting and I like how you can power it with a Google Spreadsheet. Could be great for education, History in particular.
WordPress Menu Chart
Very handy graphic showing the WordPress dashboard menu slugs, order numbers and names etc. Excellent for when you want to customize the menu.
Gallery Carousel Without JetPack WordPress Plugin
Been waiting for this plugin to be added to the Jetpack plugin for a while and finally it has been. A great way to show images in a nice gallery carousel whilst still using the native WordPress gallery feature. Even better s that the author has taken the plugin out oj Jetpack!
WordPress Self-Hosted Plugin Update API
After some discussion at WordCamp UK this weekend regarding functions either in a parent child theme relationship or using a plugin, either way we need a way to update this easily like the WordPress auto update functionality. This solutions seems to enable you to do this hosting the updates yourselves – very much like Gravity Forms must do.