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

Search In

CSS Background Property

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

Program for factorial of a number using recursive function in C

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

5 Reasons Why Businesses Need To Tighten Online Security

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

What is the purpose of using IBOutlet & IBAction?

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, "

Concept Of AJAX

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...............

How to extract today's date & time in Rails

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

SQL Select Coun statement

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

Global variables in Angularjs

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

Trigger Colliders

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 in jQuery

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

1 36 423
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: