Using WordPress Akismet Plugin to Check Spam

Whether you’re developing a custom contact form, comment or testimonial section in your WordPress site, you will need a strong anti-spam solution to protect yourself from bombardment of Spam content. Who else can give you better protection than inbuilt Akismet plugin in WordPress.

Creating Simple Sliding Menu Quickly (CSS & jQuery)

There are plenty of Responsive menus on the net, which you can incorporate within your project to make an exciting navigation system. But more often than not we end up fixing and tweaking things with those menus! So today let’s focus on creating our own simple sliding navigation menu which will fit any screen size and also looks great.

An Overview of Writing Testable JavaScript

Over the time period, we have better options for unit testing JavaScript. However, it does not mean that the code which is tested is as easy on us as our tools are! Writing and managing the codes takes some effort and planning, but functional programming concepts inspire few patterns which can be used to avoid getting into a tight spot while testing our code.

Ajax Form Submit examples using jQuery

Ajax forms are an integral part of web technology today and make sending HTTP requests pleasant for the user, no page reloads and it’s fast. jQuery Ajax can send-receive information in various formats such as HTML, JSON or XML. Today, Let’s learn various methods of jQuery Ajax to send data to the server and back.