Skip to content
EM-Creations
  • News
  • Projects
    • QuickPawn
    • eAddressBook
    • uAdmin: SA-MP
  • Code
  • Downloads
  • External Links

Category: Text Tutorials

Textual (blog based) tutorials, as opposed to video tutorials.

Java Lambda Expressions Example

Posted on 19, January 2018 by Eddy

I thought I’d write a quick post to give an example of how to use Java’s Lambda expressions, which were introduced in Java 8. Lamdba expressions provide an easy way (and perhaps more readable, for certain people) to work with lists and arrays. This follows ideas from functional programming languages such as Haskell. Old method: […]

Read More…

Posted in Text Tutorials, TutorialsLeave a comment

How to round the edges of an image with CSS

Posted on 3, October 201214, June 2014 by Eddy

While at work today I needed to round the edges of an image using CSS, as in the image itself is square. I quickly browsed the web because I, for some reason, assumed that border-radius wouldn’t work. A lot of examples on how to round the edges of an image mention putting a div around […]

Read More…

Posted in Text Tutorials, TutorialsTagged css, howto, html, tutorialLeave a comment
Follow @EM-Creations profile for EM-Creations at Stack Overflow, Q&A for professional and enthusiast programmers
Copyright © 2021 Edward McKnight (EM-Creations.co.uk)