Wednesday, May 2, 2012

vu experts - plz some one share the assignment slution of cs 507

plz some one share the assignment slution of cs 507
 
 
Tajamul
 

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

Re: vu experts - Meezan bank test today

bro kisi ko call aai interview ki ??


 
On Mon, Apr 30, 2012 at 7:57 PM, MBA@FAREEZ.COM <mc100202427@vu.edu.pk> wrote:
aaj tha ho gya hai ab tu 


On Mon, Apr 30, 2012 at 12:22 PM, mc090410146 Fahed Abbas <mc090410146@vu.edu.pk> wrote:

kab hai test
???


On Mon, Apr 30, 2012 at 11:33 AM, MBA@FAREEZ.COM <mc100202427@vu.edu.pk> wrote:
Hi all, How many of you are going to take test of Meezan bank today?


--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

*~* VuPak2009 *~* CS101 ASSIGNMENT NO.2 COMPLETE AND CORRECT SOLUTION KINDLY FIND THE ATTACHMENT BY VIRTUALIANS GROUP

<html>
<head>

<SCRIPT LANGUAGE="JavaScript" TYPE="Text/JavaScript">

function CheckEmail_mc110202049()
{
var x=document.forms["input"]["email"].value;
var at=x.indexOf("@");
var dot=x.lastIndexOf(".");
var student_id="mc110202049";
var vu_domain="vu.edu.pk";
var value_before_at=x.substr(0,x.indexOf("@"));
var value_after_at=x.substr(x.indexOf("@") + 1);
var student_id="mc110202049";
var vu_domain="vu.edu.pk";

if (at<1 || dot<at || dot>=x.length )
{

alert("The email id you entered is Not your valid VU e-mail address");
return false;
}

else if (value_after_at != vu_domain )
{
alert ("The "+value_after_at+" is not a valid VU domain");
alert("Please Check the VU domain should be vu.edu.pk");

}

else if (value_before_at.length < student_id.length && value_after_at === vu_domain)
{
alert ("The "+value_before_at+"@"+value_after_at+" is not a valid email address");
alert("Please Check the length of Student ID. It is less than the Original ID");

}
else if (value_before_at.length > student_id.length && value_after_at === vu_domain)
{
alert ("The "+value_before_at+"@"+value_after_at+" is not a valid email address");
alert("Please Check the length of Student ID. It is greater than the Original ID");
}

else if (value_before_at != student_id && value_after_at === vu_domain)
{
alert("Your student ID is incorrect. Please check again!");

}

else if (value_before_at === student_id && value_after_at === vu_domain)
{
alert("The email id you entered is your valid VU e-mail address");

}

else
{
alert("The email id you entered is Not your valid VU e-mail address");
}

}

</script>
</head>

<body>
<h3> CS101 - Assignment No.2 </h3>
<h4> Semester: Spring 2012 </h4>
<form name="input" action="" onsubmit="return CheckEmail_mc110202049()" method="post">
Please enter your own email address and submit<br>
email
<input type="text" name="email" /><br>
<input type="submit" value="Submit" />

</form>
</body>

</html>

CS101 - Assignment No.2

Semester: Spring 2012

Please enter your own email address and submit
email

DEAR STUDENTS PUT YOUR VU ON HIGHLIGHTED PLACES AND OPEN A NOTE COPY THIS CODE IN NOTE PAD Dear students this is complete solution of CS101 assignment. Kindly put your vu id on highlighted places and open a note pad file copy this code in note pad and save file as your id.html

Then it will be an html file and it will open in your default browser check your email id in it and save that file. Then as instructor mentioned make a zip file put your html and ms word file in the zip and submit your assignment so thanks for reading.

For any problem you surely welcome for consulting at irfankhan0044@gmail.com

 

 Kindly find the attachment

Remember us in your pray by

VIRTUALIANS GROUP


--
MIT VIRTUALIANS

--
You received this message because you are subscribed to the Google Groups "Virtual University of Pakistan 2009" group.
To post to this group, send email to virtual-university-of-pakistan-2009@googlegroups.com.
To unsubscribe from this group, send email to virtual-university-of-pakistan-2009+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/virtual-university-of-pakistan-2009?hl=en.

[vu-students] CS101 ASSIGNMENT NO.2 COMPLETE AND CORRECT SOLUTION KINDLY FIND THE ATTACHMENT BY VIRTUALIANS GROUP

<html>
<head>

<SCRIPT LANGUAGE="JavaScript" TYPE="Text/JavaScript">

function CheckEmail_mc110202049()
{
var x=document.forms["input"]["email"].value;
var at=x.indexOf("@");
var dot=x.lastIndexOf(".");
var student_id="mc110202049";
var vu_domain="vu.edu.pk";
var value_before_at=x.substr(0,x.indexOf("@"));
var value_after_at=x.substr(x.indexOf("@") + 1);
var student_id="mc110202049";
var vu_domain="vu.edu.pk";

if (at<1 || dot<at || dot>=x.length )
{

alert("The email id you entered is Not your valid VU e-mail address");
return false;
}

else if (value_after_at != vu_domain )
{
alert ("The "+value_after_at+" is not a valid VU domain");
alert("Please Check the VU domain should be vu.edu.pk");

}

else if (value_before_at.length < student_id.length && value_after_at === vu_domain)
{
alert ("The "+value_before_at+"@"+value_after_at+" is not a valid email address");
alert("Please Check the length of Student ID. It is less than the Original ID");

}
else if (value_before_at.length > student_id.length && value_after_at === vu_domain)
{
alert ("The "+value_before_at+"@"+value_after_at+" is not a valid email address");
alert("Please Check the length of Student ID. It is greater than the Original ID");
}

else if (value_before_at != student_id && value_after_at === vu_domain)
{
alert("Your student ID is incorrect. Please check again!");

}

else if (value_before_at === student_id && value_after_at === vu_domain)
{
alert("The email id you entered is your valid VU e-mail address");

}

else
{
alert("The email id you entered is Not your valid VU e-mail address");
}

}

</script>
</head>

<body>
<h3> CS101 - Assignment No.2 </h3>
<h4> Semester: Spring 2012 </h4>
<form name="input" action="" onsubmit="return CheckEmail_mc110202049()" method="post">
Please enter your own email address and submit<br>
email
<input type="text" name="email" /><br>
<input type="submit" value="Submit" />

</form>
</body>

</html>

CS101 - Assignment No.2

Semester: Spring 2012

Please enter your own email address and submit
email

DEAR STUDENTS PUT YOUR VU ON HIGHLIGHTED PLACES AND OPEN A NOTE COPY THIS CODE IN NOTE PAD Dear students this is complete solution of CS101 assignment. Kindly put your vu id on highlighted places and open a note pad file copy this code in note pad and save file as your id.html

Then it will be an html file and it will open in your default browser check your email id in it and save that file. Then as instructor mentioned make a zip file put your html and ms word file in the zip and submit your assignment so thanks for reading.

For any problem you surely welcome for consulting at irfankhan0044@gmail.com

 

 Kindly find the attachment

Remember us in your pray by

VIRTUALIANS GROUP


--
MIT VIRTUALIANS

--
You received this message because you are subscribed to the Google
Groups "VU Students" group.
To post to this group, send email to vu-students@googlegroups.com
To unsubscribe from this group, send email to
vu-students+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vu-students?hl=en_PK?hl=en

Re: vu experts - My result


 pls help me k ap nay study old paper say ki hai ya nai

 
On Tue, May 1, 2012 at 8:47 PM, mc090406531 Rabia Ramzan <mc090406531@vu.edu.pk> wrote:


On Tue, May 1, 2012 at 6:39 AM, innocentcapricon <somiya.somiya12@gmail.com> wrote:
aoa kindly tell me apka result card or degree agae agr ani ha tu kb ati ha


On Thu, Apr 5, 2012 at 10:33 AM, mc090400972 Muhammad Ali Jawed <mc090400972@vu.edu.pk> wrote:
AssalamAlekum to all,


This is Muhammad Ali Jawed.I have done MBA in Finance From Virtual University of pakistan and i am preparing for ACCA thesedays but I haven't registered for ACCA's Exams yet. I have passed my internship presentation  Examination as well.I am offering tuitions of MBA finance couses.So I want to teach to students of Virtual university.I can teach all courses of MBA in finance.I will teach you on skype ,yahoo.So who wants to learn MBA finance courses from me you can contact me mycell no is 0334-3217567 my vu id is mc090400972@vu.edu.pk and yahoo ismuhammad_alijawed@yahoo.com.I live in Karachi.And for girls who want to contact to me if they have cell no issuses then they can send me message on my yahoo id that is muhammad_alijawed@yahoo.com.Allah Hafiz.



Congratulation Dear. 

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

Re: vu experts - KOI Haaaaaaaaaaaaaaaaaai ....

sam.omer98@gmail.com           Kisi bi help k ly


 
On Tue, May 1, 2012 at 8:32 PM, Zoya Hussain <mc110202621@vu.edu.pk> wrote:


--

                                          

              مٹی نا ہو  برباد پسی مرگہے الہی
          جب خاک اڑے  میری مدینے کی ہوا ہو 
        آمین
                   ~~~ AttariMadani ~~~

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

Re: vu experts - KOI Haaaaaaaaaaaaaaaaaai ....

AOA
 
anyone send me ADOBE PHOTOSHOP plzzzzzzzzzzzzzzzzzzzzz
On Tue, May 1, 2012 at 8:46 PM, Shah zaib Mughal <zaibstar1973@yahoo.com> wrote:
Sheeeee, don't disturb, sub sooooo rahe hen....
 
Zaib


--- On Tue, 5/1/12, Zoya Hussain <mc110202621@vu.edu.pk> wrote:

From: Zoya Hussain <mc110202621@vu.edu.pk>
Subject: vu experts - KOI Haaaaaaaaaaaaaaaaaai ....
To: vu-study-corner@googlegroups.com, vu-edu-pk@googlegroups.com, vu-experts@googlegroups.com, pak-youth@googlegroups.com, danger-eyez@googlegroups.com
Date: Tuesday, May 1, 2012, 3:32 PM




--

                                          

              مٹی نا ہو  برباد پسی مرگہے الہی
          جب خاک اڑے  میری مدینے کی ہوا ہو 
        آمین
                   ~~~ AttariMadani ~~~

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.

--
Please visit http://www.weblyceum.com and get registered for Past Papers, Quiz, Assignments, GDBs and much more...

To post to this group, send email to vu-experts@googlegroups.com
 
To unsubscribe from this group, send email to vu-experts-unsubscribe@googlegroups.com

Do write to admin.bilal@weblyceum.com for Help, suggestion and Complaint.