Categories
News

Airtel to sell iPhone 3GS in India

Today, Bharti Airtel agreed to sell Apple’s iPhone 3GS in India in the coming months. Airtel is India’s largest mobile phone operator by users.

Categories
Analysis

6 Anti-Spam Plugins for WordPress

Spam is a thing which every high-traffic (even some medium or low-traffic) blogs, forums, websites etc. have to face. In this post, we will discuss some of the best plugins for WordPress which can deal with spam. No, not those based on Captchas or making your users solve math problems, rather we will discuss on some of the new and innovative plugins which work differently, but do the same thing, that of taking out the spam from your blog.

Akismet

By Matt Mullenweg | Download

Akismet is the default plugin bundled with your WordPress software. When a new comment, trackback, or pingback is posted on your blog, Akismet performs hundreds of tests on it and gives a thumbs up or thumbs down.

WP Spam Free

By Scott Allen | Download

Most of the spambots cannot process javascript and cookies. This plugin takes the advantage of this and uses a dynamic combination of javascript and cookies to separate spambots from humans, preventing 99%+ of automated spam.

Bad Behavior

By error, MarkJaquith, Firas, skeltoac | Download

Bad Behavior analyzes the HTTP headers, IP address, and other meta data sent by the visitor and determines if it is a human or a bot. After all, spammers don’t code their bots very well and if they could code very well, they probably wouldn’t be spammers.

WP Captcha Free

By iDope | Download

WP CAPTCHA Free blocks spam on your blog by validating a hash based on time (and some other parameters) using AJAX when the comment is posted. Comments posted via bots will not have a correct hash and will be rejected.

WP Clickcha

By iDope | Download | Demo

Clickcha replaces your post comment button with an image based CAPTCHA that requires the user to click the image in a particular area to solve the puzzle. Clicking the image also submits the comment.

WP Hashcash

By ecb29, donncha | Download

This plugin verifies the users by a piece of javascript code that indicates that the visitor is a real human being, not a spambot. If the javascript check fails, there are three options – it can either put the comment into moderation (default), put the comment in the akismet queue, or delete it.

Conclusion

There are many plugins which can prevent spam from your blog, though neither of them can provide 100% protection from spam. In this post I have tried my best to highlight the main and best plugins that can prevent spam from your blog. If you feel that any other plugin should have been listed here, feel free to discuss it in the comment’s section below!


[Editor’s Note: This post is submitted by our guest blogger Gautam. He blogs at his own blog, does freelancing, develops plugins, etc.

If you, too would like to write for Devils Workshop, please check this. Details about our revenue sharing programs are here.]

Categories
News

Now quickly view formatted PDF Files in Google Search!

On Wednesday, Google added a new feature to its search results called “Quick View” that would enable the users to view formatted PDF files in Google Docs. Earlier, the PDF files could only be viewed in HTML format and also, they lost much of the formatting, but now the users can view the formatted PDF files with graphics, tables, fonts, etc with the help of Google Docs. This feature has been rolled out for more than 50% of the PDF files in Google’s index. “Quick View” link can be viewed in the second line of the search result, below the title.

Categories
News

Passwords of Thousands of Hotmail Accounts Leaked Online!

Microsoft had a bad weekend as around 20,000 hotmail accounts were hacked and their passwords were posted on October 1 by an anonymous user on pastebin, a website used by programmers to share code snippets. The page was removed soon after (even the cached page by Google).

Categories
News

Google’s New Translate Bar Widget for Websites

Some months back Google had launched its Google translator toolkit and yesterday, Google unveiled its new translate widget for blogs and websites on the day of International Translation Day (30 September 2009). This translation widget can be easily added to any website and provides translation into 51 languages.

Categories
News

Vodafone’s ZooZoos receive the PETA Award

Most of you must be fans of the Vodafone ZooZoo ads which are aired in the IPL season 2 breaks. Here’s good news for the ZooZoos fans. Vodafone has won the first Glitter Box award which was given by PETA (People for the Ethical Treatment of Animals) India. This award is given to those businesses that take the advantage of humane alternatives to the use of real animals in their advertisements.

Categories
Analysis

Is GPS close to its breakdown?

It is the time when the navigation software is being used in mobiles, cars and a variety of other gadgets. But the question that is now arising is – Is the GPS close to its end or is it going to breakdown? Some experts have said that the system maybe close to breakdown or even fail as early as 2010!

Categories
News

Automatic Message Translation – New Feature in Gmail Labs!

Gmail Labs has released a new feature called Message Translation which helps you translate e-mails written in foreign languages into your own language. This feature is very handy for those who receive e-mails from others in various languages.

Categories
Reviews

Picture Collage Maker: The fast & easy way of creating a collage!

Now you would never have any hassles in making collages for your daily use! Picture Collage Maker will handle it for you! It is a very simple to use program which can turn your ordinary photos into stunning keepsakes. You can also share them with your family and friends! With some few clicks, you can create digital collages, scrapbooks, posters, invitations, calendars, and greeting cards. Amazing, isn’t it?

Categories
Tutorial

#7: PHP Tutorials for Beginners – Loops

In the last post, we learnt about the first kind of control structures which are, if statements which allowed us to run a block of code if a condition is true or not. But what about writing a code which would run a block of code again and again? That’s where we will need loops for. Loops allow us to execute a block of code again and again if a condition is true.

In this post, we will talk about different kinds of loops like – While Loop, Do-while Loop, For Loop and For-each Loop. We will also talk about – Continue, Break and Pointers.