Jump to content

dsonesuk

Members
  • Posts

    11,220
  • Joined

  • Last visited

  • Days Won

    117

Everything posted by dsonesuk

  1. dsonesuk

    Next step?

    Well! good luck with that!. AS you have taken basically two years to learn simple BASIC php, mysql interaction using forms, and FAILED in understanding ANY OF IT, from w3schools, and this forum. Do you really think that you starting from scratch is really going help! come on who you kidding, just face it you just don't have the mind set to understand any of this to become a web developer/designer, as it goes in one ear and out the other. Just stick with what you can do, teaching English apparently. If there was a book 'php, mysql complete utter idiots' it would still be beyond you. JUST DO US A BIG FAVOUR AND GIVE IT UP.
  2. IF you have already created a working php file change_city_by_area.php that will echo the results of the cities to the area selected, you use the variable result to apply the returned result (xmlhttp.responseText) to the required id ref document.getElementById(city').innerHTML=result; if (xmlhttp.readyState==4 && xmlhttp.status==200) { var result = xmlhttp.responseText; if (result){ document.getElementById(city').innerHTML=result;}else{ document.getElementById('city_loader').style.display='none'; // guessing this is what you are looking for these document.getElementById('error_log').innerHTML='PROBLAM!'; // guessing this is what you are looking for these}}
  3. dsonesuk

    Next step?

    Both! of them.
  4. You would use the onchange event on the select element, not onclick on option element to run the function. <select id="area" name="area" onchange="change_city(this.value)">
  5. <!DOCTYPE HTML><html><head><title>My Site</title><script type="text/javascript">function showhide(){var header1 = document.getElementsByTagName("h1");header1[12].style.display=="none" ? show=1 : show=0;for (i=0;i<header1.length;i++) { if(show) { header1[i].style.display="block"; } else { if(i>=12) { header1[i].style.display="none"; } }}}</script><style type="text/css">* {padding: 0;margin: 0;}html, body {height: 100%;}html{overflow-y:scroll;}body {background-color: #999;}.container {position: relative;width: 1000px;min-height: 100%;margin-left: auto;margin-right: auto;background-color: #fff;}</style></head><body><div class="container"><h1>TESTING TOP <a href="javascript:void(0)" onclick="showhide()">click me</a></h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING</h1><h1>TESTING END</h1></div></body></html>
  6. Well it looks the same to me?
  7. ?? What do you mean transfer/import 3d model? from 3d application like 'truespace', 'Swift3D', long time since i used these, but they just created a 3d model and you save it as a flash movie, might have changed since then, to use slider rotate etc.OR scan 3d model of plane for example, which sounds expensive, honestly don't know.
  8. Usually font without tails, (whatever you call them) as in Arial, Verdana, Helvetica compared to styles similar to Times New Roman for instance.
  9. What is the html code? you should have if context box width 600px; Note: you have to allow for left right padding and reduce image by these #img_content {width:600px; margin: 0 auto; background-color:#FF0099; text-align:center;}#img_content img {padding:10px 5px;max-width: 590px;max-height: 100%;} <div id="img_content"><img src="../dsonesosprey.jpg" /></div>
  10. You can make image any size you want as long as the image is square, then go to http://www.favicon.co.uk/ to shrink it down to a size usable as a favicon, but it will probably not turn out as wanted, because of minimising from 800 x 800 to 32 x 32, as you a trying to get a large image content into a minuet 32 x 32 pixel image comparison.
  11. It will always be a bit difficult to come up with a clear image at 16 x 16px or at 32 x 32 pixels.
  12. consider using px unit instead of %, the more/less text give different results.
  13. Not really locked as such, but you would restrict it reaching the situation where the elements it would start stacking, by applying for a fluid width site a min-width: for the outer container.
  14. If you wish to be taken seriously as a designer/developer of websites, then using a html table for your layout is the wrong way to go. Html tables should only be used as intended, to show rows of data in tabular format. You can lock the html content elements as well, without the use of going backward and using tables, which will be treated as a very amateurish method.
  15. ??? iconbar or iconslist, anyway changed it to iconbar for this, in this situation it would be easier to us jquery to hide the counter when icon hovered over $(document).ready(function(){$("#iconbar").hover(function(){$("#unread_container").hide()},function(){$("#unread_container").show();});}); The other way would be apply position: relative; to li elements then remove the image from anchor link element, and place it beside it so anchor element it is now empty, you then make the anchor links the same size as images, and use position: absolute to place these above the respective image, AND the counter by using a higher z-index,
  16. Give the container position: relative;, with icon background-image, with counter inside overlapping icon, create anchor and make it display: block; position: absolute; top:0; left: 0; right:0; bottom:0;, this will overlap both icon image and counter, but you may have to adjust z-index; to fully overlap.
  17. I think clients would prefer a site that will draw in people and stay, you site garden shed (pitiful visits), other sites Buckingham palace (mega visits), ummmm which would clients prefer?
  18. dsonesuk

    Webcam?

    Have a look for a network ip camera, these can operate through your network to gain access through internet, but you really require a fixed ip address, or you would have to register and setup a account with a company such as www.dyndns.com, where basically they set you up with a domain name address to your camera, which will be checked periodically to see if the dynamic ip address has changed from your ISP, and then update it to your camera domain, I think there was a free version, where you just have to login every 30days or so. There also are wireless ip network cameras, where you only require access to power supply where you place the camera, this obviously requires wireless router.
  19. Right!, because different browser show different borders, and IF you are allowed too, I suggest using cellspacing="1" with a background colour (black for instance) to show between spacing, the problem with this is you have to use, for instance a white background colour for each cell, but the results are consistent in all browsers, but you still end up with double border on bottom and left of five row table.
  20. The only way I can see this being done without the use of css, and with text appearing in blank left hand side of 5 cell rows, is by using two tables, one without borders on left, obviously the other with borders on right. You will!, end up with double borders showing in some browser, you may be able to use 'frame' attribute to help remove non required borders from showing in these browsers. IT is very much harder to achieve a design like this, that will look identical in all browsers, without the use of css.
  21. You don't require two tables, you just need to use border-collapse: and apply/remove borders to cells to achieve the same end result.
  22. Usually you don't lose quality shrinking, its usually the other way round, when you enlarge a small pixel image to a larger size it ends up pixelated and colour blurs from on pixel to the next. All you need to do is get the proportion correct, when he's finished, use high res for scanner while scanning the images, the file size will be huge, but then you just reduce it in size and res to go into you website to the quality you are happy with.
  23. 150px = 3.96875cm is exactly right, what you could do is draw these boxes in a graphics program, print it out and compare.
  24. It searches the whole domain and its sub pages, so you just need the domain name, you type in you keyword, it searches for listing in search engines if found it will show rank IF lower than ranking 200, and then list the url where it was found as inhttp://www.DomainName.com/dsonesuk.html so stop moaning.
  25. A free rank checker, which i use is seobook.com rank checker, you have to register, you enter your domain, then keyword/s and then click start, it then searches through the major search engine google.com, google.co.uk, bing, yahoo etc and list your ranking in each.
×
×
  • Create New...