10,650 Topics
| |
I have "copied" the html for a logon screen webpage. It works great and can access the database with the usernames and passwords. However, when entering data for the login, one cannot backspace, if you make an error you must highlight and retype. I believe the code is this <input … | |
Hi, So I have the following code [code] m = Microphone.get(); o = attachAudio(m); m.setUseEchoSuppression(true); onEnterFrame = function () { vol._xscale = m.activityLevel*100; soundvol = m.activityLevel; inputname = m.name; micgain = m.gain+"%"; outputvolume = m.; freqvolume = \\something }; [/code] As you can see, that code starts taking the input … | |
Can someone walk me through how to save the data on my website? Thanks. | |
I have a simple web page. Looks great in Firefox and Chrome. I can't figure out what is happening when viewing this page in IE! Anyone have this problem? Here is the page for review: [url]http://www.laudontech.com/office-floor-plans/[/url] Thanks in advance, M | |
Sorry this is a really basic question using DW CS4 and spry menus, my menu has 4 options and each option has a submenu. Click on the option(using ie 8 to test before uploading to server) displays sub menu click on this and it goes to the relevant page OK, … | |
Hi All, i am designing a multilingual website (English / Kannada). I can display Kannada font in IE by using Microsoft WEFT. But it is not displaying properly in Firefox and other browsers. How can i solve this problem. Please help me. Thanking you, Vinith | |
Hi, how to make that div "left and "rigth" would have 50% empty window. And div "center" always be the center. Now div make one after another [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" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> div.body{ margin:0; … | |
Can I make Flash Intros in After Effects? Like this one -> [URL="http://www.templatemonster.com/flash-intro/22713.html"]INTRO[/URL] or they were made from FLASH and AFTER EFFECTS combined? | |
The task is to create links: [URL=http://www.radikal.ru][IMG]http://i063.radikal.ru/0911/05/84280713bc76.png[/IMG][/URL] It can be done using HTML only. Something like this: [CODE]<a href="#"><img border="0" src="images/img10.gif" width="9" height="11" alt="" /></a> <a href="#">Read More</a>bsp; <a href="#"><img border="0" src="images/img11.gif" width="13" height="12" alt="" /></a> <a href="#">Comments (33)</a>[/CODE] But it also can be done using CSS. For that you have to … | |
Hi All, I am trying to design a website, through which i can feed a live streaming (real player/ w. media player)..... but i don't have any idea how to do it.... can any one help me out where to start..... . do i need any software for broadcasting using … | |
How is it possible to have one DIV under another DIV, and then one DIV on the right of those two DIVs? A bit like this: [url]http://i48.tinypic.com/2laaqlh.jpg[/url] | |
Design ideas don't have to be hard to find. For you out there that have specific ideas which are ready to be implemented, you just need someone with the technical know-how to turn them into web reality. Get ideas about the latest web design trends and communications concepts by looking … | |
Hi all I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?) I have configured the following things for this: (never mind the colors, those ar just for testing purpose.) [CODE] body { margin: 0; padding: 0; border: … | |
Hi, I have a homepage with some links to other homepages, and I want to display the favicon to each page. Is there some way to get it? Thanks! | |
Hi friends I have a problem. I have a website based on html and css only. It looks fine in my system in all reolutions and all browsers. But when i view it on my friends computer, the div tags are found to be misplaced. Why does it happen? can … | |
Hi Everyone, I have a very simple site layout that I am trying to merge into a shopping cart application. I have created the layout in Dreamweaver and it looks fine there, but when I preview it in the browser, I get gaps between the 'campaign' banner, the 'body' and … | |
I am not that experienced in all of this, but learning.... I have done a CSS menu, and it appears to be working fine in all browsers except IE8 (I think) I have added the meta tag... [icode]<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />[/icode] but still doesn't work. Can someone please help me!! … | |
hi guys, I am new to fatwire content server, I need to get all the data in a xml file, before displaying it on the jsp. does any one have any sample or clue for the same. I would be greatly obliged if I get one, thanks, saurabh | |
Hi, Which one is loaded faster? Shall I store an image in my hosting an display it or outsource it from different website and display it in my website? <img src="in my image folder/image.jpg" /> OR <img src="http://www.otherwebside/image.jpg" /> Thanks | |
We've made a form and when the user fills out the form and clicks "send" we want to do the following: 1) Get the data 2) Run a python script which displays the factorial of 10 [code] <!test get form> <html> <head> <center> TEST </center> </head> <body> <form name="input" action="./fact.py" … | |
Hi guys, I've gone through many websites trying to find a solution. Since I'm not that good with css (just started learning) i've failed to get it to work. I have a simple css menu that i've been trying to center for hours now:( could somebody help me out and … | |
i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently working on the same and would appreciate your help. the client has given me 'about.swf' file which i decompiled using … | |
Hi Guys, Do you know any [B]FREE[/B] Drupal Plug-in which can post Video and Audio comment in the blogs? Thanks :) | |
Hello everyone, hope you are all well, Im am looking into building myself a webpage, and would luike some advice please with my header tags and domain setup. header tags im looking at using are the following [CODE]<head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="description" content=". " /> <meta name="keywords" … | |
hi there people, ok so im brand new to this website - i am doing a degree in programming so have a REALLY rough idea of how java works ( only bin at uni since september ) - i want the table / database copied to my harddrive or some … | |
I tried 950x150px but my screen 15" and another screen 19" shows the banner with about 1/3 space on either size. what should i do? i am using fireworks. | |
Hello, Till date I've tested sites/designs by changing my monitor resolutions. A new project just came by, and when the tester changed the DPI, the webpage went wrong. It has been made fully in divs and looks good in different resolutions and browsers. Can you please suggest what to do? … | |
hi guys... here is a site on learning css and div [URL removed The techniques and tutorials used in this website are the basic things that will help you make a complete css site... | |
I would like to ask webmasters, what optimal website page sizes are? | |
The difference between domain registrar and commerical web hosting. Please discuss the diffrence between registrar and commercial web hosting. I need to understand the diffenece between these two... thanks. |
The End.