Showing page 1 of 2
Previous Next

me@grafxflow

23 Apr, 2018

PHP and HTML and CSS

Markdown Syntax Cheatsheet

Most people using Bitbucket/Github will already know of the Markdown syntax when creating the repository README.md file. Here is a syntax reference list.

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

21 Nov, 2012

PHP MVC

Should we be using CodeIgniter?

Are you wondering if it's a steep learning curve for CodeIgniter... I suspect It's probably very similar to what you already coding in php classes.

me@grafxflow

07 Nov, 2012

Mac OS X

Adding an email template for apple mac mail.app

Here is how to import and use your own html template in apple mac mail.app. NOTE: This is based on Mac OS 10.6 so unsure about older versions.

me@grafxflow

11 Oct, 2012

PHP and HTML and CSS

Email template ul tags don't work in outlook FIX

Outlook has issues when using the ul tag with bullet points. They just don't appear! So the following in an html email template won't work in outlook.

me@grafxflow

20 Sep, 2012

CMS

How to remove the Joomla Generator Meta Tag

When doing a Joomla website you may notice by default it adds its own 'Joomla' meta name generator code in the html. Here is how to hide it with some code.

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

28 Aug, 2012

CMS

How to Insert php code into a Joomla article

Here is how to insert php code and any other kind of code into a Joomla article directly.

me@grafxflow

20 Feb, 2010

CMS

Joomla JXTC Deluxe News Module link Problem

I had to do a joomla website and used the 'JXTC Deluxe News Module'. But when selecting the images they didn't use the correct URL link.

me@grafxflow

10 Feb, 2010

PHP and HTML and CSS

Spaces appearing between Div tags in IE6

You will have a template with a simple content, header, menu and footer div tags. In IE 6 you will be seeing some strange gaps between the div tags.

me@grafxflow

23 Sep, 2009

PHP and HTML and CSS

CSS the Basics

Thought I would put a few basics of CSS on the blog for beginners. Like CSS Positioning. and the like.

me@grafxflow

02 Oct, 2008

PHP and HTML and CSS

Embedding html in an email with php

Here is some basic code which will allows you to embed html inside an email, with the use of php. If can be added to a class function very easily.

Showing page 1 of 2
Previous Next