Search results

  1. diabolo

    Footer Problem in CSS

    http://www.freelance.pyloth.com/index.php http://www.freelance.pyloth.com/register.php can someone help me get the footer in index.php to stay at the bottom while not affecting register.php
  2. diabolo

    no directory exist

    I'm not sure how I would display a specific custom error page for dir/non_existent_dir_1 I know to display a regular 404 error page would be using cPanel, but i want this to be a custom one different from just a regular 404. Like it would say, this directory could not be found, please go to...
  3. diabolo

    x10Freelance

    i am planning on opening up a freelance connecting website am i allowed to use x10 as part of the name? i.e. x10Radio
  4. diabolo

    CSS efficiency

    which would be more efficient in loading times? (15 x 5) solid color background picture; (15 x 15) solid color background picture; i am thinking that the 15x5 would load faster, but anything is possible
  5. diabolo

    IRS Income Taxes

    I was wondering what kind of income does the US tax you on? i know like a regular job, they tax you. But what about a freelancer, or just a one time job/service.
  6. diabolo

    10K Credit Benchmark!

    I have finally gotten to the 10K credit benchmark, and feeling quite happy! So to the first 3 different posters i will give each 100 credits!
  7. diabolo

    [200]each -- comming up with a name

    I have two requests and they are both 200 credits each. Which means a total of 400 credits can be won. 1) I need a new domain name for my portfolio. I'm thinking along the lines of: Havoc-Eleven, but that gets kind of tricky to type out 2) I have a show coming up, and we do not have a name for...
  8. diabolo

    Rock Band 2 International Songs?

    does any body know if there are either hacks or legal downloads for international songs on Rock Band 2 for PS3; i'm looking for some chinese ones
  9. diabolo

    DB layer?

    I am working on a script that can be installed on different db system, so they are using dblayer (i'm not sure if this is something they made up or is somewhat known) but it doesn't have "mysql_fetch_field" and i need to add it in there; http://us2.php.net/mysql_fetch_field function...
  10. diabolo

    thumb ring

    i'm looking for a thumb ring to get myself with x-mas money, but i'm kind of iffy about how people will interpret it, and the style i want; i'm thinking about either monotone, or dualtone colors; silver and black carbon fiber maybe? i am a 15 years old, male; any body have any suggestions? so...
  11. diabolo

    [200] PHP create array

    I want to be able to update an array /* Plan Options */ // 'Plan Name' => 'Plan ID' $planOptions = array( 'Unlimited (5/month)' => '1', 'Unlimited (50/year)' => '2', '500 texts (1/month)' => '3', '1500...
  12. diabolo

    Font Organizer

    I have like 500 fonts installed on my computer, and it has been very tiring to look for a certain type of font; does anybody know of a good program that I can run on windows XP either paid for freeware?
  13. diabolo

    [PHP] cut off 160 chars

    I want to write up a script to separate a message if it is >160 chars, and if it is separate it to as many as needed. this is what I have so far // < 160 > ? $lengthover = strlen($message); if($lengthover > 160){ $messagepart_1 = substr($message, 160); } but what happens if 160th character...
  14. diabolo

    [100][REQ]Freelance Company Name

    I am starting a freelance company and trying to come up with a name; I will pick the best one I like by this Sat. the 22nd, and the winner gets 100 credits
  15. diabolo

    phpBB3 styles

    I am running phpBB3 on localhost(XAMPP) to work on a style but everytime I change something in the common.css and clear all my cache it still does not change on the user end, I even went into ACP and looked at the code and it registered the changes..
  16. diabolo

    PHP Website Offline

    <?php require('config.php'); if($maintenance_mode == "1"){ include('maintenance.php'); exit(); } else { if($construction_mode == "1"){ include('construction.php'); exit(); } else { ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">...
  17. diabolo

    553 Error Disk Full - Please upload later

    I keep getting this error message when using any FTP program(fireFTP, FileZilla) and I went into cPanel, and I can upload files there, and I am sure I have enough diskspace. Server: stoli
  18. diabolo

    Photoshop vs. Illustrator

    Photoshop: http://en.wikipedia.org/wiki/Photoshop Illustrator: http://en.wikipedia.org/wiki/Adobe_Illustrator as you can see, illustrator purpose is for vector based stuff, i.e. (logos, text, banners, etc) while photoshop is used for photos. I still don't see why many people use Photoshop...
  19. diabolo

    External HD

    http://www.amazon.com/LaCie-301315U-Firewire-eSATA-External/dp/B00170M64K can anything beat this price? with Firewire and eSATA connections?
  20. diabolo

    Need For Speed: Undercover

    is anybody else waiting for this game to come out?
Top