My time-waste projects with My LIFe-Unix-Linux-Windows

My pesonal view on world events and my silly projects

Archive for the ‘wordpress’ Category

vmware 2.0 beta 1 is useless and very slow

with 2 comments

vmware server 2.0 beta 1  - free version is nightmare and i used it with in 30 mins i rolled back to old stable version.
vmware 2.0 beta dead slow - confusing menus -woret performer even on my 1 gb ram system with only 128 mb linux pc - i faced so many troubles. so avoid vmware 2.0 beta now.

Written by linuxunix

December 6th, 2007 at 6:01 am

how to promote wordpress.com blogs

with 2 comments

how to promote wordpress.com blogs - i am searching solution for this. You may ask why should i mention “wordpress.com” blogs only. Reason is simple wp.com won;t allow you to put any type of java script in your blog. So most of sites requires java script to track your customers and estimate your site traffic.

If you are wordpress.com blog owner and you already did promotion of your blog or you know how to promote wp.com blog then please leave comment here.

AddThis

Written by linuxunix

December 3rd, 2007 at 5:07 am

Very simple way to add social bookmark network bookmarlets to wp.com blogs

with 3 comments

Another way to add social bookmarklets is using addthis.com service . Just copy paste following code at the end of every post .


<!-- AddThis Bookmark Button BEGIN -->
<a href="http://www.addthis.com/bookmark.php" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s9.addthis.com/button1-bm.gif" alt="AddThis Social Bookmark Button" border="0" height="16" width="125" /></a>
<!-- AddThis Bookmark Button END -->

OR YOU Can use following bash script 1. save it , chmod 755 blog.sh 2.blog.sh blogurl “blogtitle” (must be in quotes) 3.it will generate code , paste it in your blog thats it !!!!!


#!/bin/bash

echo "<a href=\"http://www.addthis.com/bookmark.php?&amp;url=$1&amp;title=$2\" title="Bookmark this post using any social bookmarking manager of your choice\!">\
<img src="http://s9.addthis.com/button1-bm.gif" alt="AddThis social bookmarking image button" />
</a>"

AddThis

How to add social network bookmarks to every post in worpdress.com blogs

with 5 comments

social network bookmarks way to increase your traffic. WordPress.com is not offering any java script/template editing system so you need to do small hand work to add social network bookmarklets to your post.

source : http://archgfx.net/blog/2006/geek/blogging/social-bookmarks-on-wordpresscom
Copy and paste following code to your wordpad/gedit

replace xURIx with your post url and xTITLEx with your post title. you need to add this code at the end of your post.
you need to do this hand work for every post you made.


<a href="http://del.icio.us/post?url=xURIx;title=xTITLEx"><img src="http://linuxunix.files.wordpress.com/2007/11/delicious.gif" alt="add to del.icio.us" title="del.icio.us:xTITLEx" /></a> :: <a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=xURIx;Title=xTITLEx"><img src="http://linuxunix.files.wordpress.com/2007/11/blinklist.gif" alt="Add to Blinkslist" title="blinklist:xTITLEx" /></a> :: <a href="http://www.furl.net/storeIt.jsp?u=xURIx;t=xTITLEx"><img src="http://linuxunix.files.wordpress.com/2007/11/furl.gif" alt="add to furl" title="furl:xTITLEx" /></a> :: <a href="http://digg.com/submit?phase=2&amp;url=xURIx"><img src="http://linuxunix.files.wordpress.com/2007/11/digg.gif" alt="Digg it" title="Digg it:xTITLEx" /></a> :: <a href="http://ma.gnolia.com/bookmarklet/add?url=xURIx;title=xTITLEx"><img src="http://linuxunix.files.wordpress.com/2007/11/magnolia.gif" alt="add to ma.gnolia" title="ma.gnolia:xTITLEx" /></a> :: <a href="http://www.stumbleupon.com/submit?url=xURIx&amp;title=xTITLEx"><img src="http://linuxunix.files.wordpress.com/2007/11/stumbleit.gif" alt="Stumble It!" title="Stumble it:xTITLEx" /></a> :: <a href="http://www.simpy.com/simpy/LinkAdd.do?url=xURIx;title=xTITLEx"><img src="http://linuxunix.files.wordpress.com/2007/11/simpy.png" alt="add to simpy" title="simpy:xTITLEx" /></a> :: <a href="http://www.newsvine.com/_tools/seed&amp;save?url=xURIx;title=xTITLEx"><img src="http://linuxunix.files.wordpress.com/2007/11/newsvine.gif" alt="seed the vine" title="newsvine:xTITLEx" /></a> :: <a href="http://reddit.com/submit?url=xURIx;title=xTITLEx"><img src="http://linuxunix.files.wordpress.com/2007/11/reddit.gif" title="reddit:xTITLEx" /></a> :: <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=xURIx;new_comment=xTITLEx"><img src="http://linuxunix.files.wordpress.com/2007/11/fark.png" title="fark:xTITLEx" /></a> :: <a href="http://tailrank.com/share/?text=&amp;link_href=xURIx&amp;title=xTITLEx" title="TailRank"><img src="http://linuxunix.files.wordpress.com/2007/11/tailrank.gif" alt="TailRank"/></a>

Another easy way is use http://addmethis.com service
add to del.icio.us :: Add to Blinkslist :: add to furl :: Digg it :: add to ma.gnolia :: Stumble It! :: add to simpy :: seed the vine :: :: :: TailRank
AddThis Social Bookmark Button

How to create sitemap for wordpress.com blogs for google

without comments

I am searching a way to create sitemaps for wordpress.com blogs using menthods found in wordpress.com forums but google showing many errors while validating sitemaps ? basically i submited feed url as site map.

is it really necessary doe wp.com blogs to submit sitemaps to google or wp.com will automatically ping google.com when ever new post made ? No clue.

Written by linuxunix

November 25th, 2007 at 8:48 am

wordpress.com unable to write post using forefox on sun solaris 10

without comments

visual editor isnot working with firefox on sun solaris 10 - sparc. Even firefox 2.0 also not working. you need tow rite post in code section only.
if you try to type on visual section nothing appering.

timewasteblog.com new feature of wordpress.com addon

without comments

Today i got new domain http://timewasteblog.com and i want to add my linuxunix.wordpress.com blog to that domain how to ? then i remember wordpress.com domain addon. so for test i purchased that for $10 per year. setup is nothing but 2 cliks :). my linuxunix.wordpress.com blog have high rating entries in google and i worried that now all will wash out but nop - my blog still available at linuxunix.wordpress.com and timewasteblog.com also .. thanks god no .. thank wordpress.com for their idea. so if you have good blog with wordpress.com and you want to add it to your own domain - then opt in for domain addon from wordpress.com it is very easy and usefull.

godaddy wont alow to connect outside mysql server

without comments

You have mysql server running at other host or outside godaddy netwrok and you want to access from your godaddy account .. Opps ! they won;t allow even outgoing connection to port 3306

If you are hosting your own db server then you can chnage mysql port to 80 or 443 becoz godaddy allows only port 80 and 443 to outside world. but  if you ahve with other hosting provider you can;t becoz they won’t chnage port for you.

will godaddy allow remote db connections no ! so bothides way out.. check any other host :)

Written by linuxunix

December 16th, 2006 at 6:02 pm