2011-08-10

Jquery : hide submit until OK button clicked


When you register to some web, you will notice.. if you don't click I accept.. You can't continue.

This basicly the same, but I use button not checkbox. The difference here, I hide submit and then with button (I Agree), the button will show up. And then after that the user can click submit

But since hacker and Cracker are always attacked my site/blog, I always have to think this script problem.. And the problem is..
if the site open with no css.. in FF click View Menu | Page Style | no Style.. You can see the submit
if the site not active the javascript. The file will fail!!

The fixed will type later.. Hey.. you can be great webmaster if you learn from error!! Sory the script type using Indonesian Languages

<style>#lanjut{
 
display:none;
}
</
style>name: <input type=text>
<
br>Do you accept the rule?
 <
input type=button
       id
='terima' value='YES' />
<
div id='lanjut2'>
 <
input
      type
=submit
           id
='lanjut' />
</
div>
<
script>
    $(
"#terima").click(function(){
        $(
"#lanjut").show("fast");
    });
 

</script>



Jquery : how to input text to password

What I type in here is the tips for newbie, and no worry about the code I use. Actualy my code lack of css (design). The reason because I want to share and less coding for your understanding.
This code using very basic HTML tag and since lack of css, you can add this with your customize to make better.

Change input Text to password
If you see Twitter login page, you can see the password input show 'input password here' but if you click the input are empty.
I want to create the Same, but actually I'm not add the last event..
if the box empty.. it will show 'input password'
create the last command is not easy but to study purpose, let's ignore it first
<div id=pass1>
    <input type=text value='input password here' 
     id='fake' />
</div>
<
script>
$(
document).ready(function() {
    $(
"#fake").click(function(){
        $(
"#pass1").html('<input type=password name=pass />');
    });

});
 

</script>

2011-08-09

City Hunter 2011 (Korean Drama)


City Hunter is K-Drama based on best selling manga City Hunter.

Lee Yoon Sung (Ryo Saeba) is a sweeper in the city, his job taken from request as detective.

He not alone, because Kim Na Na (Kaori) help him, or I think make sure Lee not to close to their client, since all the client are female!! Helpless one
*I think*

The story perhaps not as funny like in Chinesse Cinema (Jacky Chan)

but is Worth to add to your list to watch this month.

2011-08-08

Gaiking Movie and my Mothership Homework

I Kinda Shock read and see, Gaiking the Movie is on the move. And more shocking was, the pilot is Female!!

or alien?

Actualy I don't care.. since I don't have thinking for this moment about that.

Indowebster new Plat

Congaturation for IDWS new Plat.. We have new plat like this




But is weird see some member still have old plat like this