www.webdeveloper.com

Search:

Type: Posts; User: amandaNHT

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. I managed to work through it myself. I ended...

    I managed to work through it myself.

    I ended up using position:absolute and putting the layout boxes inside of the "page" box as separate divs with font size of 1px and the background colors set...
  2. What I am basically trying to do is override the...

    What I am basically trying to do is override the order the div's are dropped to the page in. If I have 4 divs and I drop them in 1, 2, 3, 4 I want to be able to have 4 on the left side of 3 if I need...
  3. [RESOLVED] Using X,Y Coordinates to draw complex boxes for layout within a div as a thumbnail?

    Ok, so I am using FPDF and PHP to make automatic dynamic flyers for my office and I was wondering if anyone could help me out in making a "thumbnail" of the document layout for the page that lets the...
  4. Thread: Mobile

    by amandaNHT
    Replies
    0
    Views
    458

    jQuery Mobile

    EDIT: Sorry, I was going to write the title after I finished writing this part, but I forgot and clicked "submit" -- so now it's stuck. :(

    I'm using jQuery Mobile 1.3.1 (and jQuery 1.9.1) and I'm...
  5. Replies
    2
    Views
    604

    Thank you for pointing me in the right direction,...

    Thank you for pointing me in the right direction, and for responding so quickly. I tried googling an answer before I posted here and I couldn't figure out the right thing to search for. Thank you so...
  6. Replies
    2
    Views
    604

    Optimize images for web ...on upload?

    I'm building a CMS for a client who is definitely not very computer savvy. They will be uploading a lot of photos and they are scared of "big" words like "optimization" and "photoshop" so they are...
  7. The tricky part about this is that the panel...

    The tricky part about this is that the panel (div[data-role="panel"]) and the jQuery Mobile page (.ui-page) both have to have the margin added, otherwise they overlap.
  8. Smooth margin-size change between break-points?

    I'm trying to center a jQuery Mobile page with a panel and "margin: 0 auto" doesn't work, so here is what I have:



    <style type="text/css">
    @media screen and (min-width:65em){...
  9. jQuery jQuery Mobile 1.3 - set 1 or more Panels to open by default at 55em wide

    Ok, so using the "ui-responsive-panel" class on a page prevents swiping or clicking-in-the-content of the page from closing a panel after the screen 55em wide. That's awesome, but it's only half of...
  10. jQuery Ideally I would also like a structure with which...

    Ideally I would also like a structure with which I can make this process dynamic, such as one single jQuery function for which I could send the sub-item's id's or something (like in an array) and it...
  11. jQuery Checkboxes to enable or disable other checkboxes...

    Ok, so I've got a form I'm trying to make and it has sections that can be checked and if that section is checked, it needs to enable the checkboxes of the sub-items within that section.

    I don't...
  12. My clients getting bounced emails! How can I fix and prevent this?

    Most of my clients are businesses (offices) and they send a lot of emails and a lot of contracts, specification-sheets, and other PDF attachments. They also deal with a lot of real estate agents, so...
  13. jQuery jQuery Mobile - How to set a global override for a default theme?

    Ok, I'm getting some inheritance problems with the theme I'm trying to use for one of my projects and it's causing me a lot of frustration.

    I have theme "c" set everywhere, including the document...
  14. That helped immensely! Apparently one of the...

    That helped immensely! Apparently one of the values being passed (a 0 where it is anything from 0 to 100) was being passed as NULL, but "NULL" wasn't marked in the database, so I made it...
  15. [RESOLVED] MySQLi fail - trying to INSERT

    Ok, so I've pinpointed the problem to this spot:



    $query = "INSERT INTO project(`id`, `name`, `summary`, `client_id`, `detail`, `link`, `scope`, `type`, `progress`, `status`)
    VALUES (NULL,...
  16. Ok, all of these answers are spam. I need to...

    Ok, all of these answers are spam.

    I need to embed a QR READER in an app, I don't need to make QR Codes. Do you people read things befor eyou start posting links everywhere???
  17. Well, it works, more or less, but now the...

    Well, it works, more or less, but now the container for the links is centered...



    .brownDivSecondary{
    text-align:right;
    display:block;
    display:inline-block;
    width:50%;
    padding:5px 0;
  18. You just gave me an idea, though that I think I...

    You just gave me an idea, though that I think I might try -- if I do the brownDiv as a 50% width and give the content a separate background and a margin of negative-12px (or however tall the div is)...
  19. That is very close to what I'm looking for,...

    That is very close to what I'm looking for, except that the background (and content) is supposed to be 75% of the container-width and the background is supposed to also be outside of the container...
  20. Can I make a div touch the left side of the page with a centered fixed-width parent?

    Ok, so I have a container-type div with a max-width of 1024px and I have a div right above it that has 3 in-line links in it... I want the links to stay within that 1024px area but I want the...
  21. Have you ever had a client misspell their business name or domain name? What do I do?

    This has happened a couple of times now; I have a client who sends me an email with the domain name they want (more than one client, not the same person twice) -- they misspelled it, so the domain...
  22. Responsive Scale - Fit to window if mobile screen is too small

    Ok, so you know how sites that aren't mobile-compatible are just shrunken down on a mobile device? Can I do that purposely with the mobile version of my site if the screen is smaller than I expected?...
  23. Replies
    0
    Views
    437

    Fairly "simple" layout

    Ok, I missed my coffee this morning. I know I can figure this out if I've got some caffeine and patience, but I don't have either of those things today.

    What I need:

    I'm making a site with...
  24. Resize images during upload, and optimize for web

    Ok, so I'm making a site with a custom CMS and the people who will be inputting information typically try to hand me photos that are 4000 by 3000 pixels at 300dpi. This is obviously bad... I need to...
  25. Dynamic Directory Redirect? Direct a dynamically named folder to an info page?

    Ok, so I have a list of places (for this example we'll pretend they're cities) and I need to make this happen:

    If someone types/clicks "mysite.com/seattle" it should display...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles