
Search In
Welcome to FindNerd. Today we are going to discuss nodejs. If you start the learning of nodejs then it can create little bit confusion for you. First question should be raised that what is nodejs? Nodejs is nothing but runtime environment for server
Hello Readers!
Browsers have a default text selection color (mainly, blue or orange). However, this setting can be overrided with the CSS pseudo-element ::selection. This overrides the browser-level text selection color with a color of our ch
Hello Everyone!!
When the mouse is over the image or block then the side of the appeared. It use transition and position properties of css. Transition will takes place when the hover effect is apply on image block,positions and box
To convert the hexacode to color we can create a category of UIColor and implement the following code -
it will return the code corresponding to that hexacode
Hexa code can be in following format
1- #RGB
2 -#ARGB
3- #RRGGBB
4- #AARRGGBB
How to Cr
Some general purpose SQL queries syntax
1) To get text of stored procedures, views and triggers
sp_helptext 'Object_Name'
2) To get all stored procedures of a related database
Select * from sys.obje
Hi Readers!
This blog post will discuss the basic concepts of HTML5 SVG element.
SVG stands for Scalable Vector Graphics. It is used for describing 2D-graphics and graphical applications in XML. SVG is used to define vector-based graphics in XML.
In c# we have a multiple ways to avoid a race condition determined by the type of an application we are used. Generally we use a following two common methods that works in any condition:
1. Wait Handles
2. Signaling
Example:
Let's take an examp
Attached and Detached Child Tasks in C#
Task can be defined as an object representing some work which needs to be done. System.Threading.Tasks is library provided by .net framework for tasks. Task class have it's own set of properties a
In this article, you will learn about the SQLite database in Cordova for mobile application.
SQLite is open source database which can be used in phonegap application. It has features as in standard relational database (SQL syntax, prepared statements
Hello Reader's ,
Hope your are doing good today.
Today we will discuss about Scraping.Sometime we want to scrap some data from another website So here we will learn how we can do this?
Before going to start scraping you need to download simple_
