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 ketting00

  1. sarahk liked ketting00's post in the thread Uncaught SyntaxError: Unexpected token '<' I'm a Begginer to brackets.

    What is the data you want to fetch? This seems to be the code straight out from a tutorial you copied from somewhere. Try something more...

    Jul 13, 2020
  2. sarahk liked ketting00's post in the thread HTML designed Email for SEO Services.

    Template? You mean you already have a database of customer list, your data to attach to? You want to send them an email with THML...

    Jul 1, 2020
  3. Saputnik liked ketting00's post in the thread Extremely slow site!.

    Apart from linking to too many style sheet files and too many js files, which makes the loading slow, your page is rendered once after...

    May 26, 2020
  4. sarahk liked ketting00's post in the thread Extremely slow site!.

    Apart from linking to too many style sheet files and too many js files, which makes the loading slow, your page is rendered once after...

    May 25, 2020
  5. sarahk liked ketting00's post in the thread Template Monster...your opinion ?.

    I used them (HTML) on several projects I worked for my customers and they were all satisfied but you have to heavily modify some...

    Apr 22, 2020
  6. sarahk liked ketting00's post in the thread Template Monster...your opinion ?.

    It depends... I've come across many AI-powered programs that can do front-end design like these examples:...

    Apr 22, 2020
  7. Saputnik liked ketting00's post in the thread Template Monster...your opinion ?.

    I used them (HTML) on several projects I worked for my customers and they were all satisfied but you have to heavily modify some...

    Apr 20, 2020
  8. scu8a liked ketting00's post in the thread += vs push | which one is better to add data to an array.

    Thanks for reply, My priority is always performance above all. The data reading should be something like youtube video. You grab data...

    Jan 23, 2020
  9. JEET liked ketting00's post in the thread How to make a string variable.

    You should. So when I get struck I'll have someone helped me ;) Beside from that, it's the only platform I'm exciting about.

    Jan 12, 2020
  10. JEET liked ketting00's post in the thread How to make a string variable.

    Finally, I got it done: var backData = "var backdata = '" + result[0].name + "';"; Just one semicolon can ruin your day.

    Jan 12, 2020
  11. hdewantara liked ketting00's post in the thread How to make a string variable.

    Finally, I got it done: var backData = "var backdata = '" + result[0].name + "';"; Just one semicolon can ruin your day.

    Jan 12, 2020
  12. qwikad.com liked ketting00's post in the thread How to make a string variable.

    Finally, I got it done: var backData = "var backdata = '" + result[0].name + "';"; Just one semicolon can ruin your day.

    Jan 12, 2020
  13. scu8a liked ketting00's post in the thread How do I get json data from this array.

    Ok, I get it. var data = [ {id: 1, name: 'John Smith' } ]; console.log(data[0].name);

    Jan 11, 2020
  14. usasportstraining liked ketting00's post in the thread Reason for needing server access?.

    You can send him the theme and tell him what to do. He can send you back after done with all the alterations. This way is safer. You can...

    Nov 27, 2017
  15. themes4all liked ketting00's post in the thread Is this CSS show-hide trick possible.

    Hi @themes4all, Thanks for quick reply. Very close to what I needed. I'll use this when all else failed. Appreciated,

    Mar 23, 2016
  16. locals liked ketting00's post in the thread Please Help Me With: Cannot Modify Header Error.

    Try this. <input type="checkbox" name="job-categories[<?php echo $i; ?>]" value="<?php echo...

    Nov 19, 2015
  17. deathshadow liked ketting00's post in the thread Please Help Me With: Cannot Modify Header Error.

    The reason is purely saving space. As @locals experienced the compressed data appears as Chinese characters. The JS file compressed as...

    Nov 16, 2015
  18. locals liked ketting00's post in the thread Please Help Me With: Cannot Modify Header Error.

    Problem like this mostly has to do with the session. It hard to tell unless you check all the functions involved, for wordpress...

    Nov 16, 2015
  19. freelanceDeveloper liked ketting00's post in the thread How can I break this foreach loop and continue.

    Well, I'm an idiot. This works: foreach($array as $key => $value) { echo $key. " => " . $value . "<br/>"; if ($key == 4) {...

    Jul 31, 2015