Technology Subscribe to Technology
Get the IP address in ASP.NET
To get the ip address of client machine in asp.net use the following code snippet. private string GetUserIP() { string ip = Request.ServerVariables["HTTP_X_CLUSTER_CLIENT_IP"]; string trueIP = string.Empty; if (!string.IsNullOrEmpty(ip)) {… Read more
Facebook style mention
I was working on Facebook style mention and found this link http://stackoverflow.com/questions/8438371/style-text-inside-textarea-like-facebook-does this gives me initial setup, for css and html. later I added script to make it work. Added… Read more
Teens are tiring of the social network
Teenagers are a good measure of what’s “cool.” Observing which apps they use and how they interact with technology can help the rest of us spot budding trends. Facebook has… Read more
Samsung’s New Phone Starting Next Week
Samsung’s Galaxy S4 has become the Android phone to wait for. The phone has a slew of new features, including an improved 13-megapixel camera, new software features and it responds… Read more
Samsung Galaxy S4 vs Apple iPhone 5
Like Apple, Samsung is a hardware company that innovates mainly through software The Samsung Galaxy S4 is expected to have a full-HD 1920×1080 display (up from 1280×720 on the S3)… Read more
How to create basic wordpress plugin
There are many things that you can do with your wordpress plugin to enhance your website that can also be used by other website owners. In this post we will… Read more
How to create Download File button using Java Servlets
Before you read this post i would recommend you to go through these earlier post to understand what we did and what we are going to do. Convert SVG to… Read more
How to use Java Servlets and Ajax
In previous post we saw an example of how to convert SVG to PNG using Java Servlet. You can either use a submit button to submit form to servlet or… Read more
Convert SVG to PNG using Java Servlet
I am going to cover several aspects of this project in other posts. In this post i will only cover how to convert SVG to png. I will use Batik… Read more
Google Checkout for Indian Merchants
There’s finally cause for celebration for the mobile community in India after Google announced that it has finally enabled developers in the country to sell paid apps for Android through… Read more

