(Wordpress) Translator Plugin Pro 6 Released

Translator Plugin Pro 6 now ships with 6 Translation engines for giving you more languages, better load balancing and better fail-over support for different languages. Not only that. Your blog now can be translated to (13) 20 major languages including new languages like Latvian, Slovak, Ukranian and Catalan and many more.

There have been several bug fixes and features added. To read more on that section, visit our wordpress-translator blog.

This might be the last opportunity for you to give yourself or someone else the best gift for this Christmas.

Do not wait. Buy your copy of Translator Plugin Pro now.

20 Wordpress Security Plug-ins And Tips To keep Hackers Away

Wordpress is the leading blogging software for pro-bloggers as well as amateur bloggers around the world. So, be it latest news (Wordpress 2.7) or tweaks, we cover it. The Achilles heel of WordPress is its security, which they try to continuously address by frequent patches after every major release similar to Microsoft Windows. If you are a Wordpress user, you must be very concerned with security issues and for good reasons. In this world of growing intrusions, hacking, cracking and data-thefts, security is of major concern for a starter as well as for a pro. Here are 20 Plugins and tips for you to help you get a good sleep at night assuring you that your blog is in safe hands (read WordPress security plug-ins).

Full article (2556 words) »

6 Must Know Tips for Translator Plugin

We, at Taragana, have always tried to provide you with the best software solution as well as latest news on technology balancing the need of the situation. Translator was one such initiative to help your blog reach a worldwide audience irrespective of the language and country. It has become one of the most popular WordPress plugins which automatically translates your blog pages to 32 additional languages for Translator Plugin Gold and 13 (+1 optional) additional languages for Translator Plugin Pro.

So without waiting for you to come up with any queries, our developers' have tried to help you with FAQ (read Frequently Asked Queries).

IF you are a translator user, the following links are a must walk-through.

  1. How To Find Number of Pages in Translator Cache from Database
  2. How To Find Number of Stale Pages in Translator Cache from Database
  3. How To Find Number of Non-Stale aka Fresh Pages in Translator Cache from Database
  4. How To Find Recently Refreshed Pages in Translator Cache from Database
  5. How To Find 6 Month Old Stale Pages in Cache
  6. How To Find and Remove Invalid Pages in Translator Cache

Note: Translator Plugin Pro (for WordPress blogs) provides automatic machine translation of blogs in 13+1 languages (many more will be added soon) with 4 translation engines to provide transparent fail-over support and load balancing.

Translator Plugin Gold (for WordPress blogs) provides automatic machine translation of blogs in 32 languages (more will be added soon) with 5 translation engines to provide transparent fail-over support and advanced load balancing.

Important: Angsuman’s Translator Plugin Pro & Angsuman’s Translator Plugin Gold Moving…

The business of Angsuman's Translator Plugin Pro and Angsuman's Translator Plugin Gold has been transferred over to Wordpress Translator. All future news and updates on Translator Plugin Pro & Translator Plugin Gold will be available from the new site. Full article (240 words) »

WordPress Wins Pwnie Award for Mass 0wnage (For Many Many Security Vulnerabilities)

WordPress wins the dubious distinction of Mass 0wnage Pwnie Award for an unbelievable number of WordPress vulnerabilities, over 140 as of today.

It seems like hardly a week goes by without a new vulnerability in WordPress or one of its many plugins. Many of them are actively being exploited to own popular WordPress blogs and use them to serve spam or client-side exploits to unsuspecting visitors. The popularity of WordPress combined with the abysmal security practices of WordPress plugin developers places the entire Internet at risk and is worthy of a nomination.

Full article (190 words) »

Providing Free Upgrades for Translator Plugin Pro & Translator Plugin Gold

We have started providing free upgrades for (WordPress) Translator Plugin Pro (Version 5.2) & (WordPress) Translator Plugin Gold (Version 1.2) to all our existing customers.

Full article (164 words) »

(WordPress) Translator Plugin Gold Version 1.2 Released

WordPress Translator Plugin GoldTranslator Plugin Gold (for WordPress blogs) provides automatic machine translation of blogs in 32 languages (more will be added soon) - German, Spanish, French, Italian, Portuguese, Japanese, Korean, Chinese Simplified, Chinese Traditional, Arabic, Dutch, Greek, Russian, Norwegian, Brazilian Portuguese, Bulgarian, Croatian, Czech, Danish, Finnish, Hungarian, Icelandic, Latin American Spanish, Filipino, Polish, Romanian, Serbian, Slovenian, Swedish, Welsh, Turkish and Latin. We provide unlimited free updates and upgrades and 6 months of free support.
Translator Plugin Gold has a lucrative affiliate program too. You can make a cool 30% from each sale!

The new features and fixes in version 1.2 (free upgrade for existing customers) are:

New Features

  1. Directory browsing of translator plugin directory has been disabled for better security.
  2. The ability to switch off translation statistics (from translator option page under Basic->Statistics->Disable Statistics section). You may gain some performance by switching off the statistics simply because it uses a database query to store the data. You can still use the Statistics widget to display your existing statistics. However it will not be updated if you decide to switch off stats. You can again switch it on any time.
  3. In Translator Plugin Gold 1.2 we added a new hook / callback facility to enable you to view and process the translated page before it is served to the end user. Please refer to developer guide to know how to use it. The importance of this hook cannot be understated.
    You can use the tgTranslatorPostFilterHook to edit / modify the content of the translated pages before it is served to the user. You can also take action based on the content or engine used to translate the page.
    This hook can be used to handle errors in translation or even catch and process new types of errors. The actions include 1. ability to send custom error pages, 2. re-direct to original pages (for example in case of error), 3. displaying custom error messages and more. Few use cases for this hook are:

    • Provide customized title, meta tags & descriptions for translated pages to eliminate concerns about duplicate content. Check out the translated pages in simple thoughts for some usage examples (hint: look at the meta tags and title).
    • Provide custom error pages or re-direct to original page when translator is unable to translate a page (due to overload or temporary unavailability of engines).
    • Filter translated pages
    • Add your own content to translated pages like advertisements etc. You can also do it using existing translator API. However this provides full control over processing translated pages before it is served to the end-user.

Full article (705 words) »

(WordPress) Translator Plugin Pro Version 5.2 Released

WordPress Translator Plugin ProTranslator Plugin Pro (for WordPress blogs) provides automatic machine translation of blogs in 13+1 languages (many more will be added soon) - German, Spanish, Russian, Arabic, Dutch, Greek, French, Italian, Portuguese, Japanese, Korean, Chinese Simplified, Chinese Traditional and optionally Norwegian (note: we provide 32 languages with Translator Plugin Gold). We provide unlimited free updates and upgrades and 6 months of free support. The new features and fixes in version 5.2 (free upgrade for existing customers) are:

New Features

  1. Directory browsing of translator plugin directory has been disabled for better security.
  2. The ability to switch off translation statistics (from translator option page under Basic->Statistics->Disable Statistics section). You may gain some performance by switching off the statistics simply because it uses a database query to store the data. You can still use the Statistics widget to display your existing statistics. However it will not be updated if you decide to switch off stats. You can again switch it on any time.
  3. In Translator Plugin Pro 5.2 we added a new hook / callback facility to enable you to view and process the translated page before it is served to the end user. Please refer to developer guide to know how to use it. The importance of this hook cannot be understated.
    You can use the tgTranslatorPostFilterHook to edit / modify the content of the translated pages before it is served to the user. You can also take action based on the content or engine used to translate the page.
    This hook can be used to handle errors in translation or even catch and process new types of errors. The actions include 1. ability to send custom error pages, 2. re-direct to original pages (for example in case of error), 3. displaying custom error messages and more. Few use cases for this hook are:

    • Provide customized title, meta tags & descriptions for translated pages. Check out the translated pages in simple thoughts for some usage examples (hint: look at the meta tags).
    • Provide custom error pages or re-direct to original page when translator is unable to translate a page (due to overload or temporary unavailability of engines).
    • Filter translated pages
    • Add your own content to translated pages like advertisements etc. You can also do it using existing translator API. However this provides full control over processing translated pages before it is served to the end-user.

Full article (619 words) »

How Do You Like Our New Theme?

We are incrementally adding changes to our site, replacing portions of our old theme with a new one.

Upgrading a theme is harder than it looks. Initially we almost completed designing a theme with blue motif. In our internal feedback (and from Google) our existing theme fared better than our new theme. So we went back to drawing board. We decided to incrementally add changes to the existing theme.

We added a menu bar and a footer to start with. A much improved headline section is coming next following by a full CSS design. The sidebars will also be changed to incorporate more modern looks and the now popular TechCrunch like ad boxes.

We also upgraded our LightCache plugin (WordPress plugin with intelligent caching which offers more than 200% better performance than wp-cache 2 or wp super cache in heavily loaded sites) to use both disk-cache and memcached (when available). The memcached enhancement appears to have reduced the load to much lower level. Much more testing needs to be done. We are using the blog for live testing at this moment, without constant monitoring to prevent unexpected downtime. So far there has been none.

So, how do you like our new theme? Any suggestions?

Protected by Comment Guard Pro