111 Topics

Member Avatar for
Member Avatar for ChrisJ

I’m trying to modify a web script where a drop-down works successfully. How can another drop-down field appear only after a selection has been made from the first drop-down list? Here’s the current code: <?php if ($pt->page == 'category' && $pt->show_sub == true) { ?> <div class="pull-right col-md-3 no-padding-left"> <select …

0
44
Member Avatar for ChrisJ

I am trying to display something on web pages that show this in the url: "sub__" for example: ...com/videos/category/1/sub__536. It was suggested I try this code: $page = basename($_SERVER['PHP_SELF']); if ($page=="....") { echo Hello World; } elseif ($page=="....php") { Some Other code... } but I don't know where to place …

Member Avatar for Dani
0
31
Member Avatar for Wendell_3
Member Avatar for Dafary
Member Avatar for patk570

Hi Everyone, I am looking for a way to add a username to confirm a seat choice for certain weeks, I already have the PHP Code to confirm the seat when choosing but on the image i would like for it to display the username so other people know its …

Member Avatar for rproffitt
0
1K
Member Avatar for Ayshhh
Member Avatar for ChrisJ

This html web page code, when viewed via mobile device, captures video from the mobile device. By tapping the page, the mobile video full screen appears, ready to begin recording. I'd like to find a way to reduce the dimensions of that full screen, if possible. I'm guessing it might …

Member Avatar for Dani
0
60
Member Avatar for MUHAMMAD_289
Member Avatar for Richard Dickson
Member Avatar for ChrisJ

Is it possible to add scrolling text across the page/video-camera-screen? On an html page, it uses this code: accept="video/*" in this context: <input type="file" name="fileToUpload" id="fileToUpload" accept="video/*" capture="user" onchange="submitForm();"> and when you view the page via mobile, and tap the page, your video camera screen appears. I'm looking to see …

Member Avatar for rproffitt
0
174
Member Avatar for ChrisJ

I am trying to modify a existing web script's Upload Form where, currently you choose a Category...etc. and Submit. When a Category is chosen, I'd like another dropdown list of choices to display. Here is the code currently: <div class="form-group"> <label class="col-md-12" for="category_id">{{LANG category}}</label> <div class="col-md-12"> <select name="category_id" id="category_id" class="form-control"> …

Member Avatar for Dani
0
28
Member Avatar for Sufyan_6
Member Avatar for hssoma

Develop the following HTML page (with CSS file). The following apply : The text "2020-2021" is heading style 3 at center of The figure is highlighted with grey color. The hyperlinks are at left of page. The social media logos are at left of hyperlinks. The form elements are at …

Member Avatar for rproffitt
0
21
Member Avatar for aberagetahun
Member Avatar for pritaeas
0
38
Member Avatar for Idoma

<! doctype html> <html> <body> <title> How to write a html file</title> <h1> how to write html</h1> <p> when creating a html file you make use of of your notepad </p> <h2> processing of html</h2> <p> when starting you make use of word like doctype, head, paragraph, body etc. You …

Member Avatar for Dani
0
57
Member Avatar for otienofelix909
Member Avatar for Cheru John
Member Avatar for abdifatah_2
Member Avatar for rproffitt
-1
67
Member Avatar for darkbox

I created an html page with days of the week Mon Tue Wed Thu Fri Sat Sun The corresponding page is linked to each day I would need that when the page opens, the day is automatically highlighted based on the day of the week and that there is a …

Member Avatar for Biiim
2
368
Member Avatar for darkbox

Good evening, I need a little help. After having extracted the data from a database table, I would need to print them on the screen in a certain part of an html page with 3 frames (exactly in section B of the "test" page as shown in the example) ![esempio1.png](https://static.daniweb.com/attachments/4/68617445861c8603f35770e7e94d851a.png) …

Member Avatar for rproffitt
0
34
Member Avatar for Eugene_15

Hi guys, my siema slider plugin is not working in the jquery tab, everything i switch my tab, my image slider unable to slide image, only if I resize my browser and the slider image will function back again. Below there is a demo codepen link, hope i can get …

Member Avatar for Dani
0
232
Member Avatar for pauldore

Questions as the title. I have asked few people and find some options as below: - Use Content Management System (CMS - Wordpress prefer) - If it's a custom CMS, make sure to integrate with [WYSIWYG Editor](https://www.tiny.cloud/) for making clients easily to update/change the content Is there anything else?

Member Avatar for Dani
0
122
Member Avatar for adamjackson9877

Any suggestions for my website [Furniturewear](https://furniturewear.com/) to improve the UX / UI.

Member Avatar for Dani
1
84
Member Avatar for Jen Larosa
Member Avatar for MagnusTheRed90

I am trying to pass url parameters to an angular js page for page setup. I was wondering if anyone could tell me whether I am missing something from these two code samples. The following is some code from a game related program that I am writing. The $routeProvider parameter …

Member Avatar for MagnusTheRed90
0
133
Member Avatar for Zinavo
Member Avatar for Stefce

I want to make this table with HTML and CSS but somehow the image cant appear in the browser... Can you help me? https://prnt.sc/rmo2xl .box-border { display: inline-block; border: 1px solid; height: 80px; width: 100%; } .image-position { display: inline-block; } <div class="box-border"> <div class="image-position"> <img src="igniteLogoImage.png" alt="asdasd" width="42" height="42"> …

Member Avatar for Stefce
0
762
Member Avatar for janicemurby

hi my husband is customising a website template and wants to add content over a teransparent image but when he adds the tex it goes underneath how can he do this here is where the image is placed `<div id="homepage" class="clear">` `<section class="main_slider"><img src="images/demo/1200x400.gif" alt="">` `</section>` and a preview of …

Member Avatar for anand9796
0
741
Member Avatar for elamigosam

We currently have a website running, domain.com but we are going to change the website and we are working on the new website under dev.domain.com it is a wordpress system we are putting together, is there a way to setup dev.domain.com as domain.com but still not be out in the …

Member Avatar for Daniel11
0
382
Member Avatar for Stefce

Am trying to draw three circles on the page but nothing shows up, anyone can tell me what is wrong here? <body> <canvas id="myCircle(3)" width="60" height="60"> Your browser does not support JavaScript, please update it before you continue</canvas> <script type="text/javascript"> function myCircle(myCircle) { var c = document.getElementById("myCircle"); var ctx = …

Member Avatar for anand9796
0
3K

The End.