Browsing: Web Codes
Are you bored from traditional windows scrollbar or any section scrollbar design/style? Let’s try some different style and experiment with…
Codeigniter is a PHP framework based on MVC(Modal-View-Controller) design pattern. MVC design pattern separate the data and business logic (modal)…
As you already know commands are how much important for magento 2.If you go through the official magento 2 command…
Responsive Web Design is also known as RWD, may be you heard already this name. Now a days RWD is in…
Magento is a ready to use e-commerce platform built on open source technology PHP which has all major in-built functionality…
In PHP there is a function available for get date and time that is date(format, timestamp) function.Let’s see the parameter…
An array is a special variable, which can hold more than one value at a time.Let’s see the code example…
Floyd’s triangle is a right-angled triangular array of natural numbers.It is named after Robert Floyd. It is defined by filling…
Fibonacci series are number series,in which next number is the sum of previous two numbers.Example: 0, 1, 1, 2, 3,…
An armstrong number is a number that is equal to the sum of cubes of its digits.For example 0, 1,…