1 2 3 4
def compress(source) source.gsub!(/\s+/, " ") # collapse space source.gsub!(/\/\*(.*?)\*\//, "") # remove comments - caution, might want to remove this if using css hacks ...
Ruby Gsubing
1 2 3 4
<?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...
There is a lot of repetitio...