Wednesday, 27 July 2016

How to embed Disqus comment box in html

  No comments
09:30


So hello guys today i am back a with my new tutorial on how to embed a Disqus comment box in php driven website or just a html website or in anything else using the disqus prewritten codes in javascript…
So lets get started…
So guys as we know that now a days every website is having a comment box to let thier user to chat and feel free to chat with the admin or one another so by this script you can create a comment system in your website.

download    Demo


First of all go to disqus’s website and create an account
then you have to add a website on this page [ Add a website ] .

so you can see how to register your website on disqus.
and now you have to accept thier terms and condition by  just simply click on i accept and proceed further
and now the main steps begin…
after accepting tems&cond it will redirect you to choode a platform page
thier are many choices like
universal code, wordpress, blogger, joomla, tumblr, durpal etc…
so you have to click on universal code…
you will see the code like below
so edit your website url in line 16 with yours or you can just copy paste it from there only given in the disqus website
after embeding the code in your website it will look like this

you can add it on every page wherever you want comment box in your website just copy paste the code and enjoy.
so guys it is a very simple and easy tutorial but plays an important funntion in a website because it allows users to give their feedback or interact with each other…
so thank you
and as i always says
Stay tuned for more updates…

Read More

Saturday, 9 July 2016

How to use Google new recaptcha using php and javascript.

  No comments
11:55


So hello guys i am back with my all new tutorial on how to use a google new recaptcha script using php and javascript for validation...
So lets get started-

so guys as you can see the demo above this script is easy to use with any of your script…
  • and login with your gmail account.
  • add your website…




this script also contain validation of recaptcha so that it does not go to welcome page if the recaptcha if not filled
so guys please download the script from above code and enjoy with this script and use it with any of your script…
so guys enjoy and as i always said
stay tunes for more updates…

Read More

Tuesday, 31 May 2016

how to make a search engine in php mysqli and ajax

  No comments
23:17



So hello guys i am here with a new tutorial on how to make a search engine in php, mysqli ,and ajax for suggestions and for autocomplete text...
so guys lets get started
first of all u can see the stucture of this project as you can see that this is a very simple and sweet structure.


so guys that's all about this project...


Read More

Sunday, 1 May 2016

How to embed audio from urls in php

  No comments
04:47


so guys i am here with a new tutiorial on how to embed audio from thier url in php dynamically.
so lets get started 

so first of all create a new file and save it as "audioembed.php"



 <html>  
 <title>embed audio dynamically</title>  
 <body>  
 <form action="out.php" method="GET">  
 <input type="text" name="audiofile" />  
 <input type="submit" name="embed" value=" embed audio" />  
 </form>  
 </body>  
 </html>  

so here are the codes fro that file 
and now create a new file named "out.php"  and save it...


 <html>  
 <audio src="<?php echo $_GET['audiofile'];?>" controls>  
 Your browser does not support the audio element.  
 </audio>  
 </html>  

and here the codes fro out.php

and as you can see it is very basic codes 
and does not have requirement of database but if you want to save the url of the audio for further use on the website .
you can do that easily yourself so guys i hope you like this 
and please watch the tutorial for live working...



Thanks...

Read More

Thursday, 7 April 2016

how to create a login and registration script in php mysql

  No comments
01:33

hello guys i am here with my new tutorial
that how to create login and registration script in php, bootstrap and mysql... so first of all i will be showing you the pics of the pages of this script 
so lets get started...

Project structure:



so guys this is the project structure
so here is the login script

login page:


register page:




welcome page:

All user page:


so guys as you can see that this login page is having many features like login register and admin login 
admin can see all the users registered on the site 
so if you all like this script then please download it from here...

Download now






Read More

Wednesday, 6 April 2016

how to create a game with simple javascript and html

  No comments
23:44

so guys i am here with a new tutorial of creating a snake game with a simple javascript and html
so guys this is a simple tutorial of creating game so you all can understand it very easily so lets get started.
this is a snake game with many functions like speed increased with increase in level...

Game structure:


and here is the sturcture of  the game as you can see it is very basic structure...
so guys now its time for a game cover page so here is the cover page





so guys its a game as you can see in the above screenshot so if you want to download it you can mail me 
here 
pls comment below with your email id and i will send it to you...
thanks... 





Read More

Saturday, 26 December 2015

make a search engine like google...

  No comments
07:34

hello guys today i am here with a very good script.
It is a search engine like google with many options like google have like
search for web,images,videos,news etc...
this is my dream project which has now come true...
so guys the search engine is named as (Find It)
u can visit the site below...

(site is shutted off)

but you can still ping me up for the script...

                      

Read More