
Search In
In this booming era of technology, social media has become a vital part of everybody's lifestyle. We use social networking platforms not only for entertainment purposes but also for some other more important things like business, research and mee
At times we might need to have a transparent view controller i.e to have contents of presenting view controller visible along with the presented view controller. One of such cases can be when we have to show some popup with blurre
Welcome to FindNerd,
Today we are going to discuss an example of nodejs modules. We have already discussed the nodejs in-built modules in our previous blog. click here to check the blog. We are going to take an example of fs module in nodejs.
Hello Readers
Overview:
Quality checks can be carried out when required. Quality checks can be initiated in different ways:
- by a defined event or on a fixed date
- by a direct request
Schedule Quality Checks
Hii,
In this blog, I am sharing jQuery code by which you can set validation i.e check password strength in your form. By adding this option in your form, You can enhance the security level of form by adding validation for the password.
Go thro
Mobile Application Testing:
Testing the applications which are developed and designed for the mobile devices is known as Mobile Application Testing. Test the application for its functionality, consistency, and usability. But, there are few b
Hi Readers,
Many times we need to play music even app is in background. It is normal behavior of AVAudioPlayer to play sound when app is in foreground or active state. But to play sound, music or song even in background state can be achieved by foll
In this blog we illustrate how to set the zoom-in and zoom-out the focus of camera in windows 8.1 phone app.
Foe zooming a camera we use a buit-in ZoomControl class inside the MediaCapture which controls the zooming of the camera.
For the zo
Hi Readers,
Usually we have scenarios for playing videos within the app. MPMoviePlayerController will be used for that. But you can see MPMoviePlayerController deprecated in iOS 9 and later. So we need to put our focus on AVPlayer now. With AVPlayer
If we want to fadeIn the selected cell of collection view then use the following code-
Sometimes we need to show the selected cell . For example - If we have list of songs and we want to display which song is currrently playing then FadeIn method ca
