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

Search In

How to Mute/Unmute device sound programmatically in android

In some of the cases in our application we have to set our devices in Mute/Unmute mode. To get this functionality we have to add few lines of code. I have added two buttons one is for Mute and another one is for Unmute our device described below. /

How to Updating one field in database using CakePhp?

Hello Readers, Below is used to update the single field in CakePHP. In CakePHP, if we can update the one field into the database to do this w have two methods to update the field. 1> First using savefield() method: Example: $this->ModelNa

How to replace or remove a particular item from a list of items using jQuery?

Hello friends, Today we learn how to remove a particular item from a list of item using jQuery. For this, jQuery provides a selector :eq() or a method .eq(). This method helps in selecting a particular item from the list. Syntax: .eq( index ) in

How to scrap a website in node.js?

Sometimes, we may need to scrap data from a website (It could be any live website, For Ex: https://www.amazon.com).   There are 3 steps involved while scrapping a website:-   1- Getting the HTML content of a website's page. 2- Parsi

Do Software Engineers Write Code?

Do Software Engineers Write Code? Software engineers are professionals that create programs responsible for telling computers what to do. They do so by applying computer science as well as engineering concepts to design systems. Usually, software en

Install Wordpress on Ubuntu 16.04

Hello friends, I am writing this blog which will let you know how to install and set up WordPress on Ubuntu. Follow the steps below to install WordPress   Step 1: Create MySQL database Login to MySQL using this command: mysql -u root -p &n

6 Easy Steps to Build Node.js APIs with TDD Methodology

TDD (Test-Driven-Development) is getting popular day by day defining its needs in greater code testing. This process is a test which we define to get an output by applying to our library, API etc. Day by day Nodejs is now developing as a language of

How to run select query in Codelgniter

Hello Friends, If you are looking to execute select query in codelgniter. Please review the code below: // Pass the table attributes you need to fetch $this->db->select('id, first_name, lastname'); OR $this->db->select('*'); // Defi

How can I Control the Cache for a Subpage?

I am starting on web-security and I have to control the cache on the portal, this portal has many urls. I understand that I need to set the header with this: response.setHeader("Cache-Control","no-cache,no-store,must-revalidate"

How to Solve Beginner Batch File Problem for Windows App

So i've got multiple exercises to do in I have absolutely no idea how to make this script :    The script must create a file named files.txt and display its contents. The file must contain all the names (only) in the %windir%\system32

1 70 408
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: