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

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

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

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

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

List of 40+ Best Tutorial Sites to Learn JAVA for Beginners in 2019

Hello Geeks,   I'm an experienced JAVA developer and during the course of my learning from the early stage as a fresh web developer, I have learned web development technologies from many online tutorial sites. And as and when ...

Which & Why to Use Magento or Shopify for eCommerce Development?

What we are often stumped over the question of which platform to choose  for your business to do it right, there’s no universal    one-size-fits-all solution. That’s a perfectly legit concern, especially when ever...

Twig Template Basics Syntax in D8

Hello Readers, This tutorial will guide you about 'How to use twig syntax in Drupal 8'. These basics of twig syntax will help you to understand: 1. How to print value 2. How to use it with control statement like if, else  3...

How to access variables like arrays or objects in drupal template file?

In the basic twig syntax tutorials we got to know about printing the simple variables like {{ variable }}, but if we need to print an array or object and accessing them.   Lets see how can we do it.   To know the behavior...

Minify Html in Cakephp 2.x

  Minify Html in Cakephp 2.x   Hello friends welcome to findnerd. Today I am going to tell you how to minify html in cakephp 2. I am going to use minify html plugin which will remove unnecessary white spaces from html. This...

Linq Aggregation Operator: Max

Max aggregate operator is used to find the largest item from a collection. Exapmle:- In the below example we created a complex type collection for an Employee. This Employee collection contains EmpId, EmpName and Age. We need to find a maxi...

6 Perfect Ways to Improve Business Content Writing for Lead Generation

  Writing is the most important tool in a professional world to convey your message to the target person. Whether you are writing a letter to your customers/client, communicating with vendors, drafting proposals, offering tenders, or ...

5 Less Known Ways for Small Business Website to Convert More Leads

  Stephen Covey’s book ‘7 Habits of Highly Effective People’ became a bestseller and is still valued today.  His book became a multimillion dollar bestseller because it gave people a simple formula of becoming h...

Android Notifications Video Tutorial

Hi, In this Android Video Tutorial you will get to know about Building or Creating Android Notifications. I am also attaching demo code file for your further reference, for any queries feel free to comment.

TimePicker in Android - Video Tutorial

Hello again, I am again here with another Android Video Tutorial which is TimePicker in Android. I am also attaching demo code file for your further reference, for any queries feel free to comment.

AutoCompleteTextView in Android - Video Tutroial

Hi, In this Android Video Tutorial you will get to know about AutoCompleteTextView in Android. I am also attaching demo code file for your further reference, for any queries feel free to comment.

Privileges in MYSQl

Hello Readers, Hope you are doing good today. Today on My blog, I am going to explain about the Administrative Privileges in MYSQL. What is Privileges Several types of privileges can be granted to an account. Privileges should be...

Top 10 Free WordPress Themes for 2017

  Just like your ‘aged’ ‘oaked’ & ‘toasted’ Wine, the WordPress is also getting better, creamier and luscious with every passing second. Gone are the days, when the WordPress pondered just as a ...

Command Bar in Windows Phone 8.1

Command Bar is an interface control which can provide multiple options in the form of icons and menus in windows phone application. Icon options are represented as PrimaryCommands and menu options are as SecondaryCommands.   Adding a Com...

VideoView in Android - Video Tutorial

Hello everyone, In this Android Video Tutorial you will get to know about VideoView in Android. For your reference I am attaching file with this blog. For any query feel free to ask in comment section.

7 Unknown Youtube Alternatives for Your Video Marketing Campaign

If you are looking to bolster your video marketing campaign you have to be smart - staying within the safe and well-known zone that Youtube provides will get you nowhere. To really become a video pro and reach a wider audience you have to try new...

Generation Operators in LINQ

In this blog we illustrate the generation operators in linq. We have a three Generation Operators : 1. Empty 2. Range 3. Repeat 1. Empty:- Empty operator  is used to return an empty sequence of the type that is specified . It is a ...

How Effective is Leadership Training at Business Startup for Employees?

  Most people don’t go to school for leadership. Most leaders come into their position either by being groomed for the job, or by simply falling into a situation that requires them to develop leadership skills. In many ways, tha...

Video Tutorial: Bluetooth in Android

Hello everyone, In this Android Video Tutorial you will get to know about How Bluetooth in Android Devices functions. For your reference I am attaching file with this blog. For any query feel free to ask in comment section.

Inspect variables in template file in Drupal 8

  Lets see how can we discover the dynamic content of any template twig file. we will use dump(), kint() functions to inspect the variables of the template file.   Each core template contains document at the top in the file ...

Tooltip show using jquery

Basically tooltip is a element in which we can display extra information about something i.e When you hover that element with your mouse pointer and that little content will be displayed in small box.That little content box position can be a...

Email Set Up in Drupal 8

Email Set Up in Drupal 8 - SMTP module installation & Configuration steps: Sending email is one the most basic and essential requirement for each website. In drupal also we require to send emails on occurrence of different events e.g. on r...

How to get Current month name,date and year in android

This example shows how to get / Display the current month, date and year from calendar. To acomplish this I have used Calender.getInstance() method of Calender class. let's see the code example:   protected void onCreate(Bundl...

How to Update LableText on click using Javascript

Hello Readers, Hope you are doing good today. Today on My blog, I am going to explain how you can make labels in edit mode and update label text using JavaScript. First, you need to create label which you want to make editable and also crea...

How to make ranking in php

Hello Reader's If you are developing the project related to gaming and you want make the Ranking of your users, Then this blog is very helpful to you. Suppose you have a criteria of total wins by a user on which the ranking will assign. Yo...
1 40 269
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: