Skip to main content Jump to list of all articles

Tag CSS - Page 3

Hot Web Design and Development Resources – June 2020

Welcome to June’s monthly roundup of Web Design and Development news and resources. I have scoured the web to find collections of useful websites that will keep you busy until next month. In this edition, we feature the mighty JavaScript. How to develop a good coding mentality and the usual web design resources section.

in Web Development

Hot Web Design and Development Resources – May 2020

Welcome to the monthly roundup of Web Design and Development news and resources published in May 2020. With so many resources available I have handpicked a collection of useful websites that will keep you busy until next month. This month we feature the new release and alternative to Node, responsive web design turns 10 years old, coding for kids as well as some useful resources on web development.

in Web Development

Stretched Bulma NavBar Navigation Tutorial

Welcome to my stretched Bulma navigation tutorial. For those of you that don’t know. Bulma is an incredibly easy to use free and open-source CSS Framework built on the latest CSS flexbox features. Bulma comes with many components, such as a navigation bar and elements like tooltips and buttons which can be customised to suit your needs. Furthermore, it is modular, allowing you to use as many or little features that you require.

in Web Development

Trip Down Memory Lane – Web Design

In this edition of a trip down memory lane series, we feature the comparison of Web Design from 2008 to 2018.  Web design has evolved greatly over this period of time.  Introducing new technologies, improved specifications and browsers becoming more consistent resulting in having to use fewer hacks. However, browser wars are still here to stay but who will be on top next year!

in Web Development

Hello Bulma CSS Framework, Goodbye Bootstrap

During spring, I decided to give WOW a little overhaul and create a new WordPress theme. I previously used bootstrap 3, which at the time was very stable. During the development stage, I could upgrade to Bootstrap 4 or change to another framework.  Having looked at several options I opted to choose Bulma, a fast-growing lightweight CSS framework. Here are my findings.

in Web Development

How to Enter a Career in Technology

Technology is transforming every industry across the world and changing the lives of billions of people every day. It has evolved rapidly since it’s invention and continues to grow and change every year. It is therefore unsurprising if you want to secure a career in the forward-thinking field. Find out how to enter a career in technology if you think this is the right path for you.

in Technology

Top Atom Packages You Should Install From The Start

Atom, like Brackets, is a 21st century, full-featured, cross-platform, open-source hackable text editor from Github. Currently, at the time of writing, there are over 7000 Atom packages available to extend its functionality further. Sifting through all of those packages is both time-consuming and cumbersome.

in Web Development

WordPress Functions PHP Super Useful Snippets

Adding Code snippets to the WordPress functions.php file enables you to perform actions and use filters in a way that will improve functionality of your WordPress site which can make your theme more organised and cleaner. Here is a bunch of useful snippets to further enhance your WordPress theme.

in WordPress

WordPress HTML5 Clickable Div – Highlight Hover Post

In this tutorial, we will highlight hovering over a clickable div which contains an image and a title. With the magic of HTML5 and CSS3, you can now insert a <div> which is a block element, inside of a <a> which is an inline element. Previously this would have resulted in HTML errors. Feel free to check out the code and also the demo which is included.

in WordPress