abc

Share This blog with your friends, so that we can improve more & more . our aim is to easy & simple way of learning.
Showing posts with label Online Quiz Competition. Show all posts
Showing posts with label Online Quiz Competition. Show all posts

3/22/2018

online quiz complete task session 5(TOP 3 WINNERS result is showing on blog )







hello,
in this session you have task solve & check your expert level(basic & advanced complete web program based test)

task1: find error
<html>
<form method="post">
<input type="text" name="abc"/>
</form>


<?php
echo "hello";

$a= $_post['abc'];
$b = $c;

echo $b;
?>
</html>

task2: what is this ?

filter:
  progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=90),
  progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=180);
 
task3 : one triangle & circle images overlap each other using css only.
 
 
task4: which language is use in this coding & check whether is working in all browser
 
$("button").click(function(){

    $("div").animate({

        right: '250px',

        opacity: '0.5',

        padding: '150px',

        width: '150px'

    });

});   

task6 : how to define session & some sites are showing "we are using your cookies"
 what is this message?
 
task7: how to identify user location using IP address only
 
task8: make user register form & submit without loading webpage.
(hint: jquery also use) generally php loading webpage so what is best solutions?

task9 : how to define object & does below is example of object declaration. 
var person = {firstName:"john", lastName:"Doe", age:"50", eyeColor:"blue"}; 
 
task10 : event based php submission 
if i close window & want transfer data after 10 minutes what i do ? 
does this data go to database or not?
 
 
top 3 winner result will be display on next blog.(might chances to awarded by prize)
try at your best level.
best Luck.
 
comment your answer.

 
 
 
 
 
 
 



An Introduction to the Laravel Framework: What It Is and Why You Should Use It

  If you're a PHP developer looking for a modern, efficient, and powerful framework to build web applications, look no further than Lara...