Saturday, 29 August 2015

Change theme in phpfox

Change theme in phpfox
1) Extensions --> Manage Theme
2) Right click on Default --> Manage Styles --> Make green button in Default section (on Right side)(Green=Active)

Offline Creadit Card details for testing

Credit Card Number : 4111111111111111 ( 4 and 1 in 15 times)
CVV : 123
Valid Through : select any month and year
Firstname : Terry
Lastname : C

check string from URL in php

$url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];


if (false !== strpos($url,'access_denied')) {
header('Location: http://prodygies.com/');
}

yiichat extension video for PHPYII framework

Friday, 11 April 2014

code is working in fiddle but not working in my system

If your code is not working in jsfiddle.net , then write your code in ready function, Like...

$(document).ready(function(){

// code here


});

Thursday, 10 April 2014

Hide 2 Textbox When clicking on 1 Radio box

 

radio_example.php

   <input type="radio" class="radioBtn" name="radioBtn" id="radio1" /> radio 1 &nbsp;
   <input type="radio" class="radioBtn" name="radioBtn" id="radio2" /> radio 2 &nbsp;
   <input type="radio" class="radioBtn" name="radioBtn" id="radio3" /> radio 3

   <br />
   <input type="text" class="textBox" id="text1" value="text 1" /> &nbsp;
   <input type="text" class="textBox" id="text2" value="text 2" /> &nbsp;
   <input type="text" class="textBox" id="text3" value="text 3" />


radio_js.js

$(".radioBtn").click(function()
     {
      //  $(".textBox").hide();
        if ($(this).attr("id") == "radio1") {
            $("#text1").show();
            $("#text2").css('display','none');
        } else if ($(this).attr("id") == "radio2") {
            $("#text2").show();
        } else if(($("#text1").hide()) && ($("#text2").hide()))
        {
             $("#text3").show();
        }
    });

Thursday, 29 August 2013




If
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Is equal to
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

Then
H+A+R+D+W+O+R+K =
8+1+18+4+23+15+18+11 =
98%...


K+N+O+W+L+E+D+G+E =
11+14+15+23+12+5+4+7+5 =
96%

L+O+V+E=
12+15+22+5=
54%

L+U+C+K =
12+21+3+11 =
47%

None of them makes 100%
Then what makes 100% ???

Is it Money?
NO !!!

Leadership?
NO !!!

Every problem has a solution,
only if we perhaps change our
"ATTITUDE".

It is OUR ATTITUDE towards Life and Work that makes
OUR Life 100% Successful..

A+T+T+I+T+U+D+E =
1+20+20+9+20+21+4+5 =
100%