Ved Prakash codinggiri GuidePedia

0
A quick intorduction to arrays in JavaScript - Part 1
A quick intorduction to arrays in JavaScript - Part 1

what's up guys welcome to this blog once again. Today we will learn about arrays in JavaScript , You know how to create variables and assign there value you also know that there ara data types like integer , float , string etc. I mean with one vari… Read more »

Read more »
16Apr2014

0
JavaScript Exercise Session 1st - Solutions with explanation
JavaScript Exercise Session 1st - Solutions with explanation

Hey there welcome once again Hope you are enjoying learning coding :) . In this post i am going to post the answer of those 5 questions which was  posted in last blog post. Use the console.log or alert , to Display this simple message: "Hello ! … Read more »

Read more »
12Apr2014

0
JavaScript Exercise Session 1st
JavaScript Exercise Session 1st

Hey There ! Hope you are enjoying your Learning. Today I am going to Post 5 problem in JS so that you can solve those with JS Approch. Before starting to solve Problems Please Go through a Quick Look to basic JS Rules etc. The Basic Syntax Rules of … Read more »

Read more »
29Mar2014

0
 JavaScript Quick and Dirty Tutorial-Part - 3 ,(Working with Variables and Data Types in JavaScript)
JavaScript Quick and Dirty Tutorial-Part - 3 ,(Working with Variables and Data Types in JavaScript)

Hey There Guys. Welcome to the third post of this series "Quick and Dirty Introduction to JavaScript". Today we will encounter variables in JavaScript. Please not that variables are very important part of any programming language , because programmi… Read more »

Read more »
20Mar2014

4
  JavaScript Quick and Dirty Tutorial-Part - 2 ,(Writing JavaScript Code and Indroduction to JS console in Chrome & Firefox)
JavaScript Quick and Dirty Tutorial-Part - 2 ,(Writing JavaScript Code and Indroduction to JS console in Chrome & Firefox)

Hey there Guys ! Welcome to the second post of this series "Quick and Dirty Introduction to JavaScript". In this post we will learn how to write JavaScript Programs. Well There are two ways to write JavaScript Programs (if you are a beginner in Java… Read more »

Read more »
20Mar2014

0
JavaScript Quick and Dirty Tutorial, Part - 1
JavaScript Quick and Dirty Tutorial, Part - 1

Hey There Guys. Welcome to the first post of this series "Quick and Dirty Introduction to JavaScript". You are here because you want to learn JavaScript from Scratch and in a very little time. Please note that if you know some other programming la… Read more »

Read more »
19Mar2014

2
Create awesome capsule buttons with pure CSS3
Create awesome capsule buttons with pure CSS3

Hey ! there guys welcome to codinggiri once again. Today we are going to code a really beautiful CSS3 button with a really cool animation and guess what we are not going to use any JavaScript for that.These animated buttons are very handy and useful… Read more »

Read more »
17Mar2014

0
Introduction to Objects and Types in Python
Introduction to Objects and Types in Python

Welcome Guys to this new Post. Today we will learn about Data/Object Types in Python Programming Language. Rule You Must Follow: Everything is an Object. From Python Docs , The Python Data-Model -Reference has a very clear and good definition about… Read more »

Read more »
13Mar2014

0
Coding and running your first python code
Coding and running your first python code

Hello again guys ! in this post we are going to understand the the IDLE and it's feature. According to Mark Lutz "IDLE is a desktop GUI that lets you edit, run, browse, and debug Python programs, all from a single interface. It runs portably on most… Read more »

Read more »
12Mar2014

0
Lets Install Python
Lets Install Python

Linux an Mac are preloaded with python. On this blog post i am going to write method for windows only and please let me know if you are facing any problem in installing. so first thing first lets download the python installer from Python's Website. … Read more »

Read more »
11Mar2014

0
Inroduction to Python
Inroduction to Python

Python is a great programming language to choose if you are a beginner.  Let me tell you some point , why you should choose python as your first programming language (as a learner). Learning Pythnon is easy and fun No Boilerplate like #include or us… Read more »

Read more »
11Mar2014

0
Understanding the paragraph tag
Understanding the paragraph tag

The tag To show a individual paragraph on your page you have to use the tag = = paragraph tag take a look at the code below notice what is written between and . save and run the code to see the result. My first Web page Thi… Read more »

Read more »
10Mar2014
 
 
Top