Handling Forms in Vue.js
IntroductionWhen building web applications, there is always the possibility of working with forms. Learning to handle them as you work with different tools is very important. In this tutorial, you will...
View ArticleTop WordPress Security Tips for Admins
In this video from my course, WordPress Security Top Tips, you'll discover some key steps administrators should take to make their WordPress sites more secure.Top WordPress Security Tips for Admins...
View Article8 Best Practices for Perfect CSS Documentation
In the world of CSS, documentation is underused. Since documentation is not visible to the end user, its value is often overlooked by clients. Also, if it’s your first time documenting code, it can be...
View Article10 Best HTML5 Sliders for Images and Text
HTML5 enables users to have a better and more consistent web experience across several devices. Considering that smart devices of varying screen sizes and resolutions are the number one way that most...
View ArticleCreate a Music Player App With Anko
What You'll Be CreatingA good approach to becoming proficient in a new programming language or library is to try and create something useful with it. In my tutorial on simplifying Android development...
View ArticleNew Course: The Designer’s Guide to JavaScript Optimization
Using JavaScript can help you add some wonderful features to your website, but it can also slow the site down and frustrate potential visitors. Discover some easy solutions in our new short course, The...
View ArticleImage Enhancement in Python
Let me start this tutorial by taking some theoretical jargon out of your way. When we talk about image enhancement, this basically means that we want a new version of the image that is more suitable...
View Article10 Best WordPress Star Rating Plugins
The power of the star.Not one. Not two. How about five?That'd be great.The five-star rating system is one that says so much, so quickly. Browsing movies, products, comments? No matter. A quick glance...
View ArticleRun Automated Website Tests on Thousands of Devices Using CrossBrowserTesting
Thoroughly testing a website that you have created is just as important as developing it. Let's say your company has created an e-commerce website. If you just tested the "Buy Now" button for the...
View ArticleNew Course: Build a Web App With the Flask Microframework for Python
Want to learn how to use a full-featured Python microframework? Try our new course, Build a Web App With the Flask Microframework for Python.In this two-hour course, instructor Derek Jensen will show...
View ArticleHow to Download Files in Python
Python provides several ways to download files from the internet. This can be done over HTTP using the urllib package or the requests library. This tutorial will discuss how to use these libraries to...
View ArticleQuick Tip: Create a Custom Quick Settings Tile for Android
The quick settings panel needs no introduction to Android users. They use the switches it offers all the time to turn services such as WiFi, Bluetooth, and GPS on and off. Over the years, it has grown...
View ArticleHow to Auto Update WordPress Salts
If you've ever viewed the core configuration file (wp-config.php) for a WordPress site then you'll probably have noticed a section defining eight WordPress constants relating to security keys and...
View Article10 Best WordPress Booking & Reservation Plugins
Businesses that rely on bookings and reservations can rely on WordPress to help them meet their online business goals.From haircuts to hotels, and from health salons to consulting firms, these 10 best...
View ArticleBuilding Games With Python 3 and Pygame: Part 1
OverviewA lot of developers get into software development because they want to build games. Not everybody can be a professional game developer, but everybody can build their own games for fun and maybe...
View ArticleThree Ways to Make Your Swift Code More Readable
The importance of code readability is often underestimated, especially when programming in an environment which emphasizes user interface and user experience. While it's true that it is extremely...
View ArticleCanny Edge Detector Using Python
Edge detection is an essential image analysis technique when someone is interested in recognizing objects by their outlines, and is also considered an essential step in recovering information from...
View ArticleBuilding Games With Python 3 and Pygame: Part 2
OverviewThis is part two of a five-part series of tutorials about making games with Python 3 and Pygame. In part one, I introduced the series, covered the basics of game programming, introduced Pygame,...
View ArticleHow to Use the Android ListView Component
IntroductionLists of related items are needed for almost every app. An example of this is your Gmail app, which displays a scrollable list of messages. To add this functionality to your app, make use...
View ArticleElixir Metaprogramming Basics
Metaprogramming is a powerful, yet pretty complex technique, that means a program can analyze or even modify itself during runtime. Many modern languages support this feature, and Elixir is no...
View Article