www.webdeveloper.com

Search:

Type: Posts; User: GUIR

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thanks

    Thanks for your guidance.
  2. Retrieving unicode data saved in MySQL with collation ucs2_unicode_ci

    Hi,

    I had troubles with saving Sinhalese characters in to MySQL and was able to overcome those by defining MySQL collation as ucs2_unicode_ci . That works fine.

    However when data is retrieved...
  3. Replies
    0
    Views
    507

    jQuery applying fancybox to dynamically added links

    Hi,

    In http://tinyurl.com/6n4blen I am addinng dynamic links which are supposed to be attached to the fancybox.

    But it seems to fancybox is not applied to those dynamically added links as...
  4. Replies
    3
    Views
    764

    Thank you for both of you and sorry about my...

    Thank you for both of you and sorry about my delay in response.

    Damndeawoo, i fixed many issues pointed there. Most of the highlighted errors are related to JavaScript codes, however it didnt work...
  5. jQuery animate(), background color, gives different color in IE

    Hi,

    In http://tinyurl.com/6n4blen I have used following jquery animation and it works fine in FF and chrome.

    $('#doanim').stop().animate({ backgroundColor: "#B8CFE9" }, 600 ).stop().animate({...
  6. Replies
    3
    Views
    764

    CSS float,left , dropdown CSS issue with IE

    Hi,

    In http://tinyurl.com/6n4blen I have used two divs with float left and right to position two divs like a two cell-one row-table.

    In page using chrome or ff, you will see a drop down in...
  7. Replies
    2
    Views
    634

    jQuery Thank you very much. Passing var i with ajax and...

    Thank you very much. Passing var i with ajax and returning same with output worked.

    Visit Sri Lanka at your next vacation :)
  8. Replies
    2
    Views
    634

    jQuery issue with setInterval

    Hi,

    I have set following function to be executed in each 5 seconds of time using setInterval().


    function updateStock()
    {
    var iidL = iids.length;
    var ii;
    for(i=0;i<iidL;i++)
  9. Replies
    10
    Views
    1,651

    I tested with setting domain paramater. No change...

    I tested with setting domain paramater. No change of result with or without the domain parameter. setcookie() , session not works inside function ? works outside functions..

    Thanks
  10. Replies
    10
    Views
    1,651

    Hi, Actually setcookie() works fine, when it...

    Hi,

    Actually setcookie() works fine, when it is used outside a function.Its not working inside a function. Same for both session and cookies. I know its abnormal. But that is what happens.

    And...
  11. Replies
    8
    Views
    2,094

    Hi, Unfortunately I am not able to post the...

    Hi,

    Unfortunately I am not able to post the actual code here as it is related to a commercial product.

    But I have tested a sample code which is being posted at another thread...
  12. Replies
    10
    Views
    1,651

    I have enabled error logging , no error given. ...

    I have enabled error logging , no error given.

    In fact, setcookie even returns true even though nothing being saved.

    If you take above code sample, it doesnt work in my server.

    :(
  13. Replies
    8
    Views
    2,094

    Hi all, Thanks for your comments. Latest...

    Hi all,

    Thanks for your comments.

    Latest status is I found SESSION is also not working.

    And found both COOKIEs and SESSION are not working when called inside a function .

    Same code works...
  14. Replies
    10
    Views
    1,651

    Hi all, Thanks for your all comments. ...

    Hi all,

    Thanks for your all comments.

    Nothinng helped me so far and today I noticed that it is same with $_SESSION also.

    Also noticed, this happens when setcookie() function is called inside...
  15. Replies
    8
    Views
    2,094

    Any alternative(s) for Cookies ?

    Hi,

    Is there are alternatives instead of using cookies?

    Actually I have used cookies for an application and for some reason cookies are not getting saved. I have posted a separate thread on...
  16. Replies
    10
    Views
    1,651

    COOKIE Not saved ?

    Hi,

    I have used following code in a file to set a cookie. The setcookie() function actually returns true. But when tried to retrieve cookie it seems to be not set.


    $COOKIE_EXPIRY_IN_DAYS =...
  17. Replies
    1
    Views
    842

    line breaks are added to PHP mail

    Hi,

    I have done a certain PHP application and it frequently sends mails using php default mail function.

    In most cases it works fine. However occassionally line breaks are applied to message...
  18. Replies
    3
    Views
    1,687

    As far as I know , IE is the most stubborn...

    As far as I know , IE is the most stubborn browser.. :) That might not follow given instructions. I think print CSS solutions will have better support. In fact you can have two versions of page...
  19. Replies
    3
    Views
    1,687

    hi, Try one of following.. ...

    hi,

    Try one of following..

    http://stackoverflow.com/questions/596876/how-can-i-print-background-images-in-ff-or-ie

    BR
  20. Replies
    1
    Views
    780

    get clicked element (id,etc..)

    Hi,

    I am working on developing a web based form builder and recently completed a feature for importing templates. In other words, it can now load <body> of uploaded web pages to the canvas (a DIV...
  21. Replies
    0
    Views
    792

    jQuery UI.Boxer on/off dynamically

    Hi,

    I am working on developing a web based wysiwyg form creation software and I wish to add a DIV drawing feature to the same.

    What I meant is drawing rectangles on a canvas, makes drawn...
  22. Replies
    2
    Views
    1,314

    Thank you very much

    Thank you very much
  23. Replies
    2
    Views
    1,314

    Cross Domain Cookies

    Hi,


    I have to build a cross domain authentication service and also needing to save the login session at client end.

    I am aware that PHP doesnt allow to access cookies saved by a domain, from...
  24. Replies
    1
    Views
    984

    jQuery did it, commented hide functions :) ...

    did it, commented hide functions :) ...
  25. Replies
    1
    Views
    984

    jQuery how to cancel click event in treeview

    Hi,

    I m going to use jquery treeview at http://docs.jquery.com/Plugins/Treeview .Please see my version at http://cmprs.me/12lu .

    I need to block node collapsing on Click, instead bind them with...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles