Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Get Country from IP Address

Hello friends, I was facing issue of getting country name from IP address. Here I am going to tell you how to resolve this issue by passing IP address and retrieving country name. There are many APIs which will do this for you. I am using the service

How to use event.data property in jQuery ?

Hi Reader's,   Welcome to FindNerd, in this blog I will guide you to use event.data Property in Jquery. Basically event.data property is used when the current executing handler is bound. so we can say that it is an optional object of d

How to get list of all orders of the logged in user?

Some times in magento we are required to get list of orders of the current logged users.  To do so lets see how we can do it:   first of all we need to get the logged in user id from the session for the same write the below cod

Extracting album art/album cover image from a mp3 file using getID3 in Cake PHP?

In the previous blog Extracting metadata info from a mp3 file using getID3 in Cake PHP? i explained how to extract information regarding a mp3 file using getID3. In this blog i will explain how to extract the image (if its there) inside a mp3 file us

keypress, keydown, keyup events in jQuery

Hello readers, Today we will discuss about keypress, keydown, keyup events in jQuery. These events fires when user pressed any key. Lets have a look all three events:   keypress: This is a special event and works when any key pressed. This

How to get Image from URL using glide library

The below example code will helps you to get Image from URL by using glide library and to wait for image until it loaded.  For this in below example I have added glide library in  build.gradle file then I am using Glide with MainActivity cl

Why does CSS work with fake elements?

Hi Readers! The other day I was experimenting a little with CSS and this is what I came up with.   <style> imsocool { color:blue; } </style> <body> <imsocool>HELLO</imsocool> </body>

Where should we use IEnumerable vs IQueryable in LINQ

Both IEnumerable and IQueryable are used for data manipulation in LINQ. As IQueryable interface derived from IEnumerable interface so that whatever IEnumerable can do, IQueryable can also do.   IQueryable interface is used where collection is

String-Print a string character then extract user entered letter match with that word and append it as different word

Problem- Its not entering the If loop in the code snippet, couldn't get what's wrong in this logic.   /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools |

Difference Between String or System.String and System.Text.StringBuilder

The difference between System.Text.StringBuilder and string or System.String System.String and string keywords are the same, and you can use whichever naming convention you prefer. Essentially, string keyword is an alias for System.String class. Str

1 196 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: