Home >
blog
Securing Apache
|
Speed tie shoe laces etc.
Simplify your life:
|
Ubuntu Backup to DVD
LAMP server setup
Installation Guides
Router Access/Configuration
Make local server available to network
ipconfig | grep 192. |
SQL TimeDiff Average
select col1, avg(timestampdiff(SECOND, startTimestamp, endTimestamp)) as avgdiff from table group by col1 |
Pure CSS tooltips
a.info{ p osition:relative; /*this is the key*/ } a.info:hover{ background-color:#ff0}a.info span{display: none} a.info:hover span{ /*the span will display just on :hover state*/ display:block;z-index:999; position:absolute; top:20px; left:20px; width:150px; border:1px solid #0cf; background-color:#cff; color:#000; text-align: center} |
1-10 of 29