PHP Freelancer

 

PHP Programmer India

PHP Freelancer PHP Freelancer India PHP Programmer India PHP Freelancer Indian Freelancer Freelance Programmer Freelance Developer Freelance Web Developer Freelance Programmer India Hire PHP Developer India Wordpress Developer India CakePHP Developer India

Get label of option in SelectBox using jQuery

jQuery-Ajax is getting popular day by day for updating the data of database in very effective manner. If you works with SelectBox and want to update the value of SelectBox in database without submitting the form/page load. You may done this task by calling jQuery-Ajax on onChange event  of SelectBox. Once the value is getting updated in database, you may hide the selectbox and show the label of value at somewhere.

Problems with parent’s jQuery mouseover/mouseout events

Today i was working with jQuery mouseover/mouseout event and i faced a problem with it. Here i am giving you a quick note which may save you time in future. The problem is related to parent and its children elements. Your parent element has children elements and your parent element have mouseover/mouseout event.

Show selected option in SelectBox using jQuery

jQuery-Ajax is getting popular day by day for updating the data of database in very effective manner. If you works with SelectBox and using jQuery-Ajax for updating the value of SelectBox in database. This can be done by calling jQuery-Ajax on onChange event  of SelectBox. Once the value is getting updated in database, you have to show that value selected in SelectBox.

Display/Show Empty Option of selectbox in CakePHP 1.3

If you are working with CakePHP than you must be aware with some syntax changes in CakePHP 1.3 with compare to CakePHP 1.2. If you are working with selectbox form automagic element in CakePHP than you might get difficulty in showing default option label. By default it shows blank value and blank label for first option of selectbox. If you want to change the empty value label from blank to "select" or any other text than here is the way to show it.

Requirement for CakePHP & Installation Guide

I am working with CakePHP since last few months. Initially i was worried that how to adjust with new framework and how much time will it take to learn. But its very easier to learn with and very easy to work with. Here in my first post, i am showing you the Requirement & steps for CakePHP installation.

Problem with Insert/Edit image or link in Browse server – FCKEditor

Are you facing problem when Browser Server of Insert/Edit image or Insert/Edit link in FCKEditor ? Yesterday when i was working with FCKEditor and click on Insert/Edit image than click on Upload tab and browser a file from local machine. When i click on "Send it to Server", it shows a message like "Your file has been successfully uploaded". Now if i want to use the same image again than i should go to Browse Server and select the image which was previously uploaded. But it is not showing any uploaded image from "Upload" tab (Which can be said as Quick Upload). This is the problem with Image Path. Image was uploaded in "userfiles" folder instead of "userfile/image" folder. As in Browse Server it will not show any files from userfiles folder so you have to change the default image upload path.

Solved – Error creating folder “redirect:/index.php” (Can’t create redirect: directory)

I was working with FCKEditor and i got the error like "Error creating folder "redirect:/index.php" (Can't create redirect: directory)". First thing i have checked the permissions for userfiles folder and image folder. It was 777 so that was not the problem. Finally i found the problem and came to know that this error came due to .htaccess i was using for frontend. I solved this error and here i will show you what you need to do in order to solve this error.

Add extra fields in joomla registration page

Are you looking for adding extra fields in Joomla registration page ? Yesterday i was working with Joomla and wanted to add extra fields in registration page. For this i need to change the core file and that is the last solution as client needs to add two extra fields in registration page at any cost. Here i am showing you the step by step way to add an extra field in Joomla Registration page.

Joomla 1.6 Beta is Released

Joomla is one of the most powerful open source content management systems of PHP. It gains so much popularity all over the world. Joomla come up with new release of version which is Joomla 1.6. Previous release of Joomla was Joomla 1.5 which had many improvements over Joomla 1.0 but in Joomla 1.6 have lots of new feature which are very important. All below features put Joomla in row with other Open source like Wordpress and drupal.

WordPress 3.0 Beta 1 Released

Its time of Wordpress. Wordpress team was working with bug fixes & enhancement to come up with new release of Wordpress 3.0. After 3 months of Wordpress 2.9, Wordpress team has released the new version of Wordpress 3.0 which fix the bugs which were available in wordpress 2.9. Also Wordpress team has enhance Wordpress 3.0 with lots of new features.