Results for: "ads"
Contents (251)
5 tools for better PHP
When we work on our applications, whatever our language of choice, sometimes we can focus too much on the code…
read more
Create stunning timelines with Timeline.js
Timelines are complicated but effective tools for showing large amounts of data. TimelineJS removes the pain TimelineJS is an easy-to-use JavaScript…
read more
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
Reset Linux root password without knowing the password
So there it goes - Linux is a secure OS. No, really it is. Despite the title of this post,…
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