[5 Feb 2012 | No Comment | 1,265 views]
How I received 16000+ SPAM Comments within a month on my WordPress Blog

Recently one of my Friends Blog received 16000+ SPAM Comments in a span of just over a month.
TimeLine:
Jan 1: Checkpoint
Jan 23: Spam at its Peak
Jan 24: Corrective Measure Taken
Jan 31:… Checkpoint
 
WordPress 3.0 – No Plugins, Default Installation.

Related Posts Plugin for WordPress, Blogger... Read the full story »
Web

Featured, Web »

[22 Jan 2012 | No Comment | 2,644 views]
Why Can’t Google Fix its Own URLs?

Today, I was trying to submit a URL to Google. As usual i simply opened Google and searched for “add url to google” , Google returned me the following results.

The Top Result https://www.google.com/webmasters/tools/submit-url/ actually gives a 404 error (Jan 22, 2012 – 3.16 AM IST)

Surprisingly when you remove the / (forward slash) from the end of URL, it starts working https://www.google.com/webmasters/tools/submit-url
The URL has been fixed on Google “Submit Your Content” Page, but search results are still returning old URL.…

Featured, Web »

[21 Jan 2012 | No Comment | 673 views]
How To Blackout Your Website (Outage) – The Right Way

Last week we saw a mass online Blackout (#WikipediaBlackout). We also implemented a 503 Status Code Outage.

Now several people suggested methods for blackout. Lets take each of them.
1. Delete The Content
Never do this mistake. Since you dont have any files on your web folder anymore, it will return a 404 error.…

Android, Featured »

[1 Dec 2011 | 2 Comments | 1,688 views]
How to S-OFF, Flash Custom Recovery and Root your HTC Android Phone – For Dummies

Recently i attended Droidcon India 2011 and had a quick chat with a team installing CyanogenMod for interested attendees there. I finally decided to give it a shot. In this part of tutorial I’ll explain till rooting of the phone. Next tutorial will contain instructions to install Cyanogen Mod.…

Android »

[11 Nov 2011 | 2 Comments | 1,020 views]
How to determine location using GPS in Android Phones

In this tutorial we’ll create a small app which displays a Toast Notification whenever GPS Coordinates changes. Start a new Project.
Project Name: HelloGps
Android Level: Android 2.1
Application Name: HelloGps
Package Name: com.vineetdhanawat.hellogps
Create Activity: HelloGps
Min SDK… Version: 7

1.

Android »

[16 Oct 2011 | No Comment | 914 views]
Diving into Android Development – Brew Timer Application

Ready to dive into real android applications? Its been a while since i have blogged about my experiences with android app development. This is a great post i found at SmashingMag.
Prerequisites:
Working Eclipse IDE with ADT installed (Tutorial)
What is great in this Tutorial?…

Android »

[22 Mar 2011 | No Comment | 1,531 views]
Ultimate Temperature Converter – Sample Android App

Prerequisites :
1. Working Eclipse IDE with ADT installed (Tutorial)
2. Basics of Java

Part 1: Understanding Views
Start a new Android Project. File >> New >> Android Project.
Major Components of the new Android Project screen are
Project Name : Just the name displayed in Eclipse
Build Target : Supported Version, We chose to build for Android 2.2
Application Name : Name Displayed in the Application Header
Package Name : Follow the international reverse hierarchy nomenclature as in java packages (can be anything)
Create Activity… :  Keeping activity checked will create a java file in the “src” folder which will have a function that will be called as soon as the application starts.

Android, Featured »

[25 Feb 2011 | No Comment | 824 views]
Your First Android App – Hello World

Hello World is typically the simplest program to write in programming languages. It is considered as the first and basic step towards mastering the language.
Let us make an App which does nothing but displays “Hello World!” .
There is a detailed tutorial on the Android Developer site along-with basic troubleshooting.…

Android »

[30 Jan 2011 | 3 Comments | 1,027 views]
Getting Started with Android Development

In these set of Tutorials, I’ll guide you through the basics right from setting up the environment to eventually develop apps for real-time usage in your Android based devices.
Prerequisites: None
Required Components…
1. The Eclipse IDE – I will be using Eclipse JEE – Helios SR1 version on x86 Windows Platform
2.

Related Posts Plugin for WordPress, Blogger...