Archive for the ‘Wordpress’ Category
Tuesday, August 18th, 2009
Here’s how to add a bookmark code in your high traffic website:
1. Place the following script into your section in the page you need to use it:
<script type="text/javascript">
function bookmark_us(url, title){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement(’a’);
elem.setAttribute(’href’,url);
elem.setAttribute(’title’,title);
[...]
>>read more
Tags: add to favorites, bookmark, firefox, internet explorer, mozilla, netscape, safari
Posted in Blogger, Javascript, Joomla, Video Sharing Community, Website Addons, Wordpress, Zen Cart | No Comments »
Monday, December 29th, 2008
The tutorial explain how to fix error cause by MYSQL daemon/engine on your server has run out of space for storing its own database files. If the filename/path mentioned includes “/tmp/” in it, then the error is likely referring to temporary/swap files instead of main database files.
>>read more
Tags: error code 28, my.cnf, mysql, tutorial
Posted in Bug Report, Creloaded, Drupal, Ecommerce, Joomla, Media Wiki, PHP, PHPBB, Rayzz, Virtuemart, Wordpress, Zen Cart | 1 Comment »
Wednesday, November 12th, 2008
I’ve gotten around 9,000 + spam comments since September to October 2008. It was becoming such a pain to delete them using phpmyadmin tool in my cpanel until i implemented reCAPTCHA WordPress Plugin. It seems to be working pretty well so far. Please let me know if you have any issues.
Here is the easy way [...]
>>read more
Tags: API key, blog commenting, comment form, comment spam, cpanel, phpmyadmin, plugins, Plugins Management, reCAPTCHA, spam, widget, Wordpress, wordpress plugin, wp
Posted in Website Addons, Wordpress | No Comments »
Wednesday, October 8th, 2008
There are many ways how to optimize you site. One of these is blog commenting. Which will give you a one way backlink for your site. And you must know if this is either “do follow” or “no follow” link. Do follow links can be crawl and No follow link will not but it [...]
>>read more
Tags: back links, blog commenting, do follow, no follow, SEO
Posted in Blogger, SEO, Wordpress | No Comments »