8,966 Posted Topics
https://www.daniweb.com/articles/latest/unanswered | |
Re: Show some code of how you expect it to work. | |
Re: > I am also using PHP procedural programming and I noticed that these SDKs use OOP. > Can someone help me make my first API call using an SDK? Do you understand OOP and can you write code using it? If so, continue to the next step. I'd advise against … | |
Re: Probably the most unexpected (for a die-hard old-fashioned technical programmer) would be Reiki. I feel like since I've been doing this, my master has introduced me into so many things that appear to have been missing from my life. So much is falling into place now, and I have a … | |
Re: Perhaps a smarter someone on this forum can help you look at the execution plan of your query and suggest some improvements. | |
Re: Here's a good place to start: https://mediaarea.net/en/MediaInfo | |
Re: You cannot safely use a form to post directly to AirTM. Post to your own PHP script, which can then use curl to make the request, including headers. | |
Re: > in case you've got any suggestions [The Glory](https://en.wikipedia.org/wiki/The_Glory_(TV_series)) | |
Re: This is much more interesting then the news article imho: https://meta.stackexchange.com/questions/389834/statement-from-so-june-5-2023-moderator-action | |
Re: > is it possible to read the array values in from a database table? Yes, either generate the array when you prepare the output of this page with server-side scripting, or do an AJAX request to get the values you need. This question may be better suited as a new … | |
Re: > However, as a jQuery user, what is the difference between DOMContentLoaded and the jQuery ready fn? No difference really, although some sources state that the ready function might fire "a little" later (because it is wrapper code). | |
Re: I have not used this with PHP, but are you connecting to the Graph API or EWS? | |
| |
Re: Sidenote: If you want to learn, understand and experiment with regexes I can highly recommend RegexBuddy. | |
Re: Not easy, but [here](https://github.com/thetrik/VbPng)'s a lot of information. Basically, it's an [ICO file](https://docs.fileformat.com/image/cur/). | |
Re: This might work too: shiftedValue = py And &HFC00& | |
Re: > I think that to be a good coder one must show some talent for design. And to be a good designer one must show some talent at code. I have never experienced this in any of the companies I have worked for. It's a bit different for web apps, … | |
Re: At what line exactly did the exception trigger? | |
Re: https://developer.twitter.com/en/docs/twitter-api/getting-started/make-your-first-request You Authorization header is wrong, please reread the documentation. It should look like this: `Authorization: BEARER <your_bearer_token>` | |
Re: What exactly is your problem? As stated in a reply, SourceSMS is no longer available. | |
Re: I only found that you can use `MutationObserver`. | |
Re: https://about.gitlab.com/topics/devops/ | |
Re: Try a search on GitHub. | |
Re: Please be patient. This is a forum, not chat. People will reply when they have time. BTW, can you be more specific? Are you looking for a CMS? | |
Re: Learn from this: https://www.geeksforgeeks.org/c-program-to-invert-making-negative-an-image-content-in-pgm-format/ | |
| |
Re: Try yourself what happens if you disable javascript in your browser. | |
Re: That's tough. Use your energy for recovery, I wish you all the best. | |
Re: You're querying over an entire year. *If* this is the point of your query, I would add an extra indexed column to my orders table called `year INT` and filter on that. Should be much quicker than using a `BETWEEN` on a date column. |
The End.