Posts
 
Reputation
Joined
Last Seen
Ranked #89
Strength to Increase Rep
+15
Strength to Decrease Rep
-3
94% Quality Score
Upvotes Received
387
Posts with Upvotes
317
Upvoting Members
155
Downvotes Received
20
Posts with Downvotes
19
Downvoting Members
18
121 Commented Posts
~1.05M People Reached
Interests
Anything computer related. Riding my bike.
Favorite Tags
Member Avatar for Dani

Very interesting read, never happened to me before but I heard about this type of issue when a server gets updated to run specific versions of PHP whilst your version gets outdated. Glad you could solve this, must have been daunting at the time!

Member Avatar for Haseeb_12
5
459
Member Avatar for Mindmade

This is a very general question with countless answers, Robert mentioned a few. > common problems encountered can mean - development tools to use, coding knowledge base, server related, API usages, Type of App, platforms to run App on etc. etc. The question need to be more specific to entice …

Member Avatar for elite_mcommerce
1
168
Member Avatar for samaru
Member Avatar for Dani

And so the queen bee has spoken again, no matter the input or consideration from others. IMHO Reverend Jim were not out of line here, merely posted a scenario which could have helped... I truly saw/hoped for a turn around on the site but it seems to be governed by …

Member Avatar for toneewa
0
499
Member Avatar for AndreRet

I just noticed that Dani surpassed Ancient Dragon on the Post Count rank to number 1! He held this position for years, wow.

Member Avatar for Salem
0
43
Member Avatar for AndreRet

I have not used Stack Overflow for some time now unless really necessary or I cannot find an answer anywhere else. My decision were based on the "arrogance" of some moderators, it seemed that the entire site moved away from being a community service to a "I am the boss, …

Member Avatar for Dani
1
79
Member Avatar for Duki

It sounds like you are having breakfast Vega. Well it is 19:00 here by us, sun is busy setting and we are about to start a braai (barbecue if you're not from South Africa). Jucy matured steakhouse steaks, lambchops and wors (beef sausage) with crumbled pap (maize meal), tomato/onion/vinegar/green pepper …

Member Avatar for Dani
22
17K
Member Avatar for Tom_45

Same question, different post - [Extracting values from capturing groups in rege](https://www.daniweb.com/programming/software-development/threads/541420/extracting-values-from-capturing-groups-in-regex)

Member Avatar for Tom_45
1
95
Member Avatar for Tom_45

Your main issue is with the way you're trying to capture the values inside the 'td' tags. Also, you should consider using non-greedy quantifiers - [Minimal or non-greedy quantifiers](Regular expressions are generally considered greedy because an expression with repetitions will attempt to match as many characters as possible. The asterisk …

Member Avatar for Tom_45
1
94
Member Avatar for usmanmalik57
Member Avatar for allan1234567890
Member Avatar for Deftsoft
1
113
Member Avatar for usmanmalik57

Great effort and informative tutorial covering the basics. Maybe add some more information on the training module. You have my upvote!

Member Avatar for Abdul_116
6
2K
Member Avatar for jkon

I am blessed to not have suffered from this... yet. I have read a lot about people starting to show symptoms or that already suffered from this. Best of luck, trust it gets better soon.

Member Avatar for jkon
0
31
Member Avatar for usmanmalik57
Member Avatar for marrywillson

@pcbugfixer, correctly so, it looks very much like ChatGPT generated content. a Very interesting article on the accuracy of any LLM including ChatGPT is the actual accuracy in which it generates it's responses - [Perhaps AI is going to take away coding jobs – of those who trust this tech …

Member Avatar for bessieexum
1
170
Member Avatar for usmanmalik57
Member Avatar for cambalinho

To improve the performance of your code, have a look at the following code - keep in mind that this code has been dead for 20 years+... To get overall performance you will have to start looking at switching over to new standards or your code will keep on lagging …

Member Avatar for Reverend Jim
0
97
Member Avatar for jayashree10

As a fill in for other users - hoisting happens whilst using Javascript code, which is client sided, meaning happening while a user interacts with a page. Hosting is server sided meaning that all code ran and it returns information from a server after client interaction.

Member Avatar for AndreRet
-1
38
Member Avatar for snah19

With 330 lines of code supplied, it will be difficult to try and figure out where your code errors or loops infinitely. You need to break it down for us and point to the line where the loop occurs, the well know abbreviation applies here - > TLDR is an …

Member Avatar for snah19
0
122
Member Avatar for Microseiche

I suppose it all depends on your/site's needs and relevance - [10 Best Backlink Sites to Boost Your Google Ranking](https://diib.com/learn/backlink-sites/)

Member Avatar for bessieexum
2
203
Member Avatar for Julia K
Member Avatar for buzzboss
Member Avatar for facarroll

As Priteas pointed out, you are stuck if a user decide to turn there browser script to false, I can still download what I want without permission, you need to add code that will prevent a download like maybe a login or something similar, maybe water marks etc.

Member Avatar for Dani
1
293
Member Avatar for Nida_8

Grrrr... ChatGPT generated info - how do I know, because I got the exact same information as above. What happened to good old honest information shared between similar minds with knowledge shared alike.

Member Avatar for AndreRet
1
91
Member Avatar for bxdobs

There could be a few reasons why your code within the 'ready' function is not executing after removing the quote marks around 'document, $(document).ready(function() { //rest of your code... }); Also ensure that your jQuery library is included before the script. If jQuery is not loaded, the '$' alias won't …

Member Avatar for john_111
1
86
Member Avatar for jayashree10

It looks like "Mindmade" got replaced.... [What are the best practices for error handling in asynchronous code ](https://www.google.com/search?q=What+are+the+best+practices+for+error+handling+in+asynchronous+code+in+large+code+databases%3F&rlz=1C1ONGR_enZA1007ZA1007&oq=What+are+the+best+practices+for+error+handling+in+asynchronous+code+in+large+code+databases%3F&gs_lcrp=EgZjaHJvbWUyBggAEEUYOdIBBzc5MmowajeoAgCwAgA&sourceid=chrome&ie=UTF-8)

Member Avatar for iqratech
-2
63
Member Avatar for cjmall65
Member Avatar for AndreRet
0
19
Member Avatar for facarroll

The given code does not really alter anything regarding protection of the code... It just gives am "alt" alternative to an image so the code is not stopping a user from copying the scree, which in its own is a whole different discussion on how to stp it, I will …

Member Avatar for AndreRet
1
77
Member Avatar for creationinfoway
Member Avatar for EdwardMatthew