Open-source PHP applications that changed the world. From managing databases to shopping, writing blogs to sending emails. Ten years of passion, great software architectures, team work and revolutionary ideas. Here are the most influential open-source PHP applications. Blog WordPress – is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and [...]

Below are 10 security tips that you can easily implement on your WordPress blog. Please share one or more life-savers you use permanently to help protect yourself from WordPress security issues. 1. Upgrade WordPress – In general, keeping your WordPress installation up to date is a great way to avoid known problems. Do note that [...]

Disable WordPress Autosave Plugin

Filed Under development | Comments Off

WordPress autosave is the best features which I hate in WordPress. AutoSave will auto save a copy of edited post or page every 60 seconds provided there is a change on the content in the editor. However, there is only ever a maximum of one AutoSave version for any given post. New AutoSaves created will [...]

Post Revisions Tracking is a new features of WordPress 2.6, Which makes it a lot easier to share writing between people. Since you can save your copy, and the other person can see what you changed. Also you can revert to previous revisions of posts you’ve made. But if there is only one author of [...]

DB2ASP generates an Active Server Page framework from an Access database. The framework contains Script subroutines to display and validate html forms and update the selected table or query. This won’t do everything for you but it will jumpstart your development process by automatically generating tedious code. Overview So many of the applications I create [...]

I have successfully installed WordPress MU on my Windows Server 2003 running IIS 6. To be honest, I know that WPMU is not full compatible with IIS right out of the box. It relies heavily on apaches mod_rewrite, which IIS isn’t capable of. The only IIS fix for permalinks I’ve seen have either been via [...]

I have discussed in an article under WordPress 2.5 in widescreen display abnormal. Almost all of the interface of WordPress 2.5 are directed at the design of the 1024 × 768. When I use my 1440 × 900 widescreen monitor will show only the left side of the body. I’ve finally managed to get my [...]

WordPress 2.5 Released

Filed Under development | Comments Off

WordPress 2.5 has been released and includes a huge number of changes over the WordPress 2.3 series. Rather than list the changes in detail which would probably take me some days to write out I offer the following statistics and information about the WordPress 2.5 release: In development for 185 days (6 months 3 days [...]

WordPress blogs have duplicate content issues, and one of them is allowing reading the same content on both the posts, index page, archives and categories pages. To avoid search engine penalty it is important to optimize your WordPress using WordPress excerpt so that duplication will be avoided. Instead of duplicating the whole content, you may [...]

Last night, I getting lots of 404 error while using Google to search my own blog index page, I realized there is something wrong about my blog. My user-created-outside-of-WP folder is throwing a 404 when trying to access it. Now for some details: Blog www.moon-blog.com : normal WP blog. Permalinks “/%year%/%monthnum%/%postname%.html” through mod_rewrite in the [...]