Course catalog
Showing 6,381-6,400 of 8,871 items.
Photoshop: Tips and Quick Fixes
Fix problem photos fast with this cookbook of quick tips. Discover how to address common issues in Photoshop—and learn the software at the same time.
PHP 7 New Features
Learn about the new features, improvements, and changes in PHP 7, including type declarations, new operators, and anonymous classes.
PHP Code Challenges (219535)
PHP is one of the most prominent programming languages in the world, so it’s vital to keep your skills sharp and aligned with current demands. This course from Joe Casabona presents a number of challenges to help you reinforce your PHP knowledge. The challenges start off with simple, common problems like writing sorting functions, and increase in difficulty to more complex tasks like encrypting strings and namespacing. Most solutions can be found in less than 25 lines of code, and many of the videos can be watched on their own, so you don’t need to complete the previous challenges if there’s a specific knowledge set you want to test. Whether you’re just learning PHP or an experienced pro looking to stay sharp, this course will give you a good idea of where your PHP skills stand.
PHP Essential Training
Learn the fundamentals of PHP, a popular programming language that you can use to create dynamic web pages.
PHP for Web Designers
A gentle introduction to PHP, with simple exercises that help you develop dynamic web content, user input forms, and database-powered product pages.
PHP for WordPress
Want to modify default behaviors and build plugins and themes for your WordPress site? This course equips you with the basic PHP skills you need to get started.
PHP Techniques: Pagination (225859)
Learn how to paginate a list of items or database records using PHP. In this course, Kevin Skoglund reviews the fundamentals of pagination, a helpful design pattern for breaking down large data sets into smaller, more manageable sections. He provides use cases and shows how to write the actual PHP code to find records and display a certain number per page. He then shows how to paginate records from a SQL database, add links to pages, and use object-oriented programming to define pagination functions inside a single class and create links between pages. Each chapter contains practical, hands-on programming lessons that will help you build your PHP skills.
PHP Techniques: Working with Files and Directories
This course teaches how to use PHP to work with files and directories.
PHP Tips, Tricks, and Techniques
Become a better PHP programmer, one tutorial at a time. Broaden your understanding of what PHP can do and become a more productive developer, with these tips.
PHP with MySQL Essential Training: 1 The Basics
Learn how to build dynamic, data-driven webpages using PHP with MySQL.
PHP with MySQL Essential Training: 2 Build a CMS
Strengthen your PHP and MySQL skills by building a robust content management system with secure user authentication.
PHP: Accessing Databases with PDO and MySQLi
Learn how to access and manipulate databases using the object-oriented PHP extensions PDO and MySQLi.
PHP: Choosing a PHP Editor
Learn to make your job easier and your code more accurate by choosing from a selection of general-purpose and PHP-specific code editors and IDEs.
PHP: Clean URLs on Apache Server
Optimize your URLs for search engines and site visitors. Learn how to use the Apache mod_rewrite module to create clean URLs for PHP sites.
PHP: Creating Secure Websites (229276)
Hackers target PHP web applications more often than other sites because most PHP code is written by developers with little security experience. Protecting web applications from these attacks has become an essential skill for all PHP developers. PHP: Creating Secure Websites shows you how to meet the most important security challenges when developing websites with PHP. Instructor Kevin Skoglund covers the techniques and PHP code needed to develop sites that are more secure, and to avoid common mistakes. Learn how to configure PHP properly and filter input and escape output. Then check out step-by-step defenses against the most common forms of attack, including cross-site scripting and SQL injection.
PHP: Design Patterns
Write better PHP code by following these popular (and time-tested) design patterns.
PHP: Email with Swift Mailer
Learn how to use PHP to programmatically send email, including HTML email and personalized bulk email, with Swift Mailer, the free PHP library.
PHP: Exporting Data to Files
Learn how to export data from a database with PHP in a variety of formats, including: rich text, CSV, Excel, Word, OpenOffice spreadsheets and documents, and even XML.
PHP: Managing Persistent Sessions
Learn how to store persistent PHP session data in a SQL server and create an auto-login system that recognizes returning users.
PHP: Object-Oriented Programming
Learn how to use object-oriented programming principles in PHP.