11,530 Posted Topics
Re: 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 … | |
Re: 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. … | |
I'm the founder of DaniWeb. Here's my [about me](https://www.daniweb.com/welcome/about) **Ask Me Anything!! :)** | |
Re: 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 … | |
Re: Your code uses === but your question only asks about ==. | |
Re: > 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. | |
Re: Can you clarify your question please? | |
Re: 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 … | |
Re: Try using full paths (beginning with https://...) in the header redirects. | |
Re: At the sake of sounding repetitive, yes, you absolutely need to keep up with it. Perhaps another opinion will convince you ;) | |
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. | |
Re: Let me see your code. Are you using jQuery? Are you using the preventDefault() method? | |
This page keeps crashing on my iPhone, both in Mobile Safari as well as Chrome. https://www.daniweb.com/connect/developers/endpoints | |
Re: 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 … | |
Re: 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> | |
Re: 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 … | |
Re: 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. | |
Re: Check out BlackHatWorld if you haven’t already. | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
![]() | Re: 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, … |
Re: 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, … | |
Re: Sorry, I guess I’m not understanding what you’re saying. What do you mean if I think you can edit an external homepage so people will buy the book? Sorry but I don’t know what you mean by that? | |
Re: Welcome back!! I’m not feeling too well myself right now. Bronchitis after a germy Thanksgiving vacation at Disney World. Also my computer is out of commission having its battery replaced at the Apple store so I won’t be around much until Friday or so. (They quoted 5 days on Saturday). | |
Re: Don't use table cellpadding and cellspacing HTML attributes. Use CSS padding and margin instead. | |
Re: I think the reason you haven't received too many responses is because you're question is basically talking about this sophisticated app that searches various fields in a database with filtering, and the code you provided just connects to the database server, so it's hard to know what exactly you're asking … | |
Re: You can use paid SEO tools like Screaming Frog to evaluate your site’s link profile. | |
Re: My guess is that the MySQLi connect function exists somewhere in the framework, etc., and not necessarily right above where a query call is being made. Obviously here sqlsrv_query() is returning FALSE. This can happen because the SQL query is invalid. It can be invalid for a number of reasons: … | |
Re: Hi there! It’s very nice to meet you!! | |
Does anyone have any experience using Ezoic to increase site speed? Namely ... * Is their site speed increase predictor accurate? * Does complicated Javascript still work perfectly? What are the trade-offs? * What is their pricing?! It says it's based on traffic, once the free trial ends, but I … | |
Re: For anyone who comes across this thread in the future, when you get the error that headers were already sent, it’s because once you echo anything out to the browser (HTML, text, etc) you can no longer send any additional http headers, which includes server-side redirects. | |
Re: When you include an image in the post, it shrinks it down. Here's the original. https://static.daniweb.com/attachments/0/d280b511ad5b908abe08570148fcd9b2.jpg | |
Re: Why are they not allowing you? Did you spam? Was your post flagged? What exactly happens if you post a link to your site? | |
We lost a lot of Google traffic beginning Tuesday, December 10th. Has anyone else experienced an algorithm update around this date? It seems to be related to [this article](https://www.seroundtable.com/december-11th-google-search-ranking-algorithm-update-28673.html) on Search Engine Roundtable that shows that there's some chatter going on. | |
Re: There is an error in your MySQL query. Firstly, it's important that you escape all of the variables pulled in via $_POST before inserting them into the database to prevent MySQL injection errors. Please look into https://www.php.net/manual/en/mysqli.real-escape-string.php | |
Re: I used to use SnagIt: http://www.techsmith.com/snagit.html | |
Re: Facebook does really well with affiliate stuff. AdWords is harder because of all their rules and limitations directly aimed against affiliate ads. | |
Re: Either it can’t connect to the database or there is an error in the SQL query. The query is failing for some reason or another. | |
Re: Wordpress might be good enough for the hobbiest or small business, but bigger and corporate websites will always need something custom. In fact, I can argue that Wordpress makes it easy for anyone to get something going out of the box, and so in order for a web app to … | |
Re: Don't yell at me .... but ... I lost those files AGAIN .... those 10 episodes (of that show where people's facial expressions wouldn't change for like 10 minutes despite overly exaggerated soap opera style plots) you kept sending me like 5000000 times) | |
I went to Disney World for Thanksgiving break, and all those germs got to me, and I now have bronchitis. On top of it, my laptop (the only computer I have here in California) suffered from battery swell, and needs to have its battery replaced, which means that the Apple … | |
Re: They might be doing 301 redirects from the old domain to the new domain. This is telling Google their site has simply moved, and it will help them for a time being. They will still need to supplement this with a constant stream of new backlinks however. Aside from that, … | |
Before anyone files a bug report, we are no longer pretty printing (using javascript to add line numbers & color coding) code snippets when on mobile browsers for performance reasons. It's not that it was particularly non-performant on mobile. It's rather just that I'm working hard to improve performance across … | |
I'm getting ` Session: Error while trying to free lock for ci_session` show up in the error log a couple times a minute, sometimes, and every 15 minutes other times. Using Redis for sessions. It's not happening on a different server that has almost the same code base and is … | |
Re: Thanks for letting me know. I think, if memory serves, that the recommended items picks from items you have access to (and, as a mod, you have access to deleted items). However, seeing deleted items is not a good experience for anyone, so I’ll have that fixed. | |
Is anyone still encountering the problem of posts not going through? |
The End.