Fix WordPress 404 Problem

What is WordPress 404 Problem? User gets a 404(Page Not Found) Error on posting an article, saving a draft or other instances. The solutions are for Self-Hosted WordPress Instalation only. Solution (1): Save a .htaccess file in the root directory of your WordPress Installation. Add SecFilterEngine Off to disable mod_security or you can add SecFilterScanPOST…

Wibiya Toolbar For Blogs

Article taken from SachinKRaj’s Blog Wibiya.com provides easy creation of bottom toolbar (floating to bottom) called Wibar. Wibiya enables blogs to integrate the most exciting services, applications and widgets of their choice into their blogs through customized web-based toolbars. They offer tools, such as: Recent Post or Random Article Sharing Options Creating a community via…

How To Create A Random Message Generator Using PHP

Objective: User gets a new message every time; he refreshes the page. Requirements: Adobe Dreamweaver or any Open Source Editor like Amaya, Aptana Studio etc. Code: <?php $thoughts = “WORK IS WORSHIP AS YOU SOW, SO YOU REAP BARKING DOG SELDOM BITE KNOWLEDGE IS POWER SHOOT FOR THE MOON, YOU WILL REACH THE STARS AN…

How To Create Simple PHP Widgets

Objective: Creating a simple PHP Widget, which will allow the user to reach the result page of Google! from your site. Requirement: Adobe Dreamweaver or any Open Source Editor like Aptana Studio, Amaya, etc. Creating the form(index.htm): <form action=“google.php” method=“get” name=“query_form”> <input id=“search” onclick=‘value=”” ‘ name=“search” type=“text” value=“Enter the search term” /> <input id=“submit” name=“submit”…