• Member Avatar for gentlemedia
    gentlemedia

    Began Watching Need ideas on how to stlye my Customer Access area

    Hey everyone, I have a site that has a customer account, right now it looks like crap and i need an idea on how to style it. Right now I …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to rproffitt in Regex To Extract 2nd Level Domains From All TLDs ?

    Be sure to watch https://stackoverflow.com/questions/44211567/regex-to-extract-2nd-level-domains-from-all-tlds too. And https://www.sitepoint.com/community/t/regex-to-extract-2nd-level-domains-from-all-tlds/264692 . And http://www.webdeveloper.com/forum/showthread.php?363883-Regex-To-Extract-2nd-Level-Domains-From-All-TLDs .
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to AssertNull in Code Posters Plague Community!

    At the risk of psychoanalyzing and doing a regression analysis/correlation with too few data points, I'll note a downslope in the severity/outrageousness of the problem and an upslope in the …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in tpl issue

    I think TPL stands for template file. I had to work in the past on an OpenCart webshop and that whole thing was build with` .tpl` files, but it was …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching tpl issue

    how do i convert this <label for="category">Select Winner</label> <select name="willwin" id="willwin"> <?php if ($db->numrows() > 0){ while ($row = $db->fetch()) { ?> <option value=''></option> <option value="<?php echo $row["willwin"]; ?>"><?php echo …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to diafol in How to edit a link on homepage of wordpress website?

    How did you enter `Business Business News` in the first place? You must have assigned it yourself? Or is there a lot you're not telling us? Due to vast possibilities …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to edit a link on homepage of wordpress website?

    Look! You don't have to edit a file, you'll have to edit via wp-admin. You do have access to wp-admin, right? Example: **www.yourdomain.com/wp-admin/**
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to edit a link on homepage of wordpress website?

    You say it's a Wordpress site, so I asume you can edit that title and link via the WP-admin instead of your code editor. WordPress is after all a content …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How to edit a link on homepage of wordpress website?

    Hi, I have a little problem related to WordPress, look at screenshot first: [Here](https://i.stack.imgur.com/DeP8e.jpg)! On the main page I just want to edit that link and also its title from …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to create a 4 colored horizontal menu.

    > but that is truly horrible :D @Diafol - What?!? Don't you like the pick of my colour scheme??? Man, that's the latest trend what's called [brutalist web design](http://brutalistwebsites.com/)! :-)
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to create a 4 colored horizontal menu.

    I have no idea why you want this, but do you mean something like this (done with a CSS3 gradient)? https://codepen.io/gentlemedia/pen/JNwYzr
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How to create a 4 colored horizontal menu.

    Hello i want to create a horizontal menu divided equally in 4 same width parts. I don't want its width to change. Any ideas? Something like this https://jsfiddle.net/simonioa/t6vqqva2/ but not …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to Reverend Jim in outlook problem

    The only problem I've had with Outlook is that it is so difficult to find the options. Menus and sub-menus, each with buttons, buttons, buttons, advanced options, etc. I use …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to open camera and take a photo script

    @rprofitt - Each browser vendor has it's own platform status page, so if you can't find it via caniuse, you can check them out too. Blink (Chrome & Opera) - …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to open camera and take a photo script

    You can use this tiny library to detect WebRTC features such as getUserMedia so you can serve your fallback solution for those browsers which don't support it. https://github.com/muaz-khan/DetectRTC
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to open camera and take a photo script

    `MediaDevices.getUserMedia()` which falls under the Media Capture and Streams specification is not supported (yet) in Safari (desktop and mobile), but is in development. https://webkit.org/status/?#specification-media-capture-and-streams So you will have to create …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to open camera and take a photo script

    > The article on the last comment is marked as Deprecated though. Indeed! And that's why I posted that link to that article in that last comment to show that …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in php menu with sub menu

    Nobody has issues with posting code (as far as I know). So what are you using (browser/device, OS version, etcetera)? And how are you trying to post code?
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching php menu with sub menu

    i think this site is broken cause 1 spent half an hour trying to post code one of the reason why i left stack over flow
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to open camera and take a photo script

    This has already been asked by another member https://www.daniweb.com/programming/web-development/threads/507272/open-mobile-camera-through-web-browser
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How to open camera and take a photo script

    Hello, i use a script that allows a user to take a photo. I use a Shockwave Flash Object (.swf) to open the camera and i don't want to do …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in overflow problem

    In order to use `oveflow: auto`you have to set an explicit `height`on `#content`. It doesn't do anything if you use `max-height`and/or `min-height` (I'm even not sure what you're trying to …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching overflow problem

    Sir I have these codes <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <head> <title>Party Ledger</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta HTTP-EQUIV="Pragma" content="no-cache"> <meta HTTP-EQUIV="Expires" content="-1"> <link href="css/jquery-ui.css" rel="stylesheet" …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Picture doesnt load in wordpress header.php

    I don't know if you're using a child theme, but if you do (and you should) then you should make a copy of header.php and place this copy in your …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Picture doesnt load in wordpress header.php

    Hi ! I want to edit a wordpress theme and add an image to the header.php ( line 74 <a href="http://www.yourlinkhere.com"><img src="images/AJTFixPreisBanner.jpg"></a>) but i only get the image broken down …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Recommend Me Some Tutorials On How To Build My Own Proxy

    I agree with Rproffitt and also think you already answerd you're own questions. > Having to do a lot of guess work which part of the code does what and …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Recommend Me Some Tutorials On How To Build My Own Proxy

    Guys, Does anyone have any php tutorials (either text or video) to recommend to me to learn how to build my own php proxy ? You see, I'm actually trying …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Can Php Force Viral LIKES/SHARES Or LOCK/UNLOCK Pages, Contents, Images, et

    Seriously, I don't think that you will find an up-to-date tutorial. This is one from 2011 http://tutorialzine.com/2011/05/tweet-to-download-jquery/ and still might work (only for Twitter). Other than that you'll have to …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Can Php Force Viral LIKES/SHARES Or LOCK/UNLOCK Pages, Contents, Images, et

    I get this and it's a marketing technique and is used instead of giving an e-book or any other download totally for free, users/visitors have to share/tweet the free product …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Can Php Force Viral LIKES/SHARES Or LOCK/UNLOCK Pages, Contents, Images, et

    Guys, Have you seen those viral social network SHARING scripts or viral social network LIKING scripts or viral content locking scripts or viral contest scripts ? You know the ones …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How To Display In iFrame A Url From Mysql ?

    Try it with another URL, because as far as I know you can't load google.com in an iframe due to a response header `X-Frame-Options: SAMEORIGIN` that Google sends to avoid …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How To Display In iFrame A Url From Mysql ?

    Hi, Imagine there is a tbl called "users" and it has a column called "your blog url". Now, imagine you want to display that blog's url in an iframe on …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How do I get my textboxes and buttons aligned which look like the picture?

    Isn't this some kind of school assignment? Anyway. Ofcourse it's hard to compare by looking at your HTML & CSS and the image attached, so I've pasted the HTML & …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How do I get my textboxes and buttons aligned which look like the picture?

    I am having trouble with getting my textboxes and buttons aligned to look like the attached image. Can someone please also tell how I should make the radius border around …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Free VPN

    Perhaps a free proxy website might be just enough to watch that video tut. https://hide.me/id/proxy
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Free VPN

    Hello all, I am looking for a free vpn to view a laravel video tutorial in the forum. Any recommendation? Which is not a trial version? Is there any? As …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to diafol in How to make this Laravel framework works?

    Have a look at this thread: https://laracasts.com/discuss/channels/laravel/unable-to-connect-to-the-laravel-framework Somebody has exactly the same issue as you. Ok, this is wasting everybody's time - you send the same question to multiple sites …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Display various foreground pages

    Here's a jQuery version http://codepen.io/gentlemedia/pen/bqQxJP Here's a CSS with the checkbox hack version: http://codepen.io/gentlemedia/pen/NpEOgx
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Display various foreground pages

    How do you want to show that 'foreground' which I assume you mean an overlay. On page load, on click or any other event?
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Display various foreground pages

    Hello i want a script that shows various text content in the foreground and closes witn an X and shows the original page. Any suggestions?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Please help result text kerning ,leading and tracking with css

    > But the letter I meant 'the latter' :)
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Please help result text kerning ,leading and tracking with css

    Leading can be set with the [line-height](https://css-tricks.com/almanac/properties/l/line-height/) property and for kerning and tracking you have [letter-spacing](https://css-tricks.com/almanac/properties/l/letter-spacing/). But the letter you can't use on individual letters. For that you have to …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Please help result text kerning ,leading and tracking with css

    Please can anyone help re-arrange text that are spit apart on browser. What css property can be use to bring the text align as normal.
  • Member Avatar for gentlemedia
    gentlemedia

    Marked Solved Status for Trying to get a var in jQuery .css() method

    I have an issue with what seemed a simple task, but I'm having a brain farth, so it's not :) I count child elements with `length`and add `+1` on top …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Trying to get a var in jQuery .css() method

    Ok... sorted. I just had a typo error :)
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Trying to get a var in jQuery .css() method

    Thanks Diafol. I tried that and it didn't do anything and I didn't got any errors in my console related to this. Thus I thought I would make a little …
  • Member Avatar for gentlemedia
    gentlemedia

    Edited Trying to get a var in jQuery .css() method

    I have an issue with what seemed a simple task, but I'm having a brain farth, so it's not :) I count child elements with `length`and add `+1` on top …
  • Member Avatar for gentlemedia
    gentlemedia

    Edited Trying to get a var in jQuery .css() method

    I have an issue with what seemed a simple task, but I'm having a brain farth, so it's not :) I count child elements with `length`and add `+1` on top …
  • Member Avatar for gentlemedia
    gentlemedia

    Created Trying to get a var in jQuery .css() method

    I have an issue with what seemed a simple task, but I'm having a brain farth, so it's not :) I count child elements with `length`and add `+1` on top …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Trying to get a var in jQuery .css() method

    I have an issue with what seemed a simple task, but I'm having a brain farth, so it's not :) I count child elements with `length`and add `+1` on top …

The End.