
Search In
CSS background property defines the background effects and changes on an element. There are 3 CSS background properties that affects the HTML elements:
1)background-color
2)background-image
3)background-repeat
1) CSS background-color
This property
What is Factorial ?
Factorial of a no. means multiplying below numbers. Factorial is denoted by “!” Exclamation mark
Eg:- 5! means :- 5 * 4 * 3 * 2 * 1 = 120
What is a Recursive function?
Definition:- A function which calls itself is called as
Every business has an obligation to its customers, employees, and owners to stay safe. If hackers get hold of the company's data, everyone suffers the consequences. Companies must tighten up their online security to prevent that. The measures tha
As you all know that at compile time
1. All IBOutlet keywords are removed entirely.
2. All IBAction keywords are replaced by void because actions invoked by user interface controls are not expected to have a return value.
The question then arises, "
AJAX----- Asynchronous JavaScript and XML.
We use AJAX when we are using the concept of " B to B " or "B to C"
B to B -- business to business ........................................// user to website.
B to C -- business to costumers...............
If you want to extract only the date, we can use the strftime method of Time/Date class, as
2.1.5 :055 > DateTime.now.strftime('%d/%m/%Y')
=> "12/30/2015"
(Here d is used to display date, m displays month and Y display the year in 4-dig
Count ( ) In SQL Database this is a function which return no of rows from a table in Database . Generally this is used in SQL select statement and count the no. of records in a table .
Syntax ->
select count ( expression_name ) from table_name w
There are two ways to use global variables:
1.$rootscope
2.service
1- We can use rootscope which is the parent of all scopes. Values exposed there will be used in all controllers and templates. We can use this in a simple way by just injecting it
Hello Find Nerd Readers,
While making even the simplest game you have to use triggers and collisions. In this blog we are targeting Triggers.
Q1: What are Triggers?
Ans: Triggers in Unity are Collider which does not reflect any physical force
CDN is a Content Delivery System which are deployed in multiple data centers across the internet. It's goal is to serve end users. There are 3 popular jquery CDNs:
1. Google
2. Microsoft
3. jQuery.
Load jQuery from CDN:
Code to load jQuery Framewor
