
Search In
If you want to swipe on touch devices like iPad, iPhone, Android device etc there is a jQuery plugin that can be used for this purpose. It can read any single or multiple finger swipes on touch device and mouse 'drags' on the desktop browser.
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on how to send SMTP mail from GoDaddy server in PHP.
If you are developing any web application in PHP then, sometimes you are required to send emails in your PHP application.
You c

While studying MVVM architectural pattern in WPF you might have come across INotifyPropertyChanged interface and wondered the need of using it. Following MVVM architectural pattern in WPF application, we used binding to access data in the view and it
SQL SERVER – Case Sensitive SQL query search using Collate
SQL SERVER is not case sensitive therefore there are scenarios in which SQL query search may provide same result for various inputs which only differ with respect to capital a
Drupal 8 has come up with many significant improvement in theming, which makes theming flexible and easier.
The theming in drupal 8 follows the SMACSS categorization. The scripts, stylesheets and the dependencies are defined in the Libraries in .libr
Drupal 8 has come up with flexible and easier manners of theming from its previous versions.
In Drupal 8 theme the first requirement is .info.yml file which contains the meta-data of theme.
This file must be present in your theme folder because of
In this blog we will learn about importance of Thread class in java and instantiating thread. Every java program consists at least one thread i.e. the main thread. The Java Virtual Machine always creates a main thread and calls the main method in the
You have recently joined college and suddenly you are facing challenges from paying bills, rents and other needs. Managing and keep a track of your finances can be really a challenging task. These 4 apps listed below will prove beneficial for every c
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. Validation no
Hi All. Today i m going to share a custome block through which we can use content title as a option value to redirect at a particular url.
For this we create a custome block and do some database coding in our controller.
Step 1
create a
