A List Apart: Findings From the Web Design Survey
A List Apart: Findings From the Web Design Survey
KATIE DIXON
HOUSTON, TX
WEB DESIGNER
Creating a Page Break - Snook.ca
I have an extra little tip that’s also very applicable to those who run blogs: force a page break before the comments.
#comments {page-break-before:always;}
83 Beautiful Wordpress Themes You (Probably) Haven’t Seen | Smashing Magazine
Dynamic Drive DHTML Scripts- Dynamic Ajax Content
This script uses Ajax to enable you to load external pages into a DIV without having to reload the browser or use IFRAMES. If your external pages reference any external .css or .js files for styling, this script can also load and apply them to the page on demand.
Dynamic Drive DHTML Scripts- Animated Collapsible DIV
This script collapses any DIV on the page and lets users manually toggle its appearance via a smooth “Web 2.0 style” animation. It’s a popular effect on social networking/ comment sites such as Digg. Three distinguishing features of this script are:
1. The ability for the script to work on both DIVs that have an explicit CSS height attribute defined, and without. In the later case, the script will first hide (versus collapse) the DIV until retrieving its true height on page load.
2. A persistence feature that if enabled will remember if a DIV has been expanded, and upon the user’s return to the page within the same browser session, keep it expanded.
3. The duration of the animation is absolute and user configurable, such as 1.5 seconds. This means regardless of the height of the DIV, the script will take 1.5 seconds to finish revealing it. This creates a uniform period before a DIV is revealed regardless of its height.Have fun sliding content up and down!