Enter fullscreen mode using javascript

One thing that we had not been able to do before with JavaScript is to allow the user to enter full screen mode with the click of a button, just using JavaScript. That has changed with some of the newer browsers. We had a request a few weeks ago, where the user wanted to display […]
WordPress out of memory error

As you know, we developed the Image Store plugin and many photographers using the plugin with large image files will come across “Out of memory” errors when processing these large images. If you ever received this error in WordPress there are two settings (constants) that you can use in the wp-config.php file to control the memory limits, WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT. […]
WordPress: Media library wireframes 3.5

The WordPress team is at it again, working on the next release, WordPress 3.5. This time the media library is getting a redesign. Daryl Koopersmith on a resent post presented what could the new interface. Daryl Koopersmith mentioned “we are focusing our changes on improving the modal experience.” For that, the WordPress team wants to know your opinion visit the WordPress.org post to […]
Export WordPress posts into smaller XML files

Exporting data from and old site into a new site is something that you will have to do someday. WordPress has an export tool that creates an XML file that can be used to import the old posts into the new site. There is two option to export the posts “all content” or by content […]