Speed up Performance of Loop with Large Arrays
As we know, FOR loop is same for all programming language, it does not matter , in which language you are working. This is about how to decrease load time. I have shown an example of PHP language....
View Article301 Redirect old dynamic URLs to new static URLs using .htaccess
Today i faced a situation where i need to redirect dynamic URL of my shopping cart to static url. I have changed the Dynamic URL(with query string , ? and &) to static one in my sunshop shopping...
View ArticleSending email with attachment using php’s mail() function
All we know how to send email in php. If you are begineer in php than i must say php provides inbuilt mail function named as mail(). Using this function we can implement email functionality very easily...
View ArticleMaximum 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...
View ArticleFCKEditor 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...
View ArticlejQuery 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...
View ArticleDelete 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...
View ArticleRemove 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...
View ArticleAuthorize/Delay/Hold payment in PayPal
Hello Friends, Do you know the paymentaction feature of PayPal ? It is used to make authorization of payment. This means once PayPal account owner will Capture the payment than only the payment will be...
View ArticleAdd 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...
View Article