Search Result

Collapse
5 results in 0.0040 seconds.
Keywords
Members
Tags
simple
  •  

  • GaryTexmo
    started a topic Simple Windows Game - Part 1: A Game Framework

    Simple Windows Game - Part 1: A Game Framework

    I've decided to do a series of insights based on creating a simple windows game using C# and WinForms. There are other methods of approaching this task but I've chosen to try to keep things fairly simple and demonstrate how one might make a game. More experienced developers will note some similarities between my approach here and how Microsoft XNA does things. This is intentional for two reasons...
    1. XNA is an excellent hobbyist framework
    ...
    See more | Go to post

  • Need an algorithm to divide a number into unequal integral value parts

    Ok, so here is the problem. I have a number, and I need to divide it into maximum unequal parts such that no part is less than 25 in value. Even if you cannot solve the problem, any help or ideas are appreciated. Thanks!
    See more | Go to post

  • Simple Email Trigger Question, just am very new to triggers

    Hi,

    I'm trying to send an email to' sample@sample.c om' when a new row on my table contactform_con is inserted. Basically, when a person fills out the contact form (contactform_co n) I want one email to go to one person to let them know.

    I've tried doing this using both navicat and PHPMyAdmin, but I've had no success.

    I've tried using EXEC xp_sendmail, but I'm not even sure if I have that as a stored...
    See more | Go to post

  • ericgfx
    started a topic How many databases do I need...
    in PHP

    How many databases do I need...

    Hey all. Total beginner here.
    Hopefully this will make sense. I want to build a site where people can upload their project files. Each user would have their own information, login, name, password, city... And each project file would have a description as well as some keywords for searching, maybe a ranking, and of course the actual files themselves.

    So in order to do this how many databases would I need? I was planning on using...
    See more | Go to post

  • seegoon
    started a topic Using border-image on just one side

    Using border-image on just one side

    Hi guys.

    I'd like to use an image as my border on just the right side of a div, to create an arrow shape on a 'continue' link. I've created the image to use and tried to code it myself, but failed miserably on both Safari and Firefox. Here's my current code:
    Code:
    #continue {
    background-color:#ebebeb;
    margin:20px 0px 20px 0px;
    height:45px;
    border-image-right:url("images/continue-arrow.gif") 100%
    ...
    See more | Go to post
Working...