
html
Get flash to fully experience Pearltrees
Satchmo Project
WordPress Ecommerce a WordPress Shopping Cart Plugin - getShopped.org
CSS Box Shadow
How to hide, show, or toggle your div
function toggle ( ) { var ele = document. getElementById ( "toggleText" ) ; var text = document. getElementById ( "displayText" ) ; if ( ele. style . display == "block" ) { ele. style . display = "none" ; text. innerHTML = "show" ; } else { ele. style . display = "block" ; text. innerHTML = "hide" ; } } show peek-a-boo By default, the peek-a-boo text is loaded when the page loads but the display attribute for the div that the content resides in is set to none so it is not visible to the visitor. When the link is clicked, the toggle() JavaScript functions executes and checks the value of the display style for the div that contains the content that we want to toggle. If the display style is none , the function will: Set the display style to block - This is executed in the else block of the function.How to Embed RSS Feeds into HTML Web Pages – The Easy Way
Like Button - Sviluppatori di Facebook
standard - displays social text to the right of the button and friends' profile photos below. Minimum width: 225 pixels. Minimum increases by 40px if action is 'recommend' by and increases by 60px if send is 'true'. Default width: 450 pixels. Height: 35 pixels (without photos) or 80 pixels (with photos). button_count - displays the total number of likes to the right of the button.css - How do I stick an image to the bottom of the visible screen, and be centered? - Stack Overflow
color chart, codes, hexadecimal rgb values
If you're looking for a 216 web safe color chart, you've come to the right place. However, before reviewing the chart, you may be interested in learning a little bit about the 216 web safe colors. Netscape specified 216 colors that have precedence in web browsers based on the 256 colors displayed within an 8-bit system. As 40 colors displayed differently between PCs and MACs, they were eliminated.HTML Popup Window Code
// Popup window code function newPopup(url) { popupWindow = window.open( url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes') } Open a popup window This results in: This example actually uses JavaScript code for the popup window.Cascading Style Sheets or a combination of the two can be used. Three different approaches are presented in this How-to. All examples use bare minimum code for illustration and may need to be enhanced for your projects. Two classic (i.e. old fashioned) Javascript methods are presented on this page.

