www.webdeveloper.com

Search:

Type: Posts; User: OM2

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    651

    How to turn white into pure white

    Can someone advise me how to turn whitish background into pure white - but without affecting the subject in the graphic

    Is there a quick to use filter in Photoshop? How about Gimp?
    How about a...
  2. EDIT: I think I should have had a few...

    EDIT: I think I should have had a few float:left's in there... the forum doesn't allow me to edit now!
  3. What the best way to have 2 DIV with a separator in the middle?

    Can someone tell me what's the best way to have 2 DIV's with a vertical white space separator in the middle?

    1. Is the answer to have 3 Divs? With the middle one being narrow?

    2. Or maybe have...
  4. Thread: HTML5 book example

    by OM2
    Replies
    0
    Views
    475

    HTML5 book example

    I can't remember where I saw this...
    But, I saw an animation of a story book or something

    It was 2 pictures on layers
    The top one was on the left and the other was zooming in

    Does anyone know...
  5. Replies
    2
    Views
    1,055

    see, that's JUST my point! let's take filezilla...

    see, that's JUST my point!
    let's take filezilla
    it operates exactly as an ftp client as does
    BUT... let's change the right click to give some more functionality
    right click a file and u get a few...
  6. Replies
    2
    Views
    1,055

    FTP client with unzip ability

    Is there an FTP client that has an unzip ability?

    i.e. something that will allow me to upload a zip file and then allow me to unzip that file by right clicking or something

    I'm sure purists...
  7. thank u

    thank u
  8. Need array creation and popping from the middle advice

    I want to create an array of 1 - X
    (X could be 10, 20, 30 or any number)

    Then I want to randomly choose a number from 1 - X

    I now want to remove the random choice - and then do the same again...
  9. Replies
    13
    Views
    1,838

    thanks. that's really useful

    thanks. that's really useful
  10. Replies
    13
    Views
    1,838

    What web developer tools do you use?

    I'd like some recommendations for tools people use when developing
    Specifically I'd like to know what browser add ons to use - but if there's anything else that is amazingly useful as a tool, I'd...
  11. Replies
    2
    Views
    828

    How do I inspect a HTML object

    Can someone tell me how I can inspect an object in a HTML page by clicking on it?

    I've tried using Chrome's dev tools - it's actually awesome
    Also Chris Pederick's Web Developer in Firefox
    ...
  12. jQuery jeff, thanks for the reply that's actually an...

    jeff, thanks for the reply
    that's actually an amazing help
    yes: someone else said to me that the dom waits for the ready event
    the application is actually for jquerymobile

    there'll be no chance...
  13. jQuery Question about the scope and availability of vars

    Question: if I declare a variable in on js fiile, is this available to another js file that is loaded?

    Answer: yes, it's available (unless inside of a function or something)

    BUT: does it matter...
  14. Replies
    11
    Views
    1,164

    @jedaisoul, i'm targeting the iphone and going...

    @jedaisoul, i'm targeting the iphone and going for a width of 640
    this seems to work well with all plaforms tested
    on bigger screens, it still looks ok - i wouldn't complain at all
    on smaller...
  15. Replies
    11
    Views
    1,164

    @theboot: thanks a million for the code - really...

    @theboot: thanks a million for the code - really appreciated
    that didn't quite work, u can see the code here: http://development-testing.info/app/z.html

    someone else gave me code that did the...
  16. Replies
    11
    Views
    1,164

    thanks for the reply just tried that i added...

    thanks for the reply

    just tried that
    i added the following after other css imports:

    <style type="text/css">
    html, body, img { padding: 0; margin: 0: width: 100&#37;; border: 0; }
    </style>
    ...
  17. Replies
    11
    Views
    1,164

    thanks for the replies i removed the tags...

    thanks for the replies

    i removed the <a> tags - same result
    i also added style="margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0" to the <a> tags first - same result


    i think i'm...
  18. Replies
    11
    Views
    1,164

    Evf, thanks for the reply See the link here: ...

    Evf, thanks for the reply

    See the link here:

    http://development-testing.info/app/

    I'm lost, even if there were other CSS rules, I would have thought if I applied the following to EVERYTHING:...
  19. Replies
    11
    Views
    1,164

    Problems with margins on div's and images

    I want zero space between div's and images
    I've tried everything, nothing works!
    I was hoping someone could point out where I was going wrong

    I have this code:



    <div...
  20. Replies
    5
    Views
    799

    ok... ur reply is good :) i did similar to what...

    ok... ur reply is good :)
    i did similar to what u sggested
    one thing different though - don't put in height - else the image will look squashed
    leave that out

    many links in ur first post don't...
  21. Replies
    5
    Views
    799

    what am i missing. i don't see any reference in...

    what am i missing. i don't see any reference in your post that addresses my question. i don't even understand what ur talking about. spam post?
  22. Replies
    5
    Views
    799

    How do I get a 1/3 and 2/3 split?

    I want to split a row

    The left had div should occupy 1/3 and the right hand side should occupy 2/3

    I've seen how to do it before!!
    My mind's gone blank and I can't think how I need to do
    ...
  23. hmm... i just talked to someone else, they said...

    hmm... i just talked to someone else, they said dataset was quite widely available and gave me this link:

    http://caniuse.com/dataset

    any thoughts?
  24. guys: thanks for that. i've been developing in...

    guys: thanks for that. i've been developing in sencha. works on my desktop chrome browser. i'm now happy that i hadn't developed further - only to find last minute that i've got some damn unknown...
  25. hmm... i was using for mobile app/website...

    hmm... i was using for mobile app/website development
    does that change anything?
    thanks
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles