Results for: "url"
Contents (204)
28 Tools for Responsive Web Design
Today we have compiled a list of 28 Tools for Responsive Web Design. Take a look! 1.Responsive web design sketch sheets…
read more
Php Snippet: parse url and separate all it's parts
Use this snippet to get some value iside urls, for example the last directory. $url = 'https://aplicaciones.org/wp-content/uploads/2011/09/skypevideo-500x361.jpg?arg=value#anchor'; print_r(parse_url($url)); $url_path = parse_url($url, PHP_URL_PATH); $parts =…
read more
CSS:Browser CSS hacks for IE6,IE7,IE8,IE9
Did you know that there are specific CSS hacks for IE that allow you to target IE8, IE7 and IE6? We,…
read more
Install and Setup SSL in Webmin and Apache
SSL is a protocol for making secure, authenticated connections across an insecure network like the Internet. It encrypts network traffic,…
read more
SEOStats Php class to get Seo Statistics
SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics such as detailed backlink…
read more