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

Search In

An Overview on SVG Images

Hello readers, Today in my blog I will discuss Scaleable Vector Graphics Images.   Introduction:- It is an XML-based vector images created for 2D graphics. Using the Vector Graphics we can create geometric objects such as lines and curves.

Where in this code should I add custom sizes for the application?

I have created a script within Google Scripts Editor so that when a user clicks on a menu on the toolbar in Google Sheets it brings up an application box where users click to print. However, i'm not sure how I could add custom sizes for tha

Collection View

Collection view is used to show data in a grid form. It is similar to table view where we have to implement its data source and delegate methods. In this example, we will implement collection view.   Drag a UICollectionView to the default Vie

PHP: Read CSV FILE, Write CSV FILE and READWRITE CSV FILE

1> Read CSV file When you read the CSV file in php you use the code given below.Here we use the fopen(), fgetcsv() functions to read the csv file. The below code reads data from a CSV file read.csv <?php if (($handle = fopen("read.csv", "r"

C# : Understanding pass by reference and pass by value

Below is the program to demonstrate various method calling conventions followed in C: using System; class Program{ public static void Main(){ // ========================= PART I ======================================================= int n1 =

Rigid Body in Maya - Dynamics

Hey Guys , In the following tutorial , I am gonna try something fun , i will try to animate a classic leg spin delivery that bowlers bowl in the game of Cricket , using Rigid Body solver of Maya . Before we get our hands dirty in Maya , let us in

IPv6 - Communication

Communication in IPV6   In IPV6 we dont have any broadcast technique for delivering message and data.   The IPV6 can not be dependent on the DHCP Dynamic Host Control Protocol for the configuration , it also auto configure its own IP.

Bind Dropdown using AngularJS

Hi All, This log will help you to bind data to dropdown/html select control using AngularJS. Data is populated using webmethod. <select ng-options="Country.CountryName for Country in CountryList" ng-model="selectedCountry"> </select>

Indroduction of Testing and Types of Testing

What is Testing? Testing is the process of improving the quality of Software or Software application. Ways of Testing? 1.Manual Testing 2. Automation Testing 1.Manual Testing: Manual Testing is a type of testing where testers manually test the

Single Table Inheritance And where to use it in Rails

This particular post will give you a overview of Single Table Inheritance And where to use it in Rails. Single Table Inheritance is, as the name suggested, it is a way to add inheritance to your models. STI lets you to save different models inherit

1 2 4 55
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: