11,821 Topics
![]() | |
hi, Does anyone know of a good software encoder capable of encoding a captured video in MPEG4 format and User data can be added into the encoded stream. ie the MPEG4 output will contain user data inside. thanks. | |
Hi, We All know how to create a Table in html, pretty simple: I was looking to create a trapezium, parellogram or some other odd figure. I was just wondering whether I have to use the table tag with some special/extra attributes to create trapezium or is it some different … | |
Hi All. I am new to Web Designing and trying to submit my first website to Googlebut I keep getting an Error and the message: Sitemap errors and warnings Line Status Details - Unsupported file format Your Sitemap does not appear to be in a supported format. Please ensure it … | |
Will google index my site which is created using a subdomain my site is : [url snipped] | |
Hi, I basically have some links on a sidebar that loads some demos i made of mine in an iframe. I have one problem. As these links are on a page that does not have the iframe i need to somehow tell it to first load the iframe page. Problem … | |
Hi! After many years of not doing any web design at all, I have a neighbor that has hired me to design a basic website for her business. I've set the page up with an iframe because I figured then I would only have to update menu links on that … | |
i cant get the table to cover the whole page in height. so when you use different sizes of moniotrs. it always covers the height size. i have it so width=500 and it is centered. thanks if any1 can help | |
Hi, I basically have user profile pages. The text box people can of course type things, like about me etc. i am using css and not sure what i do to correct the problem. If a user for example type text it auto goes on next line when they reach … | |
hi guys, any ideas on how to format a page like this layout..see attached file... it's just like, page is divided in three columns....let's say: 1st column is --> 10% of the total width 2nd column is --> 80% of the total width 3rd column is --> 10% of the … | |
Hi there, I have a web page that looks different in Firefox than in IE. Here is the page: [url]http://www.laudontech.com/exhibitfloorplans[/url] The specific things I find odd are: 1. Divs with "For more information..." text shows up on 3 lines in Firefox, 4 lines in IE. 2. There seems to be … | |
Could some can help me to find the reason why website is zoomed out so big on IE browser with my site: [url]http://freesharewaredownloads.info[/url] , I checked on CSS and find out and tried to edit some elements, but can't not find the reason. Thank you and regards, Si | |
hi guys, i have this code..to display a table.. but how to add a background color to a table? any help is greatly appreciated.. thanks... [code] <table cellpadding="15" cellspacing="15"> <tr> <td>CELL 1</td> <td>CELL 2</td> </tr> <tr> <td>CELL 3</td> <td>CELL 4</td> </tr> </table> [/code] | |
hi, I am developing a site which contains 2 menus which contain hover images,and change buttons, background images etc and so i decided to pre-load all images. What i did is given below: [code] <img src="images/green-over/about_green_hover.png" alt="" title="" class="preload_hover" /> <img src="images/green-over/branches_green_hover.png" alt="" title="" class="preload_hover" /> <img src="images/green-over/contact_green_hover.png" alt="" title="" … | |
I need to develope a small tour guide web site and a small site for a new attorney. Looking for simple templates (and cheap) that I can develope with my limited knowledge of dreamweaver and html. Many thanks. | |
i need an absolute div to scroll down as the page does,the div center itself automactly on the browser resize, heres how i have it, [CODE=HTML] <div " id="window1" style=" display:none; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-200px; width:400px; height:400px; background-color:#963"></div> [/CODE] the problem is that it doesnt scroll, what can i … | |
Hi, I want to know some more about CSS(Cascading Style Sheets). if any tell me websites to helpful on Style sheets. my doubts like below. howmany version in CSS? what is z-index? what is the use of position tag in css? | |
Hi, Freinds, I have a doubt in style sheets, when i was using a in table tag there a style property show that is min-height, what is the min-height? and what is difference between hieght and min-height? Advanced thanx | |
Open source is the development method which is higher reliable. It promises better quality and more flexibility and with lower cost. Open source in information technology point of view it is the method of design, development and distribution offering practical accessibility to a code generated by others. Open source software … | |
Hi, I'm new to web design and I need some help with page redirection. I'm using Dreamweaver CS3 with ADDt installed. The story goes like this:- I've made a page called [ item_list.php ] where there are currently 2 links to [ item_info.php?item_id=1 ] and [ item_info.php?item_id=2 ]. When a … | |
Hi, I just joined. This looks like a fairly good tech help forum site. I hope to be able to solve some problems people are having. I'll just use the template in the Read Me to describe me :P When using a computer, I generally like to stay on one … | |
I'm using IFrame to display a webpage in another webpage. The problem is the child webpage I'm displaying varies in size as it moves from link to link. IFrame makes you put in a fixed size when you create it, but the size changes and I need to know how … | |
Hi there, I have a little problem with my site, it's very new and i'm trying to get it all up together as best as I can, when viewing it in Firefox the sidebars, and the panels display a white->gray fade, but in IE, it just all shows white. See … | |
I'm having difficulties using sprites in ul lists. The sprite is declared as follows: CSS:[ICODE] .sqred, .arrow_whr, .arrow_whl,.img_datetime,.img_folder,.img_cmt {background:url(img/icons.gif) no-repeat;padding:0 0 0 19px;font-size:x-small;z-index:10;} .img_datetime{background-position:0 -300px;margin-top:5px;margin-bottom:0;padding-top:0px;}[/ICODE] Using sprites in span or div tags works fine eg.: [ICODE]<span class="img_datetime">some text</span> [/ICODE] Question: How should I define the sqred property for ul lists? … | |
Hello all, I was hoping someone could give me some advice. I am working on a site that was developed by another person a few years ago. My boss asked me to make it so that I can update the information at the bottom of the pages (its the same … | |
HI, I want page by page data diplaying source code, like google.For example, google search-click 1-displaying some content and click 2-display some. That wise, I want Open source code.Please........ | |
I am having problems with compiling some code in C++ which i am learing from Deitel and Deitels C++ how to program. When trying to compile one of their examples i get the following errors D:\Web Design\C++\C++ how to program\Fig03_15>g++ fig03_17.cpp C:\DOCUME~1\SKILLI~1\LOCALS~1\Temp/ccUzb5iL.o:fig03_17.cpp:(.text+0x1aa): undefined reference to `GradeBook::GradeBook(std::string)' C:\DOCUME~1\SKILLI~1\LOCALS~1\Temp/ccUzb5iL.o:fig03_17.cpp:(.text+0x283): undefined reference to … | |
Not sure where to put this as it contains HTML, Javascript and PHP and I can't figure out which one is the problem but because the problem is with an empty POST request I put it here, sorry if that is wrong. [code] <form action="?do=submit" method="post"> <input id="number" readonly="readonly" style="width:7em;"/><br … | |
Hello there, I have this script which I have edited and altered, to create a demo of what I want (the original coming from Dynamic Drive). Is there a way to achieve this in CSS? Thank you, Regards, Grant | |
We are looking at rewriting our current content management system so that it works with the most popular/easiest to use/best templating system. Our current system is to generate XML and then use XSLT to transform the XML to html, so the current templates are XSLT. The feedback we have had … | |
Hi, please help me... I am trying to place a table right after a paragraph in my blogspot.com site. The problem is a huge space appeared between the two (the paragraph and the table). How can I solve this one? You can check the page at [url]http://www.peterpaulnavarro.blogspot.com/[/url] Thanks you so … | |
I know there have been a lot of posts about this issue, but I am wondering if someone can help me with my drop down menus in Dreamweaver. I'm using their Spry feature, but am not getting consistent results on all browsers. I'm on a Mac, and my drops downs … | |
I built a Flash project that originally could only be used in Flash Player 6.0. At that point I used 11 different scenes as you navigate from one Flash page to another. Now I am allowed to view the file in Flash Player 9 and would like to use actionScript … ![]() | |
Hi, I'm a fairly good Java programmer, but I have basically no web development experience. I'm posting in the html forum because I know it is the most basic, but I'm sure there are other necessary tools to accomplish this task, please let me know what they are. I want … ![]() | |
Hi All, I downloaded Flex 3 software from [url]www.adobe.com/flex[/url]. Its downloaded sucessfully after that its expand also. The problem don't know what to do after that:'( ....... Plz can anyone tell me | |
Hi, Experts I [B]really [/B]need to do following animation: Arrows moving on some path (to be determined by a function). Let's this path to be circle. I want several arrows (number of arrows must be determined dynamically so that arrows cover whole circle) to move on the circle and their … ![]() | |
I am trying to sync a sound effect with an action in a flash game, but it does'nt seem bo be working. I am trying to make an explsion sound when the player's ship gets destroyed, here's some of my code [code] mySoundObject = new Sound(); //initializing my sound MySoundObject.attachSound("explosion.wav"); … | |
kindly recommend sites where i can download web, graphics ebooks & software. thanks | |
Hi I am new to css, I did a degree in I.T at a university in london finished four years ago and worked in a completly different industry now that I want to design a site I realise just using html won't cut it lol, so I am trying to … | |
Hi, all; My first post here. I want to offer my users the ability to click on an icon, and download the hi-res version of the related image. Since I already have the album set up to show a screen-resolution image, there is no need to show it at print … | |
[code] <span style='color: lime; font-weight: bold; filter:glow(color=red, strength=7); height: 3px;'>Hello</span> [/code] Normally, in IE that would make text with a red fire background with lime text. I used to use IE so i never knew but, now that i use Firefox, it showed up just lime with no read fire … | |
I am in the process of learning perl to go along with web design. I am trying to learn perl, ajax, css, xhtml, and javascript. If anyone can help me out, please let me know. thanks | |
How can I embed streaming video on HTML page? Will it use lots of bandwidth? | |
What kind of programs (or skills) a webdesigner must to know to be able to build websites like Hotwire.com, Orbitz.com, Progressive.com ? I'will be looking for these type of professionals really soon, but I just don't know how to filter the candidates... Anyone can help me? Thank you in advance! | |
Hi Every One, I Guess Every One Is Managing for Doing Good Even Though It Is the Time For Economic Down Turn, now guys I got a Request for You all My name Is Pradeep I am From Vijayawada, Andhra Pradesh,India. I Completed My +2 and at Present I am … | |
This HTML [code]<html> <head> <link rel="stylesheet" type="text/css" href="style.css" / <title>Site</title> </head> <body> <div id="top"></div> <div id="menu"></div> <div id="main"> </div> <div id="content"></div> </body> </html>[/code] And this CSS [code] #top { position: relative; width: 100%; height: 100px; background-color: #3A3226; color: #FFFFFF; font-family: verdana, helvetica, sans-serif; } #menu{ position:relative; width:100%; height: 75px; background-color: … | |
I'd like to be able to do a [URL="http://www.big-boards.com/kw/brands/"]forum like this[/URL] that has a bar on the left that would take you to different forum sections then once in the forum sections there would be a sub category section that would filter the posts. example: if the forum section was … | |
I've laid out a site using an iframe for the main content so the header and footer wouldn't reload with each page turn. However when navigating back to the site using History, only the center content from the iframe loads [w/out header footer]. Is there a way to code these … | |
Hi I have an iframe on a page, i am using a javascript to resize the iframe so that there isnt a scroll bar. However, when I print the page, depending on the browser, different things happen. So far, Google Chrome is the only one that pulls it off... FireFox … | |
Hi, I am at my local collage and am learning to make a web page by writing HTML in notepad. I have a link on my page that I want to open a Word document, my line is:- <p>This is my entire work history so far <a href ="file:///newcv.doc"> Ian's … | |
Hi, I want to place my horizontal navigation below the content in my xhtml and absolute position the navigation so it appears above the content when the page renders. However I also want the navigation to be centered on the page. I've worked out how to do it but I … |
The End.