www.webdeveloper.com

Search:

Type: Posts; User: nailyener

Search: Search took 0.01 seconds.

  1. Is this possible: document.+variable+.style.+variable?

    Hi,

    Is it possible to have something like the following?


    document.VARIABLE1.style.VARIABLE2 = (some color);

    Thanks for any ideas.
  2. User agents in mobile redirection script

    Hi,

    I am working on the following redirection script: http://www.sebastianoarmelibattana.com/global/js/redirection_mobile_0.9.5.js

    There is a section in that script that checks for user agents:...
  3. Replies
    9
    Views
    1,749

    It looks aligned to me. Do you have a screenshot...

    It looks aligned to me. Do you have a screenshot of the problem?
  4. Replies
    4
    Views
    2,017

    A few things that I pay attention. I don't...

    A few things that I pay attention. I don't specify width of the layout so that it will fit to any screen width. I have my images max 240 pixels except for some special cases. I use vertical...
  5. Replies
    4
    Views
    2,017

    Hi there, I am also developing mobile websites....

    Hi there, I am also developing mobile websites. My methodology is to build fluid layouts so that it will adapt different screen sizes automatically. I base my design on a minimum screen of 320 pixels.
  6. Add to Favorites(Bookmark) Script for Mobile Site

    Hi,

    I am working on my mobile site and I want to add a bookmark button so that the visitors can add my site to their favorites. The mobile site is coded in HTML. I guess the bookmark script will...
  7. Replies
    35
    Views
    18,713

    I guess you are right, the redirect code was in...

    I guess you are right, the redirect code was in the index.php, instead of home.php of the main site. I changed it now and it seems to work just fine. No more redirects from main site to mobile once...
  8. Replies
    35
    Views
    18,713

    Are you checking on a mobile device? ...

    Are you checking on a mobile device?

    neonstring.com works fine as it should on a desktop browser. When you go "neonstring.com" on a mobile device, it redirects to "m.neonstring", that's good....
  9. Replies
    35
    Views
    18,713

    Surely, the site is neonstring.com and the mobile...

    Surely, the site is neonstring.com and the mobile version is m.neonstring.com. The (main site) pages that don't work properly on mobile device have this parameter "?tasket=...".

    Thank you very...
  10. Replies
    35
    Views
    18,713

    Here is the PHP code on my main site's index.php:...

    Here is the PHP code on my main site's index.php:


    <?php
    function is_mobile(){
    $regex_match="/(nokia|iphone|android|motorola|^mot\-|softbank|foma|docomo|kddi|up\.browser|up\.link|";...
  11. Replies
    35
    Views
    18,713

    tracknut, thanks for the code. I tried it on my...

    tracknut, thanks for the code. I tried it on my mobile site and it works. But I have the same problem as xover15, when you go to main site from mobile site, page links on the main site do not work,...
Results 1 to 11 of 11
HTML5 Development Center



Recent Articles