How do I create an image cropper overlay mask
I am working on an image cropper. And I am on the first stages. I want to know how to create the the two divs over the image, one is transperent while the other acts as a mask. Can this be done with...
View ArticleHello daniweb community :)
I have an annoying problem on my website, I have been struggling for a few days to fix it and I can not do it at all. On my site here https://codurilevietii-888.ro/ each time i load a new page, the...
View ArticleFlexible Cupon Service
Hello all, I was wondering if I could get some questions answered about how cupons work in the work place. I have an idea which involves creating a very flexible cupon service, but would require...
View Articlemissing leading zero id from db using ajax
inside mysql db which is table employe in coloumn id_employee, some data have a leading zero, etc : id_employee : 0378192918 empy_name : Daniweb i need to get id_employee for delete employe in my...
View ArticleMultidimensional array :)
Write a PHP code to: 1- Create a 2-dimensional array, with a random number of rows and columns. 2- Fill the array with random numbers. 3- Send the array to a function that returns the number of the...
View ArticleUnderscore removed from Checked Listbox
In Visual Studio 2015, under Windows 7, I've created a VB application that fills a Checked Listbox with file names from one of my folders. Some of the file names contain an underscore character but...
View ArticlePrefilling text field in IE with VBA Excel
I've been looking tutorials and examples of setting the value field of a input tag. I'm trying to enter two IP addresses into the text fields on this website, under IP Range To CIDR. But my code won't...
View ArticlePalindrome Checker
Hi guys so I was playing with some code which would determine the whether a string is a palindrome or not. Its been a mixed bag of results with some palindromes being detected while others aren't. I...
View ArticleNeed help for creating online print shop
Got Client with need of "online print shop" Client is providing paper printing (like business cards, flyers), printing on cloths, office stationary, logo embroidery on any type of clothing. Client...
View ArticleServer management panel to choose
I want to see your suggestions on comparing CPanel and FASTPANEL. I used CPanel for some time but later I changed to FASTPANEL which is absolutely free but provides you with the same opportunities....
View ArticleJava - remove most frequent characters in a string!
Hi, how do I sort the string in alphabetical order? find most occuring character("blablabla") remove most occuring("aaa") input: blablabla output: "aaa"
View ArticleJust help me with this one
Create a c++ program that accepts 5 integers in ascending order without using array or looping. Pure else and if statements.
View ArticleCreating a structure in function gives gegmentation fault [C]
Hi, I'm writing in C my program and I have a problem with this pieces of code: //lib.h typedef struct Array { char **array; char *searchDirPath; char *searchFile; char *tmpFileName; int tmpFile; int...
View ArticlePHP Trim problem with dots in text
Hi, I want to replace ticks in text with other text. This method usually works, but when adding three dots, I get php warning ltrim(): Invalid '..'-range, no character to the right of '..' or invalid...
View ArticlePHP/MySQLi fetch_assoc() Clarification Question
So here's a little background to help with what I'm trying to accomplish (be mindful I'm also fairly new to MySQL): I'm creating a dynamically built navigation for a website using PHP and MySQLi. I've...
View ArticleWoocommerce Filters, Category, Subcategory.
Hello guys, unfortunately it looks like I'll have to use your help again. I'm struggling for few days to configure some filters in woocomerce and I can not do it at all. I'm trying to configure some...
View ArticleWhat is SEO link wheel?
I would like to know about SEO link Wheel. Please explain it with appropriate examplrs.
View ArticleSort according to frequency
//With this method, I input a string and return an array that contains a sorted list of characters as per the frequency. Eg: If i input "apple", the out put should be p,a,l,e, How do I do this? public...
View ArticleUPS tracking - make a field be a link to the ups tracking website
I have to take over a php project and I am totally new to php. I have this webpage that displays all packages sent to a customer and I want them to be able to click on the tracking number to do UPS...
View Article