'20:37:24' tutorials

All '20:37:24' tutorials:

  1. Building Your Startup: Leveraging Bootstrap, Ajax, and jQuery

    Building Your Startup: Leveraging Bootstrap, Ajax, and jQuery

    Tutorial Intermediate

    As I found time to polish Meeting Planner more deeply, I relied on CSS and JavaScript to add more interactive features such as easily scheduling with...

  2. How to Zip and Unzip Files in CodeIgniter

    How to Zip and Unzip Files in CodeIgniter

    Tutorial Beginner

    CodeIgniter is one of the popular frameworks among the plethora of PHP frameworks in the world of web development. It’s been continuously improved since its...

  3. Securing iOS Data at Rest: Protecting the User's Data

    Securing iOS Data at Rest: Protecting the User's Data

    Tutorial Beginner

    This is the first of three articles on securing user data at rest. In this post, we'll start off with the basics of protecting data on iOS so you can learn...

  4. Dynamic Page Templates in WordPress, Part 2

    Dynamic Page Templates in WordPress, Part 2

    Tutorial Intermediate

    In part 2 we take a closer look at what dynamic page templates are, and demonstrate step-by-step how to build a general purpose dynamic page template as a...

  5. Programming With Yii: Generating Documentation

    Programming With Yii: Generating Documentation

    Tutorial Intermediate

    Learn to use Yii2's automated documentation generator, apidoc, as I build the API documentation for my startup Meeting Planner application.

  6. Updated Primer for Creating Isometric Worlds, Part 2

    Updated Primer for Creating Isometric Worlds, Part 2

    Tutorial Intermediate

    This is the second part of the tutorial series focused on advanced topics related to isometric world creation. We will learn isometric pickups, isometric...

  7. Securing Communications on iOS

    Securing Communications on iOS

    Tutorial Beginner

    For any app that communicates remotely, it is important to consider the security of user information that is sent across a network. In this post, you'll...

  8. Working With MeSH Files in Python: Linking Terms and Numbers

    Working With MeSH Files in Python: Linking Terms and Numbers

    Tutorial Intermediate

    The tutorial shows how we can use different aspects of Python (i.e. dictionaries, lists, and regular expressions) together to solve different issues. It also...

  9. Android O: How to Use Notification Channels

    Android O: How to Use Notification Channels

    Tutorial Intermediate

    Google has launched the first developer preview of the next Android version, currently code-named Android O (Oreo maybe?). Some exciting features were...

  10. How to Work With Session Data in CodeIgniter

    How to Work With Session Data in CodeIgniter

    Tutorial Beginner

    This article explains the basics of session handling in the CodeIgniter framework. CodeIgniter comes with a built-in session library that acts as a wrapper...

  11. How to Use Android O's Autofill Framework

    How to Use Android O's Autofill Framework

    Tutorial Advanced

    Android O brings autofill functionality to Android apps. As an app developer, you can use the new Autofill Framework to create your own custom autofill...

  12. Uploading With Rails and Carrierwave

    Uploading With Rails and Carrierwave

    Tutorial Beginner

    You will learn how to work with Carrierwave, a very popular and feature-rich file uploading solution for Rails, while crafting a demo application.