Quantcast
Channel: DaniWeb Solved Topics
Browsing all 587 articles
Browse latest View live
↧

Is Coding About Authoring or Achieving a Specification?

I'll admit that I have an opinion about this. Is the point of professional coding to write creative software or to write software that adheres closely to standards?

View Article


Extracting values from capturing groups in regex

I am trying to extract three values from the td tags in an html downloaded file. <tr align="right"><td>236</td><td>Roy</td><td>Allyson</td> <tr...

View Article


Extracting values from a regex match

I am trying to extract three values from the td tags in an html downloaded file. <tr align="right"><td>236</td><td>Roy</td><td>Allyson</td> <tr...

View Article

Best Guest Posting Website

I stumbled upon this blog a few weeks ago, and I'm hooked! The articles cover a wide range of topics, and each one is well-researched and thought-provoking. Whether I'm looking for practical tips or...

View Article

How to disable the automatic swipe effect on the product page?

Hello everyone i want to disable the automatic swipe effect on my product page on this site https://kupisi.mk the lib is called lightgallery i am not able to find the line of code to turn it off for 2...

View Article


How to stop masking with Microsoft Clarity?

Under Settings, I have the Masking mode set to "Relaxed". It says that means that no text is masked, but that's definitely not the case. It says changes may take up to an hour to appear, but I've...

View Article

Improve HAVING BY performance

What are some ways to improve MySQL performance on queries against large tables that include the HAVING BY clause. It's my understanding that anything in there doesn't benefit from table indexes.

View Article

Htaccess Problem Url Friendly

I have problem with this htaccess in STATIC URL RewriteEngine On RewriteRule ^readlex/(.*)$/?$ readlex.php?slug=$1 [NC,L] DINAMIC URL work fine only with defined CONSTANT: Example <a href="<?php...

View Article


Redirect non-www to www cons?

I have made a change to my website from non-www to www since i saw many google owned websites use www in front of the domains.. so i though why not me too. But after making the change i did a google...

View Article


Display specific html tag on specific pages

I want to display different html tags on the php page they are visiting, for example on the homepage and the computer shop basildon page I want the html tag <section class="testimonal-two pt-0">...

View Article

Page is broken, showing deleted posts too

https://www.daniweb.com/articles/latest/unanswered

View Article

RegEx to wrap words in HTML

Hello, I would like to wrap (surround) all words "flyer" (case insensitive) in the HTML text content, not those in the link. My RegEx works fine on Regex101: https://regex101.com/r/NVmXd1/1 Attached,...

View Article

I want to learn ethical hacking

I want to learn ethical hacking anyone's here to help me?

View Article


Python - Optimization

Hey Gang! I'm hitting a point with my (python/mysql/linux) app for processing large amounts of network records where I need to make a design decision. I definitely want my app to have high...

View Article

Bulk Data Inserts - From File or Memory

Recently made a decision for an app I'm working on to accumulate data in batches AND THEN to insert it into the database with one statement rather than adding 1,000 records through one thousand...

View Article


Python Script for scraping Schema.org JSON Code from a specific URL

Extract Schema.org Data Script Maybe this is helpful for somebody... Description This script extracts Schema.org data from a given URL and saves it to a file. Usage Run the Script: Execute the script...

View Article

Extract and Count Reviews/AggregateRating Script (Python)

Extract and Count Reviews Script This script was basically the concept for a similar WP Plugin, which automatically counts the amount of all single product ratings in each category and writes the...

View Article


Extract Schema.org Data Script (Python)

Extract Schema.org Data Script Maybe this is helpful for somebody... Description This script extracts Schema.org data from a given URL and saves it to a file. Usage Run the Script: Execute the script...

View Article

Python Undefined Variable - Mysql Connector

Hello Gang! I'm grateful once again for the advice to use MySQL over Postgres. It's been a pretty smooth experience so far. Unfortunately I had to migrate to a different host and have been getting an...

View Article

Image may be NSFW.
Clik here to view.

Removing an old MS Exchange account

Hello DaniWeb community. I haven't been on the site in quite some time - it's so intense now that I almost feel a bit silly for asking a simple question but here goes. I have a personal account set up...

View Article
Browsing all 587 articles
Browse latest View live