Search results

  1. marshian

    Discover nodes on a network

    I'm writing an application for which it would be very useful to discover nodes, but without being centralised. Basically, when my application starts it should inform other computers running my program that there is a new node with the given IP. The first thing I thought of were broadcasts, but...
  2. marshian

    Ad code

    I'm helping a friend of me with his site, he's has an ad-enchanted plan (on Stoli), but the script that shows the ads slows down the page load a lot, since the script gets executed as soon as the browser sees the <script> tags... My question is, can we not implement the ad code directly into the...
  3. marshian

    Starting with C++

    For some alt reason or another (don't ask why...) I'm currently getting interested in learning C++... But I've got a couple of questions. Do you need to compile C++ code? If so, where can I find a good compiler? What is a good IDE for C++? I currently use NetBeans (for Java) and I know...
  4. marshian

    Problem with google sitemaps

    I've tried to send my sitemap to google using the webmaster tools. I've registered (and verified) my domain (www.marshian.uk.to) without problems... And yet, every time I try to send my sitemap (sitemap.xml), I get "General HTTP-error: domain name not found" and yet I'm 100% certain I've send...
  5. marshian

    Note to all mods etc on this forum

    This is a note for all moderators, admins etc who come on this forum. You're always asking us to close our threads if our problem is solved, there even is a sticky to remind us of it, and I beleive most of us know we should close our threads, but please read the sticky! At this moment, the...
  6. marshian

    Dynamic images with PHP

    Introduction to dynamic images using PHP. Based on the creation of this example: Required knowledge: - PHP at more then average level - An image manipulation program (eg. GIMP or PSP X2) - The ability to be able to use this program Index: == Introcuction == == Makeing it == == Tips & Tricks...
  7. marshian

    java and the time

    I'm trying to make a thread which shows the time that had been required for a executing a command... In other words: it stores the starttime, executes a command, and compares the start time to the current time. But somewhere, something is going wrong, and the start time is always equal to the...
  8. marshian

    The Curve of Levy

    "The Curve of Levy" (I have no idea wether that's the right name, it's translated literally from dutch: "De Kromme van Levy") I made a java program that shows it step by step =D It's .jar, so you need java, go to www.java.com to download the latest version. What do you think of it...
  9. marshian

    HTML and CSS problem

    I'm trying to make a new look for my site, and I was going great in IE7 when I decided to check wether it worked in FF... http://www.marshian.uk.to/images/ If you see it in IE, it's what it is supposed to be, if you see it in FF... I suppose it's clear that's not the purpose... Could anyone...
  10. marshian

    What looks best?

    Hi there, I've made a small program in Java, but I've got some issues with my Look&Feel, I can't decide wether I should take version 1 or 2 of it... Please help me decide whichone looks better. This is the first version: http://www.marshian.uk.to/RsCombatCalc/dwn.php?ver=2.3_01 This is the...
Top