Using Fx.slide in Cakephp is very easy. In this tutorial, I assume you know how the MVC works and how to create one.
First, include the javascript in the head section of the default.ctp file. There are only two javascript files. They are the mootools.js( core ) and slider.js. Put these files inside /app/webroot/js.
This tutorial will show how to animate a content when a delete link is clicked. The script is based on wordpress comment deletion.
Create first a html file and put the following code inside the body.
Continue Reading →
In this tutorial i’ll show how to create a simple shoutbox mootools script that is based from other existing shoutbox on the net.
Features of simple mootools shoutbox:
It is a scope resolution operator that can be found in Php. Paamayim Nekudotayim in Hebrew means “twice colon” or “double colon”.
I bought a macbook last december 2009 and transfer my files from my windows laptop. After the the transfer, the first thing I did is to browse the projects that I’ve done. While browsing, I came across a page where in there is a file upload facility. Then I started to upload a file. While uploading, it suddenly popped an error. Then I checked the folder I used to put the file uploads and found out the file is not there. What could be the solution? It’s the upload_tmp_dir found in the php.ini. Just make sure that the folder path where you put the uploaded file is specified.