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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
Understanding the core markup - Writing Codes
Hello all ! In this post we will understand the structure module of webpages.Please note that while creating web pages (or should i say beautifull web pages ) developers follow the three main modules Structure [HTML] Styling [CSS] Behaviour [JavaS… Read more »
Understanding the core markup - The DOCTYPE Element
The The !DOCTYPE Elemnt Every HTML document starts with a doctype specification. The doctype element tells the browser that which version of html is used in that specific HTML document. This element does not have the closing tag . Let me clear one… Read more »
Choosing a IDE
The Dilemma of choosing IDE Choosing a right IDE (Integrated Development Environment) for you could be a tough decision because of Internet there are many IDE who claims that they are best and blah blah blah.... don't be confused i will tell you w… Read more »
All hail HTML5
Welcome to the great new HTML5 html5 is the latest version of HTML. Yes the same almighty HTML. No website can be coded without HTML weather it's a dynamic website , static website or custom web application. So let us back to the point ,why every we… Read more »