Holding page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This should be possible by cracking open Fluid.app (Fluid itself, not Fluid apps you create, mind you), and editing this config file: | |
Fluid.app/Contents/Resources/FluidApp.app/Contents/Resources/FluidApp-DefaultValues.plist | |
All of the default user defaults (aka user preferences) are stored here. Subsequent Fluid Apps created by this Fluid.app instance will have these default preferences. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.fluid.dockBadge = ''; | |
setTimeout(updateDockBadge, 1000); | |
setTimeout(updateDockBadge, 3000); | |
setInterval(updateDockBadge, 5000); | |
function updateDockBadge() { | |
var newBadge = ''; | |
var els = document.querySelectorAll('.feed-link .count'); | |
for (var i = 0; i < els.length; ++i) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Starting with: https://www.instapaper.com/read/ | |
#controlbar_container { | |
position:static !important; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.fluid.dockBadge = ''; | |
setTimeout(updateDockBadge, 1000); | |
setTimeout(updateDockBadge, 3000); | |
setInterval(updateDockBadge, 5000); | |
function updateDockBadge() { | |
var newBadge = ''; | |
// loop thru anchor tags | |
var anchorEls = document.getElementsByTagName('a'); |
A very basic starter template with fundamental HTML5 markup -- only the basics.
Based on HTML5 Bones | http://html5bones.com
- Caching and temporary directories accessible (permissions!) by webserver
- Webfonts available for production domain
- Are email adresses (a little) protected?
- Do you need a captcha somewhere?
- Debug disabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Questions for Client: | |
List of things that are often overlooked by the client. It can be a big time saver to ask for these elements as soon as you step in a project. You can check them here as you receive them from the client, they are repeated down below for when you will develop the website. | |
Design: | |
- Button & Link states (hover, active, visited) | |
- Transitions and animations | |
- Fonts | |
- are the fonts available on a Font Service (Google Font, Typecast) | |
- if not, is there a Web licence available for that Font ? If yes buy it. | |
- favicon | |
- image for facebook sharing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EDITORIAL | |
************************************************* | |
Spell check | |
Review for grammar and punctuation | |
Consistent terminology | |
Heading levels are appropriate | |
Style guide compliance | |
Ensure no test content on the site | |
SEO VISIBILITY |
Once you're done coding your site, go through this checklist to make sure you have a W3C compliant, valid HTML, secure, maximally-compatible, optimal-performance, responsive and mobile-friendly, SEO-friendly website.
<title>
is keyword friendly<meta name="description" content="" />
- ``