This video is just a sneak peak of the new Summoners' Rift. They said it's still work-in-progress, so I guess it won't arrive anytime soon.
What do you guys think about it? R.I.P Wight Camp.
In this guide, I will teach you how to submit forms using Ajax, with a simple jQuery plugin that I have coded today.
Dependencies
dynForm (https://github.com/jtpox/dynForm)
jQuery (http://jquery.com)
Guide
Creating the form.
<form action="" method="POST" class="ajax_form">
<input...
I'm going to release the site on GitHub when I have successfullly converted everything into Javascript, so it will 100% PHP-less. I will not release the API on GitHub.
I have recently thought of a new project, which is simply a URL shortener, but I plan to add more feature to its API in the future. The website is called FFS (wanted to make it catchy and easy to remember.) http://ffs.im/
Here's a simple PHP example on how to use the API
function shorten($url)...