Results for: "content"
Contents (598)
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
Facebook video: develop facebook apps with the new timeline
In this presentation facebook shows the basic steps to activate a new fb app based on content sharing
read more
50 Useful jQuery Plugins
We have compiled a list of 50 awesome plugins: we have split all of the plugins into the following categories:…
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
Top 10 Alternatives for Whatsapp
Are you a user of the messaging app WhatsApp? If you are part of the crowd who don’t like paying for…
read more