164 Topics

Member Avatar for
Member Avatar for FarrisFahad

I have a memes site that users can earn from. I want to make the website easier to use and more fun. What should I do to make the website better? Website: PicturePunches

Member Avatar for jofrachalya142
1
146
Member Avatar for ChrisJ

This code below works successfully to capture/record/play video - after camera access permission is granted - when the start button is selected. I'm trying to add the functionality where (after camera access is allowed) the camera view appears, without recording starting automatically (And have the camera view displayed while recording). …

Member Avatar for rproffitt
0
31
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 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
170
Member Avatar for Greg_11

I am trying to hide a radio button based on wether or not a user is an admin <?php if (($_SESSION['admin']) == 0) ?> <script>document.getElementById('adminbutton').style.display = 'none' </script> <?php if (($_SESSION['admin']) == 1) ?> <script>document.getElementById('adminbutton').style.display = 'block' </script> Obviously the above doesn't work.. Any help is, as usual, greatly appreciated. …

0
83
Member Avatar for SabithaSri
Member Avatar for iramsweet
Member Avatar for SimonIoa

Hello i want to show html5 video with content over it . Like background image. The whole div html5 video must be of 400px height <div style="height: 400px"> <video controls poster="{{item.media_pic}}"> <source src="{{item.image_path}}" type="video/webm" /> <source src="{{item.image_path}}" type="video/mp4"> <source src="{{item.image_path}}" type="video/ogg"> Your browser does not support HTML5 video. </video> <ion-row> …

Member Avatar for Purvi_1
0
2K
Member Avatar for SimonIoa

Hello i am using Ionic 3 and Angular 5. Does anyone has an example for displaying items in different ion-cols (col-6, col-8,col-12)? Pinterest wise?

Member Avatar for Antionne
0
2K
Member Avatar for upender_1

Hello Guys... This is Upender. I am a Graphics/Webdesigner with 7yrs experience in this field. I am new here and happy to contribute my experience with you.

Member Avatar for Dani
2
775
Member Avatar for SimonIoa

Hello i want to make a button that mutes and unmutes sound in html5 <video> tag. Here what i have so far. Sadly it doesnt work .ts soundOnOff() { let audio = document.getElementById('muteSound') as HTMLMediaElement audio.muted = true; } html <button onclick="enableMute()" type="button">Mute sound</button> <video id="muteSound" muted="true" playsinline autoplay loop …

Member Avatar for Anninflow
0
1K
Member Avatar for SimonIoa

Hello i want to make a video player with HTML5. I t has to have other angular tags and an object inside the <video> tag. The source code below explkains what i want to do. Is it possible? Any suggestions? <video controls preload="metadata" style="width:100%; height:100%;z-index: 100"> <source src="//vjs.zencdn.net/v/oceans.webm" type="video/webm" /> …

0
3K
Member Avatar for Texx

I need a little help. I have a web page that worked for about a year and suddenly In Chrome and Opera the full screen video stopped working. I have not made any changes to it since I published it, and I don't think I've made any changes to it. …

Member Avatar for rproffitt
0
363
Member Avatar for Max_28

Hi guys, I have the further problem. I created the project in Mpobirise app nad published it to my server via FileZilla. In some time I needed to change the project a bit. Now I can't find it neither on my PC nor in the application. Could you please help …

Member Avatar for gentlemedia
0
475
Member Avatar for Rafael

Web languages — HTML, CSS and JavaSscript are the best choice for kids and for amateur programmers, because they are very simple, and with them you can create many interesting things: sites, mobile and desktop applications, web servers and robotics — what else an amateur programmer needs for happiness? **Visual …

Member Avatar for LearnTheNew
0
467
Member Avatar for WebDevGuy32145

Hey everyone, I'm at a stand still at this bit of code. Ultimately, I want to "expand"/slide down a class to show the rest of the hidden content (the list items with the class of ".hide") inside of that containing div. Sliding down the prices, hr line, and the "Get …

Member Avatar for WebDevGuy32145
0
681
Member Avatar for Mr.M

Hi DW. I'm trying to post data without refreshing the page using the ajax, and its works fine the problem is that on the response I also get the array data that I posted to my php file then at the end of response is the returned data which is …

Member Avatar for Mr.M
0
489
Member Avatar for ekka

i need your help , i m trying to put borders around the page in the attachment ,so i try some DIY like this : <html> <head> <style> body { /*position : relative;*/ height: 100%; max-height: 100%; } .top-border { height: 10px; width: 100%; position : absolute; top : 0; …

Member Avatar for ekka
0
840
Member Avatar for Mr.M

This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the php code which is inside the same html page as form and this php code will then get the value …

Member Avatar for Mr.M
0
5K
Member Avatar for Mr.M

Hi everyone. I'm having a very seriouse problem where I have a textbox and I want a button and I want to take whatever a user type in this textbox/textarea and set it to the `data-name` which is a button's parameter. Here is the codes. Textarea: `<input type="text" id="dCell" value="Cellphone …

Member Avatar for gentlemedia
0
442
Member Avatar for WebDevGuy32145

Hey everyone, So I'm new to this js visualizer thing. I tried to follow a youtube video on a tutorial for an audio visualizer (https://www.youtube.com/watch?v=IBHpSkGZtNM), however the support for issues that I'm having aren't very helpful. What I'm basically trying to accomplish is for now, to play one song (..and …

Member Avatar for rproffitt
0
2K
Member Avatar for mattyd

Before I get into the specific issues, I want to provide some other details: - Normally, I work on a live, paid server (even in dev); I realize that is not advised, but it is a bad habit I developed over the years. I've tried using Xammp, but do not …

Member Avatar for benanamen
0
634
Member Avatar for vmars

Hello & Thanks , In my code below , why is it the Html code that the <div class="middle"> is specified BEFORE the <aside class="left-sidebar"> and the <aside class="right-sidebar"> ? Thanks..Vern OOPS! Forgot code , see next Reply .

Member Avatar for Dani
0
407
Member Avatar for Himanshu Chawla

Here is my HTML Code: <div class="container"> <div class="row db-padding-btm db-attached"> <div class="col-xs-12 col-sm-3 col-md-3"> <div class="db-wrapper"> <div class="db-pricing-eleven db-bk-color-one"> <div class="price"> <sup>$</sup>99 <small>per quarter</small> </div> <div class="type"> BASIC PLAN </div> <ul> <li><i class="glyphicon glyphicon-print"></i>30+ Accounts </li> <li><i class="glyphicon glyphicon-time"></i>150+ Projects </li> <li><i class="glyphicon glyphicon-trash"></i>Lead Required</li> </ul> <div class="pricing-footer"> <a …

Member Avatar for diafol
0
458
Member Avatar for TheFearful

Hey guys, I'm trying to reupdate a web application that I have going on right now. Originally, I had a php page connect to a database and have a dropdown menu with the list of user id's. When you select the user id, you can submit it and you will …

Member Avatar for TheFearful
0
448
Member Avatar for Roger_2

What should happen is when i click the log in button, the container for the log in form should become hidden and the sidebar, search bar, tiles and log out button should appear. I sometimes experience that if i have to click the log in button twice for it to …

Member Avatar for broj1
0
407
Member Avatar for UK-1991

Hello, Just created a website and want some animations so i used keframe animation in order to do so on 1 row I made an animation for the portfolio to scroll up and stop right there but it goes again at the starting point like 1 to 100 once on …

Member Avatar for gentlemedia
0
336
Member Avatar for hell hansen

Hi guys! I need help with meta tags on my website! Look on all intire website i have more then 20 pages, and im using only one head.php and footer.php files. So i want to have a meta tags for each page, without dupicating the head.php, and i'm really struggling. …

Member Avatar for hell hansen
0
387
Member Avatar for SabithaSri
Member Avatar for Khalilur_1

Hi, I am new in web designing, but freequetnly facing problem with embedding video in my html5 web site. It is browers problem also. If chrome show, internet explorer does'nt show. I am looking for standard embeding code what will help me show my video on all major browsers.

Member Avatar for Ashley_9
0
349

The End.