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 ArticleExtracting 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 ArticleExtracting 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 ArticleBest 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 ArticleHow 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 ArticleHow 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 ArticleImprove 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 ArticleHtaccess 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 ArticleRedirect 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 ArticleDisplay 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 ArticlePage is broken, showing deleted posts too
https://www.daniweb.com/articles/latest/unanswered
View ArticleRegEx 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 ArticleI want to learn ethical hacking
I want to learn ethical hacking anyone's here to help me?
View ArticlePython - 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 ArticleBulk 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 ArticlePython 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 ArticleExtract 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 ArticleExtract 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 ArticlePython 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 ArticleRemoving 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