Showing page 1 of 2
Previous Next

me@grafxflow

30 Sep, 2019

PHP and HTML and CSS

SCSS what are mixins, extends and placeholders

Initially I used LESS for most of my CSS pre-processing, but due to its lazy load structure I started using SCSS which in my opinion is a much more structured and functional compiler.

me@grafxflow

09 Aug, 2015

Frontend Frameworks

Bootstrap 4, 3 and 2 css @media rules widths

Here is a quick reference guide containing the default @media rules used by Bootstrap 3 and Bootstrap2. Handy to know if customising things like font sizes.

me@grafxflow

02 Aug, 2015

PHP and HTML and CSS

20 of the Best Web Font icons

Whether you are a developer or a designer for the web, it's always nice to have a collection of icons to use plus ones that can implemented direct with CSS.

me@grafxflow

18 Mar, 2013

PHP and HTML and CSS

What is responsive CSS

Responsive CSS allows you to design a website which will change scale and layout depending on a users device (Computer, Mobile and Pad).

me@grafxflow

29 Nov, 2012

PHP and HTML and CSS

Fix html table width with CSS

Sometimes when outputting data in a table based layout you may find the size and width differ when going between pages depending on the content.

me@grafxflow

12 Oct, 2012

PHP and HTML and CSS

What is the CSS word-wrap property used for?

A wonderful CSS property is word-wrap. You use it if a website has content such as long urls which overlap the page then this stops that default overlap.

me@grafxflow

01 Oct, 2012

PHP and HTML and CSS

Making CSS alpha opacity work in all browsers

Being able to use the CSS opacity and alpha is great on most modern browsers using, here is the best way to make it work for all of them and older browsers.

me@grafxflow

14 Sep, 2012

PHP and HTML and CSS

Making HTML text read from right to left

I recently had to create a multilingual website, where a languages text had to read from right to left. The answer was to use the direction RTL.

me@grafxflow

11 Sep, 2012

PHP and HTML and CSS

Where to Find Free Fonts for CSS @font-face

Over the last few years I have used custom CSS fonts which gives more freedom when designing websites. Here are some websites which offer free fonts.

me@grafxflow

11 Sep, 2012

PHP and HTML and CSS

How to use CSS @font-face for all browsers

I have always thought that using custom fonts via @font-face was only a CSS3, but actually it works in internet explorer 6 as well.

me@grafxflow

11 Sep, 2012

CMS

Changing a Joomla email link cloaking CSS color

Joomla's plugin called Email Cloaking, replaces any email in content with javascript to stop spam. One problem is changing the hyperlinks colour.

me@grafxflow

05 Sep, 2012

PHP and HTML and CSS

CSS3 border-radius fix for IE6 upwards

This post is a little helper to get around the infamous CSS3 Internet Explorer issue (of which there are many) that covers the CSS3 border-radius.

Showing page 1 of 2
Previous Next