Receive all updates directly in your mailbox.For joining our NewsletterClick Here!

Liked Us?

X




Facebook to introduce Emergency 'Safety Check' feature

The Tech Giant, Facebook has come up with yet another super-exciting feature known as the 'Safety Check'. 

Now, what does this feature do and how is it gonna help you?
This new feature will give you a simple and easy way to tell it your friends and family that you're safe and know about their situation during the time of natural disasters.

In a facebook post, Facebook CEO Mark Zuckerberg mentioned :
               'Over the last few years, there have been many                                  disasters and crisis where people have turned to the 
       internet for help. Each time, we see people use Facebook 
   to check on their loved ones and see if they're safe. Connecting  with people is always valuable, but these are the moments when it matters most'.

Now, how will it work ? 
After a natural disaster, the tool will automatically get activated and facebook will determine if you are in the affected area by using the information like the city you have mentioned in your profile, your last location if you have opted in to the nearby friend's product and the city you are using the internet from .

If facebook finds that you are in the affected area, you will receive a facebook notification asking if you're safe. You can select 'I am Safe' if you are and a notification of it will go to all your friends in your friend list and it will start appearing in their News Feeds as well. In case if facebook gets your location wrong, you will get another option to mark yourself as 'Outside the affected area' and a notification of it also will go to your friends.

Similarly, you can check on your friends in the affected area and mark them as safe after they confirm it. Clicking on the notification will take you to the Safety Check bookmark where you can find all the updates of your friends.

This new exciting feature will be available globally on Android, IOS, feature phones and desktop and will be able to deal only with the natural disasters for now but definitely, its scope will be expanded over time. Hope, it proves out to be really very helpful for the people who directly or indirectly get affected by these natural disasters.
READMORE
 

Samsung to come up with the fastest Wi-Fi Technology

Got frustrated with the poor Wireless networks and speed ? You don't have to be anymore. The Tech Giant Samsung has declared in a recent statement that it has made a breakthrough in Wi-fi Technology and will provide the speed of 4.6 Gbps ( 575 MB per second) as against 866 Mbps ( 108 MB per second) currently available to the customers which will let them download a 1 GB file in less than 3 seconds.

The Samsung's new claim is based on the 802.11ad ( WiGig) standard which uses 60 GHz Spectrum. Until now, there have been significant challenges in commercially adopting 60 GHz Wi-fi Technology, as the millimeter waves that get used in the spectrum have weak penetration properties and are susceptible to path loss, resulting in poor signal and data performance. But Samsung has successfully achieved the highest quality by leveraging high performance modern technologies. Moreover, Samsung claims to have eradicated the problem of the interference of the signals from too many smartphones and tablets in a single room which again promises the better quality reception.

Now, talking about the downside to this : The devices from now on will be faster Wi-fi Enabled but that needs the Internet Service Providers also to boost up their network Speeds to cope up with the latest technology which can be a challenge in the path to make such a high speed available to the customers. Moreover, since the effective range for 60 GHz is just 15 feet, it wouldn't be able to penetrate through the walls and other obstacles. So, we can't say, this new technology will replace the existing wireless networks but it will supplement them by providing speedy bursts of connectivity over extremely short distances.

The head of Samsung's DMC R&D Center said in a statement that the first devices to use the 60GHz Wi-Fi Standard will appear in the first quarter of 2015 which will include Visual and Medical Devices, Telecommunications Equipment to name a few. 
READMORE
 

Facebook offering Rs 50 talktime for referral Signups

The Social Networking Giant,Facebook is continuously coming up with new ideas to promote itself.We all know Facebook is best in everything it does.Recently,after buying fb.com domain name for $8.5 million,Facebook has now come with another brilliant idea.

Now what's that idea?The idea is that Facebook will offer the mobile talk time worth Rs. 50 to new 'Selective' Users in India who make the signup on the basis of some reference.

The first thought that would be coming to your mind would definitely be "It's another fake news" but be assured this time,the news is definitely not fake.It has been revealed by one senior company official.

Also the Country Growth Manager,Kevin D'souza said that the initiative has been taken on the pilot basis and the amount of recharge varies from person to person and place to place since different telecom carriers have different Facebook plans.

D'souza also added that they never know what thing may work.So,they continuously keep on experimenting up with new things and this is also one of their experiments which is being done in India.He continued saying that the company reserves the rights to discontinue this service at any time without any notice.Had it happened,will the talktime received prior to it be credited as appropriate only.

The user will have to firstly register on the company's website and then will have to provide his/her mobile number along with the mobile number of the person who has referred him/her in order to avail this Rs. 50 talk time,the Facebook's Mobile version talk time promotion page reads out.After confirmation of account,the user will receive the talk time within three business days.


We can't say,this new experiment is anyhow going to be fruitful for Facebook or not but definitely Indian users are going to be benefited a lot with it. Afterall Rs. 50 recharge is not a poor amount.
READMORE
 

Create your own folder lock with a Simple Code

Folder locks have become the necessity for this generation for the very obvious reasons which we all know..But finding them for free on the internet is sometimes not an easy task to do.

There are lots of issues related to the free online folder locks like the trial period,fake serial key and lots more.

Even if you cope up with these issues,still you will be using only a 3rd party software which may not be secure and genuine in every case.

So,won't it be a better idea,if you can create your own folder lock and that too using the easiest way ?Not only you will be prevented from relying on some 3rd party software,but also you won't be having the need to download it from anywhere.

Features that would be available with this Folder Lock

1) Ability to lock and unlock it with your desired password.

2)Hide the folder from everybody(The folder will remain hidden even if you check the option reading "Show Hidden Files and Folders").


Now lets see,how to create this folder lock:

1) Open a notepad file and copy the below code in it.

2)Type your desired password for the folder lock in the place highlighted in the red reading "type your password here"  in the code.

3)After making the necessary changes,save the file with the name locker.bat

4)Now a bat file has been created.Double click on it.

5)Double clicking on bat file will automatically generate the locker folder in which you can add your files like you do in other ordinary folders.

6)Now to hide and lock the folder,again double click on the bat file created by you i.e 'locker.bat' file.
You will see a message like this 
"Are you sure you want to lock the Folder(Y/N), type Y(yes) and press Enter to lock and hide it.

7)Now if you want to make the folder visible and unlock it,simply double click the 'locker.bat' file and enter the password chosen by you in the Code and press enter.The unlocked folder lock will again be visible then.



cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the Folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid Choice.
goto CONFIRM
:LOCK
ren LOCKER "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder Locked
goto END
:UNLOCK
echo Enter Password to Unlock Folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked Successfully
goto END
:FAIL
echo Invalid Password
goto END
:MDLOCKER
md Locker
echo Locker Created Successfully
goto END
:END


Playing with the folder locks was never this easy.I hope,now you won't be having the need to spend hours on Internet just to look after some effective and full version folder lock.
READMORE
 

Its gonna be Android 4.0 with Aakash Tablet this time

Telecom Minister Mr. Kapil Sabil announced that the new Aakash Tablet is expected to be launched on November 11 this year.

Although he didn't give any assurance about this but speaking at the Economic Editor's Conference,the minister said "Hopefully on November 11,you will see the President talking to 20,000 students across the nation(who) will have their hands on Aakash".

Talking about the features,the new Tab will be running on 1 GH processor and is going to include 7" Capacitive touchscreen,Android 4.0 Operating System and the long 4 hours battery backup as compared to the earlier iteration that ran Gingerbread with a paltry 366 MHz Procesosor.

The biggest competitor of the new Aakash in terms of price will definitely be Datawind,the company that manufactures Aakash and which has already launched four lowest price versions of the Ubislate tablets in the market but the price difference will still be considerable one,the resources said.

Initially the price would be comparatively high,but gradually it is expected to come down to $35 which will be around Rs 1500 once the manufacturing activities setup in India,Sibal said.


Sibal added that there are plans of manufacturing about 5 million new Aakash Tablets and that too without putting any burden on the Ministry of Finance.


If compared to the Aakash tablet launched by the Government in October last year which ran into big controversy due to the delayed shipment despite pre-order payments made months in advance,it does not seem to be the case this time as Mr Sibal has quoted a specific date on which the device would be made available.Still,all we can do is hope that this time everything is for real and the words of our minister doesn't prove out to be mere words only.
READMORE
 

No. of Facebook likes getting doubled with every Share

The recent flaw revealed in Facebook is the automatic increment in the number of facebook "likes" of the webpages irrespective of whether the users have clicked the like button or not,or even visited the page in question.

The flaw came into limelight after Facebook announced that it has surpassed the milestone of one billion monthly active users.

It has been found by a US security researcher that whenever someone sends the webpage address to his friend using the facebook private messaging system,it automatically adds two likes to that webpage.

Even if someone leaves a comment under any story within a webpage,the count of the facebook likes will increase,BBC reported the flaw.

When the giant itself was asked about this,it admitted the very existence of flaw and told that "We did recently find a bug with our social plug-ins where at times the count for the share or Like goes up by two,and we are working on fix to solve the issue now".

In all this discussion,one new thing came into limelight that whatever figure the 'Like counter' shows is not only the number of likes the page has got but it also includes the number of times the page has been shared,though the number appears next to the word "Like" and the site's distinctive thumbs up icon.


So,even if you are sharing any webpage with your friend to highlight some negative content,inadvertently you are making that webpage popular as your share will automatically increase the Like counter of that webpage.



Although Facebook is saying it to be the flaw,who knows whether it was done intentionally by the clever mind to make the giant go even more popular.Anyways,Facebook will have to fix the issue as soon as possible,as it has gone quite popular now.
READMORE
 

Facebook to step into E-Commerce With new Feature

Facebook has officially confirmed this monday its very idea of introducing a new feature that would allow the users to create a wish-list of the items like home-furnishings,clothing and other retail products that they want to purchase.

The feature is going to be introduced with the new "Want" button.

Facebook announced that it has currently engaged with the seven selected businesses who would be able to share the information about their products through a feature called "Collections".

The Retailers who are involved in this program are Pottery Barn,Wayfair,Victoria's Secret,Michael Kors,Neiman Marcus,Smith Optics and Fab.com

The Users will find the collections only in their news feeds for now and not as a separate social plug-in or outside of facebook site,the company said.

The feature will allow the Users to like the items and even share the things they are interested in with their friends.

The giant said that this Collection test will be comprised of three separate actions namely-"Want","Like", and "Collect".In addition to liking the product content tagged by participating retailers using already famous "Like" Button,Users will also be able to identify themselves as "Wanting" a product in the vendor's collection or in the process of "Collecting" it.

All these actions would be visible to user's friends on his/her timeline and there would be a Buy Link for each product in the Collection that takes you to a place to buy it offsite.

Facebook said that its new Collection feature will gradually be available to all its users in the US.While some users will see the "Want" button as part of the test,others will see a button inviting them to "Collect" an item or to "Like" it.



Although a Facebook Spokeswoman said that the company won't receive a fee when someone purchases a wishlist item on facebook from a retailer's site,still the words are like this feature would become one of the biggest sources of revenue for Facebook.
READMORE
 

India's First 4G Phone by Huawei


Huawei, the china based telecom giant is being seen to diversify its business by entering into the SmartPhone Market.


Earlier the giant offered the cloud services in its phones for the Indian Users and this time it is planning to come up with the first 4G phone in India.

The company says that it was testing a 4G phone on the Airtel Network and is planning to launch it by December though the actual date of launch still depends upon the network service provider which has its 4G network already successfully running in Kolkata and Bangalore through USB dongles only.

Victor Shanxin,president for huawei devices in India said in a report that "we are ready with our phone(Ascend P1 LTE) and if the operator is ready,we will surely launch the phone by December this year."Although price of the phone is not revealed yet.

He also added "We were doing most of our business through tie-ups with operators until now but now we are planning to come up with an open market strategy and we are hoping to acquire atleast 5% share in Indian market with the SmartPhones holding the maximum share".

He said " We are working on building up the supply network so that the people can buy our products very easily".

Seems like Huawei is focussing on the quality rather than the price this time.Although Chinese companies are famous for their cheap products,but when asked,Shanxin said "Yes we will sell affordable products,but we want to focus on quality."

This criticization directly pointed toward the local phone makers who according to Shanxin want to make the products available at the lowest possible price.But he says that the trend of the market has changed.Now,people are even ready to spend some extra pennies if they are getting better quality products.



Till then,all we can do is to trust the words of Shanxin and wait for the new 4G experience about to come in Indian market.Also hoping that the product will be available at the affordable prices.
READMORE
 

Learn your Pan Card 10 digit Numbering System

The PAN(Permanent Account Number) Card which has now become a mandatory identity proof by the government has its own semantics behind its numbering system.

PAN is a 10 digit alpha-numeric number in which the first five characters are alphabets,next four characters are numbers and the last character is again an alphabet.Each character in PAN has its own meaning which has been explained below:

PAN Explanation:


The Permanent Account Number has been divided into five groups as:

1) The first three characters are the normal alphabetic series starting from AAA and running upto ZZZ.

2) The fourth character represents the status of the PAN card holder.Its one of the most important character in Pan Card number and those who deal in PAN cards usually look at this character only to identify your status.

Now the status can be like

C - represents a Company
P - represents a Person
H - stands for Hindu Undivided Family
F - represents a Firm
A - stands for Association of Persons
T - represents a Trust
B - represents Body of Individuals
L - stands for Local Authority
J - stands for Artificial Juridical Person
G - stands for Government

3) The fifth character represents the first character of the PAN holder's Surname.
For eg- If your name is say Arindom Banerjee,then the fifth character of your PAN will be 'B'.

4) The next four characters are again the normal sequential numbers starting from 0001 and running upto 9999.

5) The last character in the PAN is an alphabetic check digit.


Though its not necessary for you to learn the significance of every digit of your PAN for now,yet surely the knowledge might be useful in the long run to avoid the frauds.
READMORE
 

Facebook "new Photo Look"-The Coolest one till now

The social networking giant Facebook has been continuously experimenting with its features and this time,it has come up with a new photo section and that too having the coolest features of all time.

Though,Facebook has made the changes in its photo section earlier also,yet the changes were not so attractive that they could seek anybody's attention.

But this time,the changes are really praise worthy.


So,how the new photo section looks like:


At the top,you will get to see the three tabs including your tagged photos,your wall photos and your albums.

The best and the noticeable change has been introduced in the album view.Earlier photo albums on facebook were as simple as the normal bunch of photos which you could navigate through but now when you hover your mouse over any album,you can see the slideshow of top five photos in that album even without having any need to open it.

But With this cool change is associated a serious Privacy Concern.By default,Facebook has set the domain for every new profile pic to be added to Public,that means if you add a new profile picture to your facebook account,then by default it would be visible to public now no matter what privacy conditions had you set before for your photos.

Ofcourse,you can change it to other options too manually like before but that was a point that should really have been discussed keeping in mind the privacy concerns of the people.


What else has been changed:


The earlier features like

a) star button(*) to highlight the photo

b) edit button to change the location and time of the photo

c)like and comment buttons

have now been introduced on the photo thumbnails also.

With the new star button(*),you can highlight any photo in your album(Earlier star button was used to highlight the photo only on your timeline).After highlighting,everybody will see your that particular picture in a magnified view when he/she reaches your album.



New Edit button allows you to change the location and date of the picture directly from the thumbnail without having the need to open it in the full view.



New Like and Comment buttons again allow you to like and comment on your picture directly from the thumbnail without having any need to open it in the full view. 





Some analysts hold the view that facebook works with the motto of competing with its own features.Bringing up such brilliant features this time,Facebook has indeed proved it also.But not everybody can enjoy this feature for now.Seems like it would take sometime for everybody to see the new photo section looks.The reason for this has not been found yet.
READMORE
 

After Samsung,its time for Facebook-Apple Controversy

After the most famous Samsung-Apple designs theft Controversy which has still the final hearing pending in the US district Court,its the Social Networking Giant Facebook now which has been involved in another controversy with Apple for copying its designs.

Facebook unveiled a new look for its message service recently.The new design puts the list of user's friends on the right side and the message content on the left.

Facebook has large hopes from this new design,the CEO,Mark Zuckerberg said in an interview."This new design will attract more and more users to their service and will make their system more reliable as well".

But to everybody's surprise,the new design was accused by many users as they found it to be very similar to Apple's Ipad mail software.

The Apple users said that the facebook new message design is very much similar to Apple's two-pane design.

When Facebook was questioned regarding this,it stated "A lot of thought and care went into this new version of messages and we really hoped that people will like it".It also added that "there is so much more we can do to make the world more open and connected and to make our messaging system more flexible and more reliable".

Though,Apple has not filed any case against Facebook in the court yet and the facebook new message look is in the oral controversies only,the sources reported that Facebook will publish the new design with some major changes in it to avoid Apple design Infringements.


Till then,we can only wait for the new design to come up but one thing is certain,the way facebook is enhancing the chat features whether by adding the emoticons to it or allowing the people to attach the files in their chats shows how hard Facebook is working for its users.Also Apple's not filing any case against Facebook shows that its only the users who are firing the issues without knowing the actual details.
READMORE
 

Facebook Up with "NO backup maintaining" Way-Out

The Social Networking giant Facebook which promises the privacy to its users had been keeping the huge bunch of inappropriate pictures in its storage against the users' will for years which you had deleted in the past and thought that they would not be available to anyone now.

But the fact is that if anyone on facebook had the direct link of your picture,then he could still view it in your profile.

The issue was raised by a 28 year old Cambridge student who discovered that even when he deleted his pictures from facebook,they could still be viewed by his friends having the direct link to them.

But now finally a good news is out in the market.The company has declared to remove the storage of all those millions of embarassing and inappropriate pictures from its servers.

From now onwards,any picture deleted from the facebook account will be permanently wiped out from the system within 14 days  or a maximum of 30 days.Also,unlike before,picture will now not be viewable to anybody from the very moment it is deleted even if someone has got the direct link of that picture.

The reason reported for the company to take that much of time to make it really possible is the huge engineering effort involved behind the change.Facebook has gone that much broad in its functionality and features that now even making a small change requires thousands of brilliant minds and million dollars of money and the change we wanted from Facebook was something that could make any company go mad but Facebook still managed to do it successfully for its users.


READMORE