Posted on 09 October 2008
I have written a Wordpress Plugin for Translation which has the advantage of translation pages in 20 languages and you get Google to index these pages. I have tested this on this blog. I had installed this plugin 2 days back and today I was checking if Google had indexed those translation pages.
Posted on 07 October 2008
I have written a plugin to offer Translation of Wordpress blog pages. This is an Ajax based plugin, which does the translation in about 20 International languages. I have used the Google Translation API to get the translated text and display it on the page.
I have done some modification for the current theme home page. I am showing the content till the Read More.. The problem what I was facing was the size of the images. I have written a function which resizes the image according to the image page design. We do not need to bother about [...]
Posted on 07 September 2008
Tags: Coding, PHP
I wanted to covert http texts in my twitter plugin to clickable links. I wrote a small function which may be of your use.
<?php
// string with URL's need to be changed to html format adding the the <a> tag
$str1 = "my name is kishore and my web page is http://kishoreasokan.com all are welcom
http://kish.in isPR [...]
I use windows live writer to post on my blogs usually. From my last post, you may notice that I have added a different style, to my blog post. This is done just by the Live Writer. Its very simple, I have changed the <h6> style in the style sheet and I select the text [...]
Posted on 30 August 2008
Tags: Bugs, Dreamweaver
I regularly use Dreamweaver for working on the files on my server. I was facing a problem of related to the saving of Remote Information, the server login details. Every time when I need to connect to the server for editing the files, I need to go to the Manage Sites and enter the [...]