Category: JavaScript

0

How I got hundreds of YouTube Subscribers for free

There are websites that would gladly take your money in exchange for YouTube likes or Subscribers. These services always have a free plan, and in this article I will show I managed to trick the service to give me unlimited subscribers without paying and without actually participating in the like/subscribe exchange system that is put in place.

0

Optimizing jQuery DOM manipulation

If you are working with JavaScript then most probably jQuery is a library you are using quite frequently. jQuery is useful and provides many features that are harder to achieve with basic JavaScript. Due to the fact that it usually runs on the client-side, many don’t pay too much attention to optimizing the code. That is why there are many websites that load slowly, have sluggish UIs, or seem to respond with delay. So, in this article, I will show...