HTML email renders differently in various email client.
The most annoying of all is Microsoft Outlook 2007 and 2010 (could be more, but cbb to list them all). Why? They bloody use MS Word as their rendering engine!
Anyway, to test the format, try this site:
Puts Mail - http://putsmail.com
Put in your email address
Fix up the subject (optional)
Copy and paste your HTML code
Fire away to your mailbox!
Use the target email client to open up the mail to see the result of the HTML rendering.
Cheers
Thursday, 4 July 2013
Monday, 17 June 2013
Thursday, 13 June 2013
HTML 5 form input types
http://sixrevisions.com/html5/new-html5-form-input-types/
Advantage of using HTML 5 form input types is that it is cross-platform enabled with mobile devices.
The mobile keyboard will change according to what input type it is.
HTML 5 input types:
Cheers.
Advantage of using HTML 5 form input types is that it is cross-platform enabled with mobile devices.
The mobile keyboard will change according to what input type it is.
HTML 5 input types:
| Input Type | Description | HTML Markup |
|---|---|---|
date | A control for entering the date. | <input type="date"> |
datetime | Date and time using UTC date and time format | <input type="datetime"> |
datetime-local | Date and time according to your local time | <input type="datetime-local"> |
month | Month and year | <input type="month"> |
time | The time of day | <input type="time"> |
week | Allows you to pick the week and year. | <input type="week"> |
color | Allows you to enter asimple color value (which is in hexadecimal color notation) | <input type="color""> |
email | Validates the input using the standard email format | <input type="email"> |
tel | Gives you the ability to validate telephone numbers format against a pattern | <input type="tel"> |
search | Searches a data set (like a <datalist> HTML element) | <input type="search"> |
range | A slider control for picking a number in between two numbers | <input type="range"> |
number | Accepts numbers only | <input type="number"> |
url | Accepts URLs only | <input type="url"> |
Cheers.
Thursday, 6 June 2013
5 HTML5 Javascript APIs to keep an eye on
http://daker.me/2013/06/5-html5-javascript-apis-to-keep-an-eye-on.html
- Battery Status API (very cool!)
- Gamepad API (insanely cool!)
- Device Orientation API
- Geolocation API
- Page Visibility API
See examples in the above link.
Text-align: Justify and Responsive Web Design
http://www.barrelny.com/blog/text-align-justify-and-rwd/
Display stuff in grid dynamically (by changing the width of elements, the grid automatically changes) - without floats and calculation.
Display stuff in grid dynamically (by changing the width of elements, the grid automatically changes) - without floats and calculation.
Friday, 31 May 2013
Thursday, 30 May 2013
5 HTML5 Features you need to know
5 HTML5 Features you need to know
http://daker.me/2013/05/5-html5-features-you-need-to-know.html
http://daker.me/2013/05/5-html5-features-you-need-to-know.html
- DNS Prefetching
- Link Prefetching
- Download Attribute
- Regular Expressions
- Datalist Element
Subscribe to:
Posts (Atom)