Node js
Node.js is an open-source as well cross-platform JavaScript runtime environment for developing a diverse variety of server tools and applications.
As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.
Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. It is an event-driven, non-blocking I/O model which makes lightweight. It … Continue reading
Magento Files And Folders Structure
This tutorial will provide the detailed information regarding Magento’s default files and folders structure. As we all know that the Magento is based on MVC structure in PHP language. Magento uses Zend framework as a base library. Magento has very powerful, simple, flexible and defined directory structure.
Here, we will discuss top level directory of the … Continue reading
Codeigniter : The Intro
Let’s start with Codeigniter
Why use Framework?
Frameworks have several advantages
The framework helps us to be more productive and protect us from low-level error such as preventing SQL injection attack.
With the framework, we can improve the design and make our code much easier to read, maintain and unit test. The framework is a layered structure.
The … Continue reading
Android Material Design
What is Android Material Design?
Google provides material design brings with it new, exciting ways to delight your users with a visually appealing Android app. But what is material design? Google introduced a material design that describes an interface that incorporates tactile surfaces, bold graphic design and also a fluid motion to create beautiful, intuitive experiences.Material … Continue readingPhoneGap / Cordova
1) What is PhoneGap/Cordova?
Let’s Just say(PG) PhoneGap, for now, PG and Cordova are the same things!
A PhoneGap Application is a Web Application. you can write it with any code editor and you can use any framework.
PG allows us to convert an HTML, CSS, and Javascript site into a Native Mobile App.
As … Continue readingCMS: WordPress Security Guide
Why Website Security is Most Important?
A hacked WordPress site can cause serious damage to your business revenue like payment information. Hackers can steal user information, passwords, install malicious code and can even distribute malware to your users.Recently Google reported that more than approximate 50,000 website users have been warned about a website they’re visiting may … Continue reading
The Apple Revolution-02
In Previous part we saw:
How Steve Jobs and his two friends Steve Wozniak and Ronald Wayne started it from scratch.How they introduced first Apple device with the great comeback of Steve Jobs.
Now We see something more interesting things:
How Apple Became top class brand?How they change the definition from A for An Apple to A … Continue reading
A New Trend in Web Design World: Parallax Design
A parallax design is a big wow in a web word giving a total makeover to your web page engaging your visitors. It is becoming a popular way to create a web page. Parallax scrolling creates an illusion by making the front and background images move at different speeds when the user is scrolling. It … Continue reading
Swift – Constants & Literals
1. Constant
Constants values in swift language refer to fixed values that a program may not alter during its run time. Constants can be of any of different basic data types like an integer, float, character, string literal, enumeration etc.Constants values are nothing but variable whose value cannot be modified after definition.
Constants Declaration
To declare a constant … Continue reading
How To Install Magento Manually
In this blog, we will show you to install the Magento under your cPanel hosting account.
Here are some steps for installing Magento:
Step1: Download Magento
First, we will download Magento from the official Magento website and be selecting our format in Magento.
www.magentoecommerce.com/download
Step2: Upload the Magento Zip file on our server
We will upload the installation packages on our … Continue reading