
Search In
Welcome to Findnerd. Today we are going to discuss the wordpress function register_post_type. If you are working on word-press then you should be familiar with different post types in word-press like post,page,revision,draft etc. Word-press stores th
Hello Friends,
This tutorial will help you to implement "drag & drop" and "swipe" functionality with Recyclerview items. There are many different ways to implement this features but we are using really a simple way to a
In this blog we will get to know about the way to prevent CSRF (Cross Site Request Forgery) attacks in ASP.NET MVC applications. If you want to have some idea about this attack you would like to have a look at this blog http://findnerd.com/list/view/
So friends you are thinking to start with Windows Phone App development, but can't decide where to start from. No worries, let's get started with a simple application to give you some familiarity with the Windows Phone development environment
Versioning ASP.NET Core Web API using HTTP Header Approach
API versioning allows us to introduce new features in existing Web API and makes it more flexible and adaptable to the changes while keeping the existing functionalities intact. Imagine a
The React developer salary has escalated as React JS continues to improve the way developers create web applications. React JS is a JavaScript library for building user interfaces. It has grown to be one of the most widely used JavaScript libraries b
It is incredibly important to have a responsive website.. You need to read this post if you are generally running a static theme and also desire to make it responsive. It will be easier to do so than customizing as well as already taking responsive t
Currently, we are almost in the midst of a burgeoning industry with the introduction of blockchain technology. The technology has been in the industry for eleven years now and has taken the world by storm.
The blockchain technology is not th
Have you ever used Google, Yahoo, MSN for searching search any web page, your friend, any place information, images, etc on the internet? Obviously yes! So that is the search engine.
A search engine is a web-based tool to locate or search
Language
US English should be used.
Preferred:
UIColor *myColor = [UIColor whiteColor];
Not Preferred:
UIColor *myColour = [UIColor whiteColor];
Code Organization
Use #pragma mark - to categorize methods in functional groupings and protocol/de