Recent content by voyevoda

  1. voyevoda

    Own A Mac? CHECK THIS OUT!?

    http://en.wikipedia.org/wiki/Internationalized_domain_name
  2. voyevoda

    email script

    <?php $email_file = "/path/to/emails.txt" $subject = "subject"; $message = "message body"; $headers = "From: [email protected]"; $emails = explode("\n", file_get_contents($email_file)); foreach($emails as $to) { echo "Emailing $to ... "; mail(trim($to), $subject, $message...
  3. voyevoda

    want to create XML file using PHP

    <?php header("Content-Type: application/xml; charset=utf-8"); echo <<<EOS <?xml version="1.0" encoding="UTF-8"?> <doc> <!-- data here --> </doc> EOS; ?> There you go.
  4. voyevoda

    I am looking for a python grammer for a small gig

    Is this a homework assignment or something? :rolleyes:
  5. voyevoda

    About to Buy a Mac - What Do You Recommend?

    Microsoft Office is available for OSX, as is openoffice.org's suite of free software. TextEdit is the Notepad equivalent. I'm not sure if there's a Paint equivalent, but the Preview app does a lot of basic image editing tasks. You can use Powerpoint or OpenOffice or Keynote to do...
  6. voyevoda

    "More Powerful" programming language

    "Powerful" doesn't mean anything. Look up the various language paradigms (imperative, declarative, object-oriented, functional, etc.) and decide which one makes the most sense to you. Pick a high-level language that falls under the paradigm of choice and learn it inside and out...
  7. voyevoda

    ScrapeBox Training For Free

    Thanks! +rep :)
  8. voyevoda

    ScrapeBox Training For Free

    Sounds interesting. I'd like to participate. :)
  9. voyevoda

    Counter Strike soucre. Any of you play it?

    I started getting back into CS:S now that it's available on Mac, but then Starcraft 2 came out. lol I'm almost into the 1v1 diamond league. :D
  10. voyevoda

    What's your motivation? :)

    Not having to worry about anything financially.
  11. voyevoda

    Scrapebox Tutorials?

    Set your filter to only look for .edu or .gov. Use the Page Rank checker after scraping blogs. Write relevant comments instead of "lol i just found ur blog and it's pretty cool!!!".
  12. voyevoda

    How schould i learn how to do keyword research?

    http://www.noblesamurai.com/dojo/marketsamurai/ Watch all the "Keyword Research" videos.
  13. voyevoda

    Can you trace me??? Challenge...

    Ding, ding, ding, we have a winner.
  14. voyevoda

    You got, no money, no website, no list, and, you need money in your account. What to do?

    Steal a copy of this book (you can't buy if it you have no money):
  15. voyevoda

    How did Apple get 77K views on YT overnight?

    When you make the most sought after multimedia devices in the world, you'll get lots of Youtube viewers, too.
Back
Top