Search results

  1. kbjradmin

    PHP Help

    i'm using SciTE. ok, now i have another problem. maybe the problem is just that i've been staring at a computer screen all day and can barely think. whats wrong with this code (other than the fact that its a jumbled mess): // sets resume code $resumeCode = '<div...
  2. kbjradmin

    PHP Help

    thank you very much.
  3. kbjradmin

    Python Compiler

    there isn't any one problem i'm trying to address, i simply want to be able to compile my python scripts into .exe files.
  4. kbjradmin

    PHP Help

    i am writing a script that will make someone able to easily created an html format resume; so i have blocks that represent different parts of a resume and you just piece it together. i'm making a block to create a one or two column list (depending on the length) of items. for some reason, its...
  5. kbjradmin

    email service

    i have one word for you; carefully.
  6. kbjradmin

    Python Compiler

    i know this is a very unpopular topic, but does anyone know of a python compiler that is worth the time of looking into?
  7. kbjradmin

    Arcade gone?

    just go to http://forums.x10hosting.com/arcade.php glad to be of help (and rep is nice:biggrin:;))
  8. kbjradmin

    [1$] Get you pro design today!

    i'm not interested in buying any designs, but i just thought i would say those are some pretty nice templates. are they full site or just the main page? would you (or the designer) be interested in designing templates for selling on a template site instead of just on forums for a quick dollar...
  9. kbjradmin

    Simple script

    what you would achieve is that your variables would actually show up. PHP doesn't parse variables contained inside single-quotes ( ' ).
  10. kbjradmin

    Unix Default Color Change

    in unix, when you enter tput sgr0 it returns your color settings to default. is there anyway to change what those defaults are?
  11. kbjradmin

    CSS simple problem

    try this: .SmallGreen a:link, .SmallGreen a:active, .SmallGreen a:visited{ font-family: Agency FB, Arial Narrow, Sylfaen, Microsoft Sans Serif, Times New Roman; color: #00ff00; size: 24px; text-decoration: none; } .SmallGreen a:hover{ font-family: Agency FB, Arial Narrow, Sylfaen, Microsoft...
  12. kbjradmin

    Templates!

    do you use php in your templates? if you don't, you should consider making php configuration files for your templates. do this, and possibly adding other small conveniences would make your templates more valuable and you could sell them for more.
  13. kbjradmin

    Unix read command (bash)

    i'm working on a script that needs to read the variable $1, one character at a time and assign those characters to an array. i tried to use this line: echo $1 | read -n 1 -a chars however, everytime i try to read the variable $chars with echo ${chars }, it turns up empty. please help.
  14. kbjradmin

    Unix Shell Exit

    Is there any way to exit from the login shell if you aren't in it (ie. running a script)?
  15. kbjradmin

    aspx web page

    so, you are telling the system that you want to open .aspx pages with this program 'mono'. i'm not sure about this, but i think ther is a way to, not change what the file is run with, but simply tell it that it needs to pre-read through the file on the server before sending it to the computer...
  16. kbjradmin

    Unix Shell Script

    oh... duh. ok, i can't really believe i missed that. anyway, thank you for the help and the suggestions.
  17. kbjradmin

    aspx web page

    i'm not exactly an expert on asp, but do you need any sort of language binaries to use an asp page?
  18. kbjradmin

    Weird But.....

    if code is what you need, i may be able to help you. what do you need? edit: pm me or send me an email if you are interested.
  19. kbjradmin

    Unix Shell Script

    i'm writing a shell script to make echoing in color easier. but i keep getting an error. there is a help message for explaining how the command works; and no matter what i do, the help keeps showing up instead of the rest of the script running. please help. the script is: #!/bin/bash # #...
  20. kbjradmin

    Unix Shell Password Check

    thank you, everyone; i think i understand now.
Top