10,650 Topics
| |
Hi, I would like to know what are the different software components and engines used in browser. I know there are 2 main components. one is Layout Engine to parse HTML and CSS and paint on the browser and another one is Javascript Engine which executes and runs the javascript … | |
G'day trying to fix this issue for over 2 weeks now. I have made a footer but can't get it right to the bottom.. The problem is I have a slider that slides down to get some information. I want the footer to slide down with it too, I want … | |
hello, what is that? everytime it works, but this time it does not $(function() { //jquery doc ready world = createWorld(); // box2DWorld ctx = $('#game').getContext('2d'); // 2 var canvasElm = $('#game'); return; canvasWidth = parseInt(canvasElm.width); canvasHeight = parseInt(canvasElm.height); initGame(); // 3 step(); // 4 // 5 window.addEventListener('keydown',handleKeyDown,true); window.addEventListener('keyup',handleKeyUp,true); }); … | |
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 | |
Hello. I am trying to find a good tutorial that will allow with the menu bar at the top of the page and when you hover over the 'menu words' the entire page will slide down so you can see the contents of the menu. Any one have any suggestions … | |
Hi, How to get the correct output of this html file, without **"removing or altering the existing lines in the given file"** filename: sample.html <html > <head> <title>Test</title> </head> <body> <div> ¿Hola cómo está? </div> </body> </html> Describe 2 solutions to fix the problem and get the correct output in … | |
Hello everyone, I'm having trouble with Joomla non-existing category re-direct problem. I cannot seem to find the proper rewrite url line for .htaccess file for the following problem. I have my website http://www.dubrovnik.com I'd like to send user to my 404 Page whenever user request for non-existing link. I've managed … | |
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 … | |
Hello everone ,i'm looking partner make a website to be a buy&sell images website. I will use this great domain name.WantImages.com "want images"is the keyword in google,yahoo,bing,and everyone's heart. I have made a web and i need a web developer partner to help me. I hope someone can be my … | |
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" … | |
I have a table that uses some php to populate it, and I am having trouble adjust each individual column width (based on their headers)... Can someone tell me how to do that? (i.e) Name column is 30px width, last name column is 50px width, comments is 100px width <style> … | |
I have always been curious on how to do this... how do you make pictures un-draggable from your page? (i.e) Somebody goes on my page and just drags my logos off my page. So what do I do to in order to make an image "un-stealable". | |
I am trying to get Open Office Impress so I can do some flash creation. But I can't seem to find the link to download. Anyone know where it is. I am runnig OS X 10.8.2 Any help would be appreciated. | |
I am involved in a development of a website almost the wesite is about to get completed...but i have a create a web page such that in the top left side of the page Admin label will be their after clicking on a Admin(label) the another form will appear front … | |
we are developing application, but they want it in a windwed mode like desktop apps. So we use webkit. Its made on c#, but we are not c# programers, so we hired a freelancer. BUt our c# 'web browser' is not working well - for example css3 flip transform is … | |
Hi All, I am developing a portal in PHP(YII framework) and MySql DB. I have 2 queries releated to performance of a portal. 1> How to organize the file/directory structure so that the file/s will be accessed at optimal performance. for ex : if we take website like Facebook we … | |
Hi All - i want to add CSS coded fixed buttons around image in my blogger blog kindly do the needful | |
I have a tabbed container on this page: http://www.jamball.com/2012/09/test_5.html that acts funny in old IE. A lot of our customers seem to be unwilling or unable to update their browsers, so is there a way to fix it? The tabs all spread across and to the right, instead of falling … | |
I'm trying to build an exchange website which hosts items that other people are selling. I want the site to show the prices that people are selling at but will not see their contact information until they pay a certain amount. I obviously want to make sure that the page … | |
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 … | |
I know that for every HTTP request the request carry some request header parameters like Accept, Accept-Languate etc.. I understand the general meaning of those parameters. But how server utilizes that information, that is not yet unclear. For example, The request header "Accept" header means "Content-Types that are acceptable". And … | |
| |
| Like for example. HTML Is a basic web design language. Is there a way to create your own kind of programming language, and use It to build stuff? any kind of stuff like software, android apps, sites, Etc. |
I am a web designer and I wanted some tips in the following area: Until now, I only built websites using dreamweaver, without any cms platform. If I want my client to be able to edit the site on their own, after I finish building the site, I know I … | |
Hi everyone can you please look at this site's source codes (html and css) and tell me why my images aren't showing in any browsers. They show up in my design part on Dreamweaver. http://jenevansportfolio.com/portfolio.html thanks! | |
i am having a problem getting my js file to work with my html file here is my jsfile function calculateTotal () { var hours = document.getElementByName("hours")[0].value; alert(please enter a number) var payrate = document.getElementByName("payrate")[0].value; alert(please enter a number) var pay = document.getElementByName("pay")[0].value; if (hours <= 40){ pay = (hours … | |
Hello my name is Chris. I am in the process of designing a website for web tutorials, articles and resources based around web design and coding and articles on various web based topics. I would like a list of useful resources which people can use to learn and develop their … | |
I installed **Palette for Chrome** extension in **Google chrome Browser** but after few days it stopped working. I formated my PC, Installed fresh version of **Google chrome Browser**, still it is not working. Is their any best website to create color palette from image? (anybody knows why this extension is … | |
I have a table that collects data from web inputs and stores them on an html page... the question how do i style this table... I am not sure how to give it borders, style columns (column 1 is red, 2 is blue, 3 is red, so on), or color … |
The End.