CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Debbie-Leigh

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. How to get end date onto previous row

    Hi,

    I'm trying to extract start and end dates as the delimiters of different periods. I would like them to be on the same row, but I can't figure out how to do it.

    The query I'm using is:


    ...
  2. Replies
    3
    Views
    1,314

    Re: Selecting Rows That Span 360 Degrees

    I'm trying to select the rows where the parameter (270 in the example) falls within the range between the from and to values.

    The from will always be before the to on the compass, which is where...
  3. Replies
    3
    Views
    1,314

    Selecting Rows That Span 360 Degrees

    Hi,

    Here's a brain puzzler for anyone who likes a challenge or has already come across a similar problem and has a solution for it.

    I have a table that holds wind directions and another that...
  4. IP Loopback Webserver Restriction Rule

    Hi,

    Has anyone else run foul of the IP loopback restriction rule that shared server hosting companies seem to have been implementing?

    I've been told by my hosting company that it's to stop...
  5. Replies
    3
    Views
    2,921

    Re: Cellspacing in CSS - Solved!

    Hi PeejAvery,

    Yes, it's mainly a HTML5/CSS3 solution (although it might work in some older versions of some browsers), because until now there hasn't really been a neat-ish solution. All I could...
  6. Replies
    3
    Views
    2,921

    Cellspacing in CSS - Solved!

    Hi,

    At long last, I've managed to figure out how to emulate the HTML cellspacing attribute in CSS. So I thought that I'd post it here so everyone can use it.

    Here's the code:


    .cellspacing...
  7. Replies
    7
    Views
    1,923

    CSS Re: Border-Radius Conflict

    Yes, your file worked, so I guess it's back to the grind to find the conflict.
  8. Replies
    7
    Views
    1,923

    CSS Re: Border-Radius Conflict

    Yes, it sounds like there's a conflict, but I'd run out of ideas. I guess I'll have to continue looking. I wonder why css is always a pain to get working?
  9. Replies
    7
    Views
    1,923

    CSS Re: Border-Radius Conflict

    Firefox 4.
  10. Replies
    7
    Views
    1,923

    CSS Border-Radius Conflict

    Hi,

    I'm trying to get top both corners of my table header row to have a rounded corner each, but only one is appearing.

    The HTML is:


    <tr>
    <td width="12%" class="tbl-col cnr-tl">Col...
  11. Text line falls outside it's surrounding DIV

    Hi,

    I'm trying to include some text within a div, but the last line always seems to fall outside the bottom border.

    An image of what it looks like is attached.

    Here's the html I'm using:

    ...
  12. Invoking parent __call from child object

    Hi,

    I have a magic __call method in two classes and one class is the child of the other.

    The accessor methods in each class, get and set elements in their respective class arrays.

    Here's the...
  13. Replies
    3
    Views
    2,831

    Re: Alternative command to exec

    Hi PeejAvery,

    Oh dear, that doesn't sound promising. I'm trying to execute the ioncube licence generator program and have run out of ideas.

    My software needs to use it to licence itself and...
  14. Replies
    3
    Views
    2,831

    Alternative command to exec

    Hi,

    All of the hosters I've tried have disabled the exec command, but I need to execute an external program from within my php code and be able to detect the return code and output messages.

    So...
  15. Replies
    2
    Views
    8,248

    Ajax from a different domain

    Hi,

    I have an ajax script that I would like to use to retrieve a password hint from a database.

    Both the ajax script and the php retrieval script are stored on the same domain (we'll call it...
  16. Replies
    5
    Views
    2,388

    Re: Prototype.js - destination is undefined

    Hi PeejAvery,

    apTabs comes with version 1.6.0.2, but I've just tried it with the version at the end of your link, but still got the same error.

    Oh dear, I've run out of ideas now.
  17. Replies
    5
    Views
    2,388

    Re: Prototype.js - destination is undefined

    Hi PeejAvery,

    Unfortunately, it's not my code that's calling it. Prototype.js came with aptabs and I just followed the instructions to add it into the appropriate folders and my code.

    I picked...
  18. Replies
    5
    Views
    2,388

    Prototype.js - destination is undefined

    Hi,

    I'm trying to use a javascript tabstrip script called aptabs, which uses prototype.js. However, prototype.js won't load properly, because the following error occurs in prototype.js:
    ...
  19. How can I shorten an url and still keep the parameters?

    Hi,

    I've been studying the Apache manuals for a while now, but I still can't figure out how I can achieve the following.

    If I have an url:

    http://example.com/blah/index.php?parm1

    and I...
  20. Replies
    8
    Views
    3,105

    Re: Windows logoff option has disappeared

    Hi PeejAvery,

    Yes, I did try your solution, but I couldn't see any option called Display Log Off anywhere.

    I do understand where you are coming from, but the person that gave me that link in...
  21. Replies
    8
    Views
    3,105

    Re: Windows logoff option has disappeared

    Well lets see now, when I installed Windows, the logoff option worked fine.

    After installing some of my apps I discovered that the logoff option no longer worked.

    After I put the new dll in,...
  22. Replies
    8
    Views
    3,105

    Windows logoff option has disappeared - solved

    Hi,

    Here's the solution:

    Download the following file, unzip and double-click the .exe to install it:

    Doug Knox

    It will overwrite the dodgy version of the msgina.dll file with a working...
  23. Replies
    3
    Views
    1,278

    Apache doesn't recognise my websites - solved

    Hi,

    OK, problems solved.

    After an awful lot of trial and error testing, I found that it was the php_snmp.dll module that was causing the error. It was being included in the extensions section...
  24. Replies
    3
    Views
    1,278

    Re: Apache doesn't recognise my websites

    Hi goatslayer,

    There are two httpd processes showing in Task Manager, which I suspect are the parent and child ones. Apache is started via the Apache service.

    The error message is the classic...
  25. Replies
    3
    Views
    1,278

    Apache doesn't recognise my websites

    Hi,

    I'm having a problem getting Apache to recognise my development websites after I did a Windows reinstall last week.

    I hadn't changed anything in the Apache folder since before the...
Results 1 to 25 of 67
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured