Dynamic Guru - The Web and Technology Blog


ajax css design featured freebies google html internet javascript jquery php seo technology tools web wordpress wordpress themes xhtml
 
Posts in category —freebies

Free blue powerpoint template

Here is yet another free powerpoint template from us. The file includes two slides and is in .pot (powerpoint template) format. Download and enjoy.

PREVIEW:

blue_pot_template

Click to download free beautiful powerpoint template

Javascript quadratic equation solver

Here is a simple javascript that solves quadratic equations of the form ax²+bx+c = O. You just have to specify the values of a ,b and c and the script then calculates the two real roots alpha(x1) and beta (x2)  of the equation. The script also tells you if the equation has a real root or not, depending upon the value of D (Discriminant). The equation is solved using the quadratic formula x = -b±(b²-4ac)½/2a .
The script is located here ->http://www.dynamicguru.com/files/quadratic_equation.html

Here is the source code of the script :

//Place this within the  section <script type="text/javascript">< function calculate()     {      var a=prompt("enter value of a");      var b=prompt("enter value of b");      var c=prompt("enter value of c");      var a2=2*a;      var ac=4*a*c;      var dis=b*b;      var dis=dis-ac;      if(dis<0){         document.getElementById('Equation').innerHTML='No real roots exist since Discriminant < 0 !<br />D = ' + dis + ' <br />The Equation = ' + a + 'x&#178; + ' + b + 'x + ' + c + '<br />';         document.getElementById('x1').innerHTML='&nbsp; ';         document.getElementById('x2').innerHTML='&nbsp; ';         }      else{         var dis_sqrt=Math.sqrt(dis);         var x1=-b+dis_sqrt;         var x1=x1/a2;         var x2=-b-dis_sqrt;         var x2=x2/a2;         document.getElementById('Equation').innerHTML=" Equation = " + a + "x&#178; + " + b + "x + " + c + "<br />";         document.getElementById('x1').innerHTML=' Alpha (x1) = ' + x1;         document.getElementById('x2').innerHTML=' Beta (x2) = ' + x2;         }     } </script> //Place this within the section: <h1><a onclick="calculate()" href="#"> Click to solve »»</a></h1>     <div id="Equation"></div>     <div id="x1"></div>     <div id="x2"></div>

Get a free domain with top class free web hosting!

Are you a desperate blogger/webmaster stuck with your free webhost where server crashes thrice a day and a freedomain that is ignored by search engines? Are you looking for free domain with free hosting but dont know where to go? Well then BuddingBloggers is the right thing for you. BuddingBloggers ,as the name suggests is helpful for growing bloggers who dont have a domain of their own. Now you might be wondering what maybe the procedures or criteria for getting a free domain via this service, well the good news is, BuddingBloggers doesnt require you to put some work into it or first complete some sponsored criteria(s) or purchase any service to be liable to recieve a freedomain( as other free domain services do) .Instead ,BuddingBloggers is completely free without any hidden costs, all you gotta do is fill out the application form here : http://buddingbloggers.com/apply and if you are lucky and enough you might get selected for the sponsorship program.but brfore make sure you have read and understood the program guidelines which you can find here : http://buddingbloggers.com/blog/program-guidelines/

Cheers and happy blogging! :)

Free RED beautiful powerpoint template

Be sure to check out our free wordpress themes
Download free powerpoint template

Download free powerpoint template

This beautiful free powerpoint template comes ready with two slides with awesome vista-like background.

Just download and make that beautiful impressive presentation

Download Free powerpoint template

Learn how powerpoint template counts in winning a presentation.

© 2012 Dynamic Guru All rights reserved - About Us - WordPress themes - Mujtaba Ahmad