Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. c0deM0nK424

    Gutenberg Block Editor - page edits and updates not working since wp site migration

    Hello all. I'm relatively new to wordpress and recently I finished a website for a client that I developed locally on my machine. My local dev environment was simply WampServer, the site was migrated from here onto my hosting server (shared hosting). The site was successfully uploaded...
  2. c0deM0nK424

    Horrible Vile 'horizontal overflow' appearing on bootstrap smooth scrolling website ?

    Okay folks - normaly I don't post project URL's but In this case what the heck heh This is the project I am working on at the minute: http://www.manoj-kumar.co.uk/manoj-kumar/gds/GDS8-LATEST-1/ If you fire this up in your browser you will observe a 'slight' horizontal overflow. Idealy I'd...
  3. c0deM0nK424

    Deselect values in list boxes

    3 options - only 1 can be selected. sounds like radio buttons much ? ^_^
  4. c0deM0nK424

    Translate Javascript into CSS

    Hi Matt, I'm afraid what you are requesting is not possible as of present. CSS is a style markup language, it gets a series of 'rules' given to your web browser which dictate HOW you want your actual webpage content to appear and look on the screen. CSS is not a client-side scripting language...
  5. c0deM0nK424

    strange div positioning

    I just used Mozila Firefox 'Inspector' tool to see what the issue was Matt. The issue is with the footer to begin with. It has no declaration or styling, which informs the browser that its a 'block level' element of any sort. This is why I ommitted the 'float:left and clear:left' rules and...
  6. c0deM0nK424

    JQUERY Animate width using variable

    good job. made it work after all. but 'making it work' and understanding why what you did, made it work is the difference between a hacker and a programmer :) im in between the two tbh heh lol
  7. c0deM0nK424

    Advice needed on creating a bespoke CMS for static HTML websites ?

    Well folks, sorry for appearing out of the wilderness a century later after the threat post date heh but it was fascinating to see two school of thought - one from Chris, who advocates that building something entirely from scratch, from the ground up allows one to learn on an exponential level...
  8. c0deM0nK424

    Advice needed on creating a bespoke CMS for static HTML websites ?

    More so in the light, that HTML&CSS&Javascript is uncharted territory to you. " what !?? lmao I must correct you on that sir, what a silly baseless assumption from your side sir LOL I am highly proficent with all three of those front end web technologies, Olaf. I can hand code responsive...
  9. c0deM0nK424

    Advice needed on creating a bespoke CMS for static HTML websites ?

    Sorry guys, nothing is wrong with MySQL - its a great opensource db and works like a dream on php. I have anothing against it. Its just Im wondering if its feasible and worth the time and effort to develop from scratch a full blown CMS tool , OR some sort of site content editor using native...
  10. c0deM0nK424

    store multi dimensional arrays to mysql

    Consider something that is essentially a complex multi-dimensional array, such as a book. An object orientated [oriented US] book is an array of pages, a page is an array of strings [lines/sentences], a line is an array of shorter strings [words] and a word is an array of characters. So given...
  11. c0deM0nK424

    Advice needed on creating a bespoke CMS for static HTML websites ?

    Hi all. I want to ask seasoned veterans and highly experienced full-stack / back-end php and asp.net programmers/coders, what advice they could give to me with regards to wanting to go all out and 'code/develop' a simple yet effective Content Management System tool for those who are proficient...
  12. c0deM0nK424

    Parent Div, with a less wide Child Div which contains 2 child Div inside - Responsive Layout ?

    Thanks IDMF, ive seen this 'box-sizing' thing but never gone out of my way to find out what it was, what it did and how it did it heh
  13. c0deM0nK424

    Parent Div, with a less wide Child Div which contains 2 child Div inside - Responsive Layout ?

    Ah I see whats happened. Child container ( max-width 900px) , was appearing as 940 pixels lol reason being, cos of this stupid line i added padding: 0 20px 0 20px ( so theres an extra 20 pixels on teh side of thsi child div element). problemo solved. Thank you and GOOD BYE, have a...
  14. c0deM0nK424

    Parent Div, with a less wide Child Div which contains 2 child Div inside - Responsive Layout ?

    I'd like to know what im missing, or overlooking or simply over complicating. Simply put, we have a parent div that spans the width of the entire page (display inline block width 100% height auto no padding or margin), this in turn contains a child div ( position relative) which has width set...
  15. c0deM0nK424

    Using 'novalidate' to turn off browser built in form validation - good thing or bad ?

    Hi, I'm curious in wanting to know if overriding html5 built in form validation is a good thing, so that browsers like IE10,11 and chrome are prevented from outputting those little tooltips/bubbles that inform the user if and when a field has not been entered etc. If one is to do this, and...
  16. c0deM0nK424

    Navbar in CSS

    have you tried this ? #navbar li{ width:25%; list-style-type:none; } try it and see what happens.
  17. c0deM0nK424

    Mozilla Firefox Style - New Tab Controls - Thumbnail Images for 'recent websites' viewed ?

    hi folks, I want to obtain small thumbnail screenshots of some of the websites i have designed - akin to that of firefox new tab controls , where they show you the most recent sites viewed. How can I obtain such screenshots ?
  18. c0deM0nK424

    auto detect viewport or screen size and load different images for flexslider carosel ?

    normal jquery flexslider with two static banners created in serif draw plus, and thats about it. dimensions are 1200px x 500px or something. i also created two 'minified' versions of those above banners, of 410px by 240px. all i am trying to do is load the small ones by default IF the...
  19. c0deM0nK424

    How to prevent drop down menu parent link from 'firing' on mobile device ?

    ok so ive been thinking, to hell with 'css only solutions' - thats nonsense. CSS is not meant to solve all functionality , lower overheads or not. im going to try using a mouseenter and mouseleave event in a jquery function which will say something like: when the user mouse enters...
  20. c0deM0nK424

    How to prevent drop down menu parent link from 'firing' on mobile device ?

    here is the website im developing at present on my own test domain. http://www.mktechsolutions.co.uk the menu is css based and the website is responsive so to speak. the logic is, that when viewed on desktops and large screens - you can hover your mouse over the drop down menu parent link...

Part and Inventory Search

Back
Top