Some good tips and advice for when you — or your clients — want a change of server scenery.
Add this to your functions.php file so anyone trying to login, but fails, won’t be told whether it was the username or password that was wrong. (Via tutsplus.com)
/* SO DON’T SEE WHICH PART OF LOGIN YOU FAILED */
function failed_login () {
return ‘the login information you have entered is incorrect.’;
}
add_filter ( ‘login_errors’, ‘failed_login’ );
(onextrapixel.com)
“Online web prototyping tools are more easily accessible than desktop versions. You can log on from your computer at work, the laptop you take when you travel, or the desktop you have at home. You don’t need to install any software so it doesn’t matter what operating system you are using. Any designer or reviewer can use Windows, Mac or Linux computers to access the prototypes, just as you can use any computer to access the final website.… .
“Here are some of the online website prototyping applications available right now.”
This is a great plug-in for what typically turns out to be a manual process when you migrate a site.
A decent overview of the changes with the WP 3.5 update that hit today.
(SpeckyBoy) With hundreds upon hundreds (if not thousands) of new plugins being released this year – what a great jQuery year it has been. From that colossal total we have worked really hard filtering down all of the those plugins to bring you the 50 that we feel are the most innovative, most ground-breaking and, more importantly, the most useful.
12/11 likely release date for WP 3.5
Highlights:
- Final UI improvements for the new media manager, based on lots of great feedback.
- Show more information about uploading errors when they occur.
- When inserting an image into a post, don’t forget the alternative text.
- Fixes for the new admin button styles.
- Improvements for mobile devices, Internet Explorer, and right-to-left languages.
- Fix cookies for subdomain installs when multisite is installed in a subdirectory.
- Fix ms-files.php rewriting for very old multisite installs.