• Member Avatar for Dani
    Dani

    Replied To a Post in Please rate my new website TurkishClassified.com

    I've modified the tags to remove bootstrap and add laravel. Bootstrap is actually a front-end CSS framework. Laravel is a PHP framework. I wrote DaniWeb using Codeigniter, which is another …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Increasing Organic traffic in SEO

    I used to use a lot of those Mega Submit apps and sites back in the mid-late 90s but I think that nowadays they're kinda spammy. If you're going to …
  • Member Avatar for Dani
    Dani

    Replied To a Post in What is the Difference Between Head and Header?

    Turish, you're referring to yet a third thing, HTTP headers. I think they were comparing head vs header HTML tags: <html> <head> </head> <body> <header> </header> </body> </html>
  • Member Avatar for Dani
    Dani

    Began Watching What is the Difference Between Head and Header?

    What is the Difference Between Head and Header?
  • Member Avatar for Dani
    Dani

    Replied To a Post in how to create blog website

    Ah, gotcha. It's just that Wix is so popular and I've never heard of Webflow before, so I was wondering what the value proposition was. Do you have experience with …
  • Member Avatar for Dani
    Dani

    Replied To a Post in how to create blog website

    How does Webflow compare with Wix?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Please rate my new website TurkishClassified.com

    I see you tagged this topic bootstrap but it doesn't look like a Bootstrap site at all. Did you really use Bootstrap?!
  • Member Avatar for Dani
    Dani

    Began Watching Please rate my new website TurkishClassified.com

    Hello guys and gals. I have finally launched my new website and hope I can get your ideas on the design. The name of the site stands out what it …
  • Member Avatar for Dani
    Dani

    Created Archived DaniWeb

    Ever wonder what DaniWeb was like way back in the day? Well now you don't have to guess. Forums and tags have a new filter in the dropdown to list …
  • Member Avatar for Dani
    Dani

    Began Watching Archived DaniWeb

    Ever wonder what DaniWeb was like way back in the day? Well now you don't have to guess. Forums and tags have a new filter in the dropdown to list …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm Khalid_18

    Hi and welcome to DaniWeb. What type of online work do you do?
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm Khalid_18

    I'm new inworking online I want some help
  • Member Avatar for Dani
    Dani

    Replied To a Post in Webmin browse virtual host without domain

    Every server is configured differently. However, you typically can do https://IP_address/... to browse a site provided you’re using the server’s external IP address.
  • Member Avatar for Dani
    Dani

    Began Watching Webmin browse virtual host without domain

    hi there how can i browse virtual host created on webmin without useing domain? i know that in cpanel works like this : http://server-ip-address/~cpanel-name/
  • Member Avatar for Dani
    Dani

    Replied To a Post in Wordpress custom post type with custom taxonomy slug

    I have no WordPress experience at all so take what I say with a grain of salt, but is it possible that WordPress is doing this on purpose? In other …
  • Member Avatar for Dani
    Dani

    Began Watching Wordpress custom post type with custom taxonomy slug

    I created custom post type with custom taxonomy. Its working, but i am facing one issue is http://example.com/taxonomy-slug/%term%/post-title this is my custom post type url exg: http://example.com/products/cars/bmw-z4 Here products -> …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Rediret back the user where he came from after login

    If you send the entire project to someone with Laravel experience, they should be able to do it in less than 5 minutes. Perhaps it’s worth paying $20 for. My …
  • Member Avatar for Dani
    Dani

    Created Discoverability with infinite scroll

    How do you handle your link discoverability when also using infinite scroll. As we know, Google has been ignoring link rel=prev/next for years. A lot of my older content is …
  • Member Avatar for Dani
    Dani

    Began Watching Discoverability with infinite scroll

    How do you handle your link discoverability when also using infinite scroll. As we know, Google has been ignoring link rel=prev/next for years. A lot of my older content is …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Rediret back the user where he came from after login

    So it looks like the RegisterControler just includes view('includes/login') so I would need the includes/login file, wherever that is. Sorry, I don't know laravel.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Error in required structured data element

    Never mind, that ended up not being the problem :( I have all the required components, all the required dimensions. Can someone please help me figure out why pages such …
  • Member Avatar for Dani
    Dani

    Revoked Solved Status for Error in required structured data element

    Google search console flagged a couple of my AMP pages with the error: Error in required structured data element When I use the URL inspection tool, it says: Linked AMP …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Error in required structured data element

    Google search console flagged a couple of my AMP pages with the error: Error in required structured data element When I use the URL inspection tool, it says: Linked AMP …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Error in required structured data element

    I figured it out. It's not a requirement of NewsArticle structured data, but AMP NewsArticles are required to include a big header image. For anone curious, you can find all …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Rediret back the user where he came from after login

    Unfortunately I don't personally know laravel but I've added the tags laravel and guzzle to this topic to give it some attention from people who are more familiar. That being …
  • Member Avatar for Dani
    Dani

    Replied To a Post in For better SEO what would you prefer?

    Absolutely hand-coded over WYSIWYG, no question. However, I would make sure to be using a framework and Sass (or some other type of precompiled CSS). Basically whatever it takes to …
  • Member Avatar for Dani
    Dani

    Began Watching For better SEO what would you prefer?

    For **better SEO results**, what would you prefer? 1. WYSIWYG 2. Hand-coded CMS platform with Hand-coded HTML and CSS themes Thank you in Advance!
  • Member Avatar for Dani
    Dani

    Edited java script to python

    how would one convert this to python? var unlockedState = 1000; var lockedState = 2200; var motorPin = 14; var buttonPin = 4 var ledPin = 17 var blynkToken = …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Shutdown system after 3 minutes

    `shutdown -P +3` should work. -P means power off. You can alternatively use -r to reboot. You can use +3 to shutdown in 3 minutes, or "now" to happen right …
  • Member Avatar for Dani
    Dani

    Began Watching Shutdown system after 3 minutes

    How can I shutdown the system after 3 minutes automatically.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Rediret back the user where he came from after login

    Just to clarify, all that needs to happen is that you need to pass the URL of Page A through the form on Page B, so that Page C will …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Rediret back the user where he came from after login

    I'm at my computer right now so I can provide a more detailed explanation. It seems that the `back();` method being used in your code takes the user back to …
  • Member Avatar for Dani
    Dani

    Replied To a Post in I moved 01234567 now it's long enough!

    > I moved 01234567 now it's long enough! Got tripped up by the 15 character minimum title requirement, I see. The problem is that soooooo many people would use titles …
  • Member Avatar for Dani
    Dani

    Replied To a Post in I moved 01234567 now it's long enough!

    Hi, Sorry for the confusion. You can do so from your Control Panel: https://www.daniweb.com/connect/profile To get to your Control Panel, click your avatar icon in the top right corner, and …
  • Member Avatar for Dani
    Dani

    Began Watching I moved 01234567 now it's long enough!

    I live in NYC now, not Toronto. How do I update that information on this site? Eleanor
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm Lauter and a new Digital Marketer & Affiliate Learner

    Hi there and welcome to DaniWeb. I will do my best to answer any questions you may have, as I have a 20 year career in the digital marketing space. …
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm Lauter and a new Digital Marketer & Affiliate Learner

    Hi all! I'm based in the land of Asia and I'm hoping to meet and learn more about digital marketing! I run a boutique digital marketing agency here with my …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Rediret back the user where he came from after login

    It seems to me you want to replace return redirect('/'); with return back(); but without seeing the full library, I don’t know if you have to add with('success') or something …
  • Member Avatar for Dani
    Dani

    Began Watching Rediret back the user where he came from after login

    I have a website, got it developed from someone, Need help in redirecting back after login in php. After Login it redirects to Home Page. But i want user to …
  • Member Avatar for Dani
    Dani

    Replied To a Post in noindex or robots.txt search result pages

    Thanks but that doesn’t answer my question. How do I handle the website’s internal search result pages?
  • Member Avatar for Dani
    Dani

    Edited Search Student Info Fstream

    Hey? Can someone help me to this program? I need to Search an specific information of a student. #include<iostream> #include<fstream> #include<istream> #include<stdlib.h> #include<string> using namespace std; void login(),registr(),form(),Add(),ShowList(),Search(),Update(); struct Student …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Submit AMP page to Google Sitemap

    OK, I'm now adding AMP pages to my sitemap file as so: <?xml version="1.0" encoding="utf-8" ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <url> <loc>https://www.daniweb.com/programming/software-development/threads/105/visual-basic-net</loc> <lastmod>2002-08-01</lastmod> <changefreq>never</changefreq> <priority>0.5</priority> <xhtml:link rel="amphtml" href="https://www.daniweb.com/programming/software-development/threads/105/visual-basic-net/amp" /> </url> </urlset> …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Submit AMP page to Google Sitemap

    And the Great Google has spoiken again! This time on a page that the last page linked to, with completely the opposite information. Did I call it, or *what*?! So …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Submit AMP page to Google Sitemap

    And the Google has spoken!! Despite lots of conflicting information on the web, and lots of articles insisting that there is no need to submit AMP pages to your sitemap, …
  • Member Avatar for Dani
    Dani

    Replied To a Post in AMP - Accelerated Mobile Pages

    I know I'm late to the party here, but I'm going to reply now in hopes that imtylerbanks gets an email notification that this thread has been updated. I've been …
  • Member Avatar for Dani
    Dani

    Began Watching AMP - Accelerated Mobile Pages

    Hello, Any ever build web using AMP? What is it really? Is it similar like bootstrap? How to do it? Is it difficult or taking a long time to implement? …
  • Member Avatar for Dani
    Dani

    Created Noindex AMP pages?

    Is it appropriate to noindex AMP pages whose desktop canonicals are noindexed? Currently, my valid but low-quality pages are noindexed. They point to an amphtml version, and that AMP page …
  • Member Avatar for Dani
    Dani

    Began Watching Noindex AMP pages?

    Is it appropriate to noindex AMP pages whose desktop canonicals are noindexed? Currently, my valid but low-quality pages are noindexed. They point to an amphtml version, and that AMP page …
  • Member Avatar for Dani
    Dani

    Created noindex or robots.txt search result pages

    Should I be noindexing or fully blocking search result pages from my robots.txt?
  • Member Avatar for Dani
    Dani

    Began Watching noindex or robots.txt search result pages

    Should I be noindexing or fully blocking search result pages from my robots.txt?

The End.