Skip to main content

Posts

Mobile airbag is coming to save your mobile

MOBILE AIRBAG  Hi, having smartphone is common today.  from kids, teenagers and elders ALL uses it.  so it is required to take care of smart phones from damage.
Recent posts

Java Script Part 1

Hi, I had planned to create java script tutorials for students and readers of my blog. here I will discuss very important points regarding java script. I will keep updating this post so readers are advised to visit it frequently. I would also like to share some important javascripts as below. 1. javascript to find first 10 prime numbers. <html><head> <title>first 10 prime numbers </title> </head> <body> <script type="text/javascript"> var count=10,i=0,j=0,k=2; document.write("<br/><h2>first 10 prime numbers.</h2>"); for(i=0;i<count;k++) { var isprime = true; for(j=2;j<=k-1;j++) { if(k%j == 0){ isprime = false; break; } } if(isprime == true){ document.write("<br/> prime no : "+k); i++; } } </script> </body> </html> output of the script is as below.

HOW TO CHOOSE MASTER OF ENGINEERING DISSERTATION TOPIC / WORK.

During Master of engineering students need to do some research work, its presentation, examinations etc. . To choose right dissertation topic is really confusion for students. In this blog I would like to discuss the possible ways and paths using which students may choose right topic for their dissertation work. Depends on the rules of university students need to choose area of work like for computer engineering area of work can be software engineering, image processing, cloud computing, data mining, artificial intelligence etc.  following points indicate steps to choose right dissertation topic:  1) Should first list all the areas in which university allows to work.  2) Next find out your interest of area (everybody have their interest of area). 3) if it’s not possible to decide the area straight than try on google and good  journals to study current research problems of all the areas.  You can also sub divide area into sub areas (for example in cloud computing sub

Etano Community Builder Installation Guide

Etano is a Community Builder PHP Open Source Script/Project. It can be used for dating site, social networking site , matrimonial site or any type of site involving groups of people.

dot bharat domain names (for Indians)

For opening any website It was required to give URL in English but Indian government is going to provide URL in Indian languages so from now. bharat websites will get opened in Indian languages directly. For this it is required to get register with .bharat extension. This service will be available from 27 August and peoples can register for their .bharat domain names. For now domain will be available for Indian languages like hindi , boro  , dongri , kokni , Maithili , Marathi , nepali and sindhi  but in near future it will also be available for Bengali , telugu , gujarati , urdu , tamil and Panjabi. Due to this facility peoples can open website by typing url in their own languages and for peoples who cannot type will be able to input using voice inputs easily. Source sandesh.com Good Day, Hiren Patel.

PHPMOTION Add Latest Member's Thumb

PHPMOTION is great free video script but phpmotion script still missing some important features I am going to add this kind of missing features in my phpmotion series of tutorials.default installation of phpmotion only shows latest members name only.I am sure it will be great to show latest members avatar or thumb at home page.in todays tutorial I am going to show how its really easy to add latest members thumb at homepage. PHPMOTION Add Latest Member Thumb

PHPMOTION JW Player SD/HD Integration.

jw player is really a great video player.it contains great features like it allows users to choose from SD/HD video. so user may play video as per his/her internet speed. in this post i am going to show how its possible to integrate jw player with its SD/HD options with phpmotion video script.