11,530 Posted Topics

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
979
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
216
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
424
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
Member Avatar for rserhatduygun

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?

Member Avatar for rproffitt
0
332
Member Avatar for pritaeas

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).

Member Avatar for pritaeas
3
3K
Member Avatar for Sherin Mathew

Don't use table cellpadding and cellspacing HTML attributes. Use CSS padding and margin instead.

Member Avatar for Dani
0
280
Member Avatar for JamieBek04

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 …

Member Avatar for Dani
0
953
Member Avatar for meobeou

You can use paid SEO tools like Screaming Frog to evaluate your site’s link profile.

Member Avatar for Dani
0
388
Member Avatar for radhika_3

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: …

Member Avatar for Dani
0
242
Member Avatar for digimantralabs
Member Avatar for praveen_29
Member Avatar for Dani

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 …

Member Avatar for adaomacarl
1
1,000
Member Avatar for syria718

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.

Member Avatar for Dani
0
8K
Member Avatar for Jawass

When you include an image in the post, it shrinks it down. Here's the original. https://static.daniweb.com/attachments/0/d280b511ad5b908abe08570148fcd9b2.jpg

Member Avatar for rproffitt
0
322
Member Avatar for iiceducation

Why are they not allowing you? Did you spam? Was your post flagged? What exactly happens if you post a link to your site?

Member Avatar for Dani
0
266
Member Avatar for Dani

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.

0
1K
Member Avatar for aecha

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

Member Avatar for Dani
0
273
Member Avatar for Ogunsanya
Member Avatar for camelNotation
Member Avatar for Andre_14
0
2K
Member Avatar for Alice_6

Facebook does really well with affiliate stuff. AdWords is harder because of all their rules and limitations directly aimed against affiliate ads.

Member Avatar for priya-sharma
-2
912
Member Avatar for FarrisFahad

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.

Member Avatar for Dani
0
1K
Member Avatar for Varnisha Kalra

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 …

Member Avatar for Biiim
2
2K
Member Avatar for samaru

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)

Member Avatar for thompsonmax
1
3K
Member Avatar for Perry Winkel
Member Avatar for Dani

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 …

Member Avatar for Ava_10
1
1K
Member Avatar for kpkarthik90

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, …

Member Avatar for pramodrdd
0
633
Member Avatar for Dani

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 …

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

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 …

Member Avatar for Dani
0
4K
Member Avatar for rproffitt

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.

Member Avatar for Dani
2
1K
Member Avatar for Dani
Member Avatar for Dani
1
2K

The End.