Most of the users overlook the security of their WordPress website because there is a myth that it is one of the most secured CMS platforms. But the truth is that there is not a powerful way to completely protect a site or blog from hackers, spammers, and ...

By: Maggie Sawyer Aug 19, 2016

The jQuery UI Datepicker is a widely used plugin that provides an easy way to add a calendar to the input field for selecting a date. The jQuery Datepicker is attached with form input field or inline element to open an interactive calendar. Also, it is a h...

By: CodexWorld Aug 16, 2016

Tooltips are a great way to showing details information to the user by hovering a text or image and it helps to improve the user experience of your website. Using tooltips you can display image caption, description for links, and useful information. You ca...

By: CodexWorld Jun 3, 2024

WordPress has many different content types. A single item of content is called a post, also post is a specific post type. All the post types are stored in the same database table and differentiated by a column called post_type. By default, five post types...

By: CodexWorld Aug 5, 2016
PHP

MailChimp is an email marketing service, helps to manage the subscribers of your website. MailChimp provides an easy way to integrate email signup form in your website and send the email newsletter to the subscriber. In this tutorial, we'll show you how to...

By: CodexWorld Aug 3, 2016

WordPress is one of the most flexible and versatile blogging platforms. It is considered as an ideal blogging platform for webmasters who are seeking to build their blogs in few minutes. But if you're a newbie then you must be confused, which way to go Wor...

By: Sophia Phillips Jul 29, 2016
PHP

Extract URLs from the website is used in many cases, generating a sitemap from website URL is one of them. You can easily get all URLs from a web page using PHP. Here we'll provide short and simple code snippets to extract all URLs from a web page in PHP u...

By: CodexWorld Jul 26, 2016

AngularJS is a JavaScript Framework and it is a library written in JavaScript. AngularJS extends HTML attributes with Directives. If you are a beginner to AngularJS and looking for working example on AngularJs, this tutorial will help you a lot. This tutor...

By: CodexWorld Jul 22, 2016

Client-side form validation is very useful for validating a form and it makes your web project more user-friendly. You can found many ways to perform client-side validation in HTML form, but jQuery Validation Plugin is the easiest way to validate a form. T...

By: CodexWorld Jul 19, 2016
keyboard_double_arrow_up