Web Applications & Online Software

WordPress blog goes blank after editing and updating the theme files

Really weird but not unexpected at all. After trying to edit and update a theme file functions.php to override a native function of WordPress, get_search_form, inserting these lines at the end of functions.php of my theme: function get_search_form() { ?>test<?php } To see if the native get_search_form() function can be overriden. Turns out it can’t. …

WordPress blog goes blank after editing and updating the theme files Read More »

Work Around Zend Studio 5.5 PHP Class / Object / Method Auto-complete Problem

Don’t know if it’s a glitch of Zend itself but I frequently encounter this problem on Windows with Zend Studio when writing PHP. Function / object methods names auto-completion saves a lot of time by suggesting candidates and a quick flyover tooltip with the synopsis, however sometimes it doesn’t work with newly created functions and …

Work Around Zend Studio 5.5 PHP Class / Object / Method Auto-complete Problem Read More »

Best Damn Premium WordPress Theme for Professional Blogs: THESIS

Imagine the best WordPress theme you have ever used and then triple the pleasure you enjoyed with it – that’s what Thesis can give you. Whatever your niche is, if you are ever after a powerful, beautiful WordPress premium theme well balanced between functionality and customizability with best support from the author, this is the …

Best Damn Premium WordPress Theme for Professional Blogs: THESIS Read More »

How to Transfer / Move WordPress Blog from One Domain to Another

Basically, the root URL of your blog which is your domain or subdomain is changing here. Though this doesn’t seem like a sane decision considering the huge SEO impact that might fall upon your site but with HTTP 301 permanent redirection, this can still make sense in some situations. Assume you won’t change the details …

How to Transfer / Move WordPress Blog from One Domain to Another Read More »

MySQL: String Function to Replace Substring and Change Part of the Field Value

A typical case of replacing a part of the string to another substring in a database table is switching between site domains or URLs, such as when you want to transfer your WordPress blog from one domain to another. You have to change all values containing the original site URL to the new one in …

MySQL: String Function to Replace Substring and Change Part of the Field Value Read More »

Modify Index Homepage Title of MyBB Forum

Upon a fresh installation of MyBB forum software, the default homepage title is the name of the forum. Sometimes you want to add more keywords in it or change it in some way for the sake of SEO but don’t want to tamper with the forum site title itself because that’d make it look long …

Modify Index Homepage Title of MyBB Forum Read More »

Google AdWords mistake (a bug?)

Naturally, you’d never expect an AdSense ad of a site to appear on itself. But this I just encountered, indicates an inherent *bug* of AdWords. Or is it? But I’ll never understand otherwise. What’s the point? Maybe there’s an option for the AdWords advertiser to opt out of his advertisement listing being published on his …

Google AdWords mistake (a bug?) Read More »

WordPress: 503 Service Temporarily Unavailable when Posting New Posts or Modifying Existing Posts

It’s weird that I encountered this problem that when you post new posts in WordPress, there’s a possibility that it may run into a 503 Service Temporarily Unavailable error without publishing the article at all. I did some split tests and in this post, the string ‘fopen‘ which is a php function seems to be …

WordPress: 503 Service Temporarily Unavailable when Posting New Posts or Modifying Existing Posts Read More »

phpBB: Disabling User Registrations / Signup

There might be a possibility that you want the current users to keep engaging with each other in the phpBB forum and to disable further user registrations. To disable user registration, simply log in the phpBB administration panel and go to: ACP => General => User registration settings => Account activation => disable While it …

phpBB: Disabling User Registrations / Signup Read More »

phpBB Spam Control — phpBB Anti-Spam Options for Fresh Forum Installations

phpBB is pretty much the best php forum software out there that is free, and comes the first choice of many webmasters. However, after a few weeks of first installation, many complain that spam bots start to overwhelm their forums, flooding with automated spam registrations and spam posts. Unfortunately, that is generally because: phpBB disables …

phpBB Spam Control — phpBB Anti-Spam Options for Fresh Forum Installations Read More »

PHP: Generating Summary Abstract from A Text or HTML String, Limiting by Words or Sentences

On index or transitional pages, such as homepage or category pages of WordPress, you don’t want to show the full texts of your deep content pages yet but just a content snippet of the first few sentences or words as a summary with a read more link to the actual article. This is generally good …

PHP: Generating Summary Abstract from A Text or HTML String, Limiting by Words or Sentences Read More »

Update your theme to WordPress 2.7 with Comments Threading and Paging

Well dismiss me if I’m a little too late for this but just now I encountered this client who needs to update a wordpress theme, the comments section or comments.php to be precise, to accommodate some of the new features introduced in WordPress 2.7, comments threading and comments paging. The easy way — for new …

Update your theme to WordPress 2.7 with Comments Threading and Paging Read More »

Blogger, WordPress and Movable Type Compared

Updated: Comparison table updated by the announcement of MT4. Okay, before it all begins, I’d like to do a small playful research that would give us some preliminary knowledge. According to Google, up to the time this comparison post is being compiled, we have, “powered by Blogger” – 30,800,000 results! “powered by WordPress” – 71,800,000 …

Blogger, WordPress and Movable Type Compared Read More »

Check broken links on your site with this free tool

Xenu‘s the program(for windows) I’m talking about. I’ve tried a bunch of link checkers including those pretentiously online ones. This is the one that’s really working to solve your problem. And free! Download it from here, or you might also want to check its page for FAQs and other instructions. Install and run it. “File” …

Check broken links on your site with this free tool Read More »

Scroll to Top