<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> ...
<html> <head> ...
JavaScript Simple Dropdown Menu I'm Wo...
by Bryan Hadaway,
January 02, 2011 12:42,
2 refactorings, tagged with javascript, html, css, dropdown menu, minimalist
The menu now is CSS/HTML on...
<script type="text/javascript" src="prototype.js"></script> <ul id="theUL"> <li class="toto titi">1</li> ...
JavaScript Select Element with multipl...
by Denis Jacquemin,
December 03, 2009 08:23,
4 refactorings, tagged with javascript, prototype, css, prototypejs
Hi all,
With the help of...
def compress(source)
source.gsub!(/\s+/, " ") # collapse space
source.gsub!(/\/\*(.*?)\*\//, "") # remove comments - caution, might want to remove this if using css hacks
...
Ruby Gsubing
There is a lot of repetitio...
<?php if ( the_ID() == 8) {
echo "<div id='menu_show' class='slideshow'>
<img src='http://www.someone.com/wp-content/themes/True%20Nature/img/rotate1.jpg' alt='A picture' width='748' height='245' />
...
PHP Output div block with PHP c...
Hi, I am just scratching th...
This site has usual three c...