
Search In
Welcome to Findnerd. Today we are going to discuss control structures in Ruby. If we talk about the control structures then you have already use or study in other programming language like C, C++, Java etc. We do not want to repeat the same things he
Hi,
Step's required to use collectionView in Swift
1- Add collection View in your project
2- Set the delegate for collection view in controller
3- Collection view has a prototype cell, you can design accordingly you want.
4- Create a subclas
C# .Net : XML Serialization of simple class object containing multiple properties
The process of converting an object into stream is Serialization. This generated stream then can be used either for saving it in a file or for transporting/sen
ASP.NET MVC : Submit Form using Enter Key
Sometimes there is a scenario or requirement of posting the form on pressing the "Enter" key in asp.net mvc. This functionality can be achieved via jQuery in MVC.
Create a "Ho
Hi,
Sometimes we need to show our custom accessory view when UITextField/UITextView is in editing mode or being edited. We can use inputAccessoryView property to assign a view just above the system keyboard.
Input accessory view is very help
Variable declaration are the weak part of type casting in PHP, therefore we call PHP as a weak and dynamic.
PHP7 has introduced an addition optional feature for each file, we can set all function calls and return statements with in a file, 
An essay is a creative mini-text on a specific issue. In this paper, a student should summarize his view of the problem and justify it, referring to the relevant terms and concepts, theoretical propositions and conclusions, as well as to facts drawn
Joomla is a Content Management System which is free and open source to design websites easily. To add extra features in Joomla which are not available we need to extend it using extensions. Extensions role is to add some extra functionality to the Jo
Hello Readers,
In order to share text or links from the application, you may use UIActivityViewController . This is an easy way to share from within the application.
NSString *textToShare = @"text you would like to share"
NSURL *ourAppS
"stdClass" is an void class of PHP. It can be as a act of the alternative of a associative array but works only on PHP 5 and more Any associative array.
You thought it of a object as same in java or python.
$info = array("question" => "school of
