6,574 Topics

Member Avatar for
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
50
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
181
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
413
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
175
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
33
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
170
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
123
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
704
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
248
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
138
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
232
Member Avatar for salam786191
Member Avatar for G_Waddell
0
34
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
274
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
98
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
191
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
Member Avatar for vavazoom

Hello, I am trying to enlarge the font-size of an ASP:ListItem object using CSS. I have tried a few different ways - but it is not rendering. Any ideas on what would cause the ListItem to not pick up the CSS? **First try:** CSSClass="radioButtonList" under asp:RadioButtonList <style type="text/css"> .radioButtonList { …

Member Avatar for JorgeM
0
2K
Member Avatar for <M/>

Hi, I wrote a php form and when I look at the confirmation email.... 2 things happen. 1. My logo dipslays as a link... I want it to be an image... 2. All the html tags display with the content that is meant to show... I don't want to see …

Member Avatar for Zagga
0
307
Member Avatar for rohan.sharmila

I have seen many of websites like this where is a uniquie & similar look in design. Can anybody find out which software/ cms/ tool is used to create and design the same, or the same templates are available on net? If created using php, which software/app is used. (also …

Member Avatar for pritaeas
0
228
Member Avatar for ratanji

actually my task is to create 4 pages data submission form.. i want to store the first three pages data in browser and when i click the final submit button in 4th page 've to insert all the data at a time in mysql so how can i can anyone …

Member Avatar for arijith04
0
258
Member Avatar for Fabio82

Hi Everyone, I am having problem on getting CSS displayed on iphone/ipad.... This is the web link, anyone can help me? http://www.vinosytapas.co.uk/ Many Thanks

Member Avatar for 99wallpaper.com
0
179
Member Avatar for kitschkath

I was wondering how am i able to do that? i have inline-block div of images, how am I supposed to divide it.. like 10 images per page? i am using php here btw so it has loops. i don't know if i am posting in the right place but …

Member Avatar for kitschkath
0
48
Member Avatar for rosstafarian

Hi guys, Im going to properly learn PHP by doing a little project that ive made up. I know the basics of PHP but i havent really done much of it. I need to know how to go about doing what im going to outline below. Please note, i dont …

Member Avatar for rosstafarian
0
1K
Member Avatar for rakibtg

how to get content from a table id in [simple html dom parser](http://simplehtmldom.sourceforge.net), the table id is `products` and i have tried with this code: <?php include("dom.php"); $html = file_get_html("http://www.example.com"); $result = $html->find('table[id=products]'); echo "$result"; ?> but don't works, any idea to fetch content of a table which id is …

Member Avatar for LastMitch
0
236
Member Avatar for MWEB

Hallo everyone :) I have a question about IFRAME .. So .. On one of the websites have an iframe of http://site.com .. Can I specify the iframe to display only part of the website .. such as header or content (middle): -? If not, there is another way to …

Member Avatar for MWEB
0
104
Member Avatar for Waleed Baig

Hey there! I am making something related to images... So, Using JavaScript and JQuery $(document).ready(function(){ $.fx.speeds.slow = 2000; $(".Gallery").hide().load("gallery.php").fadeIn("slow"); setInterval(function(){ $(".Gallery").hide().load("gallery.php").fadeIn("slow"); }, 3000) }); In this case I want to refresh the div(.Gallery) but I dont want to load gallery.php, In fact what I want is, Put the gallery.php code …

Member Avatar for GliderPilot
0
177
Member Avatar for rakibtg

I am just starting with Simple PHP HTML DOM PARSER so, what is the way to replace text only of any fetched content. Suppose i have fetched some content from a website with full HTML codes, but while applying PHP code like `$html = str_replace(".", "DOT", $html);` it cause a …

Member Avatar for rakibtg
0
488
Member Avatar for ctrenks

Having built many web applications with ajax / php / mySql I was presented with a "simple" task form a friend of mine. We built a database of every MTG card for a website, then figuerd we have all this data lets build a simplr "tabletop" emulator to play between …

Member Avatar for AleMonteiro
1
191
Member Avatar for suresh.xsltlist

Hi, Can someone help me on this. Really appreciated. **Requirement:** 1. To generate separate html files for each pal:fragment element, for the source document attached ,the files gets name based on @fragment-id which is present on the pal:fragment elements. 2. The <pal:fragment> can be nested, wrapped with<div> element. 3. The …

0
170

The End.