
Search In
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
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
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
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
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
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
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
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"
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
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
