Search results

  1. diabolo

    Questions about Tiny VPS

    So I finally got a job, although it only pays NJ's minimum wage, I think I can finally pay x10 back by buy a paid hosting. Now I sometimes make website for my friends and I want to be able to offer them hosting along with it too. So for about 2 extra dollars/month I can control my own hosting...
  2. diabolo

    [SOLVED] [MOD PLEASE CLOSE THIS] Css overflow: hidden Help

    http://www.anasianscreations.com/mcs/ if you have not seen it already the navigation that has a dropdown gets cut off. I solved it down to the overflow: hidden; statement I placed in the floatContainer. so what are your suggestions to fix this? Edit: can a moderator close this...
  3. diabolo

    what permissions do I need to use php to write to file?

    Warning: fopen(*****) [function.fopen]: failed to open stream: Permission denied in C:\xampp\htdocs\mcs\sources\functions\gallery.php on line 48 can't open file function createGalleryDirectory($name) { if(!is_dir($name)) { $path = ROOT.'gallery/'.$name; mkdir($path, 0777); } }
  4. diabolo

    readdir()

    How come this code does not work? $path = ROOT.'gallery/events'; $dir_handle = @opendir($path) or die("Unable to open $path"); $count = "0"; while ($file = readdir($dir_handle)) { if ($file!="." && $file!=".." && is_dir($file)) { $galleryDirectory[$count] = $file...
  5. diabolo

    How do you tell how much a resources a script uses?

    I have a script that creates files for a gallery and it write to these files every time the script runs. How do I tell how much resources the script is using?
  6. diabolo

    How to update text while in the midst of running a PHP function?

    If anyone has installed IPB or vB you would have seen something like this. How it tells you its either creating a DB or creating a page, or updating DB. So my question is how would I be able to do that. Would I need to use JS or AJAX?
  7. diabolo

    Stack OverFlow

    http://stackoverflow.com/ I just joined recently, and I thought i spread the word around. If you ever have a problem with a script for something to do with programming ask it here. They have some really talented users that reply fast!
  8. diabolo

    PHP Max Function Help

    <?php if (!defined('ROOT')) die; function createGalleryDirectories() { $path = ROOT.'gallery/events'; $dir_handle = @opendir($path) or die("Unable to open $path"); $count = "0"; while ($file = readdir($dir_handle)) { if ($file!="." && $file!="..") {...
  9. diabolo

    Javascript Conflict

    I am running both Lightbox 2.04 and crossSlide on my website. now before i added the lightbox javascript, crossSlide work smoothly. so I know it is because the two scripts had a conflict. so I went to the body tag and gave it an onload="initcrossSlide();initLighbox()" that didn't work so now I...
  10. diabolo

    CSS Overlap Help

    I need somebody to help me get the logo to appear above the navigation. http://www.anasianscreations.com/mcs i have already tried to use position, and z-index but the nav would always disappear
  11. diabolo

    CrossSlide Installation Help

    can somebody tell me what it means to "invoke CrossSlide inside a DOM-ready handler, like every other visual effect" like what jQuery code do i put in jQuery(function($) { //put your jQuery code here }); http://www.gruppo4.com/~tobia/cross-slide.shtml
  12. diabolo

    CSS DropDown Nav Help

    http://anasianscreations.com/mcs/ I have a couple things i want to fix on here. `v-align the first layer to the center `left-align all text other than first layer `display all text of first layer on one line (have to get rid of the 30px margin) `fix the hover on SCHOOL INFORMATION > 2009 -...
  13. diabolo

    Barcode Hangtag Site Design

    Hey guys! Its me again. This time I've come back with a new design for my employer. He runs a printing business and wants to create a website for production of barcode hangtags (the tags you get with the price and barcode on shirt that you buy). So this is what I have pulled out of my head...
  14. diabolo

    KarmaLoop - Global Concrete Culture - Apparel

    I have a question for you guys. Would you/anyone you know buy apparel/accessories from: http://www.karmaloop.com/ KarmaLoop features clothing that's based on culture and not what's based on the fashion hype of the year or month. Basically its what you feel in your soul. Here is a: FULL LIST...
  15. diabolo

    Cappex (College and Scholarship Search) Contest

    Hey, if I win the $1,000; I will give each person on x10 that helped me out, 100credits. So make sure to post your name in your reply and a link to your profile. and remember guys you have to complete your entire profile so that I get credit
  16. diabolo

    [250] Asian Show Poster Design Concept

    Hey guys I'm short of ideas this year in creating the poster for our Asian Show. It's called 'innovasian '09' and I'm rewarding 250c. to the person out there that supplies the best concept for me to work off of. 8.5 x 11 size, the concept has to look well in color and in grayscale (you may...
  17. diabolo

    DSS80 Subwoofer Problem

    I have a problem with my Microsoft Digital Sound System 80. Whenever it hits the bass line the subwoofer have a very annoying vibrating sound. Its not the sound that sound be playing too, but when I push against the "cup" to somewhat muffle it, it plays like it should. Like the "cup" is loose...
  18. diabolo

    audio mixing programs

    can anybody give me any suggestions for a program that I can use to mix tapes. I know audacity is one, but i feel limited with it, and it does not look that nice.
  19. diabolo

    Comments on Webdesign

    I'm working on a website for a competition and I want to know your opinions on the design so far. 1) which style should I use: 2) any way to make it better
  20. diabolo

    Upgrading CPU

    Here's the thing with my computer. I have a Dell XPS 400. It had 1Gb of RAM which I upgraded to 3GB. But that didn't let me run multiple programs. From Windows Task Manager, my CPU Usage is around 50%-60% when doing normal work. (Firefox with a few tabs open, AIM, McAfee, Avast,and a couple...
Top