PHP

If you want to provide a time picker dropdown for selecting time, then there are many options to do that. You can use jQuery plugins to provide a time picker to the user or generate a custom time picker dropdown with PHP. If you are concern about the web p...

By: CodexWorld Aug 29, 2016

GD library is used to create and manipulate image file in PHP. PHP will need to be compiled with GD library for image functions to work. If you are using Apache web server and want to install PHP GD support, then this tutorial will help you a lot. Ubuntu c...

By: CodexWorld Sep 5, 2016
PHP

The shopping cart functionality is an important part of every eCommerce project. It helps the user to select and purchase multiple items at once. Also, the online shopping cart allows viewing the selected items and the total price before submitting the ord...

By: CodexWorld Mar 11, 2022

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
CSS

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 Aug 12, 2016

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
keyboard_double_arrow_up