How many times has the auto save feature in WordPress saved your butt? By default, WordPress auto saves posts every 60 seconds. Paul Maloney of WPZine.com has a snippet of code that you can add to your WPConfig file to decrease that time to increase peace of mind. If you don’t want to use the auto save feature, think about increasing the time to a week instead of disabling it completely.
While reading about this tip by Paul, I started to wonder if Post Revisions were tied to auto saves because if they were, decreasing the auto save time would substantially increase the number of post revisions which in turn, would substantially increase the size of the database over time. After performing some simple tests, I discovered that auto saves are NOT tied to Post Revisions. Unlike Post Revisions, there is only one auto save that is continuously over written. […]
Original post by Jeff Chandler
Technorati Tags: blog
Miriam Schwab of WPGarage.com has a neat little tip that explains how to install WordPress without using a domain name. The trick involves editing the Hosts file on a Windows machine to specify a domain name for the server address the site is hosted on. Mike Little who published a comment on the article made note that it’s not a Windows only trick but can also be performed on Linux/Unix and Mac OSX. This trick enables the previous site to stay online until the last minute where a simple DNS change will switch to the new site.
Technorati Tags: blog, blogger
Original post by Jeff Chandler
Technorati Tags: blog, blogger
There is no shortage of WordPress consultants to choose from when it comes time to pay for custom development work. If you are aiming towards becoming a WordPress consultant, I encourage you to check out these advanced power tips for template developers written by Jacob Goldman on SmashingMagazine.com Jacob does a nice job explaining all sorts of ways consultants can make tailored versions of WordPress. Everything from branding the back-end to modifying the contextual HELP drop-down menu so that it contains information specific to that theme. One of my favorite tips presented in the list is the first one, Customizing the Dashboard Widgets. This enables developers to add a dashboard widget that can contain support, contact and other information. If a custom solution were developed for me, a dashboard widget like this is what I would consider to be a nice touch.
Also on the topic of WordPress and consultants, I […]
Original post by Jeff Chandler
Technorati Tags: blog
Even though WordPress works pretty well out of the box, there is still a number of optimization tips that can be accomplished to make WordPress function that much better. Vladimir Prelovac has done an excellent job describing ten optimization tips that you can use on your own WordPress installation. The tips and techniques range from optimizing database tables to implementing caching. There should be at least one or two tips within this article that everyone can implement on their own blog.
Here is a sample for you to chew on:
Tip #1: If you are expecting a Digg Front Page you are likely to exceed your current limit of maximum concurrent MySQL connections which is among the prime reasons a site failing a Digg traffic spike.
You can prepare by increasing this number to about 250 using this line in the config file.
max_connections = 250
Check out the full list here (10 Best Tips […]
Original post by Jeff Chandler
Technorati Tags: blog
Image alignment within a WordPress post: WordPress 2.5 introduced floating image alignment within text on a post. This feature does not work on certain themes. Thanks to Jason for asking the question and to Sadish for the solution. Final thought: it would also be nice if a few gallery formatting options were available through the default interface instead of having to modify the shortcode and/or introduce hacks.
WordPress Search as a custom Google Search without addition page or post: Add a custom Google Search to your WordPress blog (and make search advertising dollars?) without too much of a hassle. Complete instructions and examples are included in the post.
Create a Flash Arcade site using WordPress: This set of instructions will help you convert a simple WordPress blog into a Flash arcade site. Pretty cool with detailed instructions on the transition.
Here is a tip which I stumbled upon accidentally, that is somewhat unrelated […]
Original post by Mark Ghosh
Technorati Tags: blog, google, advertising
Two Column Themes
Triology Next
This is a two column themes with 4 different variations. The theme comes inbuilt with a lot of customizations and inbuilt plugins.
Demo / Release Page / Download
Three Column Themes
Black and Red
Black and Red is a simple three column theme. The theme is aesthetic to […] Continue Reading…
Technorati Tags: blog, google, technology
Original post by Jeffro2pt0
Technorati Tags: blog, google, technology
Jeremy Clarke mentioned to me about a way to search the Codex, WordPress support area and the plugin respository all from within FireFox. If you support users as I do in the WordPress IRC chat room, there are a lot of times where I do a search on the Codex to look up the page for a certain function that someone is inquiring about. Thanks to Jeremy’s tip, I no longer have to visit the actual page to perform a search.
If you visit the MyCroft page on Mozdev.org you’ll notice a number of links that you can click on. Each one of these links are a search engine plugin that was coded for FireFox. What this means is that, you can add WordPress specific search engines to the search engine toolbar within FireFox which is usually occupied by Google by default.
In order to install a SE plugin, simply click on […]
Original post by Jeffro2pt0
Technorati Tags: blog, google