Search Engine Optimization Starter Guide

Hi, just incase you missed this, google is proving a starter guide for SEO (Search Engine Optimization) to improve their sites’ interaction with both users and search engines. Although this guide won’t tell you any secrets that’ll automatically rank your site first for queries in Google, following the best practices outlined below will make it easier for search engines[…]

How to repair SMF Forum settings instantly

What are the Benefits using this tool:  Allows you set set the paths for – Forum URL, Forum Directory, Sources Directory, Attachment Directory, Avatar URL, Avatar Directory, Smileys URL, Smileys Directory, Default Theme URL, Default Theme Images URL, and Default Theme Directory and Custom Theme Directories. This tool also allows you to fix your database such[…]

Creating page without Controller or Model in CakePHP

This is recommended if you’re not going to use database in specific pages. 1. Create page view in  /App/View/Pages/mypage.ctp 2. Copy the following codes to /App/Config/routes.php Router::connect(‘/mypage’, array(‘controller’ => ‘pages’, ‘action’ => ‘display’, ‘mypage”)); Note:  Just make sure the name of your page view from  /App/View/Pages/mypage.ctp is exactly the same name above from the code given. Now you[…]