WELCOME  TO   ENJOY  ELECTRONICS  WITH  PARTH.  PLEASE  LIKE  US  ON   FACEBOOK.

ebooks

websites

electronics
projects

microcontoller
8051

robotics

8085
microprocessor

HTML/JavaScript

Saturday, 15 October 2011

The death counter






Don't know
when will you die?



please give your birth date:


Date:


Month:




Year:




you wil die on:


date:
month:


year:










Disclaimer: This date doesn’t indicate the actual date of death.
I am not responsible if anybody really dies on the date indicated it will be just coincidence.
This is just for fun. Only god knows when we will die.
Otherwise my personally wish that you live longer and longer & god may bless you.
We don't store your birthdate.



created by:parth pandya



Thursday, 13 October 2011

Javascript code for "how to make fake results"


<script type="text/javascript">
function know(n1,n2)
{

var num1=parseFloat(n1);
var num2=parseFloat(n2);
var str= n1;
var last=str.charAt(str.length-1);

if(n2=="" && n1=="")
{
alert("please give either seat number or enrollment number");
return false;
}

else if(n1=="" && n2!="")
{
alert("please try your enrollment number");
return false;
}

else if(last==1)
{
var mark=[23,25,30,30,27,28];
}

else if(last==2)
{
var mark=[27,28,29,29,26,28];
}

else if(last==3)
{
var mark=[29,25,30,29,27,30];
}

else if(last==4)
{
var mark=[26,25,29,30,29,27];
}

else if(last==5)
{
var mark=[27,27,28,29,27,28];
}

else if(last==6)
{
var mark=[24,25,30,27,27,28];
}

else if(last==7)
{
var mark=[28,23,27,28,29,27];
}

else if(last==8)
{
var mark=[29,25,27,30,30,28];
}

else if(last==9)
{
var mark=[26,21,30,24,26,25];
}

else if(last==0)
{
var mark=[26,23,27,28,29,23];
}


document.write("<center><h2>MIDSEM RESULTS(SEPT-2011)</h2></center>")
document.write("</br>")
document.write("<center>")
document.write("<table cellspacing=0 cellpading=0 border=1>")
document.write("<tr >")
document.write("<td><h3 >NAME OF STUDENT </h3></td>")
document.write("<td width=60% height=60%><h3><center>")
document.write(" ")
document.write("</center></h3></td>")
document.write("</tr>")

document.write("<tr>")
document.write("<td>BRANCH </td>")
document.write("<td> <center>ELECTRONICS & COMMUNICATION</center></td>")
document.write("</tr>")

document.write("<tr>")
document.write("<td>ENROLMENT NO </td>")
document.write("<td><center>")
document.write(num1)
document.write("</center><td>")
document.write("</tr>")

document.write("</table>")
document.write("</br>")
document.write("</br>")

document.write("<table cellspacing=0 cellpading=0 border=1>")
document.write("<tr bgcolor=#DDDDE6>")
document.write("<td><center> SUBJECT CODE </center> </td>")
document.write("<td width=50%><center> SUBJECT </center> </h3></td>")
document.write("<td> COURSE<br>CREADIT </td>")
document.write("<td> MARKS </td>")
document.write("</tr>")

document.write("<tr>")
document.write("<td><h4><center> 151003 </center> </h4></td>")
document.write("<td><h4><center>Integrated Circuits and Applications </center> </h4></td>")
document.write("<td><h4><center>06 </center> </h4></td>")
document.write("<td><h4><center>")
document.write(mark[0])
document.write("</center></h4></td>")
document.write("</tr>")

document.write("<tr>")
document.write("<td><h4><center> 150001 </center> </h4></td>")
document.write("<td><h4><center>Management-II </center> </h4></td>")
document.write("<td><h4><center>02 </center> </h4></td>")
document.write("<td><h4><center>")
document.write(mark[1])
document.write("</center></h4></td>")
document.write("</tr>")

document.write("<tr>")
document.write("<td><h4><center> 151001 </center> </h4></td>")
document.write("<td><h4><center>Microcontroller and Interfacing </center> </h4></td>")
document.write("<td><h4><center>05 </center> </h4></td>")
document.write("<td><h4><center>")
document.write(mark[2])
document.write("</center></h4></td>")
document.write("</tr>")

document.write("<tr>")
document.write("<td><h4><center> 151002 </center> </h4></td>")
document.write("<td><h4><center> Engineering Electromagnetics</center> </h4></td>")
document.write("<td><h4><center>03 </center> </h4></td>")
document.write("<td><h4><center>")
document.write(mark[3])
document.write("</center></h4></td>")
document.write("</tr>")

document.write("<tr>")
document.write("<td><h4><center> 151004 </center> </h4></td>")
document.write("<td><h4><center> Electronic Communication</center> </h4></td>")
document.write("<td><h4><center>06 </center> </h4></td>")
document.write("<td><h4><center>")
document.write(mark[4])
document.write("</center></h4></td>")
document.write("</tr>")

document.write("<tr>")
document.write("<td><h4><center>150906 </center> </h4></td>")
document.write("<td><h4><center> Electric power utilization & traction</center> </h4></td>")
document.write("<td><h4><center>06 </center> </h4></td>")
document.write("<td><h4><center>")
document.write(mark[5])
document.write("</center></h4></td>")
document.write("</tr>")
document.write("</table>")
document.write("<br>")
document.write("<br>")

document.write("</center>")

document.write("<br>")
document.write("<br>")


document.write("<center><h1><font color=green>congratulation!! you have passed this exam.</font></h1></center>")

return true

}

</script>


<body BGCOLOR="">
<form name="frm" method="post" >
<br><br><br><br>
<center><h2><font color=black >MID-SEM RESULTS 2011 (5th SEM)</font></h2></center><br>
<center><h3><FONT COLOR="BLUE">ENTER YOUR ENROLLMENT NUMBER:</h3></FONT></center><br>
<center><input type="text" name="no1" size="15" maxlength="12"></center><br>
<center><h3><FONT COLOR="BLUE">OR SEAT NUMBER:</FONT></h3></center><br>
<center><input type="text" name="no2" size="15" maxlength="9"></center><br>
<center><input type="button" name="go" value="SELECT" onClick="know(no1.value,no2.value)"></center>
<br>
<br>

<center><h3>Fill any detail and then click "select"</h3></center><br>
</form>
</body>



simple explanation :
Basically this program indicates fake results for any given number.This will very useful to fool your friends.This program is based on JavaScript.Basically this program cheek the last digit of entered number and give you your result from 10 different sets or marks(in this case out of 30).Basically this works by the function Know(n1,n2 ) .Here document.write is used which completely overwrite the page and look like it delivered from the server(but it is not so).So enjoy & make your friends fool.

Friday, 23 September 2011










MID-SEM RESULTS 2011 (5th SEM)



ENTER YOUR ENROLLMENT NUMBER:





OR SEAT NUMBER:











Fill any detail and then click "select"



Wednesday, 3 August 2011

make my gtu result










MAKE YOUR RESULT BY FILLING THIS DETAILS:




your full name:

(in capital letters)

your enrollment number:






ENTER YOUR EXPECTED GRADES IN FOLLOWING SUBJECTS:





Mathematics-4(140001):

(in capital letters)

Management-1(140002):

Microprocessor And Interfacing(140701):

Institute Elective-1(energy Systems)(140904):

Advance Electronics(141101):

Control Theory(141701):







AND FINALLY:




SPI YOU WANTEND:

CPI YOU WANTED:






for students from other branch I am making a general result maker i will publish it soon.If you like this one please make comment

Tuesday, 28 June 2011

New improved menubar for blog

This new HTML code for menu bar provides the facility of "background changing color".When you take the mouse near the link color becomes light.It really looks nice.The code does not contain any kind of javascript it is very easy to understand.you can modify this code according to this page.

code:

<table cellpadding=0 cellspacing=0 >
<tr>
<td width="100" align="center" onmouseover="this.bgColor='#66bbdd'" onmouseout="this.bgColor='#0080ff'" bgcolor=#0080ff><p><a href=" http://parthppandya.blogspot.com/2011/06/free-electronics-ebooks-for-you.html" ><b><font face="verdana" color=blue>ebooks</font></b></a> </p> </td>
<td width="100" align="center" onmouseover="this.bgColor='#66bbdd'" onmouseout="this.bgColor='#0080ff'" bgcolor=#0080ff><p><a href="http://parthppandya.blogspot.com/2011/04/websites-only-for-you.html" ><b><font face="verdana" color=blue>websites</font></b></a> </p> </td>
<td width="120" align="center" onmouseover="this.bgColor='#66bbdd'" onmouseout="this.bgColor='#0080ff'" bgcolor=#0080ff><p><a href="http://parthppandya.blogspot.com/2011/06/free-electronics-ebooks-for-you.html " ><b><font face="verdana" color=blue>electronics <br />projects</font></b></a> </p> </td>
<td width="120" align="center" onmouseover="this.bgColor='#66bbdd'" onmouseout="this.bgColor='#0080ff'" bgcolor=#0080ff><p><a href=" http://parthppandya.blogspot.com/2011/06/8085-8051-study-material.html " ><b><font face="verdana" color=blue>microcontoller <br />8051</font></b></a> </p> </td>
<td width="100" align="center" onmouseover="this.bgColor='#66bbdd'" onmouseout="this.bgColor='#0080ff'" bgcolor=#0080ff><p><a href="http://parthppandya.blogspot.com/2011/04/websites-only-for-you.html " ><b><font face="verdana" color=blue>robotics</font></b></a> </p> </td>
<td width="150" align="center" onmouseover="this.bgColor='#66bbdd'" onmouseout="this.bgColor='#0080ff'" bgcolor=#0080ff><p><a href=" http://parthppandya.blogspot.com/2011/06/8085-8051-study-material.html " ><b><font face="verdana" color=blue>8085<br /> microprocessor</font></b></a> </p> </td>
<td width="200" align="center" onmouseover="this.bgColor='#66bbdd'" onmouseout="this.bgColor='#0080ff'" bgcolor=#0080ff><a href="http://parthppandya.blogspot.com/2011_06_01_archive.html" > <p><b><font face="verdana" color=blue>HTML/JavaScript</font> </b></p></a> </td>
</tr>
</table>

The code used here is:

<td width="100" align="center" onmouseover="this.bgColor='#66bbdd'" onmouseout="this.bgColor='#0080ff'" bgcolor=#0080ff><p><a href=" http://parthppandya.blogspot.com/2011/06/free-electronics-ebooks-for-you.html" >   </td>









To add this code to your blog the steps as shown on this page can be followed 

Thursday, 23 June 2011

8085 & 8051 study material

This is the collection of 8085 & 8051 study material which will be very useful in your exam preparation.The content is available in .pdf , .ppt or .doc .Just click and store in you PC.To Download full ,below listed material - Click here (in .rar format) 
All credit for collection of such beautiful information goes to http://yesnarayanan.blogspot.com/
 





Javascript based death counter

I have seen this software called "death counter" which give your "date of death" when you provide your birth date.Then i decide to make a Java script based death counter I try for it and succeed. This make your blog an amusement for visitor .

code:

<script type="text/JavaScript">
<!--
function newData(n1,n2,n3)
{
 var no1 = parseInt(n1);
 var no2 = parseInt(n2);
 var no3 = parseInt(n3);

if
((no1+5)>28)
{
frm.ndate.value =26;
}
else
{
frm.ndate.value =no1+5;
}


if
((no2+2)>12)
{
frm.nmonth.value =4;
}
else
{
frm.nmonth.value =no2+2;
}


frm.nyear.value = no3+75;
}

function clearNumbers()
{
frm.number1.value = "";
frm.number2.value = "";
frm.number3.value = "";
frm.ndate.value = "";
frm.nmonth.value = "";
frm.nyear.value = "";
}
-->
</script>



<form name="frm" method="post">
<font face="verdana" color="red">
<font face="verdana" color="red" size="+2"><h2>Don't know<br /> when will you die?</h2></font>

<h3>please give your birth date:</h3>

<h4> Date:
<input type="text" name="number1" size="2" maxlength="2" />

Month:
<input type="text" name="number2" size="2" maxlength="2" /><br /><br />

Year:
<input type="text" name="number3" size="4" maxlength="4" /><br /><br />
<font face="verdana" color="red">
<h3>you wil die on:</h3> </font>
date:<input type="text" name="ndate" size="2" />
month:<input type="text" name="nmonth" size="2" /><br /><br />
year:<input type="text" name="nyear" size="4" /><br /><br />



<input type="button" name="AddButton" value="Go"
onclick="newData(number1.value,number2.value,number3.value)" />

<input type="button" name="ClearButton" value="Clear Fields"
onclick="clearNumbers()" /> <br /><br />
</h4>
<font face="verdana" color="#66bbdd ">Disclaimer: This date doesn’t indicate the actual date of death.
I am not responsible if anybody really dies on the date indicated it will be just coincidence.
This is just for fun. Only god knows when we will die.
Otherwise my personally wish that you live longer and longer & god may bless you.
We don't store your birthdate.</font><br /><br />
created by:parth pandya

</font>

</form>
 







 To add this JavaScript to your blog steps as shown on this page should be followed.HTML based menu bar

Wednesday, 22 June 2011

HTML based menubar for blog


I am not any computer engineering student but I was trying to make a menu bar for my blog which you can see on the top of my blog .Well it is very easy to create it .But finding a perfect menu bar may need some modification in the code.You can modify the depending upon requirement  based upon your size.Please note that this code is original code of my blog so you have to make some change for your blog.which I have also mentioned.It's makes our blog very attractive and we can provide the visitor more option.The code is as below:


<font face="verdana" color="black" >
<table cellpadding=0 cellspacing=0 bgcolor="#66bbdd" >
<tr>
<td width="100" align="center"><p><a href="http://parthppandya.blogspot.com/2011_06_01_archive.html"><b>ebooks</b></a> </p> </td>
<td width="100" align="center"><p><a href="http://parthppandya.blogspot.com/2011/04/websites-only-for-you.html"><b>websites</b></a> </p> </td>
<td width="120" align="center"><p><a href="http://parthppandya.blogspot.com/2011_06_01_archive.html "><b>electronics <br />projects</b></a> </p> </td>
<td width="120" align="center"><p><a href=" http://parthppandya.blogspot.com/2011/04/websites-only-for-you.html "><b>microcontoller <br />8051</b></a> </p> </td>
<td width="100" align="center"><p><a href="http://parthppandya.blogspot.com/2011/04/websites-only-for-you.html "><b>robotics</b></a> </p> </td>
<td width="150" align="center"><p><a href=" http://parthppandya.blogspot.com/2011/04/websites-only-for-you.html "><b>8085<br /> microprocessor</b></a> </p> </td>
<td width="200" align="center"><p><a href="http://parthppandya.blogspot.com/2011_06_01_archive.html"><b>study material </b></a></P> </td>
</tr>
</table>
</font>


 Steps that should be followed:
 steps only for blogger.com
1. sign in your blog
2.click on design which is on the top side
3.then in design window  on the top side click "add gadget"
4.then in gadget list select HTML/JavaScript.
5.In HTML/JavaScript  window  keep title blank and "copy & past " this code.
6.click save and view your blog.

 How you will modify:

1.<font face="here you can give any font format like vedana,arial,times new roman etc "   color=" here you can give any font color like red,yellow ,green etc."

2. <table cellpadding=0 cellspacing=0 bgcolor="#66bbdd(this is also color in RGB format in HTML.Here you write names like red, yellow ,green etc. both are same .I recommend you to keep this color that match with your background color " >

3. <td width="120(here you can adjust the width of your cell.if your word is small keep this small or if your word is large increase it")
 align="center(to keep your word in the center of cell)">
<p(paragraph)>
<a href="http://parthppandya.blogspot.com/2011_06_01_archive.html (Here you have to add the link on which you want to redirect your visitors. This will not appear on screen. ">
<b(bold)>
Electronics (add the word which you wanted to display on the screen)
<br (add brake if you are using more then two words like electronics<br>engineering<br>college so it will be displayed on the downside) >
Projects
</b></a> </p> </td>(ending of tags )

4.Keep adding the same lines depending upon your requirement.

If you like this see also new improved version of this code which also provides the facility of background changing color.click here 

Tuesday, 21 June 2011

Free electronics ebooks for you

(1)30 led projects  by  Colin Mitchell
Description:
This ebook will provide very interesting LED projects and useful information about LEDs.
Size:
770 kb


(2)50-555 circuits by  Colin Mitchell
Description: 
 We know that 555 IC is one of the most popular IC .Many projects can be built by using this IC.This book will provide you number interesting of electronics projects about 555 IC.

Size:
1.2 MB

(3)70 interesting circuits  by  Colin Mitchell  
Description :
 This ebook is about various electronics projects that can be very much useful in day to day life.Some them are IC based project while some them are non-IC based .
size:
1.15 MB


(4)1-100 Transistor circuits by  Colin Mitchell  
  Description:  If you are bored of h-parameter model and hybrid - pi model.Then make transistors interesting by building projects.This book is the first part of transistor projects by  Colin Mitchell.
  size:


(5)100-200 Transistor circuits by  Colin Mitchell    
  Description:
  This book is the second part of transistor projects by  Colin Mitchell.
  size:
1.16MB

(6)Electronics Guide by Martin T. Pickering
  Description:
This book is very useful complete electronics guide.It will be very useful to keep this book in your PC.It will provide you complete information about various electronics components,multi-meters, connectors,cables etc etc.

 (7)50 (FET) Field  Effect Transistor Projects By F. G. RAYER, T. ENG. (CEI), ASSOC. IERE
  Description: 
We know that now days mos-technology is widely used in fabrication of IC due to low power consumption.So this ebook provides you very interesting FET projects which can be easily built at home.

(8)Practical Radio-Frequency Handbook 

 Description:
A useful book about designing of radio frequency circuits and  radio frequency application.

(9)Electronic Circuits for the Hobbyist 
  Description:
Circuits for the Hobbyist For your electronics hobby entertainment; ENJOY! This book is collection of number of number of electronics projects which can be built at home.

(10)Beginning Analog Electronics Through Projects

Note:
As this book is on uploding.com you may have wait for 60 seconds for free download.









All books are the property of their respective owners.
Please respect the publisher and the author for their creations if their books copyrighted
No files are uploaded by me, all data comes from various different sources on the internet.
Do not download copyrighted material without permission. If there is any violation of copyright please inform me at: parthindia47@gmail.com I will remove the link.

 
 








  

Wednesday, 27 April 2011

Top electronics websites for you

(1)I want to share this website instructable.com with you.If you like to learn anything step by step then this website is only for you.here you can find wide range of technical stuff from computers to electronics,from robotics to wireless etc.If you become a free member you have to go step by step but if you become a promember you con see all steps together and can also download pdf of that instructable.the cost of membership is about 1$ which is very small for such a great knowledge.

clik the link and enter the great source of knowledge.
 http://www.instructables.com/






(2)electronicsforu.com.A great web portal from south Asia's most popular electronics magazine.Here you can find large number of free circuits,electronics tutorials,updates from electronics companies  and everything .this website is a great search engine for electronics.If you become a member you can get many more benifits.the membership is free. This website is not only for students but also for electronics businessmen.

 http://www.electronicsforu.com/electronicsforu/default.asp 




(3)engineersgarage.com .I found this website great  for microcntroller projects.the best thing about this website is they provide complete information about components used in project,provide code for project and also vidioes.here you can find tutorials on many topics like robotics,servo motors etc.they also provide interesting invention stories.


http://www.engineersgarage.com/ 






(4)kpsec.com.If you are new to electronics and don't know anything then this website is only for you. they give you great basic information including how to solder,intro to all electronics components,connectors,switch etc.they will provide simple projects to build will help you to learn basic aspects of electronics.I must reccomend this website.


http://www.kpsec.freeuk.com/ 









(5)robotics websites for roboholics:



http://www.societyofrobotics.com 

http://www.gorobotics.net 

http://www.robotics.nasa.gov 

http://www.roboticsindia.com 

http://www.seattlerobotics.org 


and finally stay connected to parthppandya for more interesting stuff.If you have any website which can be included in this list please tell me: parthindia47@gmail.com or comment 

Sunday, 24 April 2011

how to print pcb at home




jay kankeshvary mata





here,i want to show a simple method to print pcb at home even without a computer and a printer. Although this method is time consuming but very useful in absence of computer & printer. In this method, you will need following things :

  1. a copper clad sheet
  2. a general purpose pcb of same size
  3. a permanent marker
  4. a pair of hand gloves
  5. a hand drill or any alternative to make hole
  6. rubber bands and cello-tape
  7. kerosene or acetone to clean pcb
  8. ferric chloride for etching pcb(35 to 50 g in 1 liter distilled water)
  9. sponge or any piece of cloth
  10. sand paper
step1 gather all equipment mentioned above. Handel ferric chloride carefully. Some equipments are not shown in the photo.
step2 now, design a lay-out of your pcb with pen and paper. when you complete, carefully inspect all the traces and assure that you are not forgetting any kind of conection.make a lay-out as small as possible i.e. don’t make long connections. after making the complete lay-out design the same on general purpose pcb with the permanent marker.dont't worry you can use the same after washing it with acetone or kerosene.
step3 join the general purpose pcb & the copper clad with each other with the help of rubber bands and cello-tape.do this well because it is necessary that combination don't move from their positions.note that this method is only applicable for the components that fit on the general purpose pcb.
step4 now, drill the copper clad. Make holes in copper clad through the general purpose pcb .follow the design which you have made on pcb.this task require much accuracy & time. As you are drilling through the pcb the distance will be 0.1" between any two adjacent holes.
step5 here the photographs of completely drilled copper clad is shown.
step6 it's time for most complicated task. You have to design the same lay-out of pcb which you have made with the paper & pen. draw the lay-out on copper clad with marker pen. Some precautions which should be taken in order to make a perfect circuit:
* cheek that two non-touching holes also remain non-touching while drawing the lay-out.it is not necessary that you make a perfect round around the holes. But carefully see that rounds remain non-touching.
* make the traces as thick as possible.becausse it happen sometimes that the etching solution also etch the traces.
* if you can't make the traces directly ,you can use pensile and scale to draw the traces and then with marker.
step7 here the completely drawn circuit is shown.
step8 It’s time for chemistry. Ferric chloride is chemical which comes in solid form. Make liquid solution by adding 35g to 50g in 1 liter solution. Caution: Ferric chloride solution is toxic. It can cause skin burning or irritation. Use hand gloves during etching. Do not spill the ferric chloride on the skin. If this happens accidently, wash with water. Do not keep ferric chloride in places accessible to children. Don’t wear your favorite clothes while handling this chemical because it stains permanently your clothes. Place newspapers under the chemical container to protect the surface of your home .please do this in bathroom or any other place except in main room of your home. Do every thing at your own risk.
step9 now this step is not mandatory. But if you want to save unused clad from etching cover it with plastic.
step10 I had made this hanger to dip the pcb.it is very easy to make.
dip the pcb in ferric chloride
step11 the process of complete etching will take the time of 20 to 25 minutes or even more but don't be panic. Inspect the pcb periodically.
step12 when you become sure that pcb is completely etched, take out your pcb out of container and wash with water. Then clean your pcb with acetone or kerocine.it will remove the permanent marker from your pcb & only copper will stay.
step13 when your pcb is dried rub it with sand paper & your pcb becomes complete.
note: never place ferric chloride in steel or any other metal container always keep it in plastic container.







Saturday, 2 April 2011

just starting

hi friends i am not a master in electronics but just belive that whatever we study ,we shold become best in that.i had created this blog for just sharing my knowledge with other electronics friends.we,together can make a better electronics world.