Search:

Type: Posts; User: Siddhi Patel

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Re: What are the different versions of JAVA ?

    There are 3 main Java platforms: Java SE (standard edition) Java ME (mobile edition) Java EE (enterprise edition)
  2. Replies
    2
    Views
    1,192

    Re: Mysql pivot how

    hello...
    from below link is helpful for you to learn pivot in MySQL....
  3. Replies
    6
    Views
    4,113

    Re: Same navbar on multiple pages.

    hello...
    you can just create your navbar HTML shared view and use it on your all page just linking it. you cant need to write the same code again and again.
  4. Re: Why do web pages render differently on different computers?

    Hey
    Because HTML was designed for an environment common to different platforms (e.g., Windows, Mac OS X, the X Window System) and configurations unique to each user, a web page will not look the...
  5. Replies
    10
    Views
    7,722

    Re: is React JS is Better or Angular JS

    React js is better another the js framework of angular
  6. Re: How can I eliminate the extra space after a tag?

    hello...
    using set the margin value is 0 you can remove unnecessary space.
  7. Re: How do you make a horizontal scrolling photo gallery in Javascript?

    Hello...
    Below Links are helpful for making a horizontal scrolling photo gallery.

    https://codepen.io/ivyindex/pen/eClgA...
  8. Replies
    4
    Views
    2,383

    Re: How to add 2 columns in the textarea?

    Hello...
    What you actually want is not Identified but for the Textarea have attribute "cols" using this attribute you can set a column of Textarea for more about it follow the below link.
    Cols...
  9. Replies
    1
    Views
    6,219

    Re: Current version of Jquery Datatable ?

    DataTables 1.10. 22 is the current stable release of DataTables.
  10. Re: Can't get a tag to stay highlighted when it has focus

    Hello....

    please try below code


    function addMenuClass(li_id)
    {
    var x =li_id
    var li = document.querySelectorAll("li");
    for (var i=0; i<li.length;...
  11. Replies
    3
    Views
    1,710

    Which is best Linq or Normal SQL query

    Which is best Linq or Normal SQL query
  12. Thread: Linq

    by Siddhi Patel
    Replies
    1
    Views
    786

    Linq

    In LINQ how will i find the index of the element using where () with Lambda Expressions?
  13. how can i centere block eliminate using css1?

    how can i centere block eliminate using css1?
  14. Re: Passing a variable as a parameter into getElementById()?

    Hello..

    yes only one way to use getElmentById works.which is u use but if u pass it's parameters it is don't work it returns only when you pass id which is exist in html otherwise it returns...
  15. which tag is use to add author and copyright information.?

    which tag is use to add author and copyright information.?
  16. What’s the difference between unset() and unlink()

    What’s the difference between unset() and unlink()
  17. how do you set a multicolored text in webpage?

    how do you set a multicolored text in webpage?
  18. Replies
    2
    Views
    2,099

    about background and colour

    Why background and color are the separate properties if they should always be set together?
  19. Give an example of how you would use counter-increment and counter-reset in CSS to cr

    Give an example of how you would use counter-increment and counter-reset in CSS to create automatic numbering within a webpage.
  20. Is it possible to stuff an Ajax text search with characters from a link?

    Is it possible to stuff an Ajax text search with characters from a link?
  21. an item with the same key has already been added.

    in mvc how can i solve an item with the same key has already been added issue.
  22. Replies
    0
    Views
    1,128

    Html,css related question

    When looking from the outside edge of an HTML element and moving to the inside edge, what order do the padding, margin, and border occur in?
  23. Replies
    3
    Views
    17,911

    Re: jquery and external css

    hello
    it is not possible because if u want to use external CSS you can import it in head tag or put it to markup.
  24. Replies
    3
    Views
    17,911

    Re: jquery and external css

    hello
    it is not possible because if u want to use external CSS you can import it in head tag or put it to markup.
  25. Replies
    3
    Views
    24,390

    Sticky: Re: Boost Libraries

    Hello..
    also see this websites for more about boost libraries.
    https://www.boost.org/
  26. Replies
    3
    Views
    4,227

    What is an image map?

    What is an image map?
  27. Re: Disabling a web page until logging in?

    hello..
    You Can try Session if user login success than set the session and check condition session is set or not if session is set than other code run other wise send warning.
  28. Re: Disabling a web page until logging in?

    hello..
    You Can try Session if user login success than set the session and check condition session is set or not if session is set than other code run other wise send warning.
  29. Re: How to set the width of an HTML SELECT INPUT

    Hello..
    Just apply this css to your select to set width of select.


    select {
    width: 200px;
    padding: 16px 30px;
    border: none;
    border-radius: 20px;
    background-color:...
  30. Re: How to set the width of an HTML SELECT INPUT

    Hello..
    Just apply this css to your select to set width of select.


    select {
    width: 200px;
    padding: 16px 30px;
    border: none;
    border-radius: 20px;
    background-color:...
  31. Which Attribute Is Used To Scroll Up To The Top Of The Page Without Reloading It?

    Which Attribute Is Used To Scroll Up To The Top Of The Page Without Reloading It?
  32. Re: What's the difference between the directory and menu lists and the unordered list

    The ordered and unordered lists are easily the most commonly used, while the menu and directory lists don't often add much value to your Web pages. Definition lists, however, are unique because they...
  33. how to add spacing between one latter in one word?

    how to add spacing between one latter in one word?
  34. What is the difference between position() and offset() in jQuery?

    What is the difference between position() and offset() in jQuery?
  35. How do I change the JQuery Data Tables data set?

    How do I change the JQuery Data Tables data set?
  36. Replies
    2
    Views
    1,701

    What is jQuery.noConflict() in jQuery?

    What is jQuery.noConflict() in jQuery?
  37. What is jQuery.holdReady() in jQuery?

    What is jQuery.holdReady() in jQuery?
  38. Replies
    17
    Views
    5,311

    Re: How To Use Between Is Select Statement

    HI..

    SELECT * FROM Table_Name
    where OrderDateTime
    BETWEEN '2019-11-12' AND '2019-11-22';
  39. How can user activities be tracked using HTTP cookies?

    How can user activities be tracked using HTTP cookies?
  40. Replies
    27
    Views
    2,467

    Re: Why are the variables not downloaded?

    Hi...

    When any form download at that time variable value become null or reset variable so variable is not download.

    or other way to download JS variable using data URI like this:


    <a...
Results 1 to 40 of 50
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width