Hi Folks :), I’ve a good news to share with you: After a long time, I’ve created an online tool. It is a simple link shortener named Shubhamoy’s Link Shortener. Demo | Download It is AJAX based & uses a bit of CSS3 in its design. I’ve tried to give it a simple look. All…
All posts in Tech News
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…
Optimize Wibiya Toolbar
Wibiya Toolbar(or Wibiya Wibar) is an amazing and multi purpose toolbar. It is an all-in-one plugin for a blog. You can read more about it @ Wibiya Toolbar for Blogs. It had been a week using it, I faced a trouble with it’s loading time. So here is a way to decrease, it’s loading time.…
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”…