Posts tagged Helpful tips

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.

Remove or Disable Trash feature in WordPress 2.9

Are you looking to Remove Trash feature in wordpress 2.9 ? In Wordpress 2.9, you can see new feature which allows you to Trash a post instead of deleting it. In previous version of wordpress, it was Delete instead of Trash. Once you Trash the post, you have delete the post manually. This Trash feature will make your database larger.

Delete WP Super Cache plugin(WordPress) manually

Are you facing problem while uninstalling/deleting WP Super Cache plugin in wordpress ? Today i faced a problem when i was trying to delete a WP Super cache plugin in wordpress. So i prefer to delete WP Super cache plugin manually. You must delete all related data of plugin instead of just deleting WP Super Cache plugin folder from plugins directory in wordpress.

jQuery editable – Edit in place/Inline editing

Are you working with jQuery and want to update record in database with inline editing ? Yesterday i worked with jQuery-Ajax and update records in database without submission of form. You might be aware with jQuery-Ajax and update records in database but if you are looking for edit in place than here i am showing a way to edit a record in place.

Implementing Google Maps using API on your website

Are you looking to implement Google Map in your website ?? Do you have a Real estate property website ? If yes, the you must implement(integrate) Google map using API key into your website. Recently i have implemented the Google map into one of my client's website and it is very easy to implement.  Here i am showing you the step by step way to integrate the Google map into your website.

FCKEditor solution – How to store full URL for images (Show absolute path)

Today i came across a problem with FCKEditor. When i upload an image from fckeditor Browser Server option, it uploades correctly and insert image in content as well. But if i will send this content in email (for newsletter) than image will not be there as fckeditor inserts relative path in source of image. There should be a complete URL for image if you are sending this content into email. I was trying to find the way that how to insert the full url path when image uploads from FCKEditor.

7 Useful Firefox add-ons for Web Developer

Are you a web developer ? If yes than you must using the Mozilla Firefox while developing any web application. Firefox is the best browser for developer to develop web application. But it is only the best when you are using add-ons functionality of Firefox. I am a PHP developer and i found that some of the firefox add-ons are very useful and must required while developing web application.

Maximum Charactors/Words limit(counter) for textarea using Javascript/jQuery

Are you looking for limiting charactors/words entered in textarea? Today i need to implement the limit for description field where customer can only enter upto 255 charactor. If customer entered 255 charactors than i have to restrict customer from entering more charactors in textarea field. I came across below javascript/jQuery function using which i can easily restrict customer to enter limited charactors/words.

Sending email with multiple attachment using php’s mail() function

All we know how to send email in php. You might not be aware with sending email with attachment in php. If so than refer my previous article which explains how to send email with attachment(single). Today i have a special requirement where i need to send multiple attachments (more than one) in mail. If you are looking for send function for sending email with multiple attachment in php than here i am sharing the function using which you can send an email with mulitple attachment using php's mail function.

Adding user to phpbb3 during registration from site

If you are looking for adding user into phpbb3 forum when any user register into your site, than i might help you as i faced the same situation. Today i faced this situation where my client needs the same user in phpbb forum(auto entry) whenever user register into website. This is an external script using which you can make entry into users table of phpbb3 forum. Also if you want to transfer all your site users into forum than also this will works.