How to Determine What to Build With WordPress
As an application, WordPress is in a unique position. For one thing, it powers roughly 25% of the web in that it serves as both as a blogging platform and content management system. But it's also an...
View ArticleUsing Containers With Bluemix DevOps Services
IntroductionThis tutorial will demonstrate some of the integrated capabilities found in IBM Bluemix and IBM Bluemix DevOps Services (IDS).Bluemix now includes a new beta service to host Docker...
View ArticleRake 201
In this second article about Rake, we dive a little deeper and cover slightly advanced topics like file tasks, rules, multitasks and more that will improve your Rake chops...
View ArticleRails Image Upload Using Dragonfly
File uploading is an important feature in web applications. Aside from enabling users to upload profile pictures, the use of file uploading features varies. I have shown you how to enable file...
View ArticleHow to Use Jscrambler 4 to Protect Your Application's Integrity
In recent years, as a platform-independent language, JavaScript has found its way to a wide array of uses, ranging from mobile applications to HTML5-based games and Node.js servers. Long gone are the...
View ArticleBuilding a Welcome Page for Your WordPress Product: WP Transients API
When it comes to building a web app with WordPress, its powerful APIs provide a great deal of help. Adding or retrieving any data with the Options API is not a big deal. But sometimes we need to store...
View ArticleHow to Program With Yii2: Uploading Files
What You'll Be CreatingIf you're asking, "What's Yii?" check out my earlier tutorial: Introduction to the Yii Framework, which reviews the benefits of Yii and includes an overview of what's new in Yii...
View ArticleNew Short Course: Write a jQuery Plugin
jQuery is the most popular JavaScript library, and one of the reasons for that popularity is jQuery's extensibility. Not only does jQuery give us a lot of goodies out of the box, but the community has...
View ArticleHow to Use Python Packages
Python packages allow you to break down large systems and organize their modules in a consistent way that you and other people can use and reuse efficiently. Python's motto of "Batteries Included"...
View ArticleAn Introduction to NativeScript
In this article, we're going to take a look at NativeScript, an open-source framework for building mobile apps with JavaScript. At the end of the article, you should have a pretty good idea of what...
View Article20 Useful WordPress eCommerce Plugins Available on CodeCanyon
If you're running an online store, chances are you're using WooCommerce. It happens to be the world's favorite ecommerce solution—and best of all, you can start using it for free.Because it has become...
View ArticleRunning a Business While Keeping Up With Changing Technology
For those of you who have read any of my tutorials on Envato Tuts+, you know that I spend the majority of time working with WordPress. If I'm not building custom solutions for others, then I'm often...
View ArticleHow to Install and Set Up a New WordPress WooCommerce Theme
WooCommerce is the most popular and “most customizable eCommerce platform for building your online business.” You can download WooCommerce for free, but you really begin to see its power when you start...
View ArticleKickstart Your iOS Career With These 4 Courses
Do you want to develop apps for iOS devices?If so, these four courses will give you the solid foundation you need. With expert guidance from Envato Tuts+ instructor Derek Jensen, you'll learn all the...
View ArticleNew Course: Data Handling With Python
Python is a powerful language that is easy to learn and excels at many different types of computing. It is used to run large, well-known websites. It is used to process log files and make sense of...
View ArticleHow to Hand-off Photoshop and Sketch Designs With Sympli
Let’s take a look at Sympli; a collaboration platform for designers and developers. It works with Xcode, Android Studio, Sketch and Photoshop–in this tutorial we’ll cover the designer’s perspective,...
View ArticleRake 301
This final article looks at FileList, Pathmap, CLEAN, CLOBBER, and passing arguments. These are not super important for beginners right away, but they will certainly come in very handy at a later...
View ArticleAndroid From Scratch: How to Store Application Data Locally
When it comes to persisting application data locally, Android developers are definitely spoiled for choice. In addition to direct access to both the internal and external storage areas of an Android...
View ArticleNew Features in Laravel 5.2
In this article, I will take a look at the new features of Laravel 5.2 and describe them one by one. The new features are listed below:implicit route model bindingform array validationAPI rate-limiting...
View ArticleCost-Effective Mobile Solutions: Think Small Business, Not Enterprise
IntroductionAlthough the term "enterprise apps" sounds as if these applications must be used exclusively by large corporations, in actuality small businesses can benefit from developing such apps as...
View Article