Posted in Code Labs on August 14th, 2009 by center | No Comments |
Hello there everybody!
This tutorial is Javascript that allows to modify the action field of an HTML form dynamically.
It is possible to have one submit button in a form but different action url.
The example below show how to switch the action post based on the radio button click.
Add the below sample form to your page:
This is an example search form.
Read More »
Posted in Code Labs on August 7th, 2009 by center | No Comments |
Hi, welcome to the demonstration for the tutorial – “How to Implement ThickBox”.
Thickbox is a jQuery plugin that is very similar to Lightbox, but comes with more features. This works with any html: (Images, Inline Content, Iframed Content, Ajax Content).
Read More »
Posted in CMS/Framework, Code Labs on July 28th, 2009 by center | No Comments |
Hi there everyone, this is my second tutorial on code igniter. Here, I will discuss about using multiple forms with validation.
Here is the procedure:
Read More »
Posted in CMS/Framework, Code Labs on May 26th, 2009 by center | No Comments |
Hello everyone, I would like to share with you on how to upload array of files with Thumbnail in Code Igniter.
Here’s the step by step guide for you to follow:
In views, you can create a form including input files in an array then submit to the controller to be saved in a folder or directory where the upload path is located.
Read More »