1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By Strider64

  1. kk5st liked Strider64's post in the thread HTML5 with Dynamism in Web Applications.

    Funny I still use Thunderbird to retrieve my email. :D The problem with jQuery and programming libraries in general is that it lends...

    Dec 1, 2013
  2. ryan_uk liked Strider64's post in the thread Do I need HTML5 ?.

    Just another piece of advice (or opinion), if you go with HTML5 Doctype, just try to treat it like 4 Strict. By that I mean don't be a...

    Oct 21, 2013
  3. deathshadow liked Strider64's post in the thread Do I need HTML5 ?.

    Just another piece of advice (or opinion), if you go with HTML5 Doctype, just try to treat it like 4 Strict. By that I mean don't be a...

    Oct 16, 2013
  4. eritrea1 liked Strider64's post in the thread A PDO class to make it easy on newbies and lazy coders.

    I had an instructor that I thought taught web design & development properly, by that I mean HTML5 was in its very early stages (still...

    Oct 10, 2013
  5. ryan_uk liked Strider64's post in the thread A PDO class to make it easy on newbies and lazy coders.

    Lazy programming just leads to bad code and poor security, learning how to code correctly in the first place takes effort. However, in...

    Oct 9, 2013
  6. HolyRoller liked Strider64's post in the thread A PDO class to make it easy on newbies and lazy coders.

    Lazy programming just leads to bad code and poor security, learning how to code correctly in the first place takes effort. However, in...

    Oct 9, 2013
  7. ryan_uk liked Strider64's post in the thread php mysql to php mysqli.

    I started out with mysqli, but switched over to PDO. Start with PDO is the best option, unless you know that you will never use any...

    Oct 8, 2013
  8. HolyRoller liked Strider64's post in the thread php mysql to php mysqli.

    I started out with mysqli, but switched over to PDO. Start with PDO is the best option, unless you know that you will never use any...

    Oct 8, 2013
  9. ryan_uk liked Strider64's post in the thread Anyone using coffecup ?.

    I've actually switched over to NetBeans from Dreamweaver (I was using a school edition of Adobe's suite) and I like it much better than...

    Jul 14, 2013
  10. sarahk liked Strider64's post in the thread how to create registration form?.

    Here's a little more up-to-date one: <?php //Start session session_start(); // create an user $_SESSION array:...

    Jun 26, 2013
  11. ryan_uk liked Strider64's post in the thread how to create registration form?.

    Here's a little more up-to-date one: <?php //Start session session_start(); // create an user $_SESSION array:...

    Jun 26, 2013
  12. ryan_uk liked Strider64's post in the thread What to use instead of mysql_real_escape_string?.

    You use prepared statements for mysqli (I also believe for PDO, though I use mysqli), like the following: function update_content($id,...

    Jun 26, 2013
  13. D3Tek liked Strider64's post in the thread how to create registration form?.

    Here's a little more up-to-date one: <?php //Start session session_start(); // create an user $_SESSION array:...

    Jun 20, 2013