-
26 МАРТ 20150
-
25 МАРТ 20150
Purl - обьектно ориентированное манипулирование URL на PHP 5.3+
$url = \Purl\Url::parse('http://jwage.com')
->set('scheme', 'https')
->set('port', '443')
->set('user', 'jwage')
->set('pass', 'password')
->set('path', 'about/me')
->set('query', 'param1=value1¶m2=value2')
->set('fragment', 'about/me?param1=value1¶m2=value2');
echo $url->getUrl(); // https://jwage:[email protected]:443/about/me?param1=value1¶m2=value2#about/me?param1=value1¶m2=value2
// $url->path becomes instanceof Purl\Path
// $url->query becomes instanceof Purl\Query
// $url->fragment becomes instanceof Purl\Fragment
https://github.com/jwage/purl -
24 МАРТ 20150
-
21 МАРТ 20150
ProjectBlocker - скрипт блокировки responsive, IE
- Block responsive web design
- Block the homepage
- Block Internet Explorer
- Customizable and friendly blocking messages
- Bypass for developers
https://github.com/mike-zarandona/ProjectBlocker -
19 МАРТ 20150
-
18 МАРТ 20151
-
17 МАРТ 20150
-
16 МАРТ 20150
Категории:
Оставить на заметку в:






