Search:

Type: Posts; User: neicedover1982

Page 1 of 13 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    1
    Views
    914

    Help with htaccess modrewrite

    I am working on a site and I was hoping to use the htaccess modrewrite to make the site work better.

    I want to be able to have a url as "url.com/12345/" where 12345 can be anything. I would like...
  2. CSS - horizontal menu and each items spacing

    I have created many horizontal menus using the UL.


    <ul>
    <li>menu one</li>
    <li>menu one</li>
    <li>menu one</li>
    <li>menu one</li>
    ...
    </ul>
  3. Replies
    1
    Views
    1,086

    PHP URL rewrite to root directory

    Hi all, I am not sure if this is possible but I figured I would ask people who know PHP much better then me.

    I have a PHP site that I plan to use SEO friendly URLs. I would really like it so that...
  4. I cant get the document.links and image to work correctly

    Ok, quick over view. I am making a big photo album site for my photography. I am using xhtml php and javascript. I use the php to build the pages and the javascript to show the photos so I dont...
  5. Replies
    4
    Views
    808

    Re: Count subfolders only 1 level down

    Thanks, that works perfectly. I cant do anything manually becuase there will always be folders and ect added and this needs to be dynamic.
  6. Replies
    4
    Views
    808

    Count subfolders only 1 level down

    Hello, I am using the following code to get the information about folders on a webserver using php. I have a website that has folders for photos, the first level are continents, the next is counries...
  7. Re: Will C++ be more usable by all than .nets?

    I have nothing too graphical, nothing like moving pieces and stuff. the lights out game is somewhat like this
    http://www.byalexv.co.uk/lightsoutscreen.gif

    The "graphics" are just the design of...
  8. Re: Will C++ be more usable by all than .nets?

    The games I am making now are rather simple games. Card games (poker and stuff), lights out, and some others like drug wars and stuff. Can anyone point me to a good website or recommend a good book...
  9. Will C++ be more usable by all than .nets?

    Hello, I have been doing alot of programming in VB6, mainly games and such. I know that windows and stuff is going towards .net now and I was thinking I would start making my games in a different...
  10. Freeware posting website? Help locate

    I remeber a post here a while ago about a freeware site someone created where they would let you post your freeware games and such. I have been trying to locate it but I cant find the link here...
  11. Re: Transparent issue with my form and image, please help

    Keith_VB6
    I have never seen transparent code so short and do just what I want it to. Thank you so much, it works perfectly and eben allows me to adjust the design alittle.
  12. [RESOLVED] Transparent issue with my form and image, please help

    Hello

    I was searching the web looking for code to make my form transparent. I have a game I am making a splash screen for. I have a image with a transparent back but when the code i found on the...
  13. [RESOLVED] Javascript display hidden field value on click

    In my photo album, using php to write a hidden field into the page.


    <input type='hidden' value='$hiddenstr' name='$counter'>
    $counter = "imagestr#" and the number is 1 through 9
    $hiddenstr =...
  14. Replies
    6
    Views
    2,930

    Re: exif data with javascript

    <?php


    $exif = exif_read_data('photo_album/Animals/Lily/#imagename#', 0, true);
    foreach ($exif as $key => $section) {
    foreach ($section as $name => $val) {
    echo "$key.$name: $val<br...
  15. Re: am I being dumb? image alignment...

    What di you mean "I need the image to be RIGHT aligned on the page AND on the same line!??" using the code you have now the image is aligned to the right of that text and the text should be aligned...
  16. Replies
    6
    Views
    2,930

    Re: exif data with javascript

    I was thinking that but I was afraid, that when viewing all 9 phoots, that would mean i need to have it read the data from 9 larger photos. I was afraid that that might make the page lag and stuff.
  17. Replies
    6
    Views
    2,930

    [RESOLVED] exif data with javascript

    Hello

    I have a photo album script. The photos all have exif data I entered. My script puts 9 photos (thumbnails) on the right and when they click one, it puts the larger image on the left. The...
  18. Re: Can you help with this problem (display data without reload)?

    I forget the program I use to set the data but this is what i used in my old script.



    $imagename = "photo_album/" . $subcatagory . "/" . $folder . "/" . $picturename;
    $exif =...
  19. Re: Can you help with this problem (display data without reload)?

    instead of using a database, I write the data about the photo into those fileds. that way anyone can read it when i give people copies. I use the date it was taken, the size/dimensions, the...
  20. Re: Can you help with this problem (display data without reload)?

    She is sute, thank you. My old script in php...

    It would display a block of up to 12 photos at a time. When you clicked on a photo, it reloaded (passing variables to itself) and instead of...
  21. Replies
    2
    Views
    427

    Re: If checkbox = on help

    if(isset($_POST['reissue'])) {
    // it is selected
    } else {
    // it is not
    }
  22. Replies
    5
    Views
    964

    Re: vb.net tutorial

    This should be in the vb.net forum, you will get more replies from there.
  23. [RESOLVED] Can you help with this problem (display data without reload)?

    Hello
    I am making a photo album for my website. Right now (as the photo shows) http://staging.moonsofneptune.com/screenshot.gif it loads 9 images at a atime from a specified folder. when you click...
  24. Re: Should I move from VB6 to .net or not? Please help explain

    I am really going to be programming for fun, most of the time its just games I would use but since I have the out there for download I figured I would see the best way to make sure everyone from here...
  25. Should I move from VB6 to .net or not? Please help explain

    Hi, I took a long break from coding VB6, I was busy doing job searching and such. Now that I have one I decided to get back to programming and I was thinking. I have seen alot of stuff about vb.net...
  26. Replies
    3
    Views
    859

    Re: CSS vertical aligment layer help

    Thanks for the help. My friend who is doing the graphics for me tweaked the design a little on me so I have to change the order of things. I will add in the code and see if I can get the design to...
  27. Replies
    3
    Views
    859

    CSS vertical aligment layer help

    Hello, I am redesigning my website from HTML to XHTML and from tables to css. Right now I have 3 main div layers. Container1, Container2, and Container3.

    Container1 : this is the header row...
  28. Re: How to put number of visitors till date in PHP

    I have a very very simple script going on my index page. Every load it opens and increments a text file. this is not the most accurate since simply reloading the page will increment it. I plan to...
  29. Condensing my files (css and xhtml) help with suggestions

    Hello
    I am almost completly done with my first freelance gig. I ran the site through an online web optimizer and I was a little worried about it replied. I have already condensed CSS files and...
  30. Replies
    6
    Views
    567

    Re: Autorun my program when CD loaded

    Now what if the person selects the DVD drive and clicks explore or open. I would like my EXE to run no matter what and only open the dvd (so i can add things to it) when I tell the program to.

    So...
  31. Replies
    6
    Views
    567

    Autorun my program when CD loaded

    I hope this is the right place to put this. I am writing a program. I would like to have it installed on a DVD-RW of mine. When you put the DVD in, I want the program to auto launch. Heres the...
  32. CSS curved corners (css2 & no images), help please

    I have a site, I am programming as much as I can in CSS. The design calls for the 4 corners to be curved. I was using 1 image as the background, since the height will not change. I then decided to...
  33. Replies
    1
    Views
    555

    Re: Form Size and Screen size

    What are the resolutions you are running both computers at? On the computer that created the form, you can have it set to be full screen based on that computers resolution, but if the second...
  34. Re: Get a controls exact screen location

    bushmobile, thats perfect. it does just what I need. Its working on windows 2000 so when i get home and try it tonight on windows XP i will let you know more.

    I tried to give you more points but...
  35. Re: Get a controls exact screen location

    I cant seem to get that to work right. When they click on the menu option "New Game" this is the code that runs.

    Dim winRECT As RECT
    GetClientRect frmGameScreen.hwnd, winRECT
    MsgBox ("T " &...
  36. [RESOLVED] Get a controls exact screen location

    Ok, in my program I have 2 forms (just a simple walkthrough). Form 1 has an image box. I would like form 2 to position over form 1 in a specific spot. Since form 1 can be moved I need to have form...
  37. Replies
    7
    Views
    567

    Re: Is DoEvents possible here at all?

    dee-u
    That works perfectly. It does just want I want it to do. Thanks.

    Edit: as a side note, do anyone of you know how to position a form based on the location of a control on another form? I...
  38. Replies
    7
    Views
    567

    Re: Is DoEvents possible here at all?

    I am really trying to unload the first form. Its only open when they are creating a player so then its not viewed again during the game unless they start a new one.
  39. Replies
    7
    Views
    567

    Is DoEvents possible here at all?

    Hello, I have 2 forms. Form one is used to set up the game. Form 2 is the actual game board. When the player finishes form 1 and clicks the "Begin Game" button, I have a function in a module being...
  40. Re: Position form based on another control

    I have menus so I also need to get that whole height and I believe that the borders (left especially) changes also.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width