• Member Avatar for gentlemedia
    gentlemedia

    Edited Check for matching attribute values and do something (with jQuery)

    I have several pages that has the following mark-up in it, but the value of the datetime attribute is on each page different. <a class="index" href="#"> <time datetime="2015-W01"> <strong>week</strong> <strong>01</strong> …
  • Member Avatar for gentlemedia
    gentlemedia

    Edited Check for matching attribute values and do something (with jQuery)

    I have several pages that has the following mark-up in it, but the value of the datetime attribute is on each page different. <a class="index" href="#"> <time datetime="2015-W01"> <strong>week</strong> <strong>01</strong> …
  • Member Avatar for gentlemedia
    gentlemedia

    Created Check for matching attribute values and do something (with jQuery)

    I have several pages that has the following mark-up in it, but the value of the datetime attribute is on each page different. <a class="index" href="#"> <time datetime="2015-W01"> <strong>week</strong> <strong>01</strong> …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Check for matching attribute values and do something (with jQuery)

    I have several pages that has the following mark-up in it, but the value of the datetime attribute is on each page different. <a class="index" href="#"> <time datetime="2015-W01"> <strong>week</strong> <strong>01</strong> …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in CSS problem, center navigation not working

    Do you work in-house, for an agency or do you freelance? Either way, if you would tell the company or your boss, that it would cost you way more time …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in CSS problem, center navigation not working

    Then follow the rediculous long selector pattern and fight the specificity war. If you have to do a lot of tweaks to that website, this will become a real pain.
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Highlight combination of cells with onclick of radio button

    This seems simple enough, but I can't find how to do this anywhere on any forum. I have a table of cells that have a schedule of classes. There are …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Highlight combination of cells with onclick of radio button

    A click handler would highlight them once and forever and that's what you mean with point 2, right?. These are radio buttons which gets a checked state if checked, so …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in div{background-image} wount show

    Don't understand what you mean with comments. You mean code comments? Anyway, maincontentpic div is just an empty div tag with no dimensions (width & height) set, so that's why …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching div{background-image} wount show

    Hi! I cant solve this puzzle.In my code the maincontentpic div doesnt show.The image (CompHandWeb.jpg)is in the same folder and at the right place, it showed up before i altered …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in div{background-image} wount show

    Hard to say without a link to the page, but for starter add the background image only to the body tag instead of to both the html and body tag. …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in CSS problem, center navigation not working

    You know... that CSS that comes with an Amazon Store is a mess, so if you want to get the navigation centred, then you should follow their (high specificity) pattern. …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How do i insert a html file into another html file

    Hi! I want to put a html file into another html file . I tried iframe and object tag, which works but the problem is i also get scrolling frames. …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How do i insert a html file into another html file

    You could also use the object element to include HTML content. <object data="incl/foo.html">Warning: foo.html could not be included!</object> W3C even recommends this over an iframe: http://www.w3.org/TR/WD-html40-970708/struct/includes.html#h-7.7.4
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in CSS problem, center navigation not working

    Sorry to say, but that stylesheet is very inefficient. Read about CSS specificity, because that's the root of your issue. If we could see the webpage live somewhere, we could …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching two div elements overlapping when resizing to a smaller window

    Hi, please can someone help me to solve divs' ovelapping issue in my code? My navigation overlapping logo area when I resize my browser window to a smaller. Other divs …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in two div elements overlapping when resizing to a smaller window

    It's because you're logo has a fixed positioning, so it's taking out of the normal document flow and has therefore no effect to other elements of that page.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in CSS problem, center navigation not working

    Did my reply made you speechless?
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How to Bypass CAPTCHA/Spam filters (and Stop it!)

    OK, here's a question for anyone willing to step up and answer or point to solution: I have some HTML forms for site visitors to request product information. Some of …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to Bypass CAPTCHA/Spam filters (and Stop it!)

    Have you tried the new reCaptcha from Google yet? https://www.google.com/recaptcha/intro/index.html
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching CSS problem, center navigation not working

    I have the problem, and I tried allready a lot, as i like to center my navigation, center to my site. The main issue is, that I work with amazon's …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in CSS problem, center navigation not working

    That CSS should center the navigation, so there's a conflict with some other rules you've set. If I see the CSS selectors in this bit here and if lots of …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Altering css

    My bad... I totally didn't noticed the screenshot, but more details we're needed anyway, so half my bad :) I flagged the two post for moderation to remove the screenshots.
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Altering css

    hya all i wonder if someone can help me in trying to make the text are in my website transparent so the image in the background can be seen in …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Altering css

    What text? What website? What image? What background? Is the page online somewhere? Also not really sure what you want exactly. We need to see at least also the HTML …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Padding not working well in IE9

    Top navigation menu with drop down works perfectly in IE8 but in IE 9 it didn't support padding or height as it has to be. When i adjust it according …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Padding not working well in IE9

    I can't check easily in IE9, but it has probably to do with the `display: inline` you've set on `.navigationlink ul`. I see you did that to center the menu …
  • Member Avatar for gentlemedia
    gentlemedia

    Marked Solved Status for jQuery or AJAX issues

    Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    You're right, Airshow! I followed your advice and I got it solved, but I feel kind of stupid now :) I add/remove a class 'active' on a 'li' so that …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    The mixcloud player is in an iframe, but the soundcloud player not. The soundcloud player data (audio, track info, artwork, etc.) comes from the track URL with json. I switch …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching create file repository for my website

    Hi chaps, I'm not terribly sure how to go about this. I've got a small site where I want to add some files for people - well me since nobody …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in create file repository for my website

    I stumbled on this today... https://ind.ie/pulse/ Perhaps it's something you can use for your file repository.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    Thanks Taywin! I did some googeling this afternoon about that `($.browser.msie)` and found a thread on Stackoverflow stating it is not compatible with jQuery 1.9.0. (which I load) and suggesting …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching I Need Free Web Hosting Service?

    Hi, I have a website, i need free web hosting service. i dont want to spend more money on web hosting. Give me some website which would of providing web …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in I Need Free Web Hosting Service?

    With free hostings I can assure you will have limitations such as no PHP/MySQL installed or conflicting scripts from their ads that are scattered around your website. Better to spend …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    Well... unfortunately that fix works only if a track is playing and not when a set is playing half way. The set starts playing again with the first track (obviously). …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    I have a (temporarely) fix for the second issue. After closing the artist info and I click on the 'play track' or 'play set' link of the song/set that is …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    I have hard coded `li.clone-container` and `button.close-details`, but the issue of not stopping/pausing the soundcloud player still persist once I've closed `.clone-container`.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    Thanks for looking at this, @Airshow! I could indeed hard code cc, it's just that I'm not such a fan of hard coded empty tags in the markup, but I …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    Seriously? But that bit is somewhere in the beginning of sc-player.js and all the lines of code after that seems to run just fine (except for my issue then :) …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    Yeah, I saw that in the console, but I believe it's not related to the issue. It is the Flash fallback for IE. It's browsersniffing with jQuery which is deprecated, …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    @Taywin, pointed me in the right direction, so I have resolved issue 2. I remove the siblings of the closing button (object) before detaching the clone-container. $cd.click(function(e) { $('li.active').removeClass('active').siblings().removeClass('hide'); $(this).siblings().remove(); …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery or AJAX issues

    Thanks for your reply, Taywin! I will try that too. It is the .empty() that is conflicting somehow.
  • Member Avatar for gentlemedia
    gentlemedia

    Edited jQuery or AJAX issues

    Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare …
  • Member Avatar for gentlemedia
    gentlemedia

    Edited jQuery or AJAX issues

    Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare …
  • Member Avatar for gentlemedia
    gentlemedia

    Created jQuery or AJAX issues

    Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching jQuery or AJAX issues

    Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Which is more useful on home page? Rotating slider or static banner

    Hi there, Just wanted to know from Daniweb expert! Which is more useful and suitable on home page? Rotating slider or static banner.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Which is more useful on home page? Rotating slider or static banner

    As mentioned by @JorgeM... it really depends what kind of content you put in the slides and what purpose it should fulfill. Here's a great read about sliders: http://conversionxl.com/dont-use-automatic-image-sliders-or-carousels-ignore-the-fad/
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching image

    how can i stop repeation on image attached to body tag of an html page

The End.