6,557 Topics

Member Avatar for
Member Avatar for Violet_82

HI guys, I wonder if any could help with this. In my daily job I often find myself picking up code written by other developers and making additions to it. Now, this is often a problem because if I change a css rule I might end up breaking the layout …

Member Avatar for Violet_82
0
101
Member Avatar for Indians

this is my html and javascript coding. how to do contenteditable div onkeyup calculation. i tried it but i doesn't work... <td><div class="inputclass" id="quantity1" contenteditable> </div></td> <td><div class="inputclass" id="unitprice1" onkeyup="maths();" contenteditable> </div></td> <td><div class="inputclass" id="total1" contenteditable> </div></td> function maths() { var qt = document.getElementById("quantity1").value; var up = document.getElementById("unitprice1").value; qtup = …

Member Avatar for minitauros
0
1K
Member Avatar for Ketsuekiame

With the new changes to make it mobile friendly and the removal of the menu bar that moves down with you, is it possible for us to have a "Back to Top" or similar functional button on the header that will return us to the top of the page so …

Member Avatar for Ketsuekiame
0
260
Member Avatar for Indians

This is my php & html code for show numbers in words. this works correctly `<input type="text" value="<?php include("number_words.php"); echo convert_number_to_words(123); ?>" size="70" readonly="readonly" />` this is my final total amount html code `<input type="text" name="totalamount" id="totalamount" size="8" readonly="readonly" />`. here i am doing convert numbers into words. but i …

Member Avatar for broj1
0
516
Member Avatar for nagatron

Hi Guys and to all programmers, I have a website wherein my header appears on all pages of my website. Did a test by disabling the display; however, the header was gone on all pages of my website so I turned the display back on. My question is, is there …

Member Avatar for nagatron
0
105
Member Avatar for david.faizulaev

Hello, My question is a bit theoreric at the moment. I have a XML file that contains some data, i would like to know if it is possible to write a PHP page that reads the XML file, and if he recognizes a spesific string in the XML file, he …

Member Avatar for diafol
0
298
Member Avatar for kavitha N

Hi, I am looking for when you select a value from dropdown and submit. The results has to show in the same page with percentage. It is like voting. Thanks in advance.

Member Avatar for JorgeM
0
406
Member Avatar for designershiv

Hi, I like to scroll all the scroll bar at the time.first scroll is working fine.but other scroll not working anyone have idea <html> <title></title> <head> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script> $(document).ready(function(){ $('.box').each(function(){ $(this).bind('scroll',function(){ var leftPos = $('.box').scrollLeft(); var leftPos = $('.box').scrollLeft(leftPos); }); }); }); </script> <style> .box{ width:500px; overflow-x:scroll; } .clear …

Member Avatar for designershiv
0
277
Member Avatar for riahc3

Hello, We uploaded some videos in the back to YouTube and they reproduce perfectly on our webpage. The thing is, with mobile becoming more and more intresting, playing them in a HTML5 video player would be more universal. How can we make this change?

Member Avatar for riahc3
0
200
Member Avatar for Mafiamanandre

Hi all. I am designing a HTML website that only runs on smartphones. When I test the website on my smartphone it cuts off the words right at the bottom... It only allows the user to scroll down with +- 2mm or 1cm. I've put in underneath the styles.css a …

Member Avatar for Mafiamanandre
0
141
Member Avatar for geoamins2

Dear friends i have developed a report using php/html/css. i have included @media print css style using div tag for page break because i want to print on different pages. each and everyting is working fine but only problem is delaying during printing..the printer print one page and sleep for …

Member Avatar for diafol
0
477
Member Avatar for Asif Naveed

hi i am new in the development field i want a little guide line about the WYSIWYG editor i have website and i want to integrate a wix html 5 type http://www.wix.com/ editor in it i try to edit the tinymce editor but i does not found it flexible as …

Member Avatar for diafol
0
371
Member Avatar for Michal_2

Hello guys. I have a small problem with the following code: main.html <html> <head> <link rel="style" href="main.css" > </head> <body> <ul> <li>Home</li> <li>About</li> <li> Portfolio <ul> <li>Web Design</li> <li>Web Development</li> <li>Illustrations</li> </ul> </li> <li>Blog</li> <li>Contact</li> </ul> </body> </html> main.css body { font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: …

Member Avatar for minitauros
0
230
Member Avatar for kyle937

does anyone know how to make a website that has a background that changes every time you go to the home page just like the tumblr home page.

Member Avatar for profmuluka
0
565
Member Avatar for jLamp

Hi friends, In my web site, I have added Google Translator. From the moment I add Google Translator my some div elements are not working properly. I have set header div 0px from the top. (See the attachment 01 or http://i40.tinypic.com/2lcbcef.jpg) But after I adding GT (Google Translator) header section …

Member Avatar for jLamp
0
294
Member Avatar for Fiorentino01^

Hi I am studying html5 and have a hard time understanding exactly how those tags function.Maybe I am used to the old div tags and cannot figure out what is going on. For example I look at a page made with html5 and css3.In the page there are 3 article …

Member Avatar for Fiorentino01^
0
280
Member Avatar for riahc3

Hello I want to have a drop down menu showing small thumbnail pictures and text in a "smartphone like" grid. What can I use to accomplish this? Thank you

Member Avatar for riahc3
0
810
Member Avatar for littledevils326

I have an HTML table which displays records from a database. The data are stored in sql database and the records are retrieved as a JSON object and then appended to the table. Rather than loading all the data in the table, I have a button which allows the user …

Member Avatar for LastMitch
0
902
Member Avatar for markyeoj

I need a help in my css.., i am using an [Isotope](http://isotope.metafizzy.co) for my portfolio, I want my grid to be responsive but I have a problem with the grid look in 960px below size browser. here's the screenshot: [IMG]http://i.imgur.com/LGvVPrQ.png[/IMG] it looks like after the first row, the divs are …

Member Avatar for dany12
0
154
Member Avatar for davy_yg

controllers/admin/clogin.php <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* Author: Jorge Torres * Description: Login controller class */ class Clogin extends CI_Controller{ function __construct(){ parent::__construct(); } public function index(){ // Load our view to be displayed // to the user $this->data['assets'] = array('logincss' => base_url().'assets/css/login.css', 'logo2' => …

Member Avatar for dany12
0
134
Member Avatar for dany12

I need a way to store x y height and width in 4 jquery variables I was thinkink about the jquery ajax get but don't know how to achive this. This is my code <?php $result = $pdo->query('SELECT * FROM figures'); foreach ($result as $row=>$value) { echo '<li>'."My value is" …

Member Avatar for dany12
0
246
Member Avatar for valonesal

Does anyone know the safe tags to use on a website or know where I may be able to find a list of them? Thank you.

Member Avatar for Gaetane
0
112
Member Avatar for GrazerC0de

I think Big website like Daniweb should be responsive. So users can discuss in the mobile platform. Yeah,having a mobile app would increase use activity. So, is it build a responsive website is difficult ? putting @import media screen only codes can make website responsive

Member Avatar for pritaeas
0
182
Member Avatar for ACRDepos

Hello everyone again, I'm trying to do some web studies here and of course, digging deeper into responsive web design. Recently I came across this web page: http://kumanimedia.com/portfolio You will notice when you rescale your browser window, the boxes fluxuate based on it's size. On that, I inspected the element …

Member Avatar for GrazerC0de
0
232
Member Avatar for pardeepkhatri
Member Avatar for TheCodeCrimson

I'm new to these forums, but not to html and css. Currently learning Python, with PHP next on my to do list, and I'm looking for some advice from fellow web developers on what would be the best programming and scripting languages to learn. I come from the graphic design/web …

Member Avatar for GrazerC0de
0
335
Member Avatar for Dannyv79

I have an idea that has been growing and have been learning all of the necessary languages, methods, technologies etc. to get this idea put into reality. However there is so much out there that I don't know if I am going down the road that a rookie would take, …

Member Avatar for naina125
0
219
Member Avatar for brynFlew

hello, i was wondering if anyone could help me find a way to allow a user to click items in a combo box and have its value populate an input field. Thanks

Member Avatar for Samanalevi
1
359
Member Avatar for sarthak25
Member Avatar for kelley82879

Why would my html file need to be downloaded in order for it to work properly?

Member Avatar for paulkd
0
221

The End.