6,557 Topics

Member Avatar for
Member Avatar for cezarjont

Dear Sirs, Can you please check this code and comment what should be the proper one. <label for="username">Username:</label> <br /> <input id="username" type="text" value="ENTER USERNAME" onclick="this.value='';" name="username"/> </p> <p> <label for="password">Password:</label> <br /> <input id="password" type="password" value="ENTER YOUR PASSWORD" onclick="this.value='';" name="password" /> here is the link for this one... http://insanitygzonecom.ipage.com/clubfive/login.php

Member Avatar for GliderPilot
0
181
Member Avatar for tscina

I'm developing a website wherein the user searches for a name and results will be in a list. Then there is a link where in the user will preview an email format, like a confirmation page and at the bottom is a send button. After the button is clicked, it …

Member Avatar for tscina
0
219
Member Avatar for jfunchio

I'm trying to add a file uploader to my website and I was wondering if there is any way or any open source code that can upload a file and the display the contents of the file in an html textarea. This files with most likey be Python or Javascript …

Member Avatar for AleMonteiro
0
197
Member Avatar for priebd1

Hello, I am developing an online operating system and have a set back. Im not sure whether the programs that are launched (ex: text pad, video player, command line, etc.) should be launched within an iframe or built directly into the operating system. If I do the iframe approach, applications …

Member Avatar for AleMonteiro
0
135
Member Avatar for sunrise2008

Hi, At first I'm really sorry for my bad English :icon_redface: I really want to simulate a ImageButton click for an ASP.NET (.aspx) file via [B]curl[/B] (or simplate HTML file, but I very tries for it and finally I didn't get it! [B]More explain...[/B] I have this snippet code on …

Member Avatar for dirtfox
0
2K
Member Avatar for samiyahg

This is a sample of the string of data that i need to extract the price of. "Price Rs 475 000 - CHEVROLET AVEO LS // SEP 11 6,000 kms - Red.. full options.. MANUAL 5 door // hatchback Contact me on 786 8394" I have many such strings after …

Member Avatar for samiyahg
0
564
Member Avatar for Navlag

The code below seems to work great in Google Chrome, it hides a question in a div unless the question before it is answered. However, it doesn't seem to work at all in I.E 8. Can someone give me a solution on how to make it work in both browswers …

Member Avatar for EvolutionFallen
0
330
Member Avatar for klemme

I need to create a video gallery for a website, and would like to create it using the html5 video tag backed up by videojs. As I havent worked with video uploads before I have some doubts on how to approach it: What file size would you recommend as a …

Member Avatar for klemme
0
498
Member Avatar for xXghostXx

this css file wont work on firefox and chrome but works fine on IE anyone can tell me why ? caption { color:#33CC00; font-style:bold; } p { font-family:"Times New Roman"; font-size:16px; text-align:center; } and here is the first HTML file that the caption class should works <html> <head> <link href="styles/mystyles.css" …

Member Avatar for xXghostXx
0
330
Member Avatar for jessa_lee

I've got a basic subscription list signup for a website, and a basic form to input the text for sending an email to the subscribers... but I need to know what steps I need to take to create an HTML email, place a different main topic in the newsletter each …

Member Avatar for smartedesigners
0
1K
Member Avatar for aryanmughal
Member Avatar for designershiv
0
200
Member Avatar for missy_mi

HI, i am new at this programming stuff. so, i really dont know much about programming especially when it come to converting pages to pdf. so, i need to understand one thing, this..fpdf,mpdf,wkhtmltopdf and others..do they convert php page..because they said "convert HTML to PDF"..so i am confuse..i did try …

Member Avatar for missy_mi
0
372
Member Avatar for arctushar

Hello I have a dictionary html5 apps. where I used datalist and autocomplete. When I click on submit button then its work fine. I want that when any Item is selected from the autocomplete list, it will work instant. So that no one need to click on extra button. is …

Member Avatar for LastMitch
0
77
Member Avatar for McLaren

Hello, I have tried at first kinetic.js. Its good, but probably its not aimed only at games but it is general library. Then I tried https://www.scirra.com/ - this was great and I thouth I want to leart it more, but later decided - its not great because I know how …

0
49
Member Avatar for McLaren

Yesterday I accidentally found game creator for html5. https://www.scirra.com/ I follower beggingers tutorial and in more than 2 hours I created a game where player walks in the terrain, and zombies are attacking him. Player shooot them, then those zombies explode. I cannot imagine how much time it would have …

Member Avatar for pritaeas
0
180
Member Avatar for Khav

Hello guys , I am getting crazy with this html thing , i just don't know why its not working as expected. Basically i need to display php variable in html Let see the code.... Suppose i have this <?php for($x = 0;$x <count($_FILES['image']['name']);$x++) { $url = something; } //The …

Member Avatar for adam.adamski.96155
0
410
Member Avatar for jspence29

So you guys were so helpful yesterday that I thought I would ask another question. There is unnecissary white space on the right side of the page, you can't see it until you scroll over to the right, But I have no Idea why it is there. My website is …

Member Avatar for adam.adamski.96155
0
173
Member Avatar for Nzokaboy

Hey any One can help me how can i able to divide well my page appearence to the viewers by categorize it in different pats with different contents? any help plz

Member Avatar for <M/>
0
31
Member Avatar for ganges

Hi, how to pass values in mysql table from html form. give me simple examples. thanking you.

Member Avatar for ganges
0
95
Member Avatar for jspence29

I had just began building a website. I don't know what is wrong with it, it was working about two seconds ago then I made a minor change and refreshed the website and the css completely stopped working. Here's my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html …

Member Avatar for JorgeM
0
169
Member Avatar for mgn2683

I'm having a problem where each page has a seemingly different amount of spacing above the footer. It can be seen at [Click Here](http://ushousingco.com/) Any thoughts/ideas as to what div is causing this issue and how to fix it so the pages aren't as long and have the same spacing …

Member Avatar for mgn2683
0
122
Member Avatar for SilentCoder

Hi, i would like to know how can i make a guage meter, that looks something like this: http://s12.postimage.org/45vzpv3h7/Untitled_5.png I know how to rotate the arrow, but how can i make the guage so that the red color increases with the arrow. Thanks.

Member Avatar for SilentCoder
0
683
Member Avatar for angelali2013

Hi, I am new here. Well, I made a rich text editor using IFrame and document.execcomand. All is ok, except I want to add something like displaying the HTML code of the text written in the IFrame to a div or a textarea. For example, if someone has typed "Hello", …

Member Avatar for angelali2013
0
247
Member Avatar for KhubaibQaiser

This is my first thread on this forum so sorry for any mistakes. # Problem 1: # I have made a webpage using html and css. But the page content shrinks when i resize window horizontally. Problem 1 ,of content shrinking, has been solved. I was using %age for my …

Member Avatar for JorgeM
0
137
Member Avatar for rakibtg

I am using PHP Simple HTML DOM Parser * [Manual] to fetch data from websites. Now what i wanna do is to remove first three words from all span which has `class="yeah"` from the fetched content So i have implement this code but it has a problem: foreach($html->find('span.yeah') as $xdat) …

Member Avatar for rakibtg
0
231
Member Avatar for salam786191
Member Avatar for G_Waddell
0
32
Member Avatar for NoUserNameHere

Hi, I'm trying to send data from a form to a page called "register.php" by using the POST method. Can this be done on a localhost? I'm quite new at this and I am practicing on a localhost server with phpmyadmin. When I click the "register" button it shows the …

Member Avatar for Zagga
0
271
Member Avatar for ulasoc

i need to get source of facebook video page. Unfortunately i can't reach whole contents related video links. page link "http://www.facebook.com/photo.php?v=360736417354431" for example i cant get this " ["video_src","http\u00253A\u00252F\u00252Fvideo.ak.fbcdn.net\u00252Fcfs-ak-snc6\u00252Fv\u00252F232405\u00252F104\u00252F360736417354431_28435.mp4 " Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim sourceString As String = New System.Net.WebClient().DownloadString("http://www.facebook.com/photo.php?v=360736417354431") RichTextBox1.Text …

0
96
Member Avatar for gcclinux

Hello, Here is a snip of my code and although the mysql connection work and even the $num calcullate the numrows work as the tables gets created unfortunately no data gets populated, can any one one advise. 1 - mysql_connect (OK) 2 - mysql_select_db (OK) 3 - mysql_numrows (OK) 4 …

Member Avatar for adam.adamski.96155
0
190
Member Avatar for eburlea

Hello. I want to get data from a table. I wrote the folloing JavaScript code: var homeTeam = document.getElementById('home').firstChild.data; The html code for the table is: <table> <tr> <td id="home"><span class='yellowcard'></span>Tottenham</td> <td id="away">Chelsea</td> </tr> </table> How is it possible to get the word 'Tottenham' in this case? My JavaScript code …

Member Avatar for Jimnto
0
18K

The End.