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

Search In

Some basic linux interview questions

Below are some linux basic questions which are generally asked by the interviewer. Question1: what we must check first if we get, “can’t connect to local MySQL server through socket ‘/var/mysql/mysql.sock’” on typing at shell prompt “mysql”? Answ

TABLE TAG

If we want to print data in the form of table in html we use TABLE tag. Table contain rows and columns. For creating rows in table we use tr tag with in table tag. For creating columns in table we use td tag with in tr tag. Syntax <table>

MVC architecture in angular

Model View Controller is abbreviated as MVC. MVC is the popular web design architecture because it separates the business logic from its view or presentation. It has three components:- Model- an object carrying data. View- visualization of data t

Blocks in Objective-C

                                         &nbs

Upload file to server using PHP

We can use php and html to upload the file to the server. Initially the file are added to the temporary folder and then are transfer to the server by using the script. phpinfo.php define the temporary file  that is used for the upload. The fi

How to create marquee effect on imageview in Objc

To create marquee effect first set scroll view either via storyboard or via code Here in this example I am setting up scroll view via code. declare these variables     UIScrollView *scrollView;     NSTimer *timer;

Adding Card View Alternatively Within RecyclerView

In the below example code I have Created a RecyclerView. In RecyclerView I have  added CardView Item Alternatively like Chat app . First Item is on left, second is on Right. In Adapter class  I have used boolean type, variables(changeLayou

.Net 4.5 : Json parser

Json.Net is a popular high-performance JSON framework for .NET   Features of Json.NET :  1. It provide JSON serializer for converting between .NET objects and JSON  2. It supports Binary JSON,XML to JSON, JSON to XML, LINQ to JSON c

Add In App Purchases to your cordova application

In this post, you will get to know of integrating in app purchases in your cordova application. cordova-plugin-inapppurchase is used to add in app purchases into your application for both android and iOS platform. Installing the plugin:   $

Discussion on CakePHP 3.0

Discussion on CakePHP 3.0   Welcome to FindNerd. Today our discussion is based on cakePHP. We all knows CakePHP has been launched its version with bulk of changes. If you check CakePHP3 then you can see lots of changes, changes in concept, fil

1 67 126
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: