Jump to content

MasterACE14

Members
  • Posts

    2,687
  • Joined

  • Last visited

Everything posted by MasterACE14

  1. I asked for clarification on whether one part of my code was correct in regards to what the assignment question said, part of the question was a bit unclear as to what exactly was required. After checking with my lecturer turns out I did it correctly anyway. Thanks!
  2. Good Afternoon Everyone! A few weeks ago I received my marks for my first programming assignment at uni, and as many of you know I was not happy with my final mark. Full story here... http://www.phpfreaks.com/forums/index.php?topic=350188.0 Today I received my marks for my second programming assignment and thanks to everyone's input in my previous post, I got 100% ! I can not thank you all enough for your help and support in my last thread, I made sure I had clear and precise guidelines for this assignment, spoke with my lecturer on a few occasions regarding questions I had about the assignment and thankfully this time it has paid off. So thank you again, I appreciate the help and support like always. Cheers, Ace
  3. You've come to the right place, welcome!
  4. move... <table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"> outside of the while loop.
  5. $the_blab_form = ' <textarea id="add-status"class="status" onkeyup="limitText(this,350,'.character-count');detect_url(this.value);" onclick="limitText(this,350,'.character-count');detect_url(this.value);"></textarea><div><input class="button post" type="button" value="Post" id="'. $session .'" onClick="add_post(this.id)"/><div class="character-count">350</div> ';
  6. start with this... $gold = rand(1,200); // random amount of gold somewhere from 1 to 200
  7. what do you mean by 'it doesnt work' ? is there any errors coming up? Is it die()'ing somewhere in the script?
  8. No, actually this would be the perfect excuse not to do it Lol, agreed.
  9. And barbecues can't forget the BBQ's! Shrimp on the barbie, all that.
  10. Just noticed that on the site, if that doesn't send a message I don't know what will.
  11. if you know the prefix is a fixed length, why wouldn't you just check what the user inputs?
  12. Not a problem mate, good luck with it!
  13. I recommend: http://ineasysteps.com/products-page/programming/c-programming-in-easy-steps-4th-edition/ , this book has been very helpful. As far as websites go, you can't go past... http://www.cplusplus.com/doc/tutorial/
  14. Didn't you guys invent the rotary washing line too? Where would we be without those, eh? That we did, but I think our contributions to medicine are probably the most significant. - Penicillin - Bionic Ear - Aspro - Spray on Skin - Zinc Cream - Ultrasound - Latex Gloves - Flu Vaccine - Night and Day contact lenses - Heart Pacemaker - Anthrax Vaccine to name a few, and we pioneered microsurgery. Some of other inventions/discoveries/innovations include... - Combine Harvester - The Sarich Engine - Wave Piercing Catamaran - Differential Gears - The 'Ute' (which is different to the 'pickup truck' developed in the USA) - Black Box Flight Recorder - Variable Ratio Rack and Pinion Steering - Hyshot Scramjet Engine - Electric Drill - Two Stroke Lawn Mower - Notepad - Telephane (yes Telephane, not Telephone) - Garage Roller Door - Salt Water Chlorination of Swimming Pools - Pre-paid Postage - Xerox Photocopying - Polymer Bank Notes - Blast Glass - Refrigeration - Vegemite (controversial topic as of late since the iSnack 2.0 incident) - Wine Cask - CETO Wave Energy System - Calyx Drill - Uniloc Software Protection (which after Microsoft copied, lost approx half a billion for stealing the technology) - Wireless LAN IEEE 802.11 - Samba Software - Google Maps (developed by a couple of Danish-Australian brothers in Sydney, believe it or not) - Feature Films (The Story of the Kelly Gang, 1906, ran for more than an hour) - The Australian Crawl - Race Cam - Speedo Swimwear - The Mills Cross - Gene Shears - SILEX - Synroc - The Stobie Pole I can't speak for the USA, but we improved it
  15. welcome, that textbook will become your best friend, as well as the php.net manual!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.