Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by niche

  1. You know tables are "stupid", so why continue with them? Why not just do the tutorials starting with:http://www.w3schools.com/html/default.asp ?
  2. Should be on point: http://stackoverflow.com/questions/26951788/switching-images-to-different-images-in-javascript
  3. Why are you using the ms product instead of writing your own code?
  4. Searches are mostly about focus and the amount of data that has to be sifted. Target only the data that has the info you need in tables that don't contain a bunch of irrelevant data or data that requires a lot of calculation and your queries will usually be as fast as you can make them
  5. Your error tells me your files aren't there. If they are, I check exact spelling including case.
  6. Something this simple? http://www.w3schools.com/css/css_image_gallery.asp
  7. could be as simple as a link see the ref "image as link" http://www.w3schools.com/html/html_links.asp
  8. Why don't you want explanations in code?
  9. http://www.w3schools.com/js/js_htmldom_html.asp and http://stackoverflow.com/questions/6243441/script-to-change-value-of-a-text-javascript There are many others
  10. http://www.w3schools.com/js/js_popup.asp
  11. overflow:hidden; is a possibility when there's overflow. Else, width:x%; to create an overflow then overflow:hidden;.
  12. niche

    Inner border

    I'd try a container div and float as many border divs as you need around a content div and drop the bottom margin on the content.
  13. Please post your relevant code or link so we can help you get an answer.
  14. Let's start with your question: Shouldn't that be 6+6+4+4=20 according to your posted data?
  15. We need to see your relevant code or a link.
  16. Dynamic in what way?
  17. niche

    PHP form Help.

    while loop based on meta data. http://www.w3schools.com/php/php_looping.asp EDIT: The meta data from a file or table. If table, you'll need to know sql.
  18. http://www.w3schools.com/css/css_selectors.asp
  19. Frameworks are packaged deals unless you know how to code. Learn how to code by getting started here. http://www.w3schools.com/html/default.asp Else, you're stuck with the flexibility build into the framework
  20. See the third example http://www.w3schools.com/sql/sql_and_or.asp
  21. Very cool dsonesuk. Thanks.
  22. display and visibility properties http://www.w3schools.com/cssref/pr_class_display.asp http://www.w3schools.com/css/css_display_visibility.asp EDIT: It's been awhile since I've seen hidden used globally. I had to look it up. I don't think that would be best practice given all the other options.
  23. It was just an example. So, it seems you're limited to the code that that's loaded.
  24. There's <embed> http://www.w3schools.com/tags/tag_embed.asp
  25. That's why I asked about the trigger. dsonesuk, what if the trigger is situational (not time sensitive)? Let's say a bad storm is heading towards us and 50 users are deciding what to buy on various pages of a site (pages that have already loaded). I can't imagine how to force a pop up after the page is loaded (with code that wasn't in the page when it loaded). Is that possible? If so, how generally?
×
×
  • Create New...