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 …
Monthly Archives: September 2008
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’].”%’
Mysql ORDER by Random
“SELECT * FROM talbe ORDER BY RAND()”;
Photoshop Crop to Fixed Size
Open The original photo into Photoshop [1261px X 1546px]
How to use Ping
Windows Environment Ping can be accessed at a DOS or command prompt. An Internet connection must already be established. Click on Start > Programs > DOS Prompt (Windows 95-98) or Command Prompt (NT). In a Windows 2000 or XP environment, click on Start > Run. Type command into the dialog box, then click OK. In the resulting command line window, type ping hostname, where hostname can be a domain name, a machine …