Search:

Type: Posts; User: Dim

Page 1 of 13 1 2 3 4

Search: Search took 0.19 seconds.

  1. Thread: Slideshow

    by Dim
    Replies
    3
    Views
    754

    Re: Slideshow

    Thats great, and I apreciate the find. But the problem is, I need a one with controls and the fade between photos.
    I'm sure someone with some JS ability is able to put the two together by combining...
  2. Thread: Slideshow

    by Dim
    Replies
    3
    Views
    754

    Re: Slideshow

    This seems to be an impossible task. No one has heard of such a script?
  3. Thread: Slideshow

    by Dim
    Replies
    3
    Views
    754

    Slideshow

    Hi,
    Does anyone know of a slideshow script that has a fade effect and also controls to pause and go forward and back?
    I found one that has the fade, and another that has the controls, but cannot...
  4. Replies
    1
    Views
    366

    Re: Link Color

    Thanx, seemed to have resolved it on my own.
    For anyone that might face a simliar situation:


    //I set a variable to the current page.
    $currpage = $_SERVER["PHP_SELF"]; // is /page.php

    ...
  5. Replies
    1
    Views
    366

    Link Color [RESOLVED]

    This is going to be a little confusing, try to bare with me.

    I have a template file that I require at the top of every page.
    Within the template file I have links (for various parts of the site)....
  6. Replies
    15
    Views
    674

    Re: [RESOLVED] - Gallery

    I'm no JS expert, but looking at the code for this gallery, I don't think JS uses semi-colons. I added it just to see what happens, nothing, result is still the same. I'm just glad that we managed to...
  7. Replies
    15
    Views
    674

    Re: Gallery

    Don't know what I managed to change that would make a difference, but it works now. Thank you ALL and visualAd.

    For anyone that might need similar help:


    function view_project($project) {...
  8. Replies
    15
    Views
    674

    Re: Gallery

    Just tried it, nothing comes through. If I add any echo statements into the while loop, the first image also doesn't display anymore. I am so confused. :)
    I checked the $num prior to the loop and it...
  9. Replies
    15
    Views
    674

    Re: Gallery

    function view_project($project) {
    $projecttemp = $_GET['project'];
    $thetable = "album";
    $query = "SELECT * FROM $thetable WHERE(project='$projecttemp')";
    $result = @mysql_query($query);...
  10. Replies
    15
    Views
    674

    Re: Gallery

    function view_project($project) {
    $projecttemp = $_GET['project'];
    $thetable = "album";
    $query = "SELECT * FROM $thetable WHERE(project='$projecttemp')";
    $result = @mysql_query($query);...
  11. Replies
    15
    Views
    674

    Re: Gallery

    Well simply put, how can I copy over from a PHP array to a JS array.
  12. Replies
    15
    Views
    674

    [RESOLVED] - Gallery

    I've been attempting this for a couple of days now. I think it's time to ask for assistance.

    I have a mysql db and each tuple contains an image name attribute. On my site, I pull that name out...
  13. Replies
    1
    Views
    583

    Breaking from Do While Loop

    Hi,
    Having a little troubles figuring this out. I need to break out of a loop when a key is pressed.


    Private Sub Wait(ByVal time As Int32)
    QueryPerformanceFrequency(freq)
    ...
  14. Thread: Good Ol Days

    by Dim
    Replies
    1
    Views
    477

    Good Ol Days

    Wow...i just got an e-mail with this boards name in it. So i decided to check it out and see what has been going on here. I was amazed, so many new people that i can barely recognize any names.
  15. Thread: Tutorials...

    by Dim
    Replies
    6
    Views
    537

    One of the links on that site led me to an e-book...

    One of the links on that site led me to an e-book which seems to be of great help. (hopefully i'm learning the right stuff)
    If anyone is looking for the same things,...
  16. Thread: Network 2k and XP

    by Dim
    Replies
    8
    Views
    597

    I have had the same problems on and off. It seems...

    I have had the same problems on and off. It seems sometimes XP allows others to view your shared folders and the next time it doesn't. I haven't figured out the inconsistency yet, but i'm sure if you...
  17. Thread: Newest newbie ever

    by Dim
    Replies
    8
    Views
    1,145

    CornedBee is right, you will need ALOT more than...

    CornedBee is right, you will need ALOT more than func, structs, and classes to get to game programming. I think I have a tut that introduces game programming, if i find it i will post it. But i'm...
  18. Thread: Tutorials...

    by Dim
    Replies
    6
    Views
    537

    Thanx alot, i think the second site will be a big...

    Thanx alot, i think the second site will be a big help. I'll start reading.

    Again Thanx,
    D!m
  19. Thread: Tutorials...

    by Dim
    Replies
    6
    Views
    537

    Comeon people, i could really use any of the...

    Comeon people, i could really use any of the above tutorials.

    Thanx,
    D!m
  20. Thread: Tutorials...

    by Dim
    Replies
    6
    Views
    537

    Tutorials...

    Looking for some tuturials on:
    Data Structures and Algorithms, abstract data types (stacks, queues, lists, trees, search trees, graphs, sets).
    Algorithm analysis. Algorithm techniques (divide and...
  21. Replies
    1
    Views
    840

    Counting # of nodes in a binary tree

    Can any one help...need to count the number of nodes there are in a binary tree...i have a slight idea...but can't seem to get it going.

    Also how about a mirror of a tree everything that was on...
  22. Thread: Dynamic Arrays

    by Dim
    Replies
    3
    Views
    429

    I would have to initialize the MAX in one of the...

    I would have to initialize the MAX in one of the constructors right, can't do it in the class def?
  23. Thread: Dynamic Arrays

    by Dim
    Replies
    3
    Views
    429

    Dynamic Arrays

    k i'm basically replicating the vector class.
    I have ALOT of code which uses the fixed array of 10 elements. I have two classes being used also. The dynamic array would be used in a class.
    So so...
  24. Thread: Win XP and AGP

    by Dim
    Replies
    3
    Views
    371

    What win ver?

    What win ver?
  25. Thread: Win XP and AGP

    by Dim
    Replies
    3
    Views
    371

    Win XP and AGP

    I've finally got Win XP...was it worth it? NO!!! It's the biggest collection of bugs i have ever seen, and every 5 minutes MS wants to know what the bugs are and want me to send them freedback. Well...
  26. Thread: Sorting

    by Dim
    Replies
    1
    Views
    305

    Sorting

    17 3 5 9 19 1 10 8 11
    Show the list after each pass using the quick sort.
    Also use the heap sort and show the initial heap and the heap tree after each pass.


    Does this look right for...
  27. 'General Declerations: Private Const...

    'General Declerations:
    Private Const HKEY_CURRENT_USER = &H80000001
    Private Const REG_SZ = 1
    Private Const REG_BINARY = 3
    Private Const REG_DWORD = 4
    Private Const ERROR_SUCCESS = 0&
    Private...
  28. Replies
    6
    Views
    539

    Question...how did you connect to the server if...

    Question...how did you connect to the server if you don't know the ip?
    Or am i missing something?

    D!m
  29. Thread: classes

    by Dim
    Replies
    5
    Views
    514

    shouldn't be a problem i was doing the same a...

    shouldn't be a problem i was doing the same a couple of days ago.
    It did that for me when i attempted to access private members of the second class but i could pass instances of the class as...
  30. Replies
    0
    Views
    428

    Quicksort and Heapsort

    Can anyone explain in clear terms how the heap sort works and how the Quicksort works. I understand bits and pieces of the two, but not totaly sure how they work.

    Thank You,
    D.R.
  31. Thread: Recursive Function

    by Dim
    Replies
    26
    Views
    837

    Thanx guys, but i got it going. Just so you know...

    Thanx guys, but i got it going. Just so you know what i meant, here is the working code


    #include <iostream>
    #include <string>
    using namespace std;

    void ascii(string, int&, int);

    int...
  32. Thread: Recursive Function

    by Dim
    Replies
    26
    Views
    837

    I'm just learning C++...and i'm at the recursive...

    I'm just learning C++...and i'm at the recursive functions section. My assignment was to make a function that would do that. That's why i didn't want simply an answer, but a hit at what i should be...
  33. Thread: Recursive Function

    by Dim
    Replies
    26
    Views
    837

    I need it to be recursive... here is what i...

    I need it to be recursive...
    here is what i mean:

    this recursive function needs to return ascii values of characters from a string. On the first base call it needs to return the value for the...
  34. Thread: Recursive Function

    by Dim
    Replies
    26
    Views
    837

    Recursive Function

    Need a little assitance.
    Need a recursive function that will return ascii values of a string characters.
    Say the user enters: hi there
    The function would have to return the valud for 'h' then be...
  35. Thread: Math Terms

    by Dim
    Replies
    11
    Views
    642

    yeah i think i just figured it out... when...

    yeah i think i just figured it out...
    when adding you need the same exponent, same with subtracting
    when multiplying you need to add the exponents
    when dividing you need to subtract the exponents....
  36. Thread: Math Terms

    by Dim
    Replies
    11
    Views
    642

    Didn't think this was going to be so complicated....

    Didn't think this was going to be so complicated.

    Basicly the user enters somthing like the following
    2.5x2
    then an operation...say +
    then another term
    3.5x3

    the 2 and the 3 are...
  37. Thread: Math Terms

    by Dim
    Replies
    11
    Views
    642

    lol ok this is like grade 10 math and i can't do...

    lol
    ok this is like grade 10 math and i can't do it, this is sad.
    I was wrong...the x is needed.
    A term is a common element in mathematics. Polynomials are composed of the sum and difference of...
  38. Thread: Math Terms

    by Dim
    Replies
    11
    Views
    642

    ok ignore the x... 3^2 + 2^3 = i think i got...

    ok ignore the x...
    3^2 + 2^3 =

    i think i got it now...i would just solve each side and add the two values...:)
    maybe i should have posted in the math forum.
    Thanx guys,
    D!m
  39. Thread: Math Terms

    by Dim
    Replies
    11
    Views
    642

    Math Terms

    Would anyone be able to explain to me how i would perform mathematical operations on this kind of number/term?

    example:
    2.5x^2 + 3.5x^3

    i don't need to solve for x...i just completely forgot...
  40. Thread: Sum of Digits

    by Dim
    Replies
    8
    Views
    1,695

    int b = 0; while(z > 0) { b += z %...

    int b = 0;
    while(z > 0)
    {
    b += z % 10;
    z = z / 10;
    }


    couple of mods and it seems to be going strong.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width