Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
MKMapView in iOS App With Example [Beginners Video Tutorial]
In this iOS Video Tutorial for Beginners we will learn how to:
a) Set region on map view
b) Get location coordinates of point where user taps on map
c) Add annotation on map view
d) Drop animation for adding annotation
Other Topics Co...
Bouncing Balls and Collision with Walls
Bouncing balls with collision from any 2Dcolliders/wall can be achieved by putting continuous force to the game object and assign a physics material to the game object you like to bounce on collision.
1. Gameobject must have rigidbody attached t...
Game Audit Report
Hi... Guys Good Morning To all .... Can anyone know about how to create SEO audit Report For Games not websites?..
Thanking you in Advance...
Add InputAccessoryView in Swift for UITextField and UITextView
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 ...
Validation in AngularJS
Hello Readers,
Hope you are doing good today.
Today on My blog, I am going to explain how you use Form Validation in AngularJS. First, you need to use the AngularJS library in your page. AngularJS provides client-side form validation. Valid...
Why Reg Page Php 7 MySqli Code Fails While Login Page Code Works ?
Hi,
I am using php 7 and I do not know why the following 2 different codes for user the user registration page is not working. The login page php is working, though. I would appreciate the communities feed-backs.
Thank You!
...
4 Best Ways Business Entrepreneurs Can Network with Others Virtually
The digital age has created numerous opportunities for entrepreneurs to network with others virtually. While you still want to connect with people face-to-face, online networks can help you stay in touch with entrepreneurs you have ...
Give Them a Goal: Actionable 8 Tips for Creating a Persuasive Call-to-Action
Consumers face calls-to-action all the time. The classic “Sign up” or “Buy now” messages are so obvious that they've practically lost their meaning. If your landing page converts few leads, you're probably d...
Learn to Implement Android MediaPlayer in 10 minutes [Video Tutorial]
Android Provides MediaPlayer Class to handle the functionality of media player.
MediaPlayer Class can be used to control playback of audio/video files and streams.
In this Android MediaPlayer Video Example, I am using methods of MediaP...
Instantiating and Manipulating LinkedList in Java with Examples
Introduction:
In this blog we will learn about LinkedList.In general terms, LinkedList is a data structure where each element consist of three parts. First part represents the link to the previous element, second part r...
How to Integrate Google Login in iOS App Using Swift?
Login with google is very common functionality in iOS applications. We can Implement google login in swift 3.0 either by using pods or google SDK.
We need to install the following pod-
pod 'Google/SignIn'
Then register your app on the ...
PHP's file handling system functions.
As PHP is a server side scripting language it does allow to create, access and manipulate files on the web server.
Let's see how it works.
The very first need to work with files is to open the file. For this purpose, there is a ...
Combine SEO & Social Media Marketing Efforts to Boost Google Page Rank
It is a false belief among most marketers that SEO and social media platform are two different aspects of marketing. In recent years, people have understood the interconnection between the two aspects that can increase company&rsquo...
How to Calculate age in PHP based on DOB?
Hello Reader's,
Sometimes we require to calculate the age of user from the date of birth to current date during registration of a new user to check whether he/she is eligible or not to participate in any competitions. In that case, you need ...
How to convert the given string in sentence case using php?
The sentence case is one in english language in which the first character of the sentence is in capitals
and the rest ones are in lower case.
Lets see how can we convert the given string in sentence case in php.
$st...
Learn to Build ASP.Net Core Basic Application in 7 minutes [Video Tutorial]
This .Net Video Tutorial, provide you the Introduction of ASP.Net Core it's features, Advantages and it will also provide you and Example to Build Basic ASP.Net Core Application.
ASP.NET Core is the whole new web c...
Android Runtime Permission - Video Tutorial
In this Android Video Tutorial we will learn about Runtime Permission in Android with Example
Android M has introduced a new concept of permissions model with its release.
Each Android application is started in its own process thus are isolat...
Best 6 Tools for Lazy But Successful Content Marketers
Content marketing is the best way to build and increase the awareness about a brand and establish a direct interaction with the customers and potential customers. Using content marketing techniques, one can tell the audience a uniqu...
Android Services - Video Tutorial With Example
In this Android Video Tutorial, we will learn about Services in Android. Basically, in this tutorial, I am explaining what Service is?, providing a demo of Started Service using Service class and IntentService class.
Android service is a ...
iOS Delegation - Video Tutorial with Example
Hello everyone, in this iOS Video Tutorial we will learn Delegation in iOS with Example.
Delegate is simply just a means of communication between objects of iOS applications. You can think delegation as a simple way of connecting objects ...
Whats Truly Up With WhatsApps New Status Update 2017?
Just an upgrade or a devious maneuver!
A lot has changed since the February 2009, when first lines of the code for WhatsApp were written. Started with the quintessential idea of building an application that lets your close friends an...
How to enable CURL in PHP ?
This tutorial will guide you about "How to enable CURL in PHP". CURL is one the most basic and essential requirement as it allows you to connect different protocols such as HTTP, HTTPS, FTP etc. By default CURL is not enable in php.ini ...
iOS UITabbarController Video Tutorial for Beginners with Example
In this Tutorial of iOS Beginners Video Tutorial Series, we will learn the following things:
a) Adding a UITabbarController
b) Setting icon and title to Tab bar items
c) Adding view controller to Tab bar controller
d) Rearranging/reordering...
Install CocoaPods and Dependencies in Swift
Hi,
CocoaPods is a dependency manager built on Ruby. It has thousands of libraries and more than a million of apps which helps to scale our project in a graceful and stylish manner. It saves a lot of time when dealing with various de...
Sending complex data with image using Retrofit
Let us suppose you have to create post request params in below mentioned format:
Here I have to send a user object which include the picture parameter ,to achieve this you have to create HashMap which include RequestBody as paramete...
How reliable is the Google Keyword Planner tool for organic keyword research?
Well, I’m using it but not got the desired results. I have also heard that it is intended for the paid ads. What do you think? It is reliable? What are the best alternatives? TIA
UICollectionView in iOS App with Example - Video Tutorial for Beginners
In this iOS Video Tutorial we will learn the following points
a) Add collection view
b) Implement UICollectionViewDataSource methods to populate cells on collection view
c) Using custom UICollectionViewCell
d) Setting size of cells by i...
Control Flow & Conditional Statement Video Example for Beginner - Swift
Swift provides various Control flow and Conditional Statements. Although these are similar to Objective C but with improved enhancements and usability. These statements can be used to check, iterate over various conditions and values.
In this Sw...
10 Best Tips for App Store Optimization an SEO Expert Should Know
App Store Optimization is a necessary element to focus for any of your mobile application uploaded to Google Play Store & Apple App Store. ASO defines the basic guidelines to meet ranking fundamentals of app stores and help apps to rise o...
Top 8 Style Guide Standards to Facilitate Better Brand Communication
A style guide is a well-defined set of standards for designing and writing documents. This document may be for general use or for particular organisation. The guide helps implementing better styles to facilitate better communicati...
PopOver from storyboard
Hi,
Presenting popover from storyboard is easy and developer friendly. One can handle Popover from storyboard itself with a little code handling.
Following are the steps to present Popover from storyboard.
1- Draw an action seg...
7 Reasons Why Store Owners Should Invest in E-Commerce SEO
With the growing use of the Internet, busier schedules and more work hours, more and more retail outlets are opening up ecommerce stores to cater to the large chunk of Internet users who want to order from the comfort of their hom...
iOS UIPopover Viewcontroller Using Swift and Xcode-Video Tutorial with Example
Hello everyone,
In previous Video Tutorial I had explained about iOS UITableView Basic using Swift and Xcode 8 - Video Tutorial with Example.
So continuing the series now this iOS Video Tutorial will guide you to Implement&nbs...
iOS UITableView Basic using Swift and Xcode 8-Video Tutorial with Example
In this iOS Video Tutorial talk about the basic of table view in iOS and iOS 10 using hardcoded value and basic array using SWIFT 3.0 and XCode 8.
In our Next Video Tutorial, we will talk about iOS UIPopover Viewcontroller Using...
Defer in Swift
Hi,
Swift has introduced a new keyword called 'defer'. Based on its meaning ‘defer’ puts off an action or event to a later time. It runs when the execution is about to leave the code block. You can use ‘defe...
Read projects from Project Server 2013 and Project Online using CSOM - Video Tutorial
To read data from Project Server 2013 and Project Online using CSOM
The Project Server CSOM includes three assemblies for development of client applicationsMicrosoft.ProjectServer.Client.dll
Microsoft.SharePoint.Client.dll
Microsoft.Sha...
What are the advantages of going for Online Advertising Campaign instead of marketing through TV, Radio and Print Media?
Actually I have an online book store and I want to promote it and want to reach out to the maximum audience. My budget for advertising is also very limited, someone suggested me to go for Online Advertising instead of marketing thr...
php class vars auto instantiation using (PDO) ?
I'm creating an admin class and i need to know how to auto instantiating the class vars
class Admin{
public $admin_id ;
public $admin_name ;
public $admin_email ;
public $admin_type ;...
Operators in Swift - Video Tutorial for Beginners
Hi,
In this Video Tutorial on Swift Basic, we will learn about Operators in Swift.
Based on fundamentals of C and objective-C, Swift offers various operators to check, change, compare and combine value. These operators can b...
Create a cup of tea on illustrator
Step 1: First open up a new document. Set the width and height of the canvas.
Step 2 : Using the Pen Tool (P) to draw two lines with white stroke color.
Step 3 : Apply 3D effect on it. Select the objec...
Conversion Operators in Linq
Conversion Operators are helpful in transforming the type of the item in a collection.
In linq, We have a three types of conversion operators:-
1. As operators(AsEnumerable and AsQueryable)
2. To operators(ToArray, ToDictionary, ToList a...
Send Messages to ESB & Route Via Logical App in Microsoft Azure-Video Tutorial
In this Video Tutorial, I am aiming to send and receive message in the Enterprise Service Bus Queue(ESB) and routing the message using Logic App in Microsoft Azure.
Prerequisites:
1. You need an Azure account (Microsoft Account can al...
Complete SEO Link Building Guide for Marketing Beginners
What is Link Building?
There is no any standard definition found for link building. It’s not like link building is a secret many surveys has shown that 75% of companies that are active in SEO work are spending $1,000 or m...
Significance of Choosing a Custom Logo Design Creator Company
As we know that there are a lot of ways to make your logo attractive and whenever you require to rebuild or reconstruct your logo you need some guidelines to follow because the logo is an essential thing to be worldwide, especially, when it repre...
Freelancers Required for Social Mobile App Development - Hiring Job
Hey I'm looking for talented and passionate individuals to partner up with on creating a new social app i already have a idea on what I'm creating just need someone with an open mind and a real interest in changing the worl...
How to convert Gregorian(English) into Hirji date(Arabic)
Hello Reader's, If you are developing an Arabic website where you want to convert English date into Arabic Date then this blog is very helpful to you.
In Hijri date the number symbols are convert into islamic language.
So first we...
Best 7 Ways Native Mobile Apps are Better Than Web Apps
You have a brilliant idea of an app that is going to revolutionize the market. You are all set to develop it. Developing an app is an elaborate process that requires much planning. After the idea is conceived, developed and designed...
Swift Programming Basics for Beginner - A 10 Min Video Tutorial
As we all are aware that Swift is new programming language launched by apple for iOS, MacOS, WatchOS and TVOS app development. Although many parts of swift will be familiar to you if you've experience on developing in C and Objectiv...
5 Communication Tips for Entrepreneurs to Make a Business Startup Success
Whether you are a supervisor, manager or CEO, effective communication with employees is essential to business success. Your interaction with co-workers affects how they see you and how they react to organizational announcements. A r...
Android BroadcastReceiver - Video Tutorial
Hello,
I am again here with another Android Video Tutorial and that is BroadcastReceiver in Android.
With this Video blog I am attaching demo code file at bottom for your further reference and for any queries feel free to co...