
Enroll Now

Learn the essentials of the world's number one programming language, Javascript. You can find Javascript from the client side to the server side, in hybrid app's and more! It's never been a better time to learn JS.
Enroll Now
Enroll Now

SASS or SCSS is fast becoming a more prominent language in web development and gets rid of the headaches that come with traditional CSS. Learn the basic API and the command line.
Enroll Now
Enroll Now

Learning one of the most popular and advanced content management systems can be a daunting task. However Tutsplus released my course for free to all members, so signup today!
Enroll Now
Enroll Now

This course focuses on the new features of PHP 7 which brings exciting new syntax to the language, improved security and nearly doubles the speed of PHP 5 with the new PHPNG compiler.
Enroll NowWhat would you like to see next? Follow @avelx
Help us by helping yourself...
Purchase a premium course to support Avelx
$20 Enroll Now

Fully understand object oriented analysis, design and programming. This course can apply to many languages for OO analysis, design and general OO programming, but we'll be building a PHP project.
$20 Enroll Now
$60 Enroll Now

Build Android and iOS app’s with HTML, CSS and Javascript. But also learn about transitioning away from the web developer mindset and understand the app development cycle.
$60 Enroll Now
$98 Enroll Now

This bundle is a collection of courses on HTML5's new element's, CSS3, experimental CSS 3D, working with video, Phonegap and more. This is your full stack HTML5, CSS & JS bundle course.
$98 Enroll NowLatest Posts
-
Conclusion
Thank you to all my students who’ve participated in this course and taken the time out to review all the…
-
PHP7 Depricated features
With the addition of every language there usually is a division with most people on whether some features should be…
-
Revamped regular expression function
Sometimes we work with string data to attain more information. For example there are spam filters that need to check…
-
Random bytes and random int functions
Random is actually a very hard process, human beings may think their random but really we aren’t and computers likewise…
-
Session start options
When you want to start a session we use the session start function which now accepts an associative array as…
-
Integer division
The new intdiv function allows us to do integer divisions and return the amount of successful divides. For example a…
-
PHP7 Generator new features
Firstly lets look at return statements which in a generator function must be the last statement within the generator function.…
-
Generators Yielding DataTypes
Now lets review what datatypes can be yielded back. Just before we do, lets review how we can invoke the…