• Member Avatar for gentlemedia
    gentlemedia

    Began Watching default margin-top of input['text'] tag ??

    hello i have set a form with tow tag : first is an input[text] and the seconde is input[submit] , what i try to do is to align the tow …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in how to make border around page with multicolor ?

    Creating faux borders with empty div tags is rubbush, so don't do that :) And the `position: absolute` on them take them out of the normal document flow, which means …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching how to make border around page with multicolor ?

    i need your help , i m trying to put borders around the page in the attachment ,so i try some DIY like this : <html> <head> <style> body { …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in select don't this don't obey to CSS rules ( margin and position ) and other

    I only had a look and see in project1 that you load first your own stylesheet and then the bootstrap stylesheet. Switch them!
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in select don't this don't obey to CSS rules ( margin and position ) and other

    Hard to tell withou seeing any code, but here's some info: A `select` element is an [inline element](https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements#Elements) which means it has by default the CSS decleration `display: inline` in …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching select don't this don't obey to CSS rules ( margin and position ) and other

    hello guys. I'm here to ask about margin and position properties with tow example : the first is a misalignment (vertical --margin-- and horizontal --align-text-- ) of select tag, the …
  • Member Avatar for gentlemedia
    gentlemedia

    Marked Solved Status for Parse only a certain amount of records of a JSON array

    I'm using `file_get_contents()` to parse data of a JSON file within a `foreach()` loop onto my page. <?php $url = 'data/gigs.json'; $data = file_get_contents($url); $gigs = json_decode($data, true); foreach ($gigs …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Parse only a certain amount of records of a JSON array

    I figured this one out myself. There is a `array_slice()`, so I've added this to my `foreach() `and voila. <?php $url = 'data/gigs.json'; $data = file_get_contents($url); $gigs = json_decode($data, true); …
  • Member Avatar for gentlemedia
    gentlemedia

    Created Parse only a certain amount of records of a JSON array

    I'm using `file_get_contents()` to parse data of a JSON file within a `foreach()` loop onto my page. <?php $url = 'data/gigs.json'; $data = file_get_contents($url); $gigs = json_decode($data, true); foreach ($gigs …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Parse only a certain amount of records of a JSON array

    I'm using `file_get_contents()` to parse data of a JSON file within a `foreach()` loop onto my page. <?php $url = 'data/gigs.json'; $data = file_get_contents($url); $gigs = json_decode($data, true); foreach ($gigs …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to Tejindra in help for coding

    You are going to build a simulator for a Bakery Business. The bakery sells up to 10 different items, and has a different number of each item at the start …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in New Google Webmaster Tools

    Errr... ain't it called Search Console for quite some time now? Anyway... it still looks the same here in Greece, so probably you in the US are one of the …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching New Google Webmaster Tools

    What do you think of the new GWT interface?? Seems to me as if they released it too prematurely. Half the features don't work and the sidebar navigation literally just …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in SEO

    Never ever go for a cheap SEO service!!! https://www.youtube.com/watch?v=piSvFxV_M04 It's funny though that the cheap one is honest about him using black-hat techniques. Good SEO takes time and resources, but …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching SEO

    Hello, I am looking for a cheap seo service that works. I am trying to make my web page #1 in google.com . What should I do ? I know …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in What is 301 redirect in SEO?

    I guess it's time then to loosen up these rules :) Low quality content is never good for DW in terms of SEO.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in What is 301 redirect in SEO?

    @happygeek - just ban these posters!!! You know why they're here, so pull the trigger on them!
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching What is 301 redirect in SEO?

    Hello friends- What is 301 redirect in SEO? please describe
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Six Nations

    > (I refuse to call it football. We have the real football here. Flame away. :)) hehe... no, your 'football' is what we call handball here. :)
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Six Nations

    Oh how I miss Alan (diafol) at times like this. Those times being when England beat Wales in the Six Nations rugby :-) Any other rugby union fans left on …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in cell phone navigation

    Yes, that's what that meta viewport decleration does and that's the one you need to get a responsive menu. With the current viewport decleration the whole page gets crammed/shrinked into …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in cell phone navigation

    You **DON'T** create two versions of your navigation! I told you (in one of your other four threads regarding this same issue) that you have to **REPLACE** the markup (HTML) …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching cell phone navigation

    Hello, I am having a problem here. I have two version of navigation that I have created: one for pc and the other one is for cell phone. I have …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to pty in Get textbox data without POST or GET calls

    This is a shady tactic at best. If someone doesn't submit the form, calling them to offer your services is likely to make them run a mile and choose a …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Navigation Bootstrap

    You take the bootstrap navbar markup and then you replace/overwrite the default CSS of it with the CSS (design and spacing) that you have written for your current navigation.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in bootstrap navigation

    Resize your browser window to narrow and then use inspect element (dev tools) to find the element and its CSS that's causing that extreme height.
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching bootstrap navigation

    Also cek the bootstrap navigation on cell phone: www.advance-web-studio.com I would like to decrease the height for each navigation item but how? Each navigation item looks too big. Thanks in …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Mobile Navigation

    You've asked this question already and you've gotten the answer already too. https://www.daniweb.com/digital-media/ui-ux-design/threads/515397/navigation-bootstrap
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Mobile Navigation

    Hello, Cek this site - www.purelineliving.com Is it possible to leave the pc website navigation "the same as it is", whereas on mobile it changes to vertical navigation? Thanks in …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Set one of button parameters to a textarea's value

    This will do it function checkmax(el) { if(el.value.length == 9) { $(function() { $('#dCell').change(function() { var dCell = $(this).val(); $('#cCart').data('name', dCell) }); }); } else { } } See here: …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Set one of button parameters to a textarea's value

    Did you also changed `$('#cCart').data('data-name', this.value);` to `$('#cCart').data('name', this.value);`? Because you don't inlcude **data-** in it unles you use `.attr()` instead of `.data()`
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Set one of button parameters to a textarea's value

    Line 6 should be: $('#cCart').data('name', this.value); EDIT: And line 5 should be: $('#dCell').change(function() {
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Set one of button parameters to a textarea's value

    Hi everyone. I'm having a very seriouse problem where I have a textbox and I want a button and I want to take whatever a user type in this textbox/textarea …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Navigation Bootstrap

    Like pty said! But you will have to replace the current markup for that navigation to the bootstrap navbar markup. https://getbootstrap.com/docs/3.3/components/#navbar But 2, the layout of that website is totally …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Navigation Bootstrap

    Hello, Cek this site: http://www.purelineliving.com/ Cek the top navigation. I wonder if it is possible to let the navigation remains the same on pc and change it to bootstrap navigation …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in animate objects on menu item click jquery

    Most of them are based on Isotope. https://isotope.metafizzy.co/
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching animate objects on menu item click jquery

    Hi there, I am not sure where to post this question. I want to know how to animate objects like my "project images" when i click on menu item on …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Position: Fixed, -webkit-transform Still Not Working on Chrome

    I was a bit late with my post and see that you created a jsfiddle with your code. Only your fiddle misses the jQuery library so your function doesn't do …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Position: Fixed, -webkit-transform Still Not Working on Chrome

    I was curious what your code does, so I've created a demoi of it in codepen and without the transform property the table row is fixed at the top in …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Position: Fixed, -webkit-transform Still Not Working on Chrome

    Hello guys. I've just gotten back to programming. It's been 5 years since I last programmed. Yes, that long. But I am not very far behind it seems since I …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Best Front End Web Technology for Large Scale Applications

    rproffitt is right and it also depends on what your objectives and criteria are. There are things that Anguar 2 can do while React can do this not and visa …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Best Front End Web Technology for Large Scale Applications

    Dear team, We are going to develop the WEB Application which contains more than 200 forms with different fields. Kindly, let us know which technology is best for front end …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Can someone tell me how this is done?

    This is because the page you share via WhatsApp has certain metadata included within the `head` of the HTML. It's called the Open Graph protocal and it's invented by Facebook …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Can someone tell me how this is done?

    Hi all, I'm not very experienced at web development, but I'd like to know how the following is accomplished. I haven't been able to find specific info via google on …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in minus button

    > Since someone changed my first password and makes me cannot login. Yeah, you could wait for that :)))) Oh... and it was not me!
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching minus button

    I wonder why this minus (-) on one place is able to hide the content while the others unable to hide the content, like nothing happen. It has the same …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Understanding codes

    There is a `onclick="deleteTimeLine(this)"` on that anchor tag, so that function somewhere in your JS will do something. In `data-* ` attributes you can store data for that elelment which …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Understanding codes

    Hello, I am trying to understand someone else codes: articles.blade.php <div class="notes-nav"> <a href="#" class="btn btn-green btn-act-delete" onclick="deleteTimeLine(this)" data-id="{{$data->id}}" data-type="article"><img src="{{url('')}}/images//icon-trash.png"/></a> <a href="#" class="btn btn-green btn-act-edit" data-id="{{$data->id}}" data-tittle="{{$data->tittle}}" data-content="{{$data->content}}" ><i …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Sorting divs using jquery

    Also insert the name and the price from your database in data attributes. Something like this: <p class="product-name" data-name="<?php echo $row['fld_product_name'] ?>"><?php echo $row['fld_product_name'] ?></p> <p class="product-price" data-price="<?php echo $row['fld_product_price'] …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Sorting divs using jquery

    Hi, i want to sort divs alphabetically both asc and desc. I am using a dropdown list created by using bootstrap: <div class="btn-group"> <a href="#" data-target="dropdown-menu" class="btn btn-default btn-block dropdown-toggle" …

The End.