<?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">
...

PHP Floating sidebars

by RMP, July 17, 2011 02:19, No refactoring, tagged with html, css, float, menus

This site has usual three c...

D41d8cd98f00b204e9800998ecf8427e Talk
<?php

...

PHP CSS compiler/parser nested ...

by Xannax, July 04, 2011 22:11, 6 refactorings, tagged with php, css, nested, css compiler

I am creating (one more, I ...

69756e722c056c30fea55c431295cb56 Talk
<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...

8bc1f3e41b672b03a339d56f81c8e253 Talk
<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...

56c449f1a408dba893793094599f7fb5 Talk
// 
// cssmin.c
// 
...

C Css minification

by Tj Holowaychuk, November 25, 2009 22:05, 5 refactorings, tagged with css, minification

Repo is here http://github....

F1e3ab214a976a39cfd713bc93deb10f Talk
def compress(source)
    source.gsub!(/\s+/, " ") # collapse space
    source.gsub!(/\/\*(.*?)\*\//, "") # remove comments - caution, might want to remove this if using css hacks
...

Ruby Gsubing

by marko.z, October 31, 2008 09:44, 2 refactorings, tagged with string, ruby, css, gsub

There is a lot of repetitio...

Bd9893bfd15fa7b443d112607b937734 Talk
<?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...

by K, December 07, 2007 18:53, 12 refactorings, tagged with css

Hi, I am just scratching th...

B5ae59b19cc356df333baffffb9f2c91 Talk