Blog
Many WordPress plugins can add a contact form to your blog, but a plugin is not necessary. In this tutorial, I’m going to show you how you can create a built-in contact form for your WordPress theme.
Every web developer should keep useful code snippets in a personal library for future reference. Today, I’m showing you the 10 most useful snippets and functions I have added to my snippet library from the past 3 months.




Since the Internet is around, affiliate marketing has always been one of the most efficient ways to make money online by promoting third-party products. Today, let’s take a look at WooCommerce Amazon Affiliates, a WordPress plugin designed to help you make money online using the Amazon affiliate program.
Front-end web developent can seem to be easy at first, but producing a clean, semantic, and cross-browser code is definitely a hard job. In this article, I have compiled the top 10 best practices that have been useful to me in the past 3 years.




jQuery is extremely popular amongst front-end developers and is the preferred JavaScript framework of most coders. But even if jQuery can simplify your JS development and add a lot of possibilities, there’s cases where you can’t use jQuery. Here is tips and practical examples about how to do things you usually done with jQuery without using the popular framework.




As a web developer or online publisher, you have to deal with poorly formatted text files on a daily basis. So how to survive in this jungle of HTML written on Word files, messy PHP source code and minified CSS? This article showcases the current most interesting online formatting tools in order to make your editing faster, easier and more efficient.




Python is not only an amazing programming language, it’s also very helpful when it comes to developing tools for SEO. In this article, I have compiled 5 of the best Python scripts to optimize your website SEO: Check broken links and indexed URLs, grab data from Mozscape, and more.
When you’re looking for a very eye-candy way to display your content, slideshows are always a good choice. Here’s our selection of 10 cross-platform, absolutely stunning slideshows, carousels and sliders, based on Mootools, JQuery, Yahoo! User Interface, and Script.aculo.us.




When creating a WordPress theme or plugin, AJAX is often used in order to enhance the user experience. In order to ensure security and protect your site against several types of attacks including CSRF, WordPress provides security tokens called nonces. In this article, I’ll show you how to use nonces to protect AJAX requests on a WordPress site.




Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code server-side. Trusted by many big names on the Internet, Node.js popularity is growing exponentially. In order to get you started with this fascinating tool, here is a list of the most useful tutorials on the subject.