www.webdeveloper.com

Search:

Type: Posts; User: raj_2006

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: 301 redirect

    by raj_2006
    Replies
    0
    Views
    696

    301 redirect

    Hi Guys,

    I am facing a problem in redirecting a old url to new url.

    For eg.

    I want to redirect

    http://olddomain.com/ and http://olddomain/(query param)
  2. Replies
    0
    Views
    1,416

    mysql stored procedure and cursor loop

    Hi,

    I have written a stored procedure in mysql and its returning a result set which I can access in the frontend via php which is good.

    But the problem is when I am going to store the resultset...
  3. Hi Ali, Many thanks for your suggestion.It's...

    Hi Ali,

    Many thanks for your suggestion.It's working now.

    Cheers
  4. [RESOLVED] access iframe content div id in main document

    Hi Guys,

    I have a problem. I have a iframe inside a php file.Now in that iframe there is a image with a onclick function

    Html Code:


    <img src="tab1.png" onclick="showhide('tab1');">

    In...
  5. Replies
    5
    Views
    1,651

    I have removed the height and set the dimensions...

    I have removed the height and set the dimensions of the image but still the bg image is not repeating I think the problem is in the bg image itself.

    I have attached the image.I think it would be...
  6. Replies
    5
    Views
    1,651

    I have attached the sccreenshot.....actually in...

    I have attached the sccreenshot.....actually in the header id I don't want to use the height....without using the height how can I put the dark grey as background

    Thanks a lot.. :)
  7. Thread: css problem

    by raj_2006
    Replies
    3
    Views
    1,570

    Solved.. :) I had to use overflow: scroll;...

    Solved.. :)

    I had to use overflow: scroll; inside the body class but don't know if this the best way to do it.
  8. Replies
    5
    Views
    1,651

    background image

    Hi All,

    I am trying to put few images at the top of another image which is a background image but it's not working the way I want to do.

    Here is the html code


    <div id="wrapper">
    <div...
  9. Thread: css problem

    by raj_2006
    Replies
    3
    Views
    1,570

    css problem

    Hi All,

    I am making a simple page with xhtml and css but the problem is when there is more text the the entire layout is moving into right.

    You can check the site
    ...
  10. solved.. :)..its a magic of array values :D

    solved.. :)..its a magic of array values :D
  11. [RESOLVED] copy previous text box array values

    Hi All,

    I am doing a form where after a certain row there is a checkbox which says "Same as above".So if it is clicked then after the form is submitted the 2nd element in the array will be...
  12. Replies
    7
    Views
    3,760

    Hi Dan, Sorry for being late. Finally I...

    Hi Dan,

    Sorry for being late.

    Finally I managed to make it working but slightly different.



    <script>
    $(document).ready(function(){
  13. uploading 17mb csv file to mysql database

    Hi there,

    I am trying to know which is the best method to upload 17mb csv file to the MySQL database for single table.

    Please let me know.

    Many thanks,

    Raj
  14. Replies
    7
    Views
    3,760

    Excellent...Let me try and will get back to you...

    Excellent...Let me try and will get back to you with the output.

    Thanks.. :)
  15. Replies
    7
    Views
    3,760

    Hi, Thanks for your suggestion.The thing is...

    Hi,

    Thanks for your suggestion.The thing is the div will togle onclick a link.It's working fine when it's only one div id.

    Now if there is more than one div ids then I can't write something...
  16. Replies
    7
    Views
    3,760

    [RESOLVED] pass dynamic div id to jquery

    Hi All,

    I am trying to pass the dynamic div id to the jquery onclick function.

    Here is the html code


    <div id = "show1" class="test">Click 1</div>
    <div id = "show2" class="test">Click...
  17. Replies
    1
    Views
    882

    add some animation in js

    Hi All,

    I am doing a hide/show functionality.Its working but I want to add some animation so it becomes smoother.

    My code:


    <script type="text/javascript">
    function showContent(vThis)
    {
  18. Replies
    1
    Views
    1,329

    connect to remote mysql db from local

    Hi Guys,

    I don't know if I should post this in sql or php forum.But here is the one which I am going to try.

    I have a huge mysql db online but I want to connect that db from my local.

    Is it...
  19. Replies
    2
    Views
    1,084

    Hi Its get sorted out by using...

    Hi

    Its get sorted out by using decodeURIComponent() function.

    http://www.w3schools.com/jsref/jsref_decodeuricomponent.asp

    cheers :)
  20. Replies
    2
    Views
    1,084

    [RESOLVED] split space from url value

    Hi,

    I am trying to split a url string

    for example the url is

    http://www.xx.com/museum design

    and the string is museum design
  21. Replies
    13
    Views
    1,596

    css....

    css....
  22. Replies
    1
    Views
    856

    Its fixed... it should be var scul =...

    Its fixed...

    it should be


    var scul = document.getElementById('test1').getElementsByTagName(&quot;UL&quot;);

    for(var i=0; i!=scul.length; i++)
    {
    scul[i].className = 'cssclass';
  23. Replies
    13
    Views
    1,596

    I think i should change the post status from...

    I think i should change the post status from resolved to not resolved...hehe

    Yeah in IE its not working if the window is resized :mad:
  24. Replies
    1
    Views
    856

    [RESOLVED] getelementsbytagname + ul

    Hi

    My code is like this


    <div id='test1'>
    <ul class='cssclass'>
    <li><a href='bla bla'>Text 1</a></li>
    <li><a href='bla bla'>Text 2</a></li>
    </ul>
  25. Replies
    2
    Views
    1,387

    Excellent....It works... Thanks a lot mate :)

    Excellent....It works...

    Thanks a lot mate :)
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles