Search results

  1. diabolo

    [PS] Im/Exporting and Backing up PhotoShop brushes

    A lot of people seem to lose their brushes when either they transfer computers or someone accidentally deletes them. And if ever a case of either those two happen to me, I would have to download years of brushes again....(I don't even remember where I got half of them) Before we start, make...
  2. diabolo

    safe-est way to connect to a db

    I want to connect to my db that hold a lot of personal information; and I want a way to keep the passwords and username all safe..I know the way in the PHP, it is safe..but people that really try to get can
  3. diabolo

    Anybody DJ?

    hey guys, I am thinking about starting to dj, I want to know if anyone here does dj...and how also what equipment did you start out with
  4. diabolo

    Asian Show Poster

    a poster for the Asian Show at my school... comments, critiques, and what not... poster attached it is quite actually much bigger, but to save time loading I have cut it down, btw those wisp that you see in the middle, I had to blur out, same applies to teh top
  5. diabolo

    Need Photoshop Ideas

    I need photoshop ideas, if anybody has them I would like to hear... I might place it in my portfolio if it looks good.
  6. diabolo

    Php Gd

    imagettftext($image, 17, 0, 13, 21, $white, $font, "$membername"); is there any way to make the x and y coordinates, to be from the right bottom, rather than the left bottom?
  7. diabolo

    [PHP] [GD] Creating A Dynamic Signature

    I have been looking around the internet when I first started making these, and I really never could find a good one that was easy for the beginner. libraryofmike is the best one that I have found so far, it gets to the basic, so you can progress from there. I am not going to go into big detail...
  8. diabolo

    [CSS] bg img right bottom

    body { background: #FFFFFF url(images/bg.png) no-repeat; background-position: 100% -100%; color: #000000; padding-top: 100px; } is the CSS, I have put the background position 100 -100 but the img is not appearing at the bottom right
  9. diabolo

    Client Uploading

    I just wanted to check before I get myself suspended: is it illegal on x10 to have a member uploading system, for the site's benefit? because I want to be able to let my members upload their yoyo videos to my website, I know it is illegal to have a file hosting where the files are not used by...
  10. diabolo

    [PHP] basedir

    does anyone know any pre defined variable that I can get the root address of my site, since I tried using $basedir = "http://www.mysitehere.com"; but php doesn't allow url file access so does anyone know an alternative method? http://www.spinthatyoyo.com - for the problem
  11. diabolo

    Color Wheel Pro

    I like this program alot, it helps me in the beginning stages of my web design to get a working color scheme If you own any site that has a lot of visitors then you might be able to get a free copy of it: see below http://www.color-wheel-pro.com/linktrade.html also if you do..someone mind...
  12. diabolo

    IPB Site Integration

    does anybody know how to integrate IPB v 2.3.3 into a .php site? what I am looking for: login, and return to main site draw data from post draw statistics from board
  13. diabolo

    *.php?**

    what is this called? at the end of a file extension it has the '?' and some stuff after it for ex: http://forums.x10hosting.com/newthread.php?do=newthread&f=103 the part in blue
  14. diabolo

    PHP FWrite Help

    <?php $filename = 'db.txt'; $omnicon = $name||$url; $name = $_POST['name']; $url = $_POST['url']; echo "Success, wrote: \n $name \n $url \n to file ($filename)"; echo "<br />"; echo "$omnicon"; ?> how is it so that #omnicon can be name||url, since right now when it comes out it doesn't come...
  15. diabolo

    FaceBook APP

    does anyone know how to create a FB app? I am trying to create on for my website, and want to see if it is really hard to create one. please put some advice down to learn
  16. diabolo

    Ftp

    I am having trouble ftping into my site. in cPanel it says FTP is working so that is good. but it is not allowing me access to the account. I am using SmartFTP, and the error is: No connection could be made because the target machine actively refused it. I don't think it is my password that is...
  17. diabolo

    Load Object Last (using JS)

    If you have a website that has ads that just take to long to load, and prevents the user from seeing your website as quickly, then you're in the right topic! I'll show you how to load any object you want, in relation to other objects. First, we got to understand that a browser reads the HTML...
  18. diabolo

    ActionScript relating to XML

    function loadXML(loaded) { if (loaded) { trickname = this.firstChild.childNodes[0].childNodes[0].childNodes[0].firstChild.nodeValue; tricksubname = this.firstChild.childNods[0].childNodes[0].childNodes[1].firstChild.nodeValue; trickenter =...
  19. diabolo

    MyMiniCity

    http://tsuen-city.myminicity.com if you guys can just click it once a day, or something like that I am having a race with my friends to see who can get the most people thanks
  20. diabolo

    Flash, XML, and ActionScript

    var xmlDoc:XML = new XML(); System.useCodepage = true; xmlDoc.ignoreWhite = true; xmlDoc.onLoad = function(ok:Boolean) { if (ok) { doMenu(this); } else { trace("XML did not load"); } }; xmlDoc.load("myImages.xml"); function doMenu(xml:XML) { var...
Top