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

ebooks

websites

electronics
projects

microcontoller
8051

robotics

8085
microprocessor

HTML/JavaScript

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.