11,566 Posted Topics

Member Avatar for sunshineboy1996

Server response time is limited by the speed of your web servers (and has nothing to do with front-end javascript execution, etc.). You might also be able to use a CDN such as Cloudflare to improve page speeds if you cache HTML pages, although this isn't possible with their free …

Member Avatar for twinmark01
0
82
Member Avatar for vegaseat

Philip, Thank you for your contribution. I know it can be difficult coming into a new community and wanting to participate, especially as a beginner programmer. I apologize that your first impressions here have been people bashing your code. I do agree that the code you contributed is inefficient, but …

Member Avatar for Dani
2
75K
Member Avatar for oceane.boca1

> But what is THE HACK that allowed you to win the most positions? ;) Go viral in social media for an article that is listed in Google News. Also, the first page for *what*? Your company name? I rank #1 for "DaniWeb". Does that count?

Member Avatar for john_111
0
62
Member Avatar for Fecoms

We don’t allow these kinds of topics because they turn into massive spam fests with everyone just posting a link to their blog. I would check out the marketplace at BlackHatWorld. You could also do a Google search for “submit guest post”. But keep in mind that Google is seriously …

Member Avatar for redplanetpk
0
157
Member Avatar for Reverend Jim

Hi, I need to work on making it a better user experience. My first guess is what is happening is that you received a new message belonging to a conversation that you have previously archived, so the conversation isn't showing up for you. Try this: 1. Click on the speech …

Member Avatar for Dani
0
54
Member Avatar for oceane.boca1

Yeah, I think that's true with all social media nowadays. You really have to bring something eye-catching to the table to distract people away from a billion people and companies all trying to get their attention at once.

Member Avatar for Dani
0
12
Member Avatar for oceane.boca1

It depends what your marketing goals are. Sometimes it makes sense to fake it til ya make it. Psychologically, people may be more likely to follow you if there’s a big number of people already seemingly following you. Or perhaps being able to say you have a big number of …

Member Avatar for Dani
0
21
Member Avatar for Naor

Similarweb is only able to estimate the amount of traffic you have by collecting data on a small sample of user browsing habits (that they have access to) and then extrapolating that. Here is an article about the different ways they collect data: https://support.similarweb.com/hc/en-us/articles/4912885128337-How-does-Similarweb-get-data- The only way they would know …

Member Avatar for becketharper585
0
170
Member Avatar for JKAH55

If you’re talking about your DaniWeb password, you can do it [from here](https://www.daniweb.com/connect/profile).

Member Avatar for Dani
0
27
Member Avatar for mFilterIt

In the world of digital advertising, PPC (pay-per-click) is when advertisers pay each time someone clicks on their ad and lands on their website. Ad networks such as Google AdSense allow publishers to host PPC ads on their website, and get paid a portion of the profits. Click fraud is …

Member Avatar for rproffitt
2
125
Member Avatar for Abhinesh_1

I’m on my phone about to head to bed so I can’t really look into this too deeply tonight, but I would begin by echo’ing debug statements throughout requestHandler.php to see where the failure is happening.

Member Avatar for Stelian_1
0
107
Member Avatar for nancykhoo58

Secure it in what way? For the typical household, a password-protected router is just fine.

Member Avatar for Reverend Jim
0
83
Member Avatar for rproffitt

Discussions about AI are fine. Answering technical questions, and posting editorial, written by an AI is not. It does not benefit anyone.

Member Avatar for Abhishek_71
0
79
Member Avatar for ronjucreation11
Member Avatar for Dani
0
14
Member Avatar for johnmichae1

Having used both Toptal as well as Upwork, I would recommend Toptal if you are looking for a senior-level developer and you have a slightly higher budget. For practically anything else, Upwork is most likely a better fit.

Member Avatar for Dani
-1
112
Member Avatar for borobhaisab
Member Avatar for borobhaisab

The server has no concept of when the web browser is closed. However, PHP sessions are typically tracked with cookies, and you can set those cookies to expire when the browser window is closed. I believe PHP has its own session garbage collector that automatically deletes the files associated with …

Member Avatar for Dani
0
40
Member Avatar for Saurabh_26
Member Avatar for Dani
0
25
Member Avatar for dot LI

Do this instead: <?php echo file_get_contents('https://www.some-other-website.com/stuff.php'); ?> or <?php $output = file_get_contents('https://www.some-other-website.com/stuff.php'); // ... Do something with the $output string that contains the HTML from stuff.php ... `include()` is used when you need to include other local PHP libraries in your code. Those other PHP files get interpreted by PHP. …

Member Avatar for Dani
0
81
Member Avatar for dloj333

Sorry, I'm not exactly understanding your question. What do you mean they can't get in unless they are added manually? They can't create new accounts or they can't log in? How can you log in a user manually? And what does this have to do with special characters? If there …

Member Avatar for Dani
0
60
Member Avatar for Initsky

While true, is there a point to your post? Do you run a digital marketing agency you're trying to promote?

Member Avatar for Dani
2
164
Member Avatar for Christopher_45
Member Avatar for davidjakel

Hi and welcome to DaniWeb! What areas of digital marketing do you focus on? (technical SEO, off-page SEO, advertising, social media, etc.)?

Member Avatar for Dani
0
14
Member Avatar for Stelian_1

PHP is a web scripting language that is removed from the networking and SSL side of things. You can use a web server such as Apache or Nginx to server your PHP scripts to ensure your website only loads via HTTPS with an SSL certificate. It appears you are already …

Member Avatar for Dani
0
48
Member Avatar for Cargen

Hi Tobias. Nice to virtually meet you! However, I'm confused. You're from Germany but Kevuru games is based in Ukraine and has nothing to do with Australia or gambling. What is Kuru Games?

Member Avatar for Dani
0
80
Member Avatar for sinil.jacob

Unfortunately I don’t know of any, and DaniWeb isn’t really designed to be a marketplace or allow such solicitations. However, as a general rule of thumb, I would avoid contracting agencies for large, enterprise-scale products. Agencies are typically designed to handle one-off projects that are a scope of one week …

Member Avatar for Alenk
1
209
Member Avatar for sheeview
Member Avatar for dhoch1488

My guess would be that, unfortunately, you're out of luck. If the operating system, and therefore printer drivers, you are using have no option to specify photo paper or not, then that means the drivers don't have the knowledge to know to use more ink in some situations and less …

Member Avatar for Dani
0
50
Member Avatar for adshrest

This is completely untested code (I'm just writing it blind) so it might have bugs, but this is the general idea: <?php // Get date passed in via query string $date = $_GET['date']; // Attempt to retrieve log file with date specified $log_file = file_get_contents("/var/log/my_files/$date.log"); if ($log_file === false) { …

Member Avatar for Dani
0
116
Member Avatar for Dani

On Tuesday, November 15th, the average response time (ms) in the Crawl stats section of my Google Search Console skyrocketed. It's been slowly coming back down since, but I was wondering if something changed outside my control that may have caused this anomaly. I'm still working on getting to the …

Member Avatar for Dani
0
166
Member Avatar for borobhaisab

Embedded `<object>` and `<embed>` are not meant to be used on HTML pages. You can use javascript's `.ScrollTo()` method to cause the iframe to scroll down to a particular section on the page.

Member Avatar for Naor
0
163
Member Avatar for June_10

Hi June. This type of marketing is very specific to the product or service or brand you are trying to promote, so it's very much not a one size fits all. Our forums here, though, are also not the best place for marketplace-style posts, and unfortunately I don't know of …

Member Avatar for Dani
0
36
Member Avatar for borobhaisab

I haven't been a hardware person for a very, very, very long time. Back in my younger days (I'm officially 40 now so I can say things like this), I would build out my own PCs. However, in 2005, I started buying pre-built Dell Workstations, and have been doing so …

Member Avatar for Dani
0
58
Member Avatar for IQBAL_13

I'm sorry but I'm confused by your question. If I look at your PHP code, I see that you are pulling in from the form daftar_kursus, which is the submit button ... Then, I see you are using implode to make the variable $IDKursus a PHP array of all of …

Member Avatar for Dani
0
149
Member Avatar for Rohit_63

This topic is tagged MySQL and CSS and, yet, those are very random and unrelated topics. If you’re hiring for either of them, or other technologies, a quick Google search for “<insert technology here> interview questions” should give enough food for thought. The thing is, what are you hiring for, …

Member Avatar for Dani
0
59
Member Avatar for johnaplus89

> Frankly it's the one you like the best. What other criteria would there be? The one Google and/or your end-users and/or customers like best. Are you referring to a WordPress theme? If so, focus on one’s that don’t have a bunch of third party Javascript plugins to slow everything …

Member Avatar for Dani
0
54
Member Avatar for Jack Moore
Member Avatar for no_642

Unfortunately I"m not familiar with any Google Analytics alternatives, and I've been in the industry a *long* time. There are products such as Statcounter, but it's only free up to 500 page views per month, and if you're a Cloudflare user, there's also some rudimentary analytics built into it. Depending …

Member Avatar for Dani
1
116
Member Avatar for IQBAL_13

The question here has nothing to do with PHP's explode() function. I can see exactly what is going wrong here for the OP. You can see on lines 5 and 6 of the OP's code, they have the MySQL query: SELECT * FROM kursus WHERE KodKursus NOT IN (SELECT kursusList …

Member Avatar for Dani
0
292
Member Avatar for avinkx

It's normal for www and non-www versions of your site to have different page authority. After all, links often point to one or to the other. It's important to choose the canonical version ... the version that you consider the primary, and to do your best to have all links …

Member Avatar for bavya
0
104
Member Avatar for Fecoms

Search for trending techniques in SEO that worked in 2021 and then factor in the helpful content update, and there ya go.

Member Avatar for becketharper585
2
150
Member Avatar for mariaakter

> I looked at your site and for me it's nothing I'd use. > Explain to me as a seasoned coder what this tool is for since at first glance it doesn't seem useful. This is the Search Engine Strategies forum and you don't work in the SEO industry. The …

Member Avatar for becketharper585
2
223
Member Avatar for ChrisJ

> Had to add return:false because after 'show' it was submitting too fast to read the message. Isn't it a better user experience for the form to be submitted immediately? A user would rather see the results of the form submit immediately than unnecessarily wait for a "please wait" message …

Member Avatar for Vijay_34
0
87
Member Avatar for Anna_39

You can set up a simple website yourself, with little technical knowledge, at Wix.com. That should be more than enough for your needs.

Member Avatar for bavya
4
202
Member Avatar for unitedwebsoft

I believe you can still target global clients, even with a .in extension. Keep in mind that lots of popular modern tech apps nowadays have domains with .io extensions, even though .io was initially created as a domain for a British Indian Ocean territory. In fact, tech apps have .io …

Member Avatar for joycedaniels
0
106
Member Avatar for borobhaisab

A lot of what you have written here is beyond what I'm familiar with since I haven't used iframes in well over a decade. However, let me start with first thing's first: What is your goal in including iframes for pages on your website on your website? The typical use …

Member Avatar for Dani
0
260
Member Avatar for Destini_1

The string seems to already be some sort of encrypted data. But what language are you looking to use?

Member Avatar for hes8
0
119
Member Avatar for rproffitt

Sorry, I don't know enough about Python (beyond a single programming course in college, 20 years ago) to make a judgement call. But I would definitely say that PHP is a web framework for C. (I mention PHP b/c that's what I'm knowledgeable in.)

Member Avatar for Dani
3
417
Member Avatar for zahoual
Member Avatar for Dani
0
23
Member Avatar for Dani

A couple of years ago, I began using a Cloudflare worker to track my Googlebot traffic in Google Analytics. The initial code I used, and thought process to get there, is [here](https://www.daniweb.com/digital-media/digital-marketing/threads/522837/bot-traffic-in-google-analytics), but here's what my code looks like today: const analyticsId = 'UA-98289-3' addEventListener('fetch', event => { event.passThroughOnException() event.respondWith(handleRequest(event)) …

Member Avatar for Naor
0
135

The End.