• Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in web design

    By downloading and implementing Bootstrap you will not learn how to create responsive websites. It's a shortcut and you can create them, but without knowing the core concept of RWD …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Jquery UI bounce nowworking as expected in Internet Explorer

    > The Jquery UI bundle is pretty small, about 600kb as I downloaded only what I needed for that (I don't really need it for anything else). 600kb is pretty …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Working with Forms

    Hi All, I have a simple form that I want to send me an email when the button is clicked. I have two questions, 1. How can I make the …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Working with Forms

    You will need to add the 'label' element to your inputs aswell. <form> <div> <label for="name">Name</label> <input type="text" name="name" placeholder="Your Name" required> </div> <div> <label for="email">Email</label> <input type="email" name="email" placeholder="enter …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Jquery UI bounce nowworking as expected in Internet Explorer

    HI guys, I'm redoing my old photography website and I'm still at the very beginning of the project. Somewhere I saw a jquery bounce functionality implemented and I thought I'd …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Jquery UI bounce nowworking as expected in Internet Explorer

    A bit off-topic, but instead of loading this massive jquery-ui files for just a bounce effect, you could also use a few lines of CSS to get the effect. .arrow …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in width auto

    You're making it for yourself already complicated with a HTML structure like this for your navigation bar. <div id="coffee"><img src="images/coffee.jpg" width="130" height="120"></div> <!-- navigation --> <div id="logo"><img src="images/logo.png" alt="logo" width="200"></div> …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching width auto

    Hello, I am trying to write css code that would fill the whole code of width. http://www.innovation.web.id/ Do know how to make my navigation bar and footer bar fill the …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in width auto

    For starter, don't use fixed px widths on your `#container` (1024px) and your `#navigation` (1050px). Block-level elements such as a `div` will fill by default (auto) the full width of …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Drop down selection function

    Hi this is giri i need ur help that is i am trying to select two drop down option in html and i want compare to options if those options …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Drop down selection function

    > They are accustomed to change classes and ids . if they see there is an event in html they understand something is going on that item It's best practice …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Adult Website On Portfolio?

    Hello Daniweb, I feel kind of awkward asking this but, I've been offered to make an adult portfolio website and I was wondering if I should display that I've made …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Adult Website On Portfolio?

    It really depends imo. Also about the escort agency. I've build some in the past back in Holland, but they were legitimate high class escort agencies (with an official license) …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in A panel with a scroll bar that fades?

    Instead to hard code an empty div tag at the bottom for the fade effect, you could also use a pseudo element (:before or :after) for your CSS gradient. .scroll-div …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching A panel with a scroll bar that fades?

    On our site we have a "News and Information" section at the top of our landing page. Right now it looks like this: ![news.PNG](/attachments/large/2/edb1aaabb260ba04b597c3a2f4a351b3.PNG "align-center") I'd like to change this …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in A panel with a scroll bar that fades?

    To get a scrollbar you give that section (probably a div tag) in your CSS a fixed height and the property, overflow: auto; But to get a scrollbar that fade-in …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Javascript question

    I'm trying to do some mouseover things with images. I thought that I had everything exactly as it should be but the page can't seem to access the images I'm …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Javascript question

    Is there any reason why you want to do this with JS, because you can do it purely with a few lines of CSS. There are several ways, but here's …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching jQuery question getElementById

    Hi all, just a quick question. I believed that `$('#value')` was a jQuery function equivalent to `document.getElementById('value')` however, in the code below, only the second function gives the desired result. …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in jQuery question getElementById

    With jQuery it should be this: $('#value').val("1") http://api.jquery.com/val/
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Webapp media screeen problem

    You would use them mostly if you want to serve high resolution (background) photos to devices with displays that can make use of them. @media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Webapp media screeen problem

    mq short for media query I don't know what you've wished, but what you're doing wrong is that you define your media queries based on widths of certain devices and …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Domain Linking together

    I have a problem whereas one domain is redirecting to another domain, both of which I own. How can I get one domain independent of the other ?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Domain Linking together

    I have a shared hosting package at Namecheap and I can have up to 3 domains/websites on my server for 38 dollar per/year. https://www.namecheap.com/hosting/shared.aspx
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Webapp media screeen problem

    Hello i want my website to be responsive i have made media querries for several devices. There is one thing i cant understand on my mobile phone that says analysis …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Webapp media screeen problem

    Just let your content decide when you need a media query. Resize your browser window and if a piece of content or element start to look akward, then you need …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to gabrielcastillo in Impossible to download jquery

    LOL.... this almost sounds like a troll.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in display particular images with specified id in codeigniter

    What the heck? A third thread of yours with the same question? https://www.daniweb.com/programming/web-development/threads/502697/how-to-fetch-images-stored-in-different-arrays-in-a-single-page-in-codeign
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching display particular images with specified id in codeigniter

    hi...iamb struggling with this code please help me my controller is this .. public function men_clothing() { $data['active_mn']='men_clothing'; $data['men']=$this->roxmodel->get_category_by_parent($p_id=8); $data['kids']=$this->roxmodel->get_category_by_parent($p_id=9); $data['galllery']=$this->roxmodel->get_galleryImages($p_id=10,11); } my model page looks like this... public function …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in display particular images with specified id in codeigniter

    You've asked this already in a previous thread, so why the duplcate? https://www.daniweb.com/programming/web-development/threads/502693/display-particular-images-in-codeigniter And 'struggeling with this code' is too vague and doesn't address your issue at all.
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Responsive Design and Chrome Window Resizer

    So, I've been teaching myself HTML, CSS, JS/jQuery for the last three months and I've finally got enough stuff put together that I'd like to create a portfolio. I've been …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Responsive Design and Chrome Window Resizer

    I checked in Mobile Safari (iPhone 5s with iOS 9.2.1) and to me it looks how it should look.
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching A Simple HTML Login page using JavaScript

    The Code Given is for only beginners in HTML 1.The code implements a simple login form 2.It checks whether the password and usernames are matching or not 3.While you are …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in A Simple HTML Login page using JavaScript

    OMG... can someone please kill this thread??? :)
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Help me Fixing Navigation Hover Problem

    Acually i'm new in web designing and i'm working on menu. But i'm facing problem in decorating hover...See Code Below and help me...Thanks <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Design …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help me Fixing Navigation Hover Problem

    Okay... and do we have to guess what the problem is?
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Wordpress Website - Sticky Navigation

    Hi Guys, I'm currently creating a wordpress theme that has a sticky menu. I've got the basic workings of it. The only problem I'm having is when it snaps to …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Wordpress Website - Sticky Navigation

    > when it snaps to a different position, it isn't quite snapping to the top due to what I believe is to do with the width of the menu. Instead …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching slide mouseover problem

    Hi All, I have written small slideshow script in Javascript with slice effect. I did functunality such pause function on mouseover. but when i mouseover the slide it crashes (if …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in slide mouseover problem

    Why not making it easier for people to help and create a [fiddle](http://jsfiddle.net/) or [pen](http://codepen.io/) from your code, so they can experience too what you experience, because I asume no …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching computer reservation online system by asp.net

    How to construct online reservation computer system
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in computer reservation online system by asp.net

    What do you have so far?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Image won't change based on size ?

    The array is only for your media queries. How and where to implement the orientation change, I don't know either but if the width of the orientation change falls within …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Image won't change based on size ?

    Ah... okay. :) You can fire an event on orientaton change as well. https://developer.mozilla.org/en-US/docs/Web/Events/orientationchange
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in CSS vertical menu problem

    Okay... just to let you know... the default value of the `height` property is `auto`, so it's redundant to declare it in your css.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Image won't change based on size ?

    > The only difference; if the orientation is different, the same image to which the img tag has an id=1 for example, continues to change the image based on the …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Image won't change based on size ?

    I thought you wanted to change the images like scrset does, but with JavaScript, because your lightbox script could not work with scrset. I don't understand what you're trying to …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Image won't change based on size ?

    This [script](https://jsfiddle.net/WildWind/cnbj069x/17/) won't change the image id when the browser width is 320 ? I'm hoping someone can help ?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Image won't change based on size ?

    There's a lot wrong and messy in your implementation. I don't know why you have so many functions and some of them don't make sense. Also you have stuff from …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching CSS vertical menu problem

    I am trying to learn how to do cool CSS3 menues. I have a good understanding of CSS, but I can't seem to fix this problem. Here is my code …

The End.