Posted · Category: Chat, License Free Zulip is a powerful open source group chat. Every conversation in Zulip has a topic, so it’s easy to keep conversations straight. Zulip makes it easy to review the conversations you missed, so you can focus on that important project without having to catch up on how Jim’s guitar… Continue reading Zulip – A Powerful Open Source Group Chat
Tag: topic
10 Writing Tools For Bloggers & Content Writers
In this collection, we are presenting 10 writing tools for bloggers and content writers. With the help of these amazing and superb writing tools you can easily and quickly improve your writing content for websites, blogs and for other purpose. These wonderful writing tools will help you in complex problems which you face in writing… Continue reading 10 Writing Tools For Bloggers & Content Writers
Flexbox Patterns: Ready-To-Use Building Blocks for Your Design
If you ever delved into Flexbox as an alternative to the classic CSS box model, you probably don’t want to go back. The hitch is, that you need to deal with it in-depth, and who has enough time for that these days. Thus, we’re often stuck with old methods of getting things done, just because… Continue reading Flexbox Patterns: Ready-To-Use Building Blocks for Your Design
Using Let's Encrypt SSL With Your WordPress Project
What’s Let’s Encrypt? For years, purchasing, renewing, installing and managing SSL certificates overwhelmed me with expense and complexity. Now, Let’s Encrypt makes it fairly simple and free. Let’s Encrypt is an emerging, free, automated, and open certificate authority brought to you by a California public benefit corporation called the Internet Security Research Group—it also has nonprofit status. Its… Continue reading Using Let's Encrypt SSL With Your WordPress Project
What Multipurpose WordPress Theme Should You Pick?
Posted · Category: Best Collections Most web designers work with a variety of website types, and they prefer multipurpose themes for that reason. This is especially true when they need to deliver websites to multiple clients with different needs. Each of the multipurpose WP themes presented here features pre-designed website or layout selections from which… Continue reading What Multipurpose WordPress Theme Should You Pick?
What Are WordPress Themes?
We recently wrapped up a series that covered How to Get Started With WordPress. Though it’s not a pre-requisite for reading the following article, I recommend reading through the four posts, especially if you’re someone who is just now getting started with WordPress. The people who visit Envato Tuts+ come from a variety of backgrounds, both… Continue reading What Are WordPress Themes?
Exploring WordPress Managers: Jetpack & InfiniteWP
When you have a lot of clients with WordPress-powered websites, or a lot of WordPress projects that you work on, it might get messy to deal with all those updates and maintenance. Logging in to each website with different usernames and passwords, then moderating comments, updating plugins and themes, maybe occasionally (or periodically) making database… Continue reading Exploring WordPress Managers: Jetpack & InfiniteWP
How to Install WordPress: The Application
In this introductory series for how to achieve some tasks in WordPress, we’ve talked about themes and plugins and how to install our web server. The one thing we haven’t covered, though, is how to install WordPress. In this tutorial, I’m going to walk through the process of downloading a copy of the WordPress source… Continue reading How to Install WordPress: The Application
Developing a Static Site Generator Workflow
Nobody likes finding bugs. Even worse, no one enjoys finding bugs while shopping for digital products. That is why, as a company providing a web-based bug tracking tool to tens of thousands of users, we have to ensure a bug-free environment. With our increasing number of web pages – and therefore increasing lines of code… Continue reading Developing a Static Site Generator Workflow
International Artist Feature: Germany
For this article in the international artist series we turn to Germany, featuring seven illustrators and designers who create fantastic work from digital paintings to textile design and more! I asked each artist how their country and culture inspired their work, and they delivered fantastic answers. Enjoy! Cloudy Thurstag Cloudy is an illustrator and designer… Continue reading International Artist Feature: Germany
Data Structures With JavaScript: Tree
What You’ll Be Creating * { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Trees are one of the most commonly used data structures in web development. This statement holds true for both developers and users. Every web developer who has written HTML and loaded it into a web browser has created a tree, which is referred… Continue reading Data Structures With JavaScript: Tree