Search:

Type: Posts; User: Peon

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    739

    list of doctype solutions for CSS conflicts

    I am looking for list of all CSS conflicts which occur in different doc types especially XHTML 1.0 Transitional and XHTML 1.0 Strict.

    For example (ref...
  2. Replies
    3
    Views
    618

    Re: Understanding behavior

    I did it already and it worked on purpose but I wanted to understand the behavior in the situation posted above to understand the logic.
  3. Replies
    3
    Views
    618

    Understanding behavior

    As per my understanding <br /> puts the line break where its inserted but please check my following code and I have put <br > at the end of the table but instead of putting line break and then...
  4. Thread: Browser Language

    by Peon
    Replies
    3
    Views
    903

    Re: Browser Language

    Do you think checking for browser char set can also be helpful?
  5. Thread: Browser Language

    by Peon
    Replies
    3
    Views
    903

    Browser Language

    I know it can be checked using $_SERVER["HTTP_ACCEPT_LANGUAGE"] but it returns all the languages available (installed/checked) by user instead what is set right now.

    For example in chrome it...
  6. Replies
    9
    Views
    1,468

    Re: Google like Obfuscation

    I am working on a site which delivers data using tables. And client wants that anybody should not be able to copy it "easily".

    And client is quite educated about how browser works so he...
  7. Replies
    1
    Views
    698

    understanding background-color property

    With Ref
    http://www.w3schools.com/cssref/pr_background-color.asp



    But when I set top margin for body tag then its margin is also colored black. While if I move that style to p tag then it...
  8. Replies
    9
    Views
    1,468

    Re: Google like Obfuscation

    Is it possible to present only javascript code to the browser and then that javsacript code decode the html?
  9. Replies
    2
    Views
    716

    Why clear: doesn't work

    I understand the basic concept of both properties but when there is space left in an element line and after first element being floated left, for second element mostly float: right; is used but why...
  10. Replies
    9
    Views
    1,468

    Google like Obfuscation

    If you visit google.com and check its source then you will see merely obfuscated javascript.

    I want to do same thing.. I have searched a lot but yet I haven't found any good option which I can use...
  11. Replies
    3
    Views
    1,537

    Re: Understanding empty divs

    But I have not set its width/height..

    If it has to enforce line break then why it doesn't enforce when I put couple of empty divs like

    <div></div> in this case no visual effect appears at all.
  12. Replies
    3
    Views
    1,537

    Understanding empty divs

    In my code when I put dozens of empty divs like

    <div></div>

    then it really takes no space.

    But when I put empty div inside like

    <h1>Hello Wo<div></div>rld</h1>
  13. Replies
    3
    Views
    644

    Re: What's wrong with my code

    Yep, but when I put hex code in <a> tag in href attribute then it works fine. Actually I am trying to obfuscate my code.
  14. Replies
    3
    Views
    644

    What's wrong with my code

    Instead of rendering table with a row and a cell it simply prints the code on screen.



    <?php
    $table = "<table><tr><td>Hello World!</td></tr></table>";

    function Codify($a) {
    return...
  15. Thread: downloading file

    by Peon
    Replies
    3
    Views
    730

    downloading file

    I want to download files from behind the login page. Basically login page set cookies. I am open to use any method which will work like using web browser control , inet or any other.

    But file...
  16. Replies
    1
    Views
    1,466

    Router MAC address

    Is there any simple way of finding router mac address to which my pc is attached?

    I have found way of using shell command arp -a then storing its output in a file and parsing to find its mac...
  17. Replies
    1
    Views
    754

    Best free setup making software

    I know of a program which is not very good. I am looking for multilingual feature.
  18. Replies
    10
    Views
    1,364

    MS Access replacement

    Is there any free replacement of ms access to use and pack with vb6 software?
  19. Replies
    1
    Views
    678

    best practice to store database password

    What are best practices to store database server ip/username/password in vb6 program to avoid crackers handing off information?
  20. Replies
    4
    Views
    3,505

    Re: how to use embedded database

    I am just looking for replacement of MS Access because its not secure and its password can be cracked easily.
  21. Replies
    4
    Views
    3,505

    how to use embedded database

    I want to use embedded database other than access.. any good ones available?
  22. Replies
    16
    Views
    23,332

    Re: Checking Internet Connection in VB

    But this function always gets me FALSE. :o

    Actually it gives the Access denied error at objXML.Send
  23. Thread: page size

    by Peon
    Replies
    3
    Views
    710

    Re: page size

    I want to write an application which will monitor some of the pages for changes but I don't want to download pages daily to check changes so I am trying to figure out if there is any way to check...
  24. Thread: page size

    by Peon
    Replies
    3
    Views
    710

    page size

    Is it possible to know the webpage size without actually downloading it?
  25. best way to keep on checking internet connection

    To be more precise my application interacts with an online database but sometime there gets problem of connection whether due to internet or database itself is down.

    I want to devise a way in...
  26. Replies
    3
    Views
    645

    removing "target=_blank" from html

    I want to open new window in same web browser control instead of opening in another form. I have tried several methods but all in vain.

    I think it can be done if after loading every document i can...
  27. Replies
    9
    Views
    1,178

    Re: opening external application in vb form

    Well I want to open it inside vb applications not just execute and it runs in its own window like it does with shell command.
  28. Replies
    9
    Views
    1,178

    Re: opening external application in vb form

    actually i wanted to open firefox..
    I have looked into ole automation examples but found no clue about opening firefox.
  29. Replies
    9
    Views
    1,178

    opening external application in vb form

    Is it possible?
    I mean putting some control on form in which external application can be opened?

    Thanks.
  30. best practive to handle errors ado connection

    Actually problem occurs when remote db is down then debug point stops at cn.Open... I have also commented that cn.Open

    What is best way to handle remote db down related errors?



    Public Sub...
  31. Replies
    1
    Views
    465

    curl reading in bytes

    I am trying to convert following small code to curl but I am not getting successful. Any help please?

    Basically that code is reading file in 8kb parts.



    <?php
    $handle =...
  32. Replies
    1
    Views
    624

    auto update application

    What is best strategy to deploy for enable auto update of application written in vb6?
  33. Replies
    3
    Views
    631

    Icon and Graphics for vb applications

    I think vb applications can be made more eye candy if some graphics and icons are used. Anybody knows a good resource to find these type of graphics?
  34. Re: drag and drop between listbox control arrays keeping itemdata

    I can setdata to array but I don't know how to retrieve it from getdata... apparently there is no way to retrieve array.
  35. Re: drag and drop between listbox control arrays keeping itemdata

    I catch the point.. i think it would be better to pass an array variable to setdata.

    Now last thing.. as there are multiple listbox controls so how i can know from what is drag source so that i...
  36. Re: drag and drop between listbox control arrays keeping itemdata

    Here is code

    Private Sub lstLeader_OLEDragDrop(index As Integer, Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single)
    Dim strlist As String
    ...
  37. drag and drop between listbox control arrays keeping itemdata

    I have three listbox control array. I am doing drag and drop operation on them but it fails to move itemdata with text property.

    Is there any way to move itemdata too in target listbox?

    And all...
  38. Replies
    7
    Views
    888

    Re: Form and .vbp files vanished

    I have tried scandisk but files are not restored.. moreover i used undelete utility but it also failed to recover those files.

    I usually backup daily but my work of last 2 days were not backed up....
  39. Replies
    7
    Views
    888

    Form and .vbp files vanished

    My power got off when my form was open. When power got back and I looked for my project then i got file not found message. And further I found that my project.vbp file and one form file (.frm) is...
  40. Replies
    3
    Views
    1,175

    Re: dao access operation on multiple tables

    I have tried insert sql statement with db.Execute function but it doesn't add record though it also doesn't result in any error. :confused:

    I am using Access database.
Results 1 to 40 of 157
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width