Raja and Kalmadi face detectives

India's former Telecom Minister A Raja at the Central Bureau of Investigation in Delhi on 24 December 2010A Raja quit last month amid what has been described as India’s biggest corruption investigation
Related stories

Indian police have begun questioning former Telecommunications Minister A Raja over an alleged multi-billion dollar corruption scandal.

Mr Raja was forced to quit last month over the sale of mobile telephone licences for a fraction of their value.

Police have also raided the homes of Commonwealth Games organiser Suresh Kalmadi in a separate corruption case.

On Wednesday thousands of people rallied in Delhi against alleged abuse involving the ruling Congress party.

Further rallies are planned across the country in the coming weeks.

Investigators are looking into why so-called 2G spectrum phone licences were sold in 2008 for a fraction of their value, costing the government $37bn (£23bn) in lost revenue, according to the national auditor.

Mr Raja, who denies any wrongdoing, was questioned by the Central Bureau of Investigation (CBI) on Friday.

He is a member of the DMK party, an important member of the Congress-led ruling coalition.

The 2G spectrum scandal has prompted the most serious political stand-off in recent times in India.

The winter session of parliament ended this month in deadlock, as the government rejected opposition demands for a top-level inquiry.

Earlier this week, Indian Prime Minister Manmohan Singh told a Congress party conference he had nothing to hide, and was happy to face a parliamentary panel over the 2G inquiry.

Suresh Kalmadi outside his Delhi home on 24 December 2010Suresh Kalmadi adopted a defiant tone outside his home after the police search

Congress party president Sonia Gandhi told the same conference that corruption was a disease in India, as she unveiled a five-point action plan to tackle the problem.

Mr Singh has been accused of reacting slowly to the 2G scandal, which is described as the country’s biggest ever corruption investigation.

Another high-profile inquiry is continuing into claims that organisers of the Delhi Commonwealth Games swindled millions of dollars from the October event.

On Friday, the CBI searched Games chief organiser Suresh Kalmadi’s homes in the capital, Delhi, and in the western town of Pune, and the home of his personal secretary.

After police finished their search, Mr Kalmadi told journalists outside his Delhi home he was innocent until proven guilty.

“I am ready for any investigation on any issue,” he said, reports AFP news agency. “I am not running away.”

Three other senior officials from the Games organising committee, including its sacked treasurer, were arrested last month.

They are accused of forgery and cheating over the awarding of contracts before October’s event.

The Central Vigilance Commission, a national watchdog, has received complaints that up to $1.8bn (£1.1bn) of Games money was misappropriated.

This article is from the BBC News website. © British Broadcasting Corporation, The BBC is not responsible for the content of external internet sites.

Easy WordPress Plugin Mod

I want this done right now.

I have a two customized wordpress plugins that together allow someone to upload images to their wordpress site as a photography portfolio… and the second one lets the admin set a limit to the number of images they upload. There is a small problem in the way the limit plugin works. It blocks their access in such a way that the image is loaded but the code is not completed. As a result, the next person who tries to upload an image has the ability to make edit to the previous author image.

I have a proposed solution that would disable a button on the upload page when the limit is hit rather than unset the uploading page. If you can implement this with some kind of if/else statement the problem should be solved.

This should not take very long at all. You would need to do this on your own servers using the 2 plugins that I provide and be sure to do the project the way I want it done.

Hundred Articles (160 Words Each)

-I want somebody to write me 100 articles, 160 words each.
– I will give you keywords which you will need to insert in the article body e.g. “weight loss pills”. These will be provided by me.
– Articles will be my property,all research to be done by you.
– Job needs to be done in 5 days
– Original content only.
– Articles will be around theme I give you for e.g. 20 should be around computer accessories/computers, 20 around weight loss etc.
– Good opportunity for future work. Looking for long term relationship
thanks

Design A Custom Word Press Theme

We need an experianced designer to create a custom word press theme for us. Here is a link to a page design we like the style of ( http://www.templateaccess.com/wpdemos/wp220/ ). The theme will be based in the automitive oil industry. The site will have static pages as well as a blog. We alredy have a blog (www.UseLessOil.info)and our static website is www.ULOUSA.com. We will be bringing the 2 sites together in one word press site.

Move Web Content And Assist With E-mail Setup

Hi,

This should be a fast simple job for someone who knows what
they’re doing (-:

I need to move all contents of nomorejob . com from one server
to a new account on another. There is 237 MB total space used.

Also need assistance to configure e-mail on new account so mail can
be directly downloaded from mail.nomorejob.com into windows live mail
on my computer.

Thank you.

Iphone/ipad Shopping Application

I am looking for assistance in building an iPhone/iPad application.

I’m searching for a developer or development company with experience in databases and web scraping as they relate to mobile applications and the integration of the RedLaser app.

In brief, the application will perform a shopping function and integrate with a calendar for scheduling and alerts. The application will have a database of projects. Once a project is selected, the needed supply list is generated. From that supply list the program will give a best price, which includes shipping, from a predetermined set of approximately 10 online stores. The user will be able to choose which retailer, from the list of prices, they wish to buy from and, once clicked on, the order will be placed and confirmed.

A detailed demo of the program has been built. The demo shows the design and functionality of each screen and will be provided along with all graphics to the selected vendor once an NDA is in place.

There will be the opportunity of ongoing work with this project. Initially the application will be programmed for iPhone and iPad but we will want to offer it for Android, Blackberry and Windows Phone 7 a little further down the road and there are plans to develop the application beyond the functionality of its original offering.

I am looking for rough cost and time estimates and some sort of capabilities statement so that I can make a decision on which programmer or company is best suited for the project.

I look forward to hearing from you.

How to easily wish a merry Christmas to your blog readers

To achieve this very simple recipe, simply paste the following code anywhere on your theme. The “Merry Christmas” message will be displayed only on Christmas day.

<?php
if ((date('m') == 12) && (date('d') == 25)) { ?>
    <h2>Merry Christmas from WPRecipes!</h2>
<?php } ?>

By the way, merry Christmas to all of you! Have a great time with the family.

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

How to easily wish a merry Christmas to your blog readers

Simple Php Scraper Project

I am looking for a coder to extract content from a Government website to publish on to my website. This is legit as is for non-commercial usage (which is allowed) and have had this confirmed by such body. I am looking for only a specific few of content to be published (such as by locale) only once a week – so this isn’t a major search engine spider like requirement.

I need a coder to…

Create a php script using fopen or cURL to:
a) contact the website to get a session ID
b) submit specific variables that I can change, along with such session ID as received from the previous step
c) spider links containing certain text on one page and following approx 4 other pages – saving the 100 or so links (normally 20 per page * 5 pages) for next step
d) then extracting a specific URL variable from the 100 (or so) links, and requesting printer friendly page with such variable…
e) for each printer friendly page obtained, save the content to a SQL database split with fields for each variable contained on page (that is enclosed between named ‘div’ tags for extraction).

As it is session based it would probably be a good idea to fetch all the content first (i.e. cache files) and process it separately. All requests made are GET. You will need to capture the session redirect.

This should be relatively easy for a professional php coder.