- Strength to Increase Rep
- +15
- Strength to Decrease Rep
- -3
- Upvotes Received
- 387
- Posts with Upvotes
- 317
- Upvoting Members
- 155
- Downvotes Received
- 20
- Posts with Downvotes
- 19
- Downvoting Members
- 18
- Interests
- Anything computer related. Riding my bike.
Re: There are too many people, and too few human beings. Robert Zend | |
Re: I give up, this will be my last post to this member - [Why does micro interaction plays an important role in User experience](https://www.google.com/search?q=Why+does+micro+interaction+plays+an+important+role+in+User+experience&rlz=1C1ONGR_enZA1007ZA1007&oq=Why+does+micro+interaction+plays+an+important+role+in+User+experience&aqs=chrome..69i57.6654j0j7&sourceid=chrome&ie=UTF-8) | |
Re: 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 … | |
Re: Ouch, was not aware that i-Phone is running late with upgrades, I am using Android on Samsung, very regular and proper updates. | |
Re: rproffitt hits the nail on the head. You must have updated your windows updates and an updated file somewhere is blocking the age old usage of VB6. You will probably have to re-register your DLL, OCX etc files for it to work again or move back to a previous windows … | |
Re: 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! | |
Re: 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 … | |
I just noticed that Dani surpassed Ancient Dragon on the Post Count rank to number 1! He held this position for years, wow. | |
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, … | |
Re: 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 … | |
Re: 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) | |
Re: 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 … | |
Re: Great tutorial on ho to get started! | |
Re: I tend to write my own to conform with client needs and schemas. | |
Re: Great effort and informative tutorial covering the basics. Maybe add some more information on the training module. You have my upvote! | |
Re: 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. | |
Re: As always, precise and in detail, great tutorial! | |
Re: @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 … | |
Re: My upvote received, your articles in AI is very inspiring and to the point, thank you! | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: 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/) | |
Re: Big welcome. Join our lounge to elaborate more. | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
Re: 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) |