Search:

Type: Posts; User: Peter76; Keyword(s):

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    202

    [SOLVED] Re: [WEB] Image location on page from origin

    Read up on absolute positioning with css; that should do the trick.

    Good luck
  2. Replies
    6
    Views
    278

    [SOLVED] Re: Javascript problem

    Thanks for that! I'll do some more reading on that:D

    Peter
  3. Replies
    6
    Views
    278

    [SOLVED] Re: Javascript problem

    @lykeion, thank you so much!; wrapping alert() in an anonymous function did the trick!
    DOes anybody know why you have to wrap alert() in a function like this to get it to work, but can call a normal...
  4. Replies
    6
    Views
    278

    [SOLVED] Javascript problem

    I have the following html:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"...
  5. Replies
    3
    Views
    591

    Re: Sorting/Arranging Content in HTML

    Hi Rhemat,

    I do not understand exactly what you are trying to do, but you could use css again to change the position of the links according to their state; google css pseudo classes for this....
  6. Replies
    3
    Views
    591

    Re: Sorting/Arranging Content in HTML

    You should use a list for this and then CSS to style it. With CSS you can set multiple classes on an element, BUT if I recall correctly, IE of course doesn't play nice with this ( check with Google...
  7. Replies
    3
    Views
    316

    Re: Curious with the string

    Is that really what it is? Sounds like a fun project to use that for something.
  8. Replies
    8
    Views
    435

    [SOLVED] Re: Question about struct pointers in C

    Ok, think I found the answer myself; "name" is actually of the type char*, so is that why this construction works?
    And if "name" had been of type int, would malloc have then to be called with...
  9. Replies
    8
    Views
    435

    [SOLVED] Question about struct pointers in C

    Hello, still studying my C book:p,

    I have the following function:


    void InitPerson( Person *person, char *name, char *address ) {
    int nameLength = strlen(name) + 1;
    person->name = malloc(...
  10. Thread: C question

    by Peter76
    Replies
    9
    Views
    405

    [SOLVED] Re: C question

    Sorry, my mistake, didn't put that very well.



    ANd again thanks for more clarification
  11. Thread: C question

    by Peter76
    Replies
    9
    Views
    405

    [SOLVED] Re: C question

    Thanks for the quick replies.
    I am aware of pointers, but I never saw this construction before, Iwas thinking along the lines of what Johnl was saying, that I declared a function whith a return type...
  12. Thread: C question

    by Peter76
    Replies
    9
    Views
    405

    [SOLVED] C question

    Hello,

    I'm studying a C book at the moment and as an example there is this addressbook app. The following is in the headerfile:



    typedef struct {
    char *name;
    char *address;
    } Person;
  13. Replies
    8
    Views
    7,063

    Re: 2d cad/drawing software?

    Qcad is what you are looking for, it's in the repos, or you can buy a commercila version for € 26 or something. I use it a lot for my woodworking drawings.

    www.ribbonsoft.org
  14. Re: Do bluefish or quanta plus cater for php and the intellisense?

    If you mean auto completion with function reference, yes, Bluefish 2.0-rc1 ( or the latest devel version ) has it.
  15. Replies
    7
    Views
    1,864

    [SOLVED] Re: Gimp image transparency

    You are probably working on a layer / image without transparancy. Right click on the layer and go to add alpha channel. Now when you use the eraser it will erase to transparency.
  16. Re: Anybody here into amateur and/or professional web design? Showcase your work

    Doing it for a hobby, I made my own and my girlfriends:

    www.petemoll.nl
    www.fockschaep.nl

    Both made with Bluefish, Gimp and Inkscape
  17. Replies
    11
    Views
    1,044

    Re: Ubuntu Web Developers

    My own site and my girlfriend's:

    www.petermoll.nl
    www.fockschaep.nl

    Made with Bluefish, Inkscape and Gimp.
  18. Replies
    883
    Views
    196,838

    [all variants] Re: Wacom tablets in Ubuntu guide/howto

    I just upgraded to Jaunty, and now the pad of my Bamboo only scrolls up.... I tried overruling this by using
    xsetwacom set pad relwup 5
    xsetwacom set pad relwdn 4 but this doesn't work.... it only...
  19. Replies
    6
    Views
    363

    Re: PHP and CSS problem

    You must have made a typo I guess... When I tried it worked fine. Here is the code I used:



    <html>
    <head>
    <style type="text/css">
    #thisDay { color: darkviolet; }
    </style>
  20. Replies
    0
    Views
    226

    Bluefish unstable 1.3.4 released !

    Bluefish is under heavy development ( again? ). The team has just release 1.3.4 in the unstable branch. Packages are available for Ubuntu, also 64 bit! Help testing this lovely editor. Check their...
  21. Thread: qCAD & gCAD3D?

    by Peter76
    Replies
    4
    Views
    4,296

    Re: qCAD & gCAD3D?

    I use qcad quite a lot ( as of now the paid version ), and never had a problem with it. It is the only good cad program I know for Linux ( until Bricscad comes with their new version ) and it is very...
  22. Replies
    8
    Views
    1,024

    Re: GIMP replacing Photoshop

    Most plugins mentioned in the article can be installed by installing gimp-plugin-registry from the repos... Nice
  23. Replies
    8
    Views
    684

    Re: CAD/CAM or what is it called?

    I bet there are much quicker ways of doing this, but Qcad is the only good working cad app now under Linux, and my cad needs aren't that big:-) Good luck!
  24. Replies
    8
    Views
    684

    Re: CAD/CAM or what is it called?

    A very simple tutorial then:-) Hope this will get you started enough... In your main toolbuttons at the left of the drawing window click:
    line-tool -> rectangle
    -> click somewhere in window; this...
  25. Replies
    8
    Views
    684

    Re: CAD/CAM or what is it called?

    uhmm, it sounds like you have no CAD ecperience at all ??? ( no offense intended :-) ) Or am I wrong? What you want is actually what cad is all about, but it will be a very very long answer to...
Results 1 to 25 of 142
Page 1 of 6 1 2 3 4