Re: Database wrapper for Codeigniter 3 Programming Web Development by Dani Wow, this is old. I just stumbled upon it and it’s so crazy looking back at old code you wrote once upon a time. Especially since we are still working off the same framework so it’s just interesting to see how much it’s morphed and evolved over the years. What is Schema Markup Code? Programming Web Development by Admin907 I'm trying to understand what schema markup code is and how it works. From what I've gathered, … someone explain in detail: 1. **What exactly is schema markup code?** 2. **How does it improve SEO and search engine visibility… Re: What is Schema Markup Code? Programming Web Development by Dani > What exactly is schema markup code? JSON or HTML microdata that gives search engines additional context … Text to Speech Conversion Using Hugging Face Transformers Programming Computer Science by usmanmalik57 … text to speech using the MeloTTS model. In the following code, we import the `TTS` class from the `melo.api` module… Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by LautaroNores … the view page source and their have code like mention below! Here is the full code to check if your site is… Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by Admin907 … Ctrl+U (Windows) / Cmd+U (Mac).** **Search for Analytics Code:**** In the source code, press Ctrl+F (Windows) / Cmd+F (Mac) to… Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by simhakidsden … the plugin can resolve any syncing issues. Verify the tracking code or tag for your website's analytics account. Ensure that… all pages of your website. You can usually find this code in the settings of your analytics account. If the issue… Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by lucytaylor01 For manually, press ctrl + U to view page source page. You can find google analytics code in head section. Also you can use GA Debugger for checking analytics code. Re: page speed optimization Digital Media UI / UX Design by Dani It depends how technical you are. Instead of using a plugin, you can code everything manually that a plugin would do. Also, I recommend Cloudflare. Even the free version offers a bunch of speed improvements. But, yeah, it all comes down to how technical you are, I suppose. Re: Uniswap V4 Hooks Development Programming Software Development by rproffitt …://www.dlnews.com/articles/defi/uniswap-v4-gives-devs-hooks-code-but-security-may-be-at-risk/ Re: HTML Navigation Menu Alignment Issue Programming Web Development by Dani Can you include the CSS you're using for this? Re: This is me venting Community Center Meta DaniWeb by alan.davies Just checked-in out of interest after a long time away. Glad to see a lot of old friends still active here. Then I came across this post. It upset me a bit. Daniweb was the sun in my very dark days. I think a lot of us gained so much from DW, but you don't always get the attagirls you deserve. I think stackoverflow pretty much killed off most of … Re: This is me venting Community Center Meta DaniWeb by Dani Thank you so much, diafol. Feel free to stay a bit and help out ;) Display specific html tag on specific pages Programming Web Development by ianhaneybs …">` and on all other pages I want the code `<section class="testimonal-two">` Below is… the code I have so far and it works for the computer… I'm unsure how to add the homepage into that code, the homepage is called index.php <?php if ($_SERVER… Need help with Lem-in Project Programming by Oven Im trying to code a lem-in project. https://github.com/01-edu/public/… and in the web i found a 800 rows of code. Its working but really hard to understand. All the instructions…/wanted thing in the link. And here is my code and output: package main import ( "fmt" "io… Re: Need help with Lem-in Project Programming by Oven … anymore. My team coded this one. And AI & Ready code is acceptable. But it has to simple because we must… understand the code. I found the working code but its 800 rows. So no we cant… Re: Need help with Lem-in Project Programming by rproffitt … lesson isn't about fixing this found or GPT generated code, it's not even about coding. It's about designing… before code. Without a design, how would we code? Or if we use AI to write… a lesson about how we still have to understand the code that it generates. Now for those that just want it… Re: Display specific html tag on specific pages Programming Web Development by ianhaneybs Just got it working with the following code <?php $currentpage = $_SERVER['REQUEST_URI']; if($currentpage=="/" || $currentpage==&… Re: Display specific html tag on specific pages Programming Web Development by Dani … out. Here is a cleaner way of presenting the above code so it doesn't look so messy: <?php // Retrieve… Re: Display specific html tag on specific pages Programming Web Development by ianhaneybs Thank you so much for the code Dani, that does look a lot cleaner and better than what I have Re: Need help with Lem-in Project Programming by rproffitt This assignment would get a failing grade if you used GPT or found code. Toss all that out and write it yourself. Re: Need help with Lem-in Project Programming by rproffitt Then you have to design and create the algorithm before you write code. There's a lesson here about writing code before the design is done. Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim I checked my code and I only found 2 differences, the first is the … 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` Otherwise the code you pasted is the same as mine, I also have… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … form emailed successfully. And by changing only 1 line of code, everything worked again normally. Now if John Smith puts johnsmith… Graph of quadratic function with CanvasRenderingContext2D Programming Web Development by alexanderrm2024 ….com/attachments/5/5197dcf8e99654bcb1766ad3cf025fd7.PNG) How can I solve it? Code: <!DOCTYPE html> <html> <head>… DropDown data shuffling issue Programming Web Development by akkbkht … the next 3 weeks as the logic shared above. The code I used. // Step 1: Set the start date and end… Re: App development - Lobby functionality optimisation Programming Mobile Development by toneewa What I like to do is write code, even if it's not working or even correct syntax. … or thought is. Please paint us some sort of pseudo code of your design. Not optimized: class App { function start() { showLoadingScreen… Re: Ping Multiple Users and Rooters using Pascal on Android Programming by rproffitt Remember that I will not try this in said Pascal for many reasons. I have written a few apps using the FREE Android Development Kit from Google so let's say I wanted to start with ping. Google "android ping example source code" without quotes and you'll find code examples you can build on. Or try that on ChatGPT. Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. Re: Calling an object from another in PHP using construct Programming Web Development by pritaeas Show some code of how you expect it to work.