Category Archives: Code
How to fetch related content in php?
related

How to fetch related posts or content from database with php, like same as image given blow, design your css…

What made Lisp Different?
lisp

LISP was one of the earliest programming language. It was designed at MIT for artificial intelligence and it has since…

Meet World’s First Programmer Lady Ada Lovelace
ada

The First Programmer was a Lady Charles Babbage and Ada Lovelace, lived in London of Dickens and Prince Albert (and…

Early Dynamic Languages -Characterized by dynamic typing and dynamic storage allocation
coding

APL (A Programming Language) 1962 It was designed as a hardware description language (at IBM by Ken Iverson). It was…

How to send SMS in android? Explain with example.
Google-Android

SMS messaging is one of the basic and important applications on a mobile phone. Now days every mobile phone has…

Best websites to Learn Programming
learn-to-code-company

If you are ready to take the plunge, here are some of the best websites that offer courses in a variety…

CSS Pseudo Elements made easy
css-html-logo

Chapter 18 : CSS Pseudo Elements The Syntax The syntax for pseudo elements is a bit different than that of…

How to work with CSS Positioning?
css-html-logo

Chapter 17 : CSS Positioning Inherited: No Position The position property (as you may have guessed) changes how elements are…

Know about CSS Classification
css-html-logo

Chapter 16 : CSS Classification Inherited: No Clear You can control if an element allows floated elements to its sides…

CSS Width and Height Properties
css-html-logo

Chapter 15 : CSS Width and Height Properties Inherited: No Height You can control the height of an element with…

CSS Lists Assentials
css-html-logo

Chapter 14 : CSS Lists Inherited: Yes List Style You can control the appearance of ordered and unordered lists in…

CSS Borders Basics
css-html-logo

Chapter 13 : CSS Borders Inherited: No Border You can set the color, style and width of the borders around…

How to work with CSS Backgrounds
css-html-logo

Chapter 12 : CSS Backgrounds Inherited: No Background You can style the background of an element in one declaration with…

Using CSS Anchors, Links and Pseudo Classes
css-html-logo

Chapter 11 : CSS Anchors, Links and Pseudo Classes Below are the various ways you can use CSS to style…

Working with CSS Font Properties
css-html-logo

Chapter 10 : CSS Font Properties Inherited: Yes Font The font property can set the style, weight, variant, size, line…

How to Work with CSS Padding?
css-html-logo

Chapter 8 : CSS Padding Inherited: No Padding is the distance between the border of an (X)HTML element and the…

How to Work with CSS Margins?
css-html-logo

Chapter 7 : CSS Margins Inherited: No As you may have guessed, the margin property declares the margin between an…

How TO use CSS Spans?
css-html-logo

Chapter 6 : CSS Spans Spans are very similar to divisions except they are an inline element versus a block…

Css Notes Chapter 5 : CSS Divisions
css-html-logo

Chapter 5 : CSS Divisions Ok so you have finished the first 4 chapters in my series. You have learned…

Css Notes Chapter 4 : CSS IDs
css-html-logo

Chapter 4 : CSS IDs IDs are similar to classes, except once a specific id has been declared it cannot…

Css Notes Chapter 3 : CSS Classes
css-html-logo

Chapter 3 : CSS Classes The class selector allows you to style items within the same (X)HTML element differently. Similiar…

Css Notes Chapter 2 : CSS Syntax
css-html-logo

Chapter 2 : CSS Syntax The syntax for CSS is different than that of (X)HTML markup. Though it is not…

CSS Notes Chapter 1 : Introduction to CSS
css-html-logo

Chapter 1 : Introduction to CSS A CSS (cascading style sheet) file allows you to separate your web sites (X)HTML…

How to Hide Email Address on Web Pages
shutterstock_174324230

You have a website, you want to put your email address on the site so that people can contact you…

How PHP Works?
PHP_Logo

The PHP software works with the web server, which is the software that delivers web pages to the world. When…

Meet Sexiest Programmers Alive!
jade-raymond-pics-8

Think beauties can’t code? Think coders can’t be beautiful? Think again. Corrine Yu, principal programmer of Microsoft’s Halo She programmed…

Object Oriented Basic Concepts and Advantages
oop

Basic Concepts One of the most important characteristics of OOP (Object Oriented Programming) is the data encapsulation concept, which means…