Laravel tutorial for beginners

Laravel tutorial for beginners

Laravel is the framework based on MVC structure in which M stands for Model, V stands for View, and C stands for controller. Laravel is written up into PHP programming language and last stable version of php was 5.6.x and...

Native vs Hybrid Apps

Native versus Hybrid Applications

In this modern era where everything is there on the internet, mobiles phones are getting widely used. So to meet this demand Google has launched the Android OS, Apple has launched the iOS, and windows has launched the Windows OS...

9-patch guides

Design Slicing for phones

Introduction to design slicing – After creating a design mockup in photo-shop i.e. psd file and before the coding of the layout, we need to decide that which part of the page can contain images/graphics and which part can be...

CakePHP 3.x

CakePHP 3.x Tutorial for Beginners Basics

CakePHP is an open source web development PHP framework running on PHP 7 (minimum required PHP 5.5.9). CakePHP completely follows MVC structure i.e. Module View Controller approach to build web based applications quicker with lesser code. Structure of CakePHP 3.x...

Audio Tag HTML5

How to use HTML5 Audio tag ?

The audio tag defines the sound like audio streaming which allows .mp3, .ogg, and .wav formats. <audio> tag is getting used to embed music on websites. All the WebKit-based browsers like safari/chrome support mp3 but on the other hand, previous...