13,937 Topics

Member Avatar for
Member Avatar for aaloo

this is a part of my as2 code [AS]var total_pages:Number = myData.total_pages; var nextlink:Number = myData.next; next_.onRelease = function() { if(nextlink<=total_pages) { trace(total_pages); trace(nextlink); submitDataToTextfile1(nextlink); }[/AS] this is what i m sending from my php code [PHP] echo "&total_pages=$total_pages&"; echo "&next=$l&";[/PHP] here $total_pages=29 and $l=3 my problem is when i …

Member Avatar for jkthomas
-1
127
Member Avatar for Ritesh_4

Hi I've been trying for a long time with examples found from websites which I googled, but am unable to dynamically make the texts in an external file load in my flash movie clip. In fact, the text to display was usually added manually, but I want to make it …

0
64
Member Avatar for shakeel3442

I Wanted to create a Live Audio Broadcaster by which i can transmit Audio from a local computer to a webserver . Which all programming languages can be used to make it and how can i make it . Any Help will be Appreciated .

0
88
Member Avatar for Azmah

I recently added a Twitter button to provide an easier method for our readers to follow us. At first, everything seemed to work perfectly fine and positioned finely. Yet, I've realised that the text on our pages are linked to the twitter link. This is totally unintentional and am unsure …

Member Avatar for Azmah
0
202
Member Avatar for learnnt

Some resort to additions and Hakat to make the site commensurate with the size of screen the visitor Perhaps, most of the sites that pay attention to this thing used to Style Custom size mobile screens No need for all that!! Let Astilkk shrinks and expands according to the size …

Member Avatar for dany12
0
147
Member Avatar for sirlink99

I am having trouble positioning divs beside each other 2 images one above the other with another image beside the 2 that are on top here is what that part looks like Html [CODE] <div class="leftDiv"> <img src="Images/contact_front.png" width="150px" height="150px"><br /> <img src="Images/contact_stairs.png" width="200px" height="150px"> </div> <iframe width="370" height="300" frameborder="0" …

Member Avatar for sirlink99
0
71
Member Avatar for andrewsams

Greetings, I'm doing some in-depth studies in HTML5, and I'm honing my skills to develop web apps. Right now I'm finding many of my resources taking into rather lengthy considerations revolving around HTML5 headings and tags and how they influence the document outline ([url]http://gsnedders.html5.org/outliner/[/url]). Do those of you who develop …

0
34
Member Avatar for dahi_man

Hi, each time i create an html link, it does not work: I have tested it chrome, firefox,internet explorer, opera. I am talking about all the html pages i created. The ones i created about 1 month ago worked, but not the one i am creating now: example: <html> <head> …

Member Avatar for dahi_man
0
102
Member Avatar for creative_m

Hi I have a class which has alot of tasks related to multiple classes. the tasks are add, modify ,delete, write on a file and read array from a file.all theses methods operates on objects of other classes as a member variables. In other words, I have to perform a …

Member Avatar for creative_m
0
117
Member Avatar for mykeled123

Hey all, I got a small job here. The site design is the way the client likes. Mainly, I just want to get some feedback regarding content... I don't speak Arabic or Chinese. He needed the content translated to both. He suggested Google Translate (he doesn't speak it either), but …

Member Avatar for Ezzaral
0
156
Member Avatar for klemme

I am designing a webshop which has a table layout. My problem is that i have created rounded corners using css, and it works fine in all other browsers than IE. Normally when i design, using divs as layout base, the css rounded corners display just fine, also in IE. …

Member Avatar for Dandello
0
139
Member Avatar for PF2G

Hi, i'm doing a registration form but it's not like what i want: what i want is something like this: [img]http://img207.imageshack.us/img207/2235/38696138.jpg[/img] And i want to trade that instead of this one: [img]http://img823.imageshack.us/img823/5059/78880268.jpg[/img] I have the css code of the second one: [CODE] <style type="text/css"> body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td{border:0;outline:none;margin:0;padding:0;} body{height:100%;background:#fff;color:#1f1f1f;font-family:Arial,Verdana,sans-serif;font-size:13px;padding:7px 0;} ul, ol{list-style:none;} /* …

0
66
Member Avatar for killa78

Hey guy's, im kind of a very big beginner.. haha.. I followed this post [URL="http://www.daniweb.com/web-development/web-design/html-and-css/threads/97183/472098#post472098"]here[/URL] and i got everything working and running up to speed, What im wanting to know how, is HOW do i actually "include" the Php into my Protected area im wanting, I have a HTML Page, …

Member Avatar for simplypixie
0
237
Member Avatar for tqmd1

Dear Expert I have following code [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="language" content="english"> <meta http-equiv="Content-Style-Type" content="text/css"> <title>Numeric Textbox Sample</title> <style type="text/css"> #box1 {width:200px;height:170px;border:1px solid green;background:#e3eeff;padding-top:20px;} .button {width:100px;margin-top:0px;} body { margin:0; margin-top:100px; } </style> <script language="javascript"> function NumericDotOnly() { var key …

Member Avatar for tqmd1
0
147
Member Avatar for astala27

Hi, I have some problems with the code below. Also below the code I have two pictures one from IE one from Chrome. [CODE] <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256"> <param name="fileName" value="<?php echo $check ?>"> <param name="animationatStart" value="false"> <param name="transparentatStart" value="false"> <param …

Member Avatar for astala27
0
144
Member Avatar for naveedqadri

Dear Experts, Thanks for helping me out. My CSS created in 2003 /4, now some classes are not working, I tried to validate on CSS 1-3, all have errors, this is causing my application to run correct. I have tried to change Plz help me to change the required syntex. …

Member Avatar for dany12
0
221
Member Avatar for sirlink99

Is there a way to make a div image transparent while the text in the div is not. here is my current code. [CODE] .body { width: 800px; height: auto; font-family: Arial; font-size: 11px; color: #000; background: url('Images/backg3.png'); opacity: 0.5; alpha(opacity=50); } .textbody { padding: 10px; color: #000000; font-weight: bold; …

Member Avatar for sirlink99
0
92
Member Avatar for nizam27391

Hi. I wanted to ask this a long time ago.. but never get the chance. How do I actually style the table td to the width I wanted? It didn't happen for me. It didn't happen in separate row. I try to set the td width but all it did …

Member Avatar for jcarbillon
0
98
Member Avatar for Mikeleonard

I have installed Bing Webmaster tools for my sites but it not shows any details for my sites . how many days it take for display the report for any sites.

Member Avatar for jhonden
0
202
Member Avatar for talfe

Hey, I'm doing some cross browser testing and I want to know Is there any difference between the behavior of chrome/firefox in an operating system 64bit & operating system with 32bit.(like windows7/windows vista...) Thanks,

Member Avatar for rubberman
0
32
Member Avatar for KChalima

I use Suckerfish to create a drop down menu. It works perfectly well in FireFox, but IE8 is messing it up. It moves everything to the right and the submenu does not work. Furthermore, it seems to be placing the content of the page on top of the drop down …

0
45
Member Avatar for Acute

I want to make a brochure similar to this one: [url]http://www.awf.ae/al_rowaad_advocates_brochure.html[/url] I'm web developer but new in brochures, so what technologies are used in it? 1) What to use to make the actual brochure? (See, it is just like a simple magazine) 2) Which flash technology is used? Where to …

Member Avatar for sufyan2011
0
165
Member Avatar for MaSSaSLaYeR

Hello! I got the following code from another site but it doesn't do nothing it only shows & ables me to fill in the speech but doesn't auto complete and that's just when i Need. [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" …

0
62
Member Avatar for Eldyvoon

I fail to inspect what's wrong with my code.. there's a huge blank space on the bottom, can u guys help me? my site : [url]http://j.mp/tASsaX[/url]

Member Avatar for PsychicTide
0
37
Member Avatar for rotten69

Hey everyone, I'm wondering if there is an HTML doc for html 4 and 5. A doc that has all the attributes and tags like the JDK for java. Please post a link to a site if there is one. Thanks.

Member Avatar for rotten69
0
78
Member Avatar for gispe

Hi all!! Im having a problem with my blog desing: thing is I wanna make a 3-column header, but it wont let me. I've tried resizing the header width and then add 2 more columns, and the header was resized, but the other 2 columns didn't appear, so I gues …

Member Avatar for richard_nev
0
268
Member Avatar for mehdi.yazdani

Hi I want to put a kind of editor in my web pages that contain html and php plugin such as dani web's editor because i want to insert some codes and then show them on the other pages such as daniweb's form . please help me, this is for …

Member Avatar for baig772
0
127
Member Avatar for limonzmn

Could you tell me where I get effective video tutorial for html learning.

Member Avatar for rotten69
0
200
Member Avatar for jesyka82

I have a wrapper div with nested divs. I have set the wrapper to be 100% the height of the screen whatever the resolution (HTML and Body have been set with height:100% and wrapper has been set to min-height:100%), and I have set an image to be the background (not …

Member Avatar for rotten69
0
198
Member Avatar for aa26i

Hi there, I bought a template (no.[URL="http://www.templatemonster.com/website-templates/11613.html"]11613[/URL]) from template monster and I need to work that search button to search inside for my site content or search google. Most importantly i don't want to change the look of that search area in template. By clicking search, should appear a text …

Member Avatar for aa26i
0
111

The End.