Search results

  1. Heaplink

    [HELP]Live Ticker

    One word... AJAX.
  2. Heaplink

    Staff Page Help

    <div> <!-- Parent div--> <div style="float:left; width:150px;"> <!-- Child div (avatar) --> <!-- Your avatar image here --> </div> <!-- End of child div (avatar) --> <div style="float:left width:150px"> <!-- Your badges and info here --> </div> <div> <!-- End of Parent div --> Note: this is...
  3. Heaplink

    Staff Page Help

    Before going into too much detail, go read some tutorials of HTML & CSS this will help you to understand the setup. Basically you need one DIV ("parent") with two DIVs ("childs") inside. The parent div don't really need any properties. The child divs should be floated left and have a fixed...
  4. Heaplink

    Staff Page Help

    Are you sure you removed EVERY line of the above... every line.
  5. Heaplink

    Staff Page Help

    Your problem is that you don't clearfix your float. Also that theres not enough space for the div's (which got floats on it). Remove this: \"style=\"float:left\"
  6. Heaplink

    [HELP] Xampp

    You can type netstat -ao |find "80" to find processes that are using port 80. Remember to see if the process is "LISTENING".
  7. Heaplink

    Where have you travelled? & what...

    Place I went to: London Best place in the country(place) I went to: Big Ben Funniest thing I saw: English people What I liked most about it: Went to almost every coffee shop every day. Would I want to go back?: Sure NEW: Would I recommend it to anyone?: Yes Place I went to: Paris — when I was...
  8. Heaplink

    Show DevBest [REL] Image Uploader -

    Allright, otherwise nice release - always looked for an easy image uploader :)
  9. Heaplink

    Show DevBest [REL] Image Uploader -

    Could be awesome if you could put the source in github ;)
  10. Heaplink

    database is too big to import

    The reason why you really can't do it it because both php and mysql have a upload limit. You have to change both configuration files (since mysql is made in PHP, it uses also PHP's max upload size). Possible solution: Locate your PHP configuration file php.ini (if you're using IIS, you can...
  11. Heaplink

    Show DevBest [PHP] [REL] Very simple register & login script

    Oops, my mistake - was in a rush (made it in school) - but thanks :D
  12. Heaplink

    (Harder) Guess where this one is from..!

    Inside my butt? No really, Area 51.
  13. Heaplink

    Show DevBest [PHP] [REL] Very simple register & login script

    That was a failure on my side ( I was first making the $config[<key>] = <value> but then I thought the array variable was easier - you can just delete one of them (which one you think is easiest). Thanks for finding that, I knew I forgot something :P
  14. Heaplink

    Show DevBest [PHP] [REL] Very simple register & login script

    Hey there, changed and optimized the code and such also edited the readme for contributions :-) http://sharefa.st/view/oBn1irjc2S9z
  15. Heaplink

    I need to delete a colum help?

    You are kidding me right? If you have a legal Phoenix Emulator, you'll find it in the folder under 'sql'.
  16. Heaplink

    Say hello to Pattrnize

    Pattrnize was an idea I had while looking around for patterns that would be useful to my further projects. I got the images and there was a lot of them. I tried to see if there was a tool or a way to take these images and put them in a pattern file automatically without doing it manually in...
  17. Heaplink

    [SEARCHING] Looking for someone to teach me the basics of making a CMS [SEARCHING]

    First learn some basic PHP and once you have done that, you can look at MVC (Model View Controller) from there on you should be good to go to try developing your own CMS with what you've learned. Now this doesn't just take a week or two, it might take more than 6 - 12 months or more - it depends...
  18. Heaplink

    DevBest Desktop

    This would not work with WebKit or Gecko engine, since the WebBrowser component uses Presto as engine (the engine inside IE too). So all what WebBrowser render is the same as what IE would render. You will have to use a wrapper such like WebKit.NET (which includes a nice component too) to allow...
  19. Heaplink

    Collage/Portfolio Layout. 3x3

    Although the boxes aren't aligned.
Top