Archive for the 'php' Category

11 Jun 2014

server side js/css concatenation

20:44 | php | 732 views

Goal: combine js files on the server side I like to work with independent files. One javascript object one file. This is easy, but to get these files is not. Here is a simple server side script to create one js file from the many. For example the name is main.php. 1. for js files […]


8 Jun 2014

number with ordinal suffix

21:58 | php | 818 views

Goal: to show the english ordinal number I’ve found a very simle solution: a simple test and the result source: php-display-number-with-ordinal-suffix


#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }