6,557 Topics

Member Avatar for
Member Avatar for xue_540
Member Avatar for michealkunle
Member Avatar for bravomorris9
0
26
Member Avatar for Sam_351
Member Avatar for gio.nov

I'm a web developer in asp.net VB and PHP on Windows Server IIS. I use css3, html5 and Sql Server and Access for Database. In my project entire graphic are designed from me and Corel DraW

Member Avatar for bravomorris9
1
25
Member Avatar for Boomstick

Hi. I've been browsing this forum few times during my web dev's career. I think it's a good place to ask about my [website](https://magiainternetu.com/strony-internetowe-ostroda/)'s aesthetics. I don't know much about design, I just made this page without any project, in the way I liked it. I would like to know …

Member Avatar for Reverend Jim
0
26
Member Avatar for rere2601
Member Avatar for Dani
0
15
Member Avatar for Adolfo_1

Hi.. I would like to send an order confirmation email with the cart details. But it doesn't show the string in php, only html. My script: $to = 'adolph@site.it'; $subject = 'New Order'; $from = 'info@newsite.it'; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // …

Member Avatar for Adolfo_1
1
50
Member Avatar for Christopher_45

According to me, some important elements in HTML5 that support media are <video>, <embed>, and <source>. I would like to know something more about it from you guys.

Member Avatar for Dani
0
101
Member Avatar for borobhaisab

Hello Programmers, We use the fragment in urls for the browser to hone in on a particular secion on our page. http://www.yoursite.com/#heading_number~1 http://www.yoursite.com/#heading_number~2 And so on. Now, we can easily open those particular sections in iFrames of your's or third party site's) that does not have a fragment {#) in …

Member Avatar for Naor
0
160
Member Avatar for Rohit_63

Hey everyone, I have started a new position as an HR recruiter in a Website Development Company, can you guys suggest to me some questions I can ask fresher as well as experienced candidates?

Member Avatar for Dani
0
57
Member Avatar for Rico_2

hii, i want to ask how to loop this array for menu like in images public $list = [ [ 'id' => 'dashboard', 'text' => 'Dashboard', 'icon' => 'feather-home', ], [ 'id' => 'data_tables', 'text' => 'DataTables', 'icon' => 'feather-layers', 'children' => [ ['id' => 'basic', "text" => "Basic"], ['id' …

Member Avatar for AndrisP
0
129
Member Avatar for borobhaisab

Hello Php Programmers, I want to open iframes, more than one, to some of my webpages from other webpages. What do I need to be careful off so no crook injects anything malicious on my site or on my visitors' clientsides ? Q1. Which of these attributes, mentioned in the …

Member Avatar for Dani
0
230
Member Avatar for onurs
Member Avatar for webxeross

HTML tags are code elements with the back-end of all web pages, but there are also specific HTML code types which provide search engines with key info for SERP display. Essentially, these elements highlight parts of your content that are relevant for search, and they describe those elements for search …

Member Avatar for Dani
0
20
Member Avatar for Chandra1611

Full-stack technology refers to the entire depth of a computer system application, and full-stack web developers are those who are capable of developing both the front end and the back end of web development. All of the features that are visible to the client, or the viewer of the site, …

Member Avatar for jwenting
0
74
Member Avatar for Ricky_13
Member Avatar for Virat_4

HTML: <div class="container"> <div class="header">header</div> <div class="leftsidebar">leftsidebar</div> <div class="main-top">main top</div> <div class="rightsidebar">right side bar</div> <div class="bottom-left">bottom left</div> <div class="bottom-right">bottom right</div> <div class="footer">footer</div> </div> CSS: .container { display: grid; grid-template-columns: 1fr 2fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "header header header header" "leftsidebar main-top main-top rightsidebar" "leftsidebar bottom-left bottom-right rightsidebar" "footer …

Member Avatar for gce517
0
48
Member Avatar for borobhaisab

Hi, I get the feeling from this forum that simplehtmldom is old stuff. Nevertheless, experimenting with it since a simple tutorial code depends on it. Check this Xml SItemap Link Extractor include_once('simplehtmldom_1_9_1/simple_html_dom.php'); //Works. //$sitemap = 'https://www.rocktherankings.com/post-sitemap.xml'; //$sitemap = "https://www.rocktherankings.com/sitemap_index.xml"; //Has more xml files. //Does not work. Shows blank page. $sitemap …

Member Avatar for Dani
0
211
Member Avatar for borobhaisab

Hiya, I need to know something. First I thought Sitemap Xml files will list all .html and .hml and .shtm and .shtml files. All pages of the website. But now I see, Sitemap xml files also list other xml files. Check this one out for what I mean: https://www.rocktherankings.com/sitemap_index.xml So …

Member Avatar for Dani
2
908
Member Avatar for HaryBanker
Member Avatar for Stefce

I am using google drive to upload manually the images there and with sharing link to display them on my website. But it makes troubles sometimes the images doesn't load fully. Is this proper way of displaying the images faster on your website? The website is coded using HTML only …

Member Avatar for john_111
1
233
Member Avatar for Stefce

Hello everyone. I need a little help with my html code. I want to load html file (menu.html) inside my index.html file I am trying to achieve this using JavaScript. Here is an example how i am trying to achieve this. this is menu.html file <!-- Mobile Nav (max width …

Member Avatar for Dani
1
327
Member Avatar for Chole

This blog post will compare the two most popular cross-platform mobile app development frameworks, Flutter and React Native.The world of mobile app development is a complicated place with many competing frameworks. It can be hard to know which one to use, but this article will help you find out if …

Member Avatar for markanderson_1
1
130
Member Avatar for Ranniel
Member Avatar for UpvoteMarket

I want to learn web development at home ? suggest me some online teachers who can teach me how to develop a website ?

Member Avatar for Dani
0
27
Member Avatar for Nine_2

I have this form where users are adding their sessions: ![week.png](https://static.daniweb.com/attachments/4/ec419c458d6ed1f8c7b2bde71ac330e6.png) What I want to do is to show the week number in the input "week" id. My HTML tag for the service date that is on the image is: <div class="row mt-2"> <div class="col-lg-3 col-sm-6"> <div class="form-floating"> <input id="serviceDate" …

Member Avatar for Dani
0
243
Member Avatar for UpvoteMarket

WordPress or GoDaddy? which platform is easy to use if i want to make a blog website?

Member Avatar for Dani
0
23
Member Avatar for borobhaisab

Hi, On this link: https://www.php.net/manual/en/function.mail.php It states: // To send HTML mail, the Content-type header must be set $headers[] = 'MIME-Version: 1.0'; $headers[] = 'Content-type: text/html; charset=iso-8859-1'; Is the charset modern or out of date or old version ? Should it not be 'utf8mb4' ?

Member Avatar for Dani
0
100
Member Avatar for julian.l.bashev

Hello, how to embed code from amazon in html with thymeleaf : <a href="https://www.amazon.de/dp/B007EV3T6K?smid=A1I1TV7GFQB7DW&ascsubtag=s_58d_389075c_1t_1503424949731i_773495078h_3o_0u_FL87EJBJJ5C259S9P0W2&childASIN=B007EV3T6K&childASIN=B007EV3T6K&linkCode=li2&tag=marketcente0b-21&linkId=60f66d545053f0007c32c0d54eb1fe77&language=de_DE&ref_=as_li_ss_il" target="_blank"><img border="0" src="//ws-eu.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B007EV3T6K&Format=_SL160_&ID=AsinImage&MarketPlace=DE&ServiceVersion=20070822&WS=1&tag=marketcente0b-21&language=de_DE" ></a><img src="https://ir-de.amazon-adsystem.com/e/ir?t=marketcente0b-21&language=de_DE&l=li2&o=3&a=B007EV3T6K" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />

Member Avatar for Dani
0
18
Member Avatar for subodhpatil527

I have a html table, Item_Table, with dynamically added rows containing input tags. i have to add the data from Item_Table to the database in Sql Server, so i am using javascript and C# MVC for the process. But i am getting an error saying "System.NullReferenceException: 'Object reference not set …

Member Avatar for Dani
0
81

The End.