A while ago I was figuring out how to rewrite GET variables for a wordpress plugin. For example:
http://mysite.com/mypage/?myvar=test
rewriting to
http://mysite.com/mypage/test
After a long search on the WordPress forums and the whole internet I’ve found this topic: using an extra parameter in an URL but it wasn’t very sufficient in my opinion. So that’s why I’ll explain the use of multiple parameters in the url.
Continue Reading »
Yesterday I’ve published the first version of the cvLinkSelect class for Mootools 1.2. Today I’ve released the new version of this nifty little class. I’ve completed the class with several finishing touches!
View example Download file
Changes
- Multiple GET variables in the request url.
- After a page refresh the script checks if the first linked selectbox option is not empty. If it isn’t empty the first request fires.
- If the request is empty it’s the last item in the linked selectboxes range. In this case we have to fire the isLast function.
Read more about the usage on the original post for the cvLinkSelect class!
Enjoy!
For a new application I’m working on I’ve searched the internet for a javascript based eyedropper tool. Fortunately I only found some Java based applications and I’m not a big fan of those.
So I decided to write my own Eyedropper. Test it and install it on your own website! You can tweak some events so it has more functionality.
There is also a Zip file available with a working example. Just upload the files to your folder on your webspace and navigate to it!
Example Download Class Download Zip
Continue Reading »