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

I can't click buttons in firefox when I edit the body of a page while it's possible in chrome any way to fix this?

when I use firefox developer tools to edit the body of a webpage the page buttons either disappear or stops functioning like in this example. this does not happen in chrome and all the buttons work fine as they suppose to how can I do that i...

How to create a feature similar to Sign in with Facebook using PHP?

How to implement a feature similar to sign in with facebook , I have a site B . com ,I want sign in to B.com using email and password registered in B.com from another website A.com . How can i implement it ?

How to Display Recent Article Title to Top New Bar of PHP WordPress Site from Specific ID

Hello I recently stumbled upon this site and was wondering if someone out there could provide help.   Currently there is an area in the top bar of my Wordpress site that has a section called "BREAKING" (this "BREAKING...

How to capture image from front camera in backend on button click using phonegap?

I Want to learn about how to capture image on login button click from the front camera of smartphone without knowing user and display the pic on the next page. For development I am currently using PhoneGap. Please help.

How to Pass Dotted Ray From Stick to Ball in Billiards Pool Game

Hello Sir, I want to make a pool game in 2 parts. 1) Single device 2) Muliplayer (Online using photon)   Here I tried to manage pool table, 8 balls and stick but i don't know how to pass dotted ray from stick to ball so th...

Show large resultset from database into jtable with scroll pagination in java swing

Hello all, I am very new to java, so please ignore if you think this question is stupid. A task has been assigned to me in which I have to extract data from h2 database table with **more than 1 crore rows (SAD) from one table.** And finally show...

How to Make iOS AVplayer Play the Full Video without Restarting in Middle?

AVPlayer sometimes restarts in the middle of playing a video and i'm not sure why. Also, as soon as the view is loaded it begins to play. I want the user to click play first and then let the player start playing. Here is my code:  ...

How Can I Reboot My Hanged Xiaomi Mobile Phones?

Before some days I brought Xiaomi Mi 6 Plus from BuyMobile site for its tremendous features. It gives me a good experience. But it is not true that I am not facing any problem. From some days I am facing a little bit hanging problem with the...

fPDF version issue

i have used fpdf to merge pdf but in fpdf there are some limitations it supports only 1.4 version compatibility level with pdf. so i used ghost script which converts pdf 1.4+ versions into 1.4 version and also i used same command in different ser...

How to Prevent iOS Devices on AT&T Account to Silently Run in Supervised Mode

I finally stopped mooching off my parents family plan and set up my own account with AT&T and I noticed some strange things.  Somehow my account got associated with a discount program with the company I work for, which I definitely didn&...

How to Implement a PHP Class Containing 2 Methods?

Suppose that you have to implement a class named Dragonball. This class must have an attribute named ballCount (which starts from 0) and 2 methods iFoundaBall and iLostball. When iFoundaBall is called, ballCount is increased by one. When ilostbal...

How to Systematically Generate Images from Data Values?

This is a little difficult to explain, so if there is any questions asking me to clarify, I will be happy to do so. An example with ideas: Imagine that there are five squares in a series. Each square can either be red or white. I wou...

Creating an app from html

I have a very simple html program that is just a kids picture book basically. What I would like to know is how I turn this into an app for Windows phone? Is there any code I can put at the start and end of my html to make it work as an app?...

Why str_replace Not Working Properly With CURL?

Php Buddies, Why do you reckon the following script is unable to replace the 'https://' or the 'http://'  words with 'http://mymydomain.com' ? It is able to replace the words 'www.' with 'http://my...

Hold values in android studio for textview and checkbox

how to hold value of text view and checkbox in android studio so that the set data will visible when i go to that activity lateron and when i set new value then new value get hold.

Getting Exception Error While Building a Discord Bot in Visual Studio

I am trying to build a discord bot in visual studio and while executing the code I am getting few exceptions errors. Pelase help me to resolve that. Below is my line by line code, please check and help me to run this code perfectly. using ...

How to access child components value in parent component in React JS

Currently I am using react create app to build my application in my application had three component those are com1, com2, com3 I want to update userId state value in com1 based on com3 will receive props here com2 is child component of com1....

How to Resolve Dynamic URL Issue?

Hi, While performing a site audit, I have found many dynamic URLs on my website. I have performed research on google but could not found the valid solution. I hope any SEO Expert resolve my issue. Thanks

How to verify that a mobile number is present in current device

In my App, i want to verify if the mobile number that the user has entered is present on current device. Like all the banking apps do. Banking apps will not allow you to login if registered mobile is not present on current device.   My...

submit php form using xmlhttprequest ?

i have this code for submitting an online exam and i submit this page using javascript xmlhttprequest(pure javascript no Jquery) and i have three parameters the question id arrays and answers and the numbers of rows      ...

How to insert this codes data to SQLite?

Need help in inserting the below code packet to SQLite: public class StepDetector { private static final int ACCEL_RING_SIZE = 50; private static final int VEL_RING_SIZE = 10; // change this threshold according to your sen...

How to Resolve Index Page Calling Error in PHP Application?

I am getting an error warning when calling my index page for a PHP application. Below is the Error: Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\uni-saga\index.php i get th...

How to solve the Google tag manager error ?

Google tag manager show bellow error in my online shopping site: "https://www.buymobile.com.bd/" "name": "undefined",  "ratingValue": "undefined",  "ratingCount": &quo...

How To Precede A Tracking Url Onto A Url >

Fellow Php Programmers,   What does the following header mean (ebay.com): **HTTP/1.1 200 OK X-EBAY-C-REQUEST-ID: ri=N79YSYGvO9se,rci=qZJNjVUUeUF9xCaS RlogId: t6e%60cckjkb9%3Fvo%7Bccbgmijf%28vo%7B%287570577-15c59d3449c-0x129 X-Frame-...

How to Divide Circular Array in C++ into K Group of Contiguous Elements

How can I divide an circular array into k group of contiguous element such that difference between maximum sum and minimum sum is minimum. Each group have contiguous element of array. For e.g If the array is as follow. [6 13 10 2] and k=2 the...

Regex To Extract 2nd Level Domains From All TLDs ?

Good Day Folks! 1. Is the following regex ok to extract top level domains and 2nd level domains ? [^.]*\.[^.]{2,3}(?:\.[^.]{2,3})?$ How to write php code to use that regex ? Any sample code welcome.

return address of local variable or array

in this code I am trying to return the address of local array(c[100]) ,complier was showing me error of returning address of local variable but when changed the datatype from int to static int it works fine.whats the reason behind this? #inclu...

using ajax to load content from php file without jquery ( TABS)

i want to make a tabs that generating content from database based on what users click. i want to have a script which uses PHP, ajax and JSON if needed. but i don't want to use jquery. Could you please Help me? here is what i hav...

How do you know whether to make a class, a subclass, an abstract class, or an interface?

I usually write code as I go along, but I noticed this takes more time in the long run especially when I lose track of what codes does what where, but I wanted to start planning my code by making UML class diagrams and mockups. However, like t...

error installing VBox guest edition to enable full screen mode for kali linux

installing vbox guest edition i get the following problems.. i need solution to troubleshoot. can any one hlep?? thanks in adv. #kaliLinux

How to Fetch Recent Activity as Newsfeed for Social App in MySQL PHP

I am working on a MySQL PHP social networking application and I want to Fetch Recent Activity as Newsfeed with respect to post activity timings.   Here is my site database, i am writing only few columns which are required to show. &...

Convert SQL Query into Laravel?

SELECT * FROM jobs WHERE published = 1 AND (created_at between '2017-05-12 00:00:00' and '2017-05-13 00:00:00' OR created_at between '2017-05-10 00:00:00' and '2017-05-12 00:00:00' OR created_at between '2017-05-05 00:00...

Android: How to add google map in fragment?

Hiii guys, one problem occurred in my android app. Problem: I add map on fragment in tab layout but not move camera position location wise and also I can't  add marker and not perform other operation but i try this code on activity...

How to load Image from database on Zend

Hello, I'm trying to load the image from the database only by its name. I tried to pass the directory folder and the image name but it didnt work. Im new at zend. Thankz!  

How to show single textview in different color?

Hello everyone, i have this  <string name="disclaim">DISCLAIMER:Next Vision Research Solutions Pvt. Ltd. holds the right of refusal/cancel/acceptance of the junk responses either intentionally or unintentionally submitted by an...

how to send FCM notification to 2000 topics

  I have 2000 topics, for example user1, user2, user3, user4, etc. There are 1000 devices each subscribed to one of these 2000 topics. So there are 1000 devices subscribed to topic user1, and another 1000 devices subscribed to top...

Will Button CTA Logic on Specific Condition Doable in WP?

Hi FindNerders,   I suspect this is possible in WP, but would love to have someone confirm it's doable. I have 2 fields and 1 button:   1. Zipcode 2. Service Type (e.g. cleaning, office cleaning) 3. Get a quote ...

Where in this code should I add custom sizes for the application?

I have created a script within Google Scripts Editor so that when a user clicks on a menu on the toolbar in Google Sheets it brings up an application box where users click to print. However, i'm not sure how I could add custom sizes f...

Update closed column in database using button click?

I've been trying to do this multiple times but still didn't get the answer. I have a column named closed in my database and close button in my view, whenever I click the button close, I want it to update my closed column to '0' if...

Android Swipe View is Too Heavy to Swipe, It Stuck on 1st Swipe

Hey!   I am stuck in a weird problem for some 2 days,kindly help if someone knows what exactly it is.   Problem being, I have an app with tab view (3 swipe tabs somewhat like watsapp's tabs). Tab1 , Tab2 ,Tab3 . Ta...

Python Bigquery Connection Using Google BigQuery API Key and InsertQuery?

Hello everyone, I need help to insert data into bigquery using python. I am trying to make connection using bigquery API key using this method. service= build('bigquery', 'v2', developerKey='XXXXXXXXXXXXXXXXX') print service I am not ...

How to Archive Specific Android Tabs with Android Navigation Drawer

If the App design with Android Navigation Drawer and the list in Navigation Drawer like ( Home, Pics, Videos ) and each one of the list have own Fragment when I tap on home it will open Home Fragment and so on. Now it's possible to make An...

Anybody using the IFTTT?

I have heard a lot about IFTTT in recent months. How to use IFTTT and What are some useful recipes that aids in marketing and brand promotion?

Member Reg & Login Script - mysqli_stmt_bind_param() Errors

Hello Everyone! What do you make out of my latest code update ? Member Reg & Login script config.php [php] <?php /* *    ERROR HANDLING *    ini_set('display_errors', 1); *  ...

Help with java defensive programming technique

I have a the following four classes..  FTPApplication- Models FTP commands in a modular, extendible way. This abstract class provides several methods used by both the client and server. ServerSession- Models an FTP session with a client...

Will learning coding benefit my Digital Marketing Career?

Hello Guys,  Well I’m an experienced campaigner and carry 4+ years of experience in Blogging, Social Media and Content Marketing. Recently, I’ve started learning the coding /web development in my free time. Although it’s...

Repeat form on add form button

Hello everyone when I click on button repeat, the form is repeating. In this form I am using bootstrap color picker but when form repeat color picker not works in repeated form. this is my form:   <div class="col-sm-12 "> <...

Is there a program like Excel that can do functions but is more widely used?

I am working on a business and will need a program that can handle basic equations like multiplications. My challenge is that I need it to be easily opened on any computer with all the functions still working. Am I better off sticking to Excel...

How to Resolve Python Looping Function Error?

I am running a script that runs once and stops. How do I loop it infinitely?   import time outpins =  [ 4,  5,  6, 12, 13, 17 ] inpins =  [ 18, 22, 23, 24, 25, 26 ] import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM)...

Null Pointer Exception Error in Android App

I have faced a problem, when I clicked on login button on login activity. Below is my debug logact mentioned:    04-15 15:07:45.924 2533-2533/volleyjson.androidhive.info.myapplication E/AndroidRuntime: FATAL EXCEPTION: main ...
1 8 23
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: