How to convert HTML tables to CSS After explaining in our previous article why it is generally a good idea to get rid of HTML tables it is time to give some practical advise on how to actually convert the tables to tableless HTML and CSS code. In this article we describe a couple of conversion …
Category Archives: Programming
plesk change permissions on files created by apache
make safe-mod from domain setup OFF
ZigoEngine – Fuse Kit on complete call function
this.my_movie.alphaTo(100, .5, ‘easeOutCubic’, .5, “playMovie”) function playMovie():Void{ gotoAndPlay(2) } pop_prod.tween(“_x”,194, 0.8, “easeOutCirc”, 0); pop_prod.alphaTo(0,0.8,”easeOutCirc”,1, { startscope:this, startfunc:”closenik()”, scope:this, func:”closenik()” } );
Enable 3d Wall Cooliris on your site
Enable your site with Media RSS Media RSS is an open standard for syndicating multimedia content. It extends RSS 2.0 to provide additional information, such as richer thumbnail and image metadata. Media RSS allows Cooliris (formerly known as PicLens) to understand the location of the media files that are displayed in the wall, as well …
Css LI UL rollover effect
CSS #rollover { width:150px; margin:auto; }
My-sql comma values query
Show values 1,2,22,11 mysql_select_db($database_cdl_cms, $cdl_cms); $query_photos = “SELECT * FROM table WHERE ex_ID IN (1,2,22,11)”; $photos = mysql_query($query_photos, $cdl_cms) or die(mysql_error()); $row_photos = mysql_fetch_assoc($photos); $totalRows_photos = mysql_num_rows($photos); or LIKE ‘%”.$_GET[‘cc_id’].”%’