Top Menu

WHY WE USE CAPTCHA reCAPTCHA is a CAPTCHA-like system designed to establish that a computer user is human (normally in order to protect websites from bots) and, at the same time, assist in the digitization of booksHere I am describe how can add google captcha in yii1 MVC frame work.1. Download GitHub repo (jafarkhanphp/googleRcaptcha) and extract files into a destination…

If you are tried installing windows 7 on your PC and it’s failed again and again due to various annoying reasons, you’ve probably come to realize that there is large Consume disk space being eaten up by a folder called Windows.old Windows.old is automatically generated whenever you perform an fail installation of Windows 7 with a previous version of the OS…

[heading title="How can use trim in yii model" type="h1" font_size="" margin_top="30" margin_bottom="30" color=""] I have noticed that the fields do not trim/strip whitespaces and I'm wondering how I can do this. I have a form in Yii. Here if I enter trimp values, It gives me an error. That is working fine, But if I add some spaces in front…

Creating multi-level category system with PHP & Yii (MVC Framework) in not just a simple undertaking. Many Developer usage different type to handle this specific. They may possibly create 3 tables for initial level, subsequent level as well as 3rd level category (parent, sub category as well as sub sub cateogry). The best method to acquire multi-level category using recursive…

Homepage now content the code "meta name='robots' content='noindex,nofollow' /" (< removed). From Googling, it appears that this code should be added when I visit the Privacy section of Wordpress and select "I would like to block search engines, but allow normal visitors". However, my site is selected as "I would like my site to be visible to everyone, including search…

[heading title="I dont have wordpress files I have only database of previous word press" type="h2" font_size="" margin_top="30" margin_bottom="30" color=""] [heading title="Now I have installed new wordpressThis is a heading" type="h4" font_size="" margin_top="30" margin_bottom="30" color=""] Firstly you’ll need to make sure that the wp-config.php file is updated to point to the database that it was restored to. changes Details in wp-config.php…

[heading title="How can I set the selected value in the following statement " type="h2" font_size="" margin_top="30" margin_bottom="30" color=""] [code inline="true" scrollable="true"]$form->dropDownList($model, 'pair', array("2"=>"2", "3"=>"3","4"=>"4", "5"=>"5","6"=>"6","7"=>"7", "8"=>"8", '9'=>'9', "10"=>"10", "11"=>"11", "12"=>"12", "13"=>"13", "14"=>"14", '15'=>'15', '20'=>'20', '25'=>'25', '30'=>'30', '35'=>'35', '40'=>'40' , '45'=>'45' , '50'=>'50', '55'=>'55'), array('class'=>'form-control', 'options' => array('4'=>array('selected'=>true)),))[/code]  

[heading title="So please follow below classes which are used magento for validation.This is a heading" type="h2" font_size="" margin_top="0" margin_bottom="0" color=""] [code inline="true" scrollable="true"]<input type="text" name="billing[telephone]" value="<?php echo $this->escapeHtml($this->getAddress()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text validate-number validate-length maximum-length-10 minimum-length-10  <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="billing:telephone" />[/code] validate-password: (Please enter 6 or more characters. Leading or trailing spaces will be ignored) validate-admin-password: (Please…

[heading title="You can use locale files to change any labelsThis is a heading" type="h1" font_size="" margin_top="30" margin_bottom="30" color=""].   [heading title="Find the following files in this path:This is a heading" type="h3" font_size="" margin_top="30" margin_bottom="30" color=""] app/locale/en_US/Mage_Checkout.csv app/locale/en_US/Mage_Customer.csv app/locale/en_US/Mage_Persistent.csv Where en_US is your current locale. Find the following line "Telephone","Telephone" and change the second part to your "Telephone","Mobile Number"

Close