Tuesday 2 December 2014

CAR 2X TECHNOLOGY and TOUCH FREE MOBILE DEVICES

Every day, private motor transportation causes traffic jams, pollution and a shortage of parking spaces. Automobile is one of the biggest burdens on urban spaces. The basic intention behind this technology is to make an electric car travel a short distance autonomously. This E-Mobile will be able to park independently in the future and will also be able to find the next charging station without a driver. They are developing a dynamic model that perceives the environmental situation on the basis of cost-effective sensors.When parking, the Electronic helpers will warn of a possible collision and keep the necessary distance to the car ahead during traffic. Researchers at the Frauhofer Institute for Manufacturing Engineering are working on vehicles of tomorrow, which can drive through traffic without human assistance.
Sensors:
            Sensors need to recognize the environment so that the vehicle can navigate around obstacles and find their goal.
Step 1: The electric car is indented to learn to find a parking space and to park without scratch.
Step 2: The car should be able to recharge itself with the electricity without human help.
Scenario:
            The driver parks the car in the parking garage on any randomly available parking space. The car takes care of everything by itself. It communicates via a wireless interface with the charging station and the parking garage management. In this process, it provides information about its location and charge level. If the battery is empty and the charging station is free, it maneuvers in the corresponding parking station and is charged inductively without cable. Then it makes room for the next electric car and rolls to a free parking space.
Technology available:
            Project manager is referring to the robots that find their way easily in a known environment. According to him building a car similar to this technology does not take a lot of effort. Many modern cars already have most of the sensors that are required for this. They can provide a picture of the environment, when the data that these devices collect just have to be combined and interpreted accordingly. They are now developing this technology with the help of complex simulation programs and soon they want to test the results in practice on a demonstration vehicle.
            When a car is intended to move autonomously in traffic it becomes more difficult and this requires sensors that can look hundreds of meters ahead as well as software that can react to any unforeseen events. The laser scanner can perceive the surrounding area up to a distance of 200 to 300 meters.
Mobility a reality:
            Any customer could use his smart phone to call a car, which would then drive to the desired location. An on-board unit enables the car to communicate with various cloud services, other e-vehicles and the charging infrastructure. As a result, the car can provide data on its position, or how much charge is remaining.
            Information and communication solutions, both are reliable and easy to use. However, everything depends on having a convenient charging infrastructure integrated within the city.
TOUCH FREE MOBILE DEVICES
The working principle of this technology is by developing interaction between the user and the mobiles / iPads, so that it does not require touching the display. By this technology we can scroll through pages, select or move objects by moving a hand. Focus is to use this touch- free interaction in stationary installations such as laptop, PC, mobile phones and tablets.
Some situations that need this new technology:
This technology is a gift to those people working in following sectors
Ø  People in baking industry baking bread with their hands with flour.
Ø  In workshops were the hands are oily.
Ø  For the people with “mouse arm”.
In demand:
            In order to tackle the competing new technologies and to promote, many companies around the world are focusing on the field of touch – free interaction. It’s possible with the Samsung’s newest mobile phone to scroll through an e-book by moving our fingers in front of the integrated infra-red sensor.
Challenges with Present Status:
            Samsung is focusing on simple infra-red technology, which has limited sensitivity. Also the sensors will be on the top of the PC / iPad / mobile, if we move the finger just away from the sensor nothing happens.
Area coverage:
            This technology enables larger working surface so that the whole screen can be used. This technology enables the system to pick up on what we are doing in front of and beside the screen. It is possible to control the device without having to screen off the display as it creates a large interaction area. The coverage area is about 2 cm to 30 cm from the display of either the mobile / tablet.
Benefits:
·         Touch- free interactions make it cheap and power – efficient.
·         Systems become much small and uncomplicated.
·         Ultrasound technologies involved offers all the potential benefits of infra–red technologies.
·         Enables larger space from which we can detect and recognize the user’s gestures.
·         Operation is not limited to the top of the device, but can operate in front of whole screen, which is also best in terms of ergonomics.
Additional features:
            This technology had an extremely good response internationally from all mobile phone manufacturers and also has awarded an “INTERNATIONAL INNOVATION AWARD” in Japan.     
Future development:
            Researchers are trying to expand this by introducing responds to vocabulary to include gestures for the most advanced common commands such as drag and drop. This prototype promotes only few milliwatts of power from the mobile, this negligibly requires less power compared to smart phone camera.

Sunday 16 November 2014

How to create users in CRM 2013

Hi All,
In this post I have listed simple steps to create users in CRM 2013
Step 1:
Navigate to Settings
Step 2:
Click on Administration
Step 3:
Click on Users

Now this will display all the existing users.
Click on New button to create a new user.

Step 4:
In the user name box provide the domain id.












For ex if the user name is DOMAINNAME\User id,
you have to enter only the user id and on pressing TAB, it should automatically populate with the associated domain name.
If the domain name doesn't append automatically, it means that the user name is not created in the Active Directory.
Step 5:
Select the desired Business Unit to which this user has to be associated.
Step 6:
Now click on Save to create the user.
Step 7:
Once the user is created,click on the three dots symbol and in the underlying menu, select "Manage Roles"
and check the desired roles for that particular user.
That's it. You are done.
Key Points:
-->User will not be able to login if yo have created the users but haven't associated the roles.


Saturday 15 November 2014

Connecting Internet via Bluetooth using Modem Enabled Mobile in Win 8

Though there are lot of ways to connect to internet,people find it diffucult to do the same in Windows  8.
Particularly the beginners.

This tutorial gives you step by step procedure to get connected to internet in very simple ways.

Things needed:
1.Laptop of System with Win 8 OS.
2.Your system should have inbuilt Blutooth Device
Dont have inbuilt Bluetooth.Dont worry.
Buy Bluetooth Dongle and insert into a USB port.
3.A mobile phone which can act as a Modem

All set?

Wait for the updates on how to proceed further.

Saturday 29 December 2012

Top 10 IT Companies of 2012

10. Oracle Financial Services iFlex
9. L&T infotech
8. iGate Patni
7. Mphasis
6. Tech Mahindra
5. HCL Technologies
4. Infosys
3. Wipro
2. Cognizant
1. Tata Consultancy Services TCS

Coutesy:http://www.mbaskool.com/fun-corner/top-brand-lists/4124-top-10-it-companies-in-india-2012.html?start=9    
     

CLIENT SIDE SCRIPTS FOR VALIDATING USING DHTML

<html>
<head>
<title>Admission</title>
<script Language="JavaScript">
function validat()
{
var un=document.f.t1.value;
var n=un.length;
var pw1=document.f.p1.value;
var pw2=document.f.p2.value;
var mid1=document.f.t2.value;
var n1=mid1.length;
var mid2=document.f.t3.value;
var sex=document.f.g1.value;
var dat1=document.f.s1.value;
var dat2=document.f.s2.value;
var dat3=document.f.s3.value;
var cond=document.f.c1.value;
if(!un)
{
alert("Please enter User Name");
return false
}
else
{
for(var i=0;i<n;i++)
{
var x=un.charAt(i)
if(x>='0'&&x<='9')
{
alert("Invalid Name.. Enter only Text");
return false
}}}
if(!pw1)
{
alert("Please enter Password");
return false
}
if(!pw2)
{
alert("Please Confirm ur Password");
return false
}
else if(pw1==pw2)
{}
else
{
alert("Invalid Password.. Enter Again");
return false
}
if(!mid1)
{
alert("Please enter Mail ID");
return false
}
else
{
for(var i=0;i<n1;i++)
{
var x1=mid1.charAt(i)
if(x1=='@')
{
var c=true;
break;
}}
if(c==false)
{
alert("Please enter Correct Mail ID");
return false
}}
if(!mid2)
{
alert("Please Confirm ur Mail ID");
return false
}
else if(mid1==mid2)
{}else{
alert("Invalid Mail ID.. Please enter Again");
return false
}
if(sex==false)
{
alert("Please select Sex");
return false
}
if(dat1!=false)
{
alert("Please select Date");
return false
}
else if(dat2!=false)
{
alert("Please select Month");
return false
}
else if(dat3!=false)
{
alert("Please select Year");
return false
}
if(!cond)
{
alert("Please Agree to the Conditions and try again");
return false
}
else if(confirm("Form filled Successfully..Click ok to enter into ur home page"))
{
window.open("main1.html");
return true
}
}
function clear()
{
document.f.t1.value=" ";
document.f.p1.value=" ";
document.f.p2.value=" ";
document.f.t2.value=" ";
document.f.t3.value=" ";
document.f.g1.value=false;
document.f.s1.value=false;
document.f.s2.value=false;
document.f.s3.value=false;
document.f.c1.value=false;
}
</script>
<br>
<center>
<h4>Registration Form</h4>
</center>
</head>
<body background="r3.jpg" text="#000080">
<form name="f" >
<font size=5>
<table cellspacing=10 cellpadding=10>
<tr><th><i><b><h3>User Name<td><input type="text" name="t1" size=50/>
<tr><th><i><b><h3>Password<td><input type="password" name="p1" size=50/>
<tr><th><i><b><h3>Confirm Password<td><input type="password" name="p2" size=50/>
<tr><th><i><b><h3>E-Mail ID<td><input type="text" name="t2" size=50/>
<tr><th><i><b><h3>Confirm E- Mail ID<td><input type="text" name="t3" size=50/>
<tr><th><i><b><h3>Sex<td><input type="radio" name="g1" /><i>Male&nbsp;&nbsp;
<input type="radio" name="g1"/><i>Female<tr><th><i><b><h3>Date<td>
<select name="s1"/>
<option>1<option>2<option>3<option>4<option>5<option>6<option>7<option>8<option>9<option>10<option>11<option>12<option>13<option>14<option>15<option>16<option>17<option>18<option>19<option>20<option>21<option>22<option>23<option>24<option>25<option>26<option>27<option>28<option>29<option>30<option>31<tr><th><i><b><h3>Month<td>
<select name="s2"/>       
<option>Jan<option>Feb<option>Mar<option>Apr<option>May<option>Jun<option>Jul<option>Aug<option>Sep<option>Oct<option>Nov<option>Dec
<tr><th><i><b><h3>Year<td>
<select name="s3"/>
<option>2005<option>2006<option>2007<option>2008<option>2009<option>2010<option>2011<option>2012<option>2013<option>2014<option>2015<option>2016
<tr><th><i><b><h3><input type="checkbox" name="c1" />I agree to the terms and Conditions
</table><br></font>
<center><input type="image"  src="reg.gif" value="Register" height="50" width="110" border="1" onClick="validat()"/>
&nbsp;&nbsp;
<input type="image” src="res.gif" value="Clear" height="50" width="110" border="1" onClick="clear()">
</form>
</body>
</html>

Running GLUT programs in MSVisual Studio 2008

1.Copy glu32.dll file in system32
2.Copy glut32.h file in "C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include\gl"
3.Copy glut32.lib in "C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib"
4.Additional dependencies:glut32.lib glu32.lib opengl32.lib

How to install NS2 in Windows

1.Install cygwin by running setup.exe
2.Copy ns-allinone-2.311.tar from the source cd
3.Copy it to C:cygwin
4.Open cygwin and type the following command
    cd c:
    cd cygwin
5.Extract the files by running the following command:
    tar -zxvf ns-allinone-2.311.tar
6.After file extraction type
    cd ns-allinone-2.31
7.type ./install to initiate setup
8.Copy the path that is displayed after the words "Please Put" and paste it in the notepad
9.Delete the words "Please Put" and make the path as a single line by pressing the delete key at the end of the first line.
10.Now copy the path to the cygwin and type the following command:
    export PATH=$PATH:(copied URL)
11.Press enter
12.Add the environment variables of Ns and Cygwin directory
13.Done