Posts

SMACSS

Image
  SMACSS  What is SMACSS ?             S calable and M odular A rchitecture for CSS . “ A flexible guide for developing sites small and large ”.            SMACSS (pronounced “smacks”) is more of a style guide than a rigid framework. There is no library for us to download or install. There is no git repository for us to clone.This way of approaching was developed and made as a book by the author Jonathan Snook .This way of  structuring our CSS allows for flexibility and maintainability as our project and our team grows.            SMACSS is a bit different from CSS frameworks like bootstrap, materialize css, foundation etc., Instead, SMACSS is more like a template or frame. The ultimate aim of SMACSS is dividing all the styles files or folders into 5 different categories . This approach in our project must c...

MULTIMEDIA

Image
  These days, most of us carry a fully functional multimedia studio around in our smartphones says Austin Kleon . We people  really wanted to engage with our own generation, one that is increasingly speaking in an audio/video multimedia language.  Multimedia is an effective way to communicate and share the ideas with users. W hat is multimedia??.... In what ways are they used ??.. Well, The proper definition of multimedi a is a computerized method of presenting information combining text, audio, video, graphics and animation . As the name suggests it is the combination of multi and media that different types of hardware and software tools  are used for communication of information. Let us see some examples related to multimedia from the bricks to the brains; ·         The text we see in books, newspapers or any means of media ·         The sound we hear when we listen to music ·         The graphics...

Artificial Intelligence(AI)

Image
  Artificial Intelligence (AI)   In today's world, technology is growing very fast, and we are getting in touch with different new technologies day by day. Here, one of the booming technologies of computer science is Artificial Intelligence which is ready to create a new revolution in the world by making intelligent machines. Artificial Intelligence is now all around us. It is currently working with a variety of subfields, ranging from general to specific, such as self-driving cars, playing chess, proving theorems, playing music, painting, etc. Artificial intelligence (AI) is a wide-ranging branch of computer science concerned with building smart machines capable of performing tasks that typically require human intelligence. The term Artificial Intelligence was first coined decades ago in the year 1956 by John McCarthy. He defined AI as the science and engineering of making intelligent machines. AI is a technique of getting machines to work and behave like humans. In the rec...

5 BEST CSS FRAMEWORKS FOR DEVELOPERS AND DESIGNERS

Image
  5 BEST CSS FRAMEWORKS FOR DEVELOPERS AND DESIGNERS: CSS FRAMEWORKS: CSS framework is just a library comprising several style sheets which are used for easier responsive development of websites. It also helps to create websites compatible for all the browsers and browser versions. TOP 5 CSS FRAMEWORKS: 1.Bootstrap: Bootstrap, originally named Twitter Blueprint , was developed by Mark Otto and Jacob Thornton at Twitter as a framework to encourage consistency across internal tools. It is a free and open source CSS framework directed at mobile-first  front-end development.                      Bootstrap is a HTML, CSS & JS Library that focuses on simplifying the development of informative web pages. It is associated with Javascript in the form of jQuery.             Bootstrap mainly helps in laying out of our components. Th...