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

Search In

Create draggable objects using javascript

Hii, In this blog i am sharing a simple javascript code for creating draggable objects using mouse event. This code can be used when you want to add animation effect in your static html document and make it more attractive. You can use this

How to save and fetch data from Sqlite database

First include the sqlite file in your project. Then copy that file from bundle to documents directory as below and create Database method. -(void)createDatabase{ NSString *pathForDocumentDirectory =[self databasePath]; //define new path and put

What is assembly and strong named assemblies in .net

Assembly is a fundamental unit in .net which is versionable and gets created after successful compilation and it has an extension of .dll or .exe. Strong naming an assembly is Basically a process of Private and Public Key Pair. In .Net there are 2

Understanding Lambda Expressions

What is Lambda Expression ? Anonymous function that takes no parameter and return nothing can be written in form of Lambda. In descriptive terms Lambda expressions are a simpler syntax for anonymous delegates and can be used everywhere an anonymous

Comparing Features of Responsive Website vs Mobile App

Today, more than half of global web traffic is generated through mobile devices. Web developers have worked hard to ensure that their web pages can adapt to the new era of smartphones and get better ratings of Google's mobile ranking algorithm. T

How to use SVG in html

Hello Readers! In this blog we will discuss about SVG. Scalable Vector Graphics (SVG)? is a type of image format, which is based on XML. SVG makes a vector graphic quality in such a way that the graphic quality will not become dull if you zoomed or

Use of Linear Interpolation in Unity

Linear interpolation simply means finding a value in between two given values, 'Lerp' is the function used for this. It will linearly interpolates between the two given values. Lerp can be used for following different types:- 1. Vector3 Ler

How to choose the best Cell Tower Consultant for you

If you are a Cell Tower landlord, at some point you will have probably been approached by a Cell Phone wireless carrier. Often, this is to discuss or make changes to your cell tower lease agreement.   Cell Tower Consultants are there to help y

Garbage Collection in .Net

"Garbage Collection in .Net"     Memory Management is one of the major concern for every Application, In .Net the CLR is responsible for that. Overview:   Garbage Collection is an automatic process of freeing up t

Rescale UImage to New Size

We may be using image sets where few images are pretty big or small in size(say big 500X500 for instance). And if you want to resize the image to your desired size then it’s easiest by creating an extension of UIImage that will draw the image i

1 295 481
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: