Nonprofit web design tips and more from CEDC

Posts tagged HTML

11 notes &

Deck.js: Modern HTML Presentations

The deck.core module provides all the basic functionality for creating  and moving through a deck.  It applies and removes classes to indicate  the state of the deck and its slides, allowing CSS to take care of the  visual representation of each state.  It also provides methods for  interacting with the deck, as well as basic key bindings for going to  the next and previous slides.  Separate extension modules provide more  functionality using the API provided by core.

Deck.js: Modern HTML Presentations

The deck.core module provides all the basic functionality for creating and moving through a deck. It applies and removes classes to indicate the state of the deck and its slides, allowing CSS to take care of the visual representation of each state. It also provides methods for interacting with the deck, as well as basic key bindings for going to the next and previous slides. Separate extension modules provide more functionality using the API provided by core.

(Source: twitter.com)

Filed under javascript Presentation HTML git slideshow slide

4 notes &

Creating HTML Emails : An Overview for Web Designers

A lot of the requirements of great HTML emails fly right in the face of what makes great website designs. Until you understand the nuances of HTML email design, it can be a frustrating and fruitless experience. But once you understand and accept that HTML email is a fickle, inconsistent, and bug-prone medium, it’s possible to use it to great effect in marketing both for yourself and your clients.

Below is a gathering of some tried-and-true wisdom from the world of HTML email design that should make diving in just a bit easier. Throughout, interspersed in the narrative, we’ve also included examples of fantastic HTML email designs to give you a taste of what others are doing…

Filed under email marketing HTML design

4 notes &

Creating a custom HTML theme for your Tumblr

Tumblr lets you fully customize the appearance of your blog by editing your theme’s HTML code. This is only recommended for users comfortable hand-coding HTML. If you’re not, there are hundreds of great themes to choose from in the Theme Garden!

We should also add, if you’re not (and the site you’re working on is for a non-profit), feel free to contact us. We may be able to help you.

Filed under Tumblr HTML theme theming

1 note &

How To Create Your Own Custom WordPress Theme

Follow this overview of the build process to create your own custom WordPress theme. We’ll be taking my latest theme design from its basic HTML and CSS mockup and inserting the various WordPress template tags to build a fully working theme ready to install on your blog.

(by chrisspooner)

CEDC Note: If you don’t know how to do HTML or CSS on your own and the website you are working on is for a non-profit, we can help.

Filed under Wordpress theme html Css Web