If you are looking for a Vietnamese partner, you can sign up in https://www.top10.com/dating/make-dating-profile-stand-out-men free online dating sites. These kinds of platforms give you a wide range of features and services that will help you find suits. These programs also have a large user base, which in turn increases the chance for finding a match. […]
Content We are curious as to whether or not you have any suggestions What makes cbdMD’s product range stand This location has the highest-quality CBD oil available for canines The use of CBD products comes with a number of advantage Cannabidiol, sometimes known as CBD, is quickly becoming one of the most popular natural […]
Blogs What exactly does it imply when someone claims marijuana? There are three primary types of marijuana strains: indica, sativa, and hybrid Doing research on several strains of cannabis How marijuana is smoked or eaten affects how high one gets from using it The number of individuals who are becoming aware of the potential […]
Web hosting is a very important Aspect of owning a website, as you need a reliable, fast and secure host. But there’s hundreds of companies providing hosting. Today, let’s have a look at InMotion Hosting, which offered me to review their “Launch Plan”. But this article is more than a simple review: it features an …
InMotion Hosting Review & Giveaway Read More ยป
After years of usage, your WordPress database can contain weird characters, be filled with data you don’t need anymore, and so on. In this article, you will learn about SQL queries to clean up your WordPress database. Two things to note: First, any of these queries should be preceded by a backup of your whole […]
cURL, and its PHP extension libcURL, are tools which can be used to simulate a web browser. In fact, it can for example, submit forms. In this article, I'm going to show you 10 incredible things that you can do using PHP and cURL.
Unfortunely, Wordpress doesn't have a default function to display a breadcrumb. We'll see how to create this navigation technique, and display it on our posts, pages and categories archives.
HTML is super easy to write, but when creating webpages you often need to do the same repetitive tasks, such as creating forms. In this user guide, I have compiled 10+ ready-to-use HTML snippets to fasten your front-end coding. HTML5 Starter Template When starting a new project, you need a starter template. Here is a […]
Introduced with HTML5, the <audio> tag defines a sound and is used to embed audio content such as music or other streams in HTML documents. As of 2020, <audio> is widely supported among modern browsers. Internet Explorer 8 doesn’t support it, as well as earlier versions. <audio> can be used to play sound files in […]
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.
FFmpeg is a multiplatform, open-source library to record, convert and stream video and audio files. Created in 2000, it is a powerful command-line tool that runs on Linux, Windows and Mac operating systems. FFmpeg is currently used by many websites and programs, including YouTube and VLC Media Player, and is published under the GNU Lesser […]
Using open-source components makes it really easy and quick to build powerful front-end elements for websites or apps. In this tutorial, you’ll learn how to easily create an editable table using PureCSS and jQuery. There’s a demo available for this tutorial, click here to see. Getting Started The very first thing to do, indeed, is […]
Bootstrap is the most popular and probably the most complete front-end web framework, which allows developers to fasten the creation of a website or web app. In this article, I have compiled 5 ready-to-use web forms for your Bootstrap projects. It’s time to save some time! General Rules for your Bootstrap Form As the most […]
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.
When working on PHP websites made from scratch and without a framework, speed can often be an issue. Caching is extremely useful in order to speed up PHP webpages. In this article, I’ll show you how to make a simple PHP caching system for your web pages. What is Page Caching? Page caching is a […]
Dates are always an important part of any website or app, but they can be a little tricky to deal with, especially for beginners. Here is a list of a few PHP functions and code snippets that will definitely come in handy when dealing with dates.