Web Development

Recent Developments In Artificial Intelligence

Natural language processing and machine learning are two of the artificial intelligence disciplines that are seeing greater development. At their most rudimentary level, NLP constructs interpret data input by humans and pass them onto ML constructs to deliver results; one example would be Google search queries ...

Take a Look at This CSS Code for Making Underlines

A person shared a link to a site with CSS code that creates an underline around the hyperlinks on a site. The site shares a copy of the code as well as an image of what the code looks like after it is applied to the ...

When is a Circle a Square: Why You Might Care?

If you're a web designer, you may one day find yourself in need of a squircle. What is a squircle? It's the mathematical intermediate between a circle and a square. Squircles are not rectangles with rounded corners; there is a smoother transition in squircles between the ...

Practicality of creating images with the CSS language

You can create an image using CSS, but is it worth the trouble? Creating an image in CSS will show off your CSS language skills, but it isn't practical otherwise. Anyone who wants to master CSS can learn a lot by creating an image using only ...