Thursday, 14 January 2016

How to Get Good 3G speed at places with bad 3G Network

Mobile companies are upgrading their their services from 2G to 3G to 4G. But still there are number of places where people are struggling to get good quality 3G data connection. I am one of those. But i found a stable solution to this problem and now i am using good 3G data connection, while my nearest telecom tower does not provide 3G service (it provides 2G service).


What 3G Connection Problem i faced ?


I am also using 3G data connection. I was getting good 3G connectivity but recently due to some network issue my connectivity started to switch to 2G (i.e the "E" symbol). Sometimes it goes back to 3G (i.e the "H" or "3G" symbol), but i was struggling to get quality 3G service.


Reason behind the problem


The reason behind this problem was that there was some network issue in the tower nearest to my home. Previously it was providing 3G service but now it was providing just 2G. I use to get 3G connectivity intermittently due to another 3G capable tower, which is a bit far from my home. You can understand the situation by the diagram. In this diagram, there are 2 towers around my home. 2G tower is near and 3G tower is far. But my home falls in coverage area of both of these towers, which is a positive point for me.


Solution


The solution was very simple. I just spoke to one of my friend who is expert in such issues and he gave me a quick solution. This solution works best for people like me who are using Android Smartphone. Here is the solution. You have to switch your Network Mode from "GSM/WCDMA (auto mode)" to "WCDMA only" . It means that you are going from automatic 2G/3G selection mode to permanent 3G mode. Once you switch to "WCDMA only" then either you will get 3G connectivity or no data connectivity at all.


Note: This solution won't work for you if you don't fall in the coverage area of any 3G towers. In that case if you apply this solution then there will be no data connectivity in your phone.

I hope this solution will work for most of you, especially if you are getting intermittent 3G network.

Sunday, 10 January 2016

Security Predictions 2016



Since everyone's doing it, here are some of my security predictions for 2016.


  • More ransomware
  • More misuse of the word 'CryptoLocker' (this ransomware died somewhere in 2014)
  • More malware
  • More misspellings of malware ('mallware', 'maleware', etc.)
  • More IoT devices (Internet of Things)
  • More ransomware or other malware for IoT devices
  • More database/company breaches
  • More spam, phishing, etc.
  • More (ATM) skimming
  • More nation-state malware
  • More governments spying on their citizens
  • More privacy concerns
  • ...

Essentially: more of the same. I also suspect 2016 the year of more nation-state malware to be discovered/uncovered. And of course more encrypting ransomware (aka 'cryptoware') as it's still a succesful recipe. As long as people pay the ransom, they will keep bringing out new & improved versions/variants.

More security predictions (and probably more explained in depth or simply better ones) can be found by performing a search with your favorite search engine.

May you have a safe, malware-free, privacy-friendly 2016!

Wednesday, 6 January 2016

Get ready for the Space black Milanese Apple Watch Loop from Apple official

[Update: All links and images of this Space Black Milanese Loop band for Apple Watch have now been removed … 9to5mac.com have asked Apple PR for clarification on the situation …]

Whoops! It seems Apple is going to launch a brand new Apple Watch band, only a 42 mm Space Black Milanese Loop, suitable for Space Black steel watches.
Space black milanese loop apple watch-focuseak

Although Apple didn’t official announced it, but the new Space Black Milanese Loop band for the Apple Watch has been spotted on the Czech Republic Apple Store website today, As of now, it does not appear to be listed in any other Apple Store region. Leaked image as below:
Leaked Space black milanese loop apple watch-focuseak

According to the description of 9to5mac, The store listing does not reveal much aside from the photos embedded. Apple’s online listing didn’t include pricing details or buy button, but it did give some indication that a possible launch date in about a week.

In fact, Third-party aftermarket black Milanese loops have been on sale for a while. If you are fond of the black Milanese loop for Apple watch and Sport, focuseak.com also offer this similar band.

Link: Black Milanese Loop for Apple Watch
Milanese Loop Stainless Steel Strap For Apple Watch

Get ready for the Space black Milanese Apple Watch loop from Apple. Once Apple publish it, we will update it.

Source from: Get ready for the Space black Milanese Apple Watch Loop from Apple official

Monday, 4 January 2016

Best Open Source Top-Down Space Shooter : Super Space Invader


Lasers, rockets, shields, health regeneration, pixels. You know. The good stuff. Just nicely packaged with levels of just the right duration and hardness, persistent upgrades, shaders, reverb...

Two buttons are enough to play, since that was one of the themes of Ludum Dare #34, in which the game came #74 among 1638 jam entries.


Supser Space Invader was made with LÖVE (v0.9) and thus runs on Linux, OS X, Windows.

The source is available on GitHub under zlib/libpng.

Adding a Share on WhatsApp Button to your Website

Whatsapp is the latest trend in social networking. Web developers already use facebook and twitter, but the latest is Whatsapp. Very few websites have implemented the "Share on Whatsapp" button on their websites. Using this button the viewer can easily share your web-page link to his/her Whatsapp contacts through the Smartphone. The only drawback of this feature is that it works only when somebody accesses it via a smartphone with Whatsapp installed on it.


So lets see how we can implement it on your website. I personally used in on the right column of my website, which remains intact in every post. The code is very simple and given below.

<table><tr>
<td width="28" height="30"><img border="0" width="25" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7cYR14M5BmrkXz0biU4bLfh2SfGk-LkWXcGD6TiKPXfc2lUwdUAzDNZB_EC7PKRJ96nGL9i_xJzGTKLyl1xkf387iyZd03NEl7w_OAiTRKG_y68142lS5tG8xJboBVCFK2KSZV2OsK7G0/s1600/whatsapp.jpg" height="25" /></td>
<td height="30"><a target="_blank" href="whatsapp://send?text=http%3A%2F%2Fbestrix.blogspot.com%2F"
 onmouseover="this.href='whatsapp://send?text='+encodeURIComponent(location.href);"><b>Share on Whatsapp</b></a></td>
</tr></table>

Live Preview:
Share on Whatsapp

If you want to understand the code a bit more, then the above code is a bit lengthy (just provide the right look). The real code is given below.

<a target="_blank" href="whatsapp://send?text=http%3A%2F%2Fbestrix.blogspot.com%2F"
 onmouseover="this.href='whatsapp://send?text='+encodeURIComponent(location.href);"><b>Share on Whatsapp</b></a>

In this code the event onmouseover is used to change the link to currently viewed page by the user. But if you want this code to just share the link of your homepage then you can make it simple, just like provided below.

<a target="_blank" href="whatsapp://send?text=http%3A%2F%2Fbestrix.blogspot.com%2F"><b>Share on Whatsapp</b></a>

Note: In the above code i have maked the name of my blog with green color. Your can change that part by your websites name. Don't use "http://" or "/" mark in that name as its already there in encoded format.

If you know some HTML programming skills then you can modify the code to make it look like anything.

Here are some articles to help you in HTML programming :