Typora Markdown editor

Typora is a free cross-platform Markdown editor for Mac Windows Linux, it currently in beta stage and under active development. You might be thinking not another Markdown editor, with keyboard shortcuts and side panel preview and custom CSS options. Typora is a WYSIWYG (What You See Is What You Get) editor, this means you would not have a separate preview panel to the side for preview, this is a great way for writing content, because your source editor is your preview editor, that updates as you are typing, so you have more screen space for writing and focus while typing will be on the same window and not a separate panel. As the video below

Read more

Composer on Windows

Composer is a cross-platform tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you. Composer is very easy to use and makes web development even faster and easier on Windows. To install Composer all you need is PHP … Read more

Enable Xdebug on XAMPP for Windows

XAMPP is a free and open source cross-platform web server stack that offers Apache (Web Server), MySQL (Relational Database) and interpreters for PHP and Perl programming languages. XAMPP is one of the most feature rich Web Server stack solution. XAMPP is great for developing a website or web application locally. XAMPP by default is set … Read more