ListPropertiesNow.com

May 23, 2006

Unix and SQL tricks for restorent.net

Filed under: Uncategorized — info @ 11:30 am

SQL problem with read-only tables after select into
==============================
Set the primary key on the new table, that should change it to writable
========================
A good ls command
========================
To list all files that do not have a pattern in a sorted historical order use:

>ls -al –ignore=’*bak*’ |more

=========================================
Note about href hover and order


========================================
The hover must come after the visited in order
to be effective

#toSayText .toSayBackgroundName{
 margin-left:5px;
 margin-top:7px;
 margin-bottom:0px; 
 font-style:italic;
 font-family:Palatino;
 font-size:14px;
// color:#3366FF;
}
#toSayText .toSayBackgroundName a{
 color:blue;
}
#toSayText .toSayBackgroundName a:visited{
 color:blue;
}
#toSayText .toSayBackgroundName a:hover{
 color:#FF0000;
 background-color:#ffffcc;
}

May 16, 2006

Various tricks with sql, php, and javascript

Filed under: Programming — info @ 12:33 am

May 14, 2006

How to display the photos from a mysql blob database

Filed under: Programming — info @ 2:37 pm

May 12, 2006

So what is the real difference between php sql functions

Filed under: Uncategorized — info @ 2:50 pm

May 10, 2006

Php thoughts

Filed under: Programming — info @ 10:37 pm

May 9, 2006

Ultraedit cut and paste problem

Filed under: Uncategorized — info @ 10:25 pm

May 8, 2006

How to get your mac address and check status of network

Filed under: Uncategorized — info @ 10:40 pm

Javascript checkbox properties

Filed under: Uncategorized — info @ 12:23 am

Windows Media

Filed under: Programming — info @ 12:22 am

May 4, 2006

There is no way that this is true…

Filed under: Uncategorized — info @ 11:02 pm
Next Page »

Powered by WordPress