In that time world massive website developers are trying to switch websites design from static to responsive design by which there users can easily interact with those company websites or blog websites even many CMS are also trying to build responsive and good looking theme for users as like WordPress Twenty Fifteen theme which is […]
Archive:
2014
There are lot’s of persons are creating website then they will create Facebook fan page for its users. But facebook page like box plugin provide us a facility by which we can add this own Facbook like box in our website. But it has only a single CSS style which look is very common as […]
Hi,Today I am explaining the next part of Intro Firefox OS & APP. Here i’ll explain you some simple procedure by which you’ll create awesome & cool applications for Firefox OS. Firefox OS application are created by the help of HTML5, CSS3, Javascript as like Phonegap. Here i’ll use one another tool of firefox by which […]
Hi,Today I am representing a too innovative and awesome company Mobile OS (Operating System), yes you hear right today i representing new Mobile os Firefox OS. We know that Firefox is very popular browser which is developed by Mozilla and now mozilla developers develop a new os, which is first step of mozilla in mobile […]
As we know python is very easy languages and by the help of that you can easily create cloud application. But are you know that by the help of python you can control WordPress. Yes By the help of python you can control WordPress, which is written in php (hypertext preprocessor) Languages. From Few days […]
Python is a very powerful and simple languages. Python is an interpreted programming language, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development. Basically python run interpreter from script. Python syntax are very easy, you can easily remember them. […]
Today i am representing you a very new look of publish theme. As we know, Publish is a clean minimal WordPress theme, which puts your content on perfect and well structured stage. It’s perfect for single-author blogs and personal blogs. Its responsive layout will make sure that your content is readable on any device and […]
Array is variable which store many values ,but in javascript you can store different type of values in it . An array same as your billing receipt.
A loop is concept of repeating until not false the condition. JavaScript has several loops with different conditions, these are following
Function is very important , because it reduces the program length . Function is a complete bunch of instructions . In javascript some predefined function are also available for your help, in this post i explain you how to declare function in javascript and also some predefined functions .