11,557 Posted Topics

Member Avatar for Dani

I have always known that urlencode() encodes spaces as plus signs and rawurlencode encodes spaces as %20. However, I always struggled to know when to use which. I just finally learned today that you should use rawurlencode() if encoding URI paths and urlencode() if encoding query strings. Who woulda thunk …

1
1K
Member Avatar for aveeva7

A blank page means that there is a fatal error and the page cannot load. Here is some code I wrote so you can log these errors to a file and see what the error is so you can fix it. https://www.daniweb.com/programming/web-development/code/519970/log-500-errors-to-a-file

Member Avatar for Dani
0
338
Member Avatar for VIPER5646

Have you tried using EXPLAIN to see if you need any indexes? Have you noticed whether the dates that work vs those that don’t are the ones where you are incrementing the added field?

Member Avatar for VIPER5646
0
1K
Member Avatar for Abdulrahman_2
Member Avatar for Sabya_7
Member Avatar for Dani

Our CSS and JS files are not being re-downloaded by web browsers when we update them. The response headers look like this: cache-control: max-age=7776000 content-encoding: gzip content-type: text/css; charset=UTF-8 date: Sat, 01 Feb 2020 02:41:59 GMT etag: W/"5e34c19d-68a08" expires: Fri, 01 May 2020 02:41:59 GMT last-modified: Sat, 01 Feb 2020 …

0
922
Member Avatar for Ahmet Gök

Hi there. Welcome to DaniWeb. However, I’m not understanding this homework question you want help with. Create an array? Have you tried to do it yourself so far?

Member Avatar for Dani
0
128
Member Avatar for darren2005

It's really difficult for us to debug this based on the information you've provided because it just seems to be a whole bunch of function calls. One of the function calls is for a function that looks like this: public function name(array $array_name) { ... } It requires that you …

Member Avatar for Dani
0
405
Member Avatar for Dani

Google PageSpeed Insights indicates a score of 90+. However, the same pages still fall into the slow speed category in Google Search Console Chrome UX report. It says FCP is longer than 3 seconds (3.1s average). What is some low hanging fruit I can do to help real world performance? …

Member Avatar for Dani
0
1K
Member Avatar for VietnamTours

So I checked the HTML code of your website and I see the line: <link rel="amphtml" href="https://adventurejourney.vn"/> Basically this is saying that an AMP alternate mobile version of the page is available at the URL https://adventurejourney.vn But that's not true. That's your regular HTML page. Either remove that line of …

Member Avatar for Dani
0
428
Member Avatar for Anwal_1
Member Avatar for Dani
0
167
Member Avatar for sonam_2

> It's 2019 so can you share what changed from 2017 to 2018 then 2019? LOTS! The SEO industry is primarily about keeping up with the latest algorithm shifts that Google makes. As a result, techniques differ year over year. Last year was the year of infographics. IMHO, they don't …

Member Avatar for nikitacod
0
3K
Member Avatar for chiragm984
Member Avatar for Dani

Does anyone here use reddit, and if so, what do you like the most about it?

Member Avatar for chefelr
0
1K
Member Avatar for mike@fueled

How did you find that article, rproffitt? Just a regular ole Google search based on article title? I actually had never heard of dApps before reading this article so I found it interesting. I agree they're very similar but this one focuses on benefits to the real estate industry and …

Member Avatar for gta5mobileE
0
2K
Member Avatar for nanakumi75
Member Avatar for nanakumi75
0
595
Member Avatar for Reverend Jim

So we were having mail issues and the mail queue got backed up. However, are you getting multiple emails about the same thread? Can you please forward them to me as email attachments? (So I can see the full headers for each email) Thanks!

Member Avatar for Dani
1
1K
Member Avatar for rproffitt

You're not going to like my answer here ... I am not the one to weigh in on this topic because I do not have a problem with social networks and lack of privacy. As someone who has been neck deep in this world from the very beginning, I'm of …

Member Avatar for rproffitt
0
2K
Member Avatar for greenphpcoder
Member Avatar for rproffitt
0
3K
Member Avatar for lemurumschlag73
Member Avatar for Dani
1
771
Member Avatar for Bestseoservices

Of course all the ones already mentioned. I read Barry daily. And also frequent WebmasterWorld. I also am a member of a bunch of forums for forum owners.

Member Avatar for Dani
0
284
Member Avatar for Dani

I know it’s been a long time coming, but better late than never. In your control panel, you can now choose to hide your location from others in your member profile.

Member Avatar for Dani
2
1K
Member Avatar for Boyet_1

If you have a Linksys router, the default address to load the config settings is http://192.168.1.1 With default username being admin. You may have changed these settings. Also, other routers may be different. This is just a common scenario.

Member Avatar for Reverend Jim
0
400
Member Avatar for Adhri

Not necessarily true, benanamen. Tables are no longer used for page layout (e.g. to create a sidebar by creating a table with two columns), but we still use them to represent tabular data. I use them quite often when I need to display stats or something that is clearly meant …

Member Avatar for nanakumi75
0
710
Member Avatar for Glen_4

localhost and 127.0.0.1 should point to the same location. 127.0.0.1 is the IP address for localhost, your local machine.

Member Avatar for Glen_4
0
363
Member Avatar for Khush_1

When I was in school, we were required to use Turbo C++. However, it was 1997 at the time.

Member Avatar for Dani
0
596
Member Avatar for Xozz

Click the little hamburger icon to the left of the DaniWeb logo to open the sidebar. In the Your Content Finder section, click Topics and Posts. You can add your own tags as well, but you need to have more than a few posts to make up your own words …

Member Avatar for Dani
0
275
Member Avatar for jaydhobi

Shopify lets you get up and going quickly, but it costs $80/mo. Alternatively you can use the most popular Ecommerce software I know of, Magento, which is written in PHP, but that’s going to take a bit of development work to get off the ground. I would say probably the …

Member Avatar for rproffitt
0
318
Member Avatar for mohamedrani

So I also use MySQL and not SQL Server, but I know with MySQL I have to specify the character set for individual table columns as well as the character set for my connection. Andre had the right idea in that you want to be using the UTF-8 character set. …

Member Avatar for andrevanzuydam
0
986
Member Avatar for Dani

I'm the founder of DaniWeb. Here's my [about me](https://www.daniweb.com/welcome/about) **Ask Me Anything!! :)**

1
981
Member Avatar for rproffitt

This problem has been fixed. I'm sorry it took so long to fix, but I'm on vacation (a friend's destination wedding in Vermont) and I didn't realize that an SSL certificate expired and DaniWeb.com was unable to communicate with the Dazah API. These kinds of problems will no longer exist …

Member Avatar for Dani
2
2K
Member Avatar for anand9796
Member Avatar for ahmed_101

> then do the programming to parse the json object as you need to. I could be wrong, but I think what he's asking is how to do this part.

Member Avatar for Dani
1
1K
Member Avatar for Pham_3
Member Avatar for Artyom66

I don't know anything about angular, but I believe it needs to be compiled. I don't know how to do this as I have no angular experience, but is there a reason you chose an angular template? [This tutorial](https://angular.io/guide/aot-compiler) should help you get started with compiling your angular code into …

Member Avatar for Andrew107
0
218
Member Avatar for nanakumi75
Member Avatar for FarrisFahad

At the sake of sounding repetitive, yes, you absolutely need to keep up with it. Perhaps another opinion will convince you ;)

Member Avatar for Dani
0
2K
Member Avatar for Dani

Who here has seen a noticable increase/decrease in traffic since Google BERT launched on Friday? Unfortunately it hasn't been too kind to us.

Member Avatar for Dani
0
2K
Member Avatar for Mr.M
Member Avatar for Mr.M
0
2K
Member Avatar for Dani

This page keeps crashing on my iPhone, both in Mobile Safari as well as Chrome. https://www.daniweb.com/connect/developers/endpoints

Member Avatar for Dani
1
2K
Member Avatar for perluser

By PPC engine do you mean PPC ad network? And for you being in the capacity of a publisher? Years ago I knew a whole bunch offhand but most of them probably don’t exist anymore (Chitika, for example), and I’m typing on my phone. I’ll look into this later. In …

Member Avatar for Dani
0
332
Member Avatar for jonsan32

There is no reason to use a timeout because the document.ready() function waits until the DOM is ready before executing. What if you just did something like this: <script> $(function () { $(".start-tour").trigger('click'); }); </script>

Member Avatar for Biiim
0
2K
Member Avatar for Biiim

RuMedia, I think what the OP is saying is that he’s aware of that, but he doesn’t mind if they go stale. What I do is I use an in memory cache such as Memcached (non-persistent) or Redis (persistent) where I store the results of the query for up to …

Member Avatar for Biiim
1
1K
Member Avatar for qasimzahoor786

Look in the Coverage and Sitemaps section to see if you have pages that have inadvertently been noindexed. If you break your site up into multiple sections each with their own sitemap file, you can narrow it down to which sections Google is not liking.

Member Avatar for Dani
0
425
Member Avatar for SoulTravel
Member Avatar for Tcll

Just want to chime in ... We initially discussed the idea of a multi-threaded system where you could comment on comments of comments, etc. However, doing so would take a massive restructuring of our platform and I'm not so sure that it would result in immediate benefits that were worthy …

Member Avatar for Dani
1
870
Member Avatar for Laurens_1

I'm trying to read your code but I'm not sure what bootstrapValidator does? It seems this is a third-party plugin. Unfortunately, it's not possible for us to debug your code because the bug seems to either be within the bootstrapValidator function or a bug with the way you are sending …

Member Avatar for Dani
0
1K
Member Avatar for Reverend Jim

188 members are enrolled in the group and will receive a notification if you send a message to the group. Sorry for the misleading wording. 188 members aren't actively sending messages. 188 members are "listening in" in the chat room.

Member Avatar for Dani
0
2K
Member Avatar for MickeyD

Maybe there are lots of files in the folder but your user account doesn’t own them / have permission to read them, so it’s showing up as 0? Something else I’ve noticed is that I don’t believe the file count is recursive. Meaning if there are files within sub folders, …

Member Avatar for Dani
2
2K
Member Avatar for guruglenn

I've always considered myself pretty well-versed in CSS, but this is a little beyond the scope of my knowledge. I did a quick Google search and came across [this thread](https://stackoverflow.com/questions/59609424/all-css-variables-defined-but-calc-result-not-usable-is-it-the-cascade) posted 3 days ago on Stack Overflow. Was this you? Perhaps if you could help walk me through your code, …

Member Avatar for Dani
1
859

The End.