<select onchange=”location = ‘index.php?id=’+this.options[this.selectedIndex].value;”> <option value=”2″>Course id 2</option> option value=”3″>Course id 3</option> <option value=”1″>Course id 1</option> </select> this Js redirect you to index.php?id=SELECTED_OPTION_VALUE
if you have same problem, Open netbeans. Tools – plugin – settings Make sure all update centers checked. From “updates” tab click reload catalog. update all plugins. restart netbeans. I hope this will help …
Here are 4 videos for learning javascript. Douglas Crockford: “The JavaScript Programming Language” Douglas Crockford: “The JavaScript Programming Language”/1 of 4 @ Yahoo! Video Douglas Crockford: “The JavaScript Programming Language”/2 of 4 @ Yahoo! Video Douglas Crockford: “The JavaScript Programming Language”/3 of 4 @ Yahoo! Video Douglas Crockford: “The JavaScript Programming Language”/4 of 4 @ … Read more
Think that cd command can learn which directory you generally use. And you can go inside them with typing only a few letters of them. This is what autojump do. I always work in my localhost (/home/onur/Desktop/php/myproject). This is not useful and fast ( even if i use tab ) cd /home/onur/Desktop/php/myproject with autojump i … Read more
Open Block ———- Open block is a simple python script to find domains IP and edit /etc/hosts automaticly in Ubuntu. Usage ——— sudo python openblock.py domainname.com https://github.com/alonon/Open-Block
Here is the content of report: 1.WHAT CLOUD COMPUTING MEANS?………………………………………………………………………………………3 2.COMPRASIONS…………………………………………………………………………………………………………………………………3 3.KEY CHARACTERISTICS OF CLOUD COMPUTING……………………………………………………………………………….3 4.KEY FEAUTERS OF CLOUD COMPUTING……………………………………………………………………………………………4 5.CLOUD COMPUTING SERVICE MODELS……………………………………………………………………………………………5 6.TYPES OF CLOUD COMPUTING…………………………………………………………………………………………………………6 7.CLOUD COMPUTING HISTORY………………………………………………………………………………………………………….7 8.BEST CLOUD COMPUTING SERVICES…………………………………………………………………………………………….. 10 9.ISSUES AND SECURITY IN CLOUD COMPUTING……………………………………………………………………………..12 REFERENCES……………………………………………………………………………………………………………………………………..14 1.What Cloud Computing Means? First we should explain what cloud means?The … Read more
http://orlingrabbe.com/des.htm How DES Works in Detail DES is a block cipher–meaning it operates on plaintext blocks of a given size (64-bits) and returns ciphertext blocks of the same size. Thus DES results in a permutation among the 2^64 (read this as: “2 to the 64th power”) possible arrangements of 64 bits, each of which may … Read more
Nowadays, i’m listining this …
Problem on http://localhost/phpmyadmin Not Found The requested URL /phpmyadmin was not found on this server. Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.4 with Suhosin-Patch Server at localhost Port 80 Solution sudo vi /etc/apache2/apache2.conf add this somewhere Include /etc/phpmyadmin/apache.conf Then restart apache2 sudo service apache2 restart
