Tuesday, August 11, 2015

How to Protect Your Privacy on Windows 10



Most of us use the free Gmail email service, which everyone knows sifts through the text of your emails to choose ads to display through DoubleClick or Google's other advertising platforms. It turns out Microsoft, which launched Windows 10 as a free service, does pretty much the same thing.

It's all clearly outlined in the Microsoft Privacy statement, which says that Redmond collects data when you "create a Microsoft account, submit a search query to Bing, speak a voice command to Cortana, upload a document to OneDrive, or contact us for support."

How does it use the data? Just as Google and Apple do: To improve its software and services and to serve you relevant ads and promotions. But Microsoft also claims that it does "not use what you say in email, chat, video calls or voice mail, or your documents, photos or other personal files to target ads to you." But it does share your personal data "to complete any transaction or provide any service you have requested." And, as with every other online service, to comply with law enforcement and "to protect lives; to maintain the security of our services; and to protect the rights or property of Microsoft."

You can opt out of many of the parts of Windows 10 that give Microsoft a way to collect data, but doing so disables some of the operating system's best new features. You could run a PC without a Microsoft account (something you can't do on an Apple Mac or Google Chrome OS computer), for example, but then you wouldn't get syncing with OneDrive or access to the Windows Store of apps. To use a Windows 10 PC without a Microsoft ID, you can use what the OS calls a "local account." You can make that change in the Settings app's Accounts page.


If you haven't installed Windows 10 yet and you're a privacy maven, don't choose "express settings" during setup; when you take this route, you'll get granular privacy choices. You can also go to your Microsoft account's privacy settings page at account.microsoft.com, where you'll find options for personalization, apps, marketing, and search privacy. You can set your advertising opt-in options atchoice.microsoft.com.

The next thing you can do to prevent sending any personal information to Microsoft is to disable Cortana, the personal voice-responsive digital assistant. When you first set up Windows 10, you're asked whether you want to use Cortana or not, and you can turn her off at any time. Simply pop up Cortana's panel, choose the Settings gear, and slide her switch to the off position. The paranoid will also want to switch off the online search capability, too. Note that there's a link to other privacy settings at the bottom.


But that's just the start of it. Go to the Settings app's Privacy page, and you'll see no fewer than 13 tabs of privacy settings, including those governing use of your location, camera, microphone, speech, inking, typing, account info, contacts, calendar, messaging, radios, devices, feedback, diagnostics, and background apps. Some of the main ones appear on the General page, from which you can prevent Microsoft from collecting browsing and other data.




All of these tabs let you turn off apps' access to the features named. The Feedback and diagnostics tab does let you control usage info sent to Microsoft; if you don't want usage info sent, but just system info, choose Basic.


Much has been made of the Wi-Fi Sense capability in Windows 10. This comes from Windows Phone, and gives you a way to share your Internet connection with friends without them having to enter your password. It also lets you log into public Wi-Fi hotspots automatically. If you're not logged into a Microsoft Account (see above), this is disabled. As the help page on this feature states, "No networks are shared automatically"; you have to specifically share a network you connect to. After this, you can connect to networks shared by Facebook, Outlook.com, or Skype contacts who have also shared their Wi-Fi.


On another protection-related topic, when you upgrade to Windows 10 on a computer that has multiple accounts, you'll need to re-add any child accounts to your family account, as explained on Microsoft's Set up family features on Windows 10 page. You can add a child's email address on the Your family page. From there, you can see activity and block inappropriate websites and apps.


As you can see, you can lock down Windows 10 pretty well, but doing so removes a lot of the operating system's appeal. If you really want complete privacy, your best bet is not to connect to the Internet or use any technology at all. As Google's chairman Eric Schmidt once put it, "You have no privacy, get over it!"

source :Pcmag

Monday, August 10, 2015

Top Five Software Developer Tools

Top Five Software Developer Tools
Working as a software developer means you probably use many different kinds of tools to do your job. The role will mostly involve you developing code and integrating into an existing system, or developing code for a new system. Let’s take a look at what I think are the top five software developer tools.

IDE Software

This one is quite an obvious one – the tool that actually lets you write the code
The IDE software (Integrated Development Environment), otherwise known as the application that’s used by developers to write code, is probably one of the most useful software developer tools to use.
The IDE will depend on the programming language you’re using – Visual Studio for .NET applications, Eclipse for Java development, or SQL Server Management Studio for SQL Server development. It will most likely come with the language development kit and will allow you to write the code easier.
Most of the IDEs have common features such as line counters, debug mode, compiling, and output windows. However, depending on the IDE, you may be able to use many more useful features such as:
  • Code refactoring – allowing you to change a piece of code in one section and for the entire project to be updated
  • Object creation – a user interface to allow code to be generated to create objects or properties easily, rather than developing from scratch
  • Code commenting – allowing you to automatically add code for functions, parameters, outputs and errors
  • Performance monitoring – analysing the performance of code and seeing where the bottlenecks are
  • Code formatting – automatically format a code module based on the settings you’ve provided (e.g. tab spacing, keywords, capitalisation)
IDEs have all kinds of extra features , but if you do a bit of research you can find out what features would be useful to you.
 Notepad++
Another one of the software developer tools to use is a program called Notepad++. This is an easy to use yet feature-packed tool that allows reading and editing of text-based files. It’s a big improvement over the standard Windows Notepad application, and even Wordpad.
It has many features that are handy for software developers, such as:
  • Language selection – select a pre-defined language from the menu, and the code will format according to that programming language’s keywords and comments.
  • Compare – a plugin is available for Notepad++ that allows you to compare two files, side by side, which is very helpful for merging code and finding differences in files.
  • Find in Files – the ability to search for a specific text value in files in a directory, allowing you to find instances of code or words easily.
If you’re not a fan of Notepad++ or if you use something else, there are other tools out there that perform similar functions to this. The concept of using an advanced text editor is helpful. It’s great for other types of files that you don’t use an IDE for, such as log files and XML files.
 Document Management System
A document management system is a great tool for software developers to use. It’s a system that is used to store and manage all of the documentation that is used by the team or by the company. This can come in two formats:
  • A document repository, such as SharePoint, that stores requirements documents, diagrams, testing documents and other kinds of documentation
  • An internal documentation system, such as a Wiki, that the team can view and edit as needed.
Having somewhere to store and manage your documentation is helpful for a software development team.
It might seem like a good idea to keep your documents on your own drive, or send via email. However, using a document management system provides extra benefits, such as having a central place to store files, in-built version control, and access of files to other team members.
 BrowserStack
This web-based tool can simulate many different browser environments on different operating systems. Test on Windows, Mac, iOS, Android, using browsers such as Internet Explorer, Firefox, Chrome, Safari, Opera.
It’s a great software developer tool to check how your web-based application will look on various browsers. This is especially useful for those older browsers (such as IE6) which display very differently. While it’s not a free service, it can be very useful and save time with environment setups and configuration.
Find out more about this tool at http://www.browserstack.com/
 Google
This might seem like an irrelevant suggestion or a bit too vague, 
I think Google, or a search engine tool in general, is a great addition to a software developer’s list of tools that can be used. IDE software does have some help guides and API libraries included, but they lack the ability of other people’s opinions and experiences. This is where a search comes in.
Google searches can help software developers by:
  • Searching for syntax – You might know the name of a function, but aren’t sure what the parameters or data types are. You might need to see an example of it in some code. Google searches can help with this, especially for those commands and functions that aren’t used very often.
  • Help with error messages – We’ve all come across error messages that are vague, cryptic, or don’t make sense. Most of them come with an error code. Using a search engine, we can look up the error that occurred, and it will often show an explanation, the cause, and what we can do to fix it.
  • Code samples – Many times when developing we need to create some code to solve a certain problem. A lot of the time, these problems have already been solved by other developers, and the code has been shared on the Internet. If you’re looking for some information on how to code something, or some general code to perform a task, do a search and you might find that someone has already developed it for you.
 Hopefully these suggestions have helped you.

Friday, August 7, 2015

Buying a phone with a ridiculously sharp screen can actually be a bad thing

Samsung Galaxy S6 Edge
Smartphone makers are in an arms race. More gigahertz, more RAM, bigger displays, and more pixels ...the list goes on and on.

And that's understandable. For the majority of us, more is better, right?

Not necessarily.

Many premium flagship smartphones like the Samsung Galaxy S6 and LG G4 come with Quad-HD (QHD) displays, which is the equivalent of a 2k TV display. That's twice as sharp as 1080p, which has been the standard for premium displays for the last few years, and what some flagship devices like the iPhone 6 Plus still use today.

So, if faced with two similarly priced premium flagship devices, but one has a QHD display and the other a "measly" 1080p display, it's no surprise that someone would go for the device with the sharper screen.

Matt Weinberger/Business InsiderThe OnePlus 2 has a 1080p screen while many other flagships went with sharper displays.

However, while QHD displays are extremely sharp, they're also a major drain on your battery and can slow down your phone's performance. That's because more power is needed from your phone's battery to shine more light through more pixels, and your phone's processor needs to work harder to push more visual information through those additional pixels.

That's why some smartphone makers like OnePlus are sticking to 1080p displays. In fact, the iPhone 6's display is even less than 1080p, all in the name of battery life and performance.

"Other flagships are going to 2K displays, and we don't think that's good for the user" said OnePlus co-founder, Carl Pei, told Tech Insider in an interview. The company's newest phone, the OnePlus 2, has a 1080p display.

You'd certainly notice the difference between a 1080p TV and a 2K TV, but the difference isn't as noticeable on a phone's smaller screen.

"We don't think that the additional clarity is worth it at this time," Pei said, talking about sharper displays. "Maybe in the future when 2K displays have much better power management, we can consider it."

A lot of phone makers may like to brag about higher specs, but ultra-high screen resolution isn't worth it. Most people won't notice the difference in sharpness, but they will notice decreased battery life or slower performance.





Read more: http://www.techinsider.io/oneplus-2-screen-isnt-as-sharp-as-competition-2015-8#ixzz3iCJt1oL4

Friday, July 31, 2015

What Windows 7 users need to know about updating to Windows 10


this is for window 7 not window 8.1
If your PC is still running Windows 7, you may be wondering if you should pull the trigger and install Windows 10. After all, it's a free upgrade until a year from now.

That really depends on whether the new features matter to you or not.

Released in 2009, Windows 7 is one of Microsoft's finest OS releases, right up there with Windows 95, 98 and XP. Like how Windows 10 corrects most of the misguided design decisions of Windows 8, Windows 7 was the OS that cleaned up the mess that was Windows Vista.

Now that the Start menu's back on Windows 10, the shutdown setting is right back where it belongs and as easy to access as in Windows 7.

if you use or love Gadget you can kiss them goodbye if you update to Windows 10, although the Windows live tiles, inherited from Windows 8/8.1, can provide some of that functionality.

Which version will you get?

There are only two versions of the new OS for consumers: Windows 10 Home or Windows 10 Pro.
Windows 7 users must have at least Service Pack 1 in order to get Windows 10. If your copy of Windows 7 doesn't have SP1, you'll need to update it first.
All users with Windows 7 Starter, Windows 7 Home Basic and Windows 7 Home Premium will be updated to Windows 10 Home.
All users with Windows 7 Professional and Windows 7 Ultimate will get Windows 10 Pro.
Windows 10 Home and 10 Pro are identical, except the latter has a few extra features such as Remote Access Services, Windows Update for Business and more.

What about all my data and settings?

The best part about updating to Windows 10 is that it will preserve all your files, programs and system settings.
It's possible a few drivers won't work, though. You'll want to check the Windows Device Manager after updating to Windows 10 to see if there are any driver issues.
As a safety measure, you should always back up your PC files before updating. While data loss is unlikely, it could happen.

Will you talk to your computer?

Cortana, Microsoft's personal voice assistant, runs deep in Windows 10. She's very powerful (when she works).
You can ask her questions, have her launch apps and have her search for files. She understands natural language so you don't need to say specific commands; you can say stuff like "turn on Bluetooth" or "turn off Wi-Fi."

If voice commands aren't your thing, there's also a Cortana input bar for you to type a query right on the task bar now.
Pretty much all laptops have a built-in microphone, so Cortana will be able to hear you if you go the voice-control route, but if you're on a old-school desktop PC, just know that you may need to have an external mic plugged in to use the feature.

Does PC gaming and Xbox One streaming matter to you?

If you're a gamer, Windows 10 is a very attractive update. Not just because of the neat Xbox One-to-PC streaming features, but because the DirectX 12 graphics API, will be a Windows 10 exclusive.

Sure, you'll need a new graphics card to reap the benefits of DirectX 12, but if you want to game with the highest level of details and settings, you'll need to be on the cutting edge.
The other gaming-related feature Windows 10 has is game streaming from Xbox One. If for some reason you want to stream your console games to your laptop or PC, you'll need to update.

Will you miss Windows Media Center?

One feature you will lose from Windows 7 if you update to Windows 10 is Windows Media Center.
First introduced in 2001, WMC was the original digital hub for the living room. It's one place to store all your music, videos and photos.

If you're part of the WMC community and can't give it up, know that there are alternatives such as Kodi (formerly XMBC) and Plex. You could also get make do with a set-top boxes like Roku and Apple TV, game consoles like Xbox One and PlayStation 4, an HTPC (Home Theater PC) or an inexpensive media-streaming box like a WD TV Player.

Can I revert back to to Windows 7?

The good news: Yes, you can! The bad news: You only have one month to decide if you want to keep Windows 10 or not if you updated from Windows 7.

To remove Windows 10 and revert back to your version of Windows 7, you'll want to go into the Settings page > "Update & security" > Recovery.




Tuesday, July 28, 2015

9 tips and tricks to get the most out of your iPhone's email app

iphone-email
Note: These tips work on iPhones running iOS 8, Apple's latest iPhone software version

1.You can minimize email drafts and save them for later.

If you're typing an email, simply tap the area where the subject line is and drag it down to the bottom of your screen. Now your email is minimized at the bottom of your inbox, and you can tap it again at any time to access it. This makes it easy to switch back and forth between your inbox and the message you're working on.

2.Use gesture shortcuts, such as swiping to the right on any email to mark it as read.

There are a few handy gesture shortcuts in your iPhone's Mail app that make it easier to clean up your inbox. You can automatically mark a message as read without having to open it by swiping to the right on any email. You'll see the blue box that says "Mark as Read,"

3.If you swipe to the left on any email, you'll get another menu of choices.

If you don't want to mark an email as read but still want to move it, try swiping to the left on any email. This will bring up a few choices, such as flagging an email or archiving it.

4.Access a bunch of other options by tapping the "More" button.

When you swipe to the left to reveal the"Flag" and "Archive" buttons, you'll also notice there's also a "More" option that appears. When you can tap it, you'll launch a separate menu with more choices such as the ability to mark an email as unread, reply to an email, forward an email, and more.

5.If you swipe all the way to the left on an email, you can automatically archive it.

If you just want to archive a message quickly without dealing with any menus, just swipe all the way to the left on any email. This tells your phone to archive it.

6.Use a third-party keyboard app to type emails faster.

Ever since last fall you've been able to use third-party keyboards on the iPhone, which means you don't have to stick with the keyboard Apple automatically puts on your phone if you don't want to. Some of these keyboards, such as Swype, can make it easier to type emails more quickly with one hand — especially if you're using the large-screened iPhone 6 Plus. With Swype, for instance, you can type by swiping from letter to letter on the keyboard rather than tapping each key.

7.Turn on "Handoff" so that you can start an email on your iPhone and finish it on your Mac

Apple's latest software enables your iPhone, iPad, and Mac to communicate more easily.
Apple has a feature called "Handoff" that lets you pick up where you left off when switching between your iPhone and your Mac. To use this feature, you'll have to make sure your Mac is running OS X Yosemite. Apple offers instructions on how to set it up at its support page here.

8.Use the Spotlight Search bar to quickly find important messages.

If you need to quickly sift through messages, you can do so without even launching the Mail app. Drag down from the top of the screen to reveal the Spotlight Search bar. Since this search bar is capable of going through your emails, you can type in the subject of an email, the name of the sender or recipient, or any other key words to find emails quickly.

9.If you want to see emails right away, make sure they appear on your iPhone's lock screen.

If you really want to see emails as they come in without having to launch the Mail app, set up your notifications so that emails appear on the lock screen. To do this, head over to Settings>Notifications>Mail. From there, click on whichever inbox you want to see on the lock screen. Then, make sure "Show on Lock Screen" is turned on.

Monday, July 27, 2015

Google finally reveals its plans to let you buy things directly from search results


Google wants to make it much easier to shop from your phone. In the next few weeks,  the company is rolling out a new feature that lets you make purchases directly through Google Search results. It's being called Purchase on Google.
When an advertisement for a product appears in search results, you'll be able to click on that product and select the checkout option if you want to buy it. Here's what it will look like:
GoogleShop.JPG
Google says it wants to make sure the retailer still has a relationship with the customer. So, when you select a product that appears in search results, you'll be taken to a microsite within Google that has the look and feel of that particular retailer. From there, you can choose to buy the product, or search for another product from that retailer if the specific item you want isn't shown.
There are currently a dozen or so merchants participating in Purchase on Google.  As that scale is successful, Google says it will continue to ramp up and offer more products from different merchants.
Google is also launching several other new features catered towards shopping. One way the company is doing this is by deep linking apps from shopping ads. This means that if you have the eBay app installed on your phone, you'll be directed to the eBay app if a product from eBay appears in your search results.
Another way the company is making it easier to shop online is by rolling out  a new feature called conversational voice search. This means you can ask Google Now a shopping-related query in natural language, and it will pull up an answer. For example, you can ask for the resolution of a specific camera model just like you would ask a store clerk at Best Buy, and Google will pull it up.
Google is also adding a few new cards to Google Now that make it easier to shop. A new product reviews card will show you reviews for a certain product when you ask. A  price drop card will show you when a particular item is on sale, too.
GoogleShop3.JPG
Google will soon be able to rank products in search results, too. So, if you ask Google what the best sunscreen is, it will rank the three best sunscreens based on reviews.
"We built this because we saw a lot of people asking Google for advice," said Jonathan Alferness, vice president of product management for Google Shopping.
The announcement comes after Google confirmed that a buy button would be coming to search results back in May at Re/code's Code Conference. This is the first time we're hearing more details about the feature and when we can expect to see it.

Facebook will soon add a 'buy' button so you can shop from Facebook

Image result for facebook.com logo
Facebook is rolling out a new way to sell things.
It's letting certain stores sell their products directly through the social network via a "buy" button on their Pages,
Although Facebook's just testing its so-called "shop section," the move makes sense, given its recent introduction of peer-to-peer payments capabilities, new ways to let stores communicate with people via messages, and its increasing dedication to keeping people within the Facebook ecosystem as much as possible.
This isn't the first time Facebook has taken a stab at ecommerce.
Back in 2011, Facebook allowed a bunch of different brands like Gamestop, Gap, JC Penney, and Nordstrom to open stores on the site.
They all closed within a year.
At the time, several merchants said that they decided to close their shops because consumers preferred shopping on their regular sites, so there wasn't a big enough return on investment.
Of course, ecommerce has swelled hugely since then and its become much more normalized for people to buy things on their phones. Google, Pinterest, and Twitter now all have their own buy buttons too.
Facebook told BuzzFeed it won't take a cut of sales.
Don't expect to see a bunch of buy buttons cropping up right away.
"We are planning to expand the test in coming weeks to include more businesses, but it will remain very small for now,"



Apple and Samsung are said to be working on a technology that would change the wireless industry as we know it

samsung galaxy note edge next to iphone 6 plus
 In the near future, switching your phone plan between different wireless carriers could be a lot easier than it is today.
The GSMA, an industry association that represents mobile-phone makers worldwide, is working on a standardized, embeddable SIM card that would let you jump between carriers more easily.
Apple and Samsung, two of the world's biggest phone makers, are said to be in "advanced talks" with the GSMA about the launch of these embeddable SIM cards, according to the Financial Times.
Samsung has confirmed to Business Insider that it is working on electronic SIM cards in the following statement:
"We are participating in the development of e-SIM cards, which we believe will allow us to provide better experience on our devices for consumers."
A SIM card is the tiny piece of plastic in your phone that stores your phone number and info about your data plan and identifies your phone to the carrier.
These cards are programmed to work with a specific carrier, which is why you typically need to buy phones specific to the carrier you're using when shopping for a new device.
The SIM card in your phone is locked into that carrier, so if you have an AT&T phone but want to switch to Verizon, for instance, you'd have to buy a Verizon SIM card.
This new electronic SIM card would work differently. It doesn't sound as if it would be removable, but you would be able to switch between carriers on your device whenever you please.
AT&T will reportedly support this embeddable SIM along with international carriers including Deutsche Telecom, Etisalat, Hutchison Whampoa, Orange, Telefónica, and Vodafone, according to the Financial Times.
It's unclear how this would work, but it sounds similar to Apple SIM, which Apple launched earlier this year.
Apple SIM is a SIM card that is available as an option for the cellular version of the iPad Air 2. It works with multiple carriers, so you could choose your carrier when you set up the iPad and then switch whenever you want.
A standardized SIM card that lets you jump between carriers at will could have a significant impact on the industry because it could change the entire phone-purchasing process.
You wouldn't be locked into a two-year contract, because you could switch carriers at will. You'd still have to buy data plans from carriers, but if you're dissatisfied with the service, you could switch next month rather than having to wait out a contract.
Carriers have been shying away from the traditional two-year contract model in recent years. All of the major US carriers now offer plans that let you pay off your phone monthly and upgrade after one year or a year and a half rather than two years.
But a move like this could give consumers less incentive to remain loyal to a carrier. If you're willing to give up the price subsidy that comes with long-term contracts, there's nothing stopping you from switching carriers from month to month.
The GSMA's deals with Apple and Samsung are contingent on finalizing the technical specifications of the SIM card. Devices that support the technology aren't expected to launch for another year, the report says.

Microsoft's new web browser is up to 112% faster than Google Chrome

Microsoft
Google's Chrome web browser is the most popular web browser in the world right now, according to StatCounter. But Microsoft's new web browser for Windows 10, called Edge, might prove to be superior.
In a Windows blog post on Wednesday, Gabe Aul, Microsoft's head of the Windows Insider program, announced a new set of benchmarks for Microsoft Edge, the company's new web browser made for Windows 10.

Microsoft Edge showed significant performance gains over Google Chrome, but what's most impressive is that Microsoft used benchmarks created by Apple and Google: Edge was tested using Google Octane, Apple JetStream, and WebKit Sunspider. That last one is actually a benchmark created by Apple's WebKit development team that's intended for the iOS, Mac, and Windows versions of Safari, Apple's web browser.
According to the benchmark results, Microsoft Edge was 112% faster than Google Chrome on WebKit Sunspider, 11% faster on Google Octane, and 37% faster on Apple JetStream.

"We're really pleased with those performance gains and we hope that you'll enjoy faster browsing with Microsoft Edge along with the many great features we've added over the last several builds," Aul said.

If these results are accurate, Microsoft Edge could soon be the web browser of choice for Windows users, considering its power and efficiency. At the very least, these kinds of performance improvements could spur other web browsers like Chrome to innovate and improve their own products. But as it stands right now, this looks like a great reason to try Windows 10 when it launches later this year.

Windows 10 will be a free download for Windows 7 and Windows 8 users.

15 Effective Time Management Tips For IT Professionals


15 Effective Time Management Tips For IT ProfessionalsAs an IT professional, you probably find yourself with more work than you can handle, or maybe it feels like there is not enough time in the day to get everything done.
This is a common feeling. To break through this needs successful and effective time management. I’ve listed fifteen different time management tips that IT professionals can use to get the most out of their day.

Create And Keep A Task List (One Of The Big Time Management Tips)


The most important thing you can do to manage your time at work is to create a to-do list.
This is a list of tasks or things that you need to do for your role at work. Defining what you need to do has a great impact on your ability to get things done at work. If it’s written down, you know what you need to do and when you need to do it by.
Consider these points when creating a to-do list:
  • Begin with an actionable word, such as “Write” or “Call” or “Email”.
  • Make sure the task is specific enough so you know what needs to be done. “Finish user interface” isn’t very specific. A task such as “Finish writing code for user interface to prepare for testing” is more specific and actionable.
  • Write everything down that you can think of that relates to your role. If it’s written down, you won’t forget it (well, you’ll have less chance to forget it).

Set Goals and Deadlines

Create goals for yourself and deadlines for the tasks that you do. These shouldn’t be arbitrary or pulled out of thin air – relate them to the work that you’re doing.
This is a big part of time management and will help you get things done more effectively.
Set goals for the work you do, such as “I want to review the user documentation by 12pm”. This not only specifies what you should be doing (which comes from the task list mentioned in the previous tip), it gives a deadline to it. It means you can aim to get this task done by 12pm, which will give you a chance to do the next task after that.

Prioritise Your Work

Another one of the time management tips is the ability to prioritise your work.
Having twenty tasks to do in one day is not very effective if you’re only able to get through ten of them. When this happens, you need to learn to prioritise your work.
This means you give more emphasis to the more important tasks, either by getting them done sooner or spending more time on them.
  • Speak to your manager to find out what their priorities are
  • Find out the impact of doing or not doing the task
  • Ask the person who gave you the task when they need a result by

Try Not To Work On More Than One Thing At A Time

The ability to work on more than one task at a time is called multitasking.
It might sound like a good idea – if you can do two things at once, you can get them both done quicker! However, in reality it means you end up less effective at doing both tasks and they end up taking longer to do.
It’s more effective to focus on a single task and put all of your energy into that. Get that task done and out of the way, and then start on the next task. It will most likely result in a better quality outcome and less stress for yourself.

Get Enough Rest And Eat Well

It’s important to be effective at work, and one of the best ways you can do this is by having some downtime and making sure your keeping healthy.
Make sure you get enough rest each night. This isn’t just sleep – make sure you spend some time relaxing and not doing any strenuous or work-related activity.
Eating healthy and drinking plenty of water is a good way to stay healthy as well. When you’re healthy at work, you feel better about what you’re doing and you’re able to get more out of your day. It’s underrated and I’m sure if we don’t try to get healthy it will take a toll on us!
Organise Your Desk and Work Area
This suggestion doesn’t really have a direct impact on time management, but it allows you to focus better and manage your work better.
Having a clean and organised desk or work area is a good  way to stay focused on your task.
Some ways you can do this are:
  • Use drawers or cupboards if you have them. Anything you don’t use regularly or need right away should be put away.
  • Get yourself a stationery holder, for either on your desk or in a drawer.
  • Use folders if you have a lot of paperwork
Having a clean work area not only makes you more focused, it helps to keep you organised because you know where to find things and there is a cleaner space to work.

Take Small, Regular Breaks

Something that may seem counter-productive to time management is the suggestion to take regular breaks.
Sometimes, us IT professionals can get so caught up in the day-to-day work that we’re doing that we don’t spend enough time getting away from it.
Taking regular breaks from your work may seem like it’s not helping you to get things done, because you’re giving yourself less time to do it. I still think it’s a good suggestion though, as getting away from your desk or your work is a great way to refresh the mind and make you more focused.
I believe it’s also recommended by health professionals, something like taking a 10 minute break every 2 hours (or similar) is a good thing.
Try to incorporate this into your day – you could get a drink of water or a coffee or something.

Cancel Unimportant Meetings

This is one of my favourite time management tips. We all have meetings to go to in the office. As an IT professional (well, anyone working in an office), we get asked to meetings – and sometimes, they’re not even very useful or meaningful.
If you have any meetings that have been set up, consider cancelling them. If you didn’t set them up, speak to the organiser and see if you can be excluded from the meeting.
Many times people just like to invite everyone who “may” be needed to a meeting, with no regard for their time. Sometimes you can avoid a meeting altogether as you’re not needed.
Also, a meeting may not be the best way to reach an outcome. There are many other ways to get things done, perhaps a phone call or face-to-face discussion with a single person will get the same result with less time.

Don’t Confuse Being Busy With Being Productive

There is a big difference between being busy at work and being productive at work.
Being busy means you constantly have work or something you’re working on.
Being productive means you’re doing work and producing results. The main difference between these two concepts is the word “results”. Productivity produces results, regardless of how much work is being done.
Have a think about your average day at work, and try to decide if you’re busy or productive.
Are you just doing a task because you can, or is it actually producing results? Is it essential to your work? Is it getting you an outcome? If it’s not helping your work, you may need to consider how and why it’s being done.
This is related to the previous point of unnecessary meetings – sometimes having a meeting is just a way of being busy and doesn’t actually get any results.

Don’t Procrastinate At Work

Procrastination is where you put off or delay a task by distracting yourself with something else. There is usually another reason why you’re not doing the task that should be done.
In many cases, the hardest part about getting a task done is actually starting it. If you can work out the first step of doing a task, that goes a long way to getting it done. There’s no reason to keep delaying it – it will most likely have to get done anyway.
Delaying the task because it’s not a priority is something else – you are working but have higher priority work to do. This is perfectly valid. Procrastination is actually avoiding a task that needs to be done. It can be a real killer to the time in your day!

Delegate Some Of Your Work To Others

Another suggestion for time management tips is to delegate some of your work to others. This depends on your current role and what kind of work you do, but essentially you don’t need to do everything yourself.
You may have other team members who can help you do some of the work that you need to do.
Some things to consider when delegating work to others are:
  • If they actually have the skills or knowledge to do the work
  • If it takes less time to explain the task than for you to do it yourself
  • If the other person can get it done before it needs to be done
Delegating work to others is a good way to spread the workload and to improve your time management as an IT professional.

Don’t Follow Up If It Isn’t Needed

Quite often we speak to other employees about how their work is going. This can take time – it can take up your time and energy, as well as the other person’s.
Sometimes this is needed – if the work you’re following up about is related to your work, or if it’s something you assigned to them. Other times, it’s not related to your work or project.
In these instances, where it’s not related to you, it can save you time if you don’t follow up with them about it.
Sure, you might be interested in their work or other projects that are happening, but it can serve as a distraction to your work and reduce the effectiveness of your time management.

Eliminate Distractions

A good way to increase your time management ability and focus at work is to remove any distractions from your workplace.
If you’re not distracted by other things, then you have more focus on the task you’re doing and will most likely put more effort into it, and get it done quicker.
Identify what distracts you at your office and try to remove that distraction. Do you have a mobile phone nearby? Turn it on silent, or put it our of view.
Close down any internet browser windows that you don’t need. Actually, closing down any other windows on your computer that you don’t need is a great way to keep focused on just what you’re working in.
Turn off any music. Clean up your desk. Close the office door, if you have done. Little things like this can add up and help you focus and manage your time at work better.

Learn How To Say No

One thing that I have learnt over the years in the IT industry is that you need to learn how to say no.
We tend to have the need to accept work and just get it done – either overestimating our ability to do work, or underestimate the size of the work that needs to be done, or we may be afraid of disappointing the person who assigns work to us.
One of the more important skills you can learn as an IT professional is the ability to say no. To be more effective at your work, you need to learn when you’re at your limit and how to politely and effectively decline any more work that people would like to give you.
Perhaps they’re delegating their work to you, or perhaps they’re asking you for a quick favour that isn’t so quick, or perhaps it’s just something else that they want you to do.
In any case, if you’re not able to get the work done in the time frame they need, then it’s better just to say so. Say this in a polite way, of course, and highlight the reasons why.
This may be because you have something else that’s important to work on, it could be because you’re not sure you can get it done in the time needed, or because you’re not the best person to do the work. Either way, make sure it’s honest. Don’t just make up a reason, because then you’ll just seem lazy.

Monitor How Your Time Is Spent

My final suggestion on how to improve your time management as an IT professional is to actually monitor how your time is spent.
Other professionals, such as lawyers and accountants, do this as they need to bill their clients and need to account for the time that is spent.
The reason I suggest this is that if you’re more aware of how you’re spending your time, then you can make adjustments as needed.
You can do this by getting an app for your phone, using Google Calendar, or even setting up a spreadsheet.
Spend a bit of time each day reflecting on what you did at what times and before long, you’ll have enough information to do some analysis and work out how you can improve your time management based on the time that you have been spending.

Sunday, July 26, 2015

Samsung is inventing a way to measure your body fat through your smartphone


Our phones can already tell us how many calories we've burned, how far we've walked, and even our heart rate.
But Samsung wants to take that even further by finding a way to measure body fat through our phones.
A recently published patent application details a type of technology that measures body fat through sensors in your smartphone.
The drawings in the patent make the process look as simple as holding your finger over a sensor like you would to measure your heart rate through a smartphone.
One drawing, for instance, shows a person gripping the phone with both hands, and moving his arms up and down. The sensors likely draw data from this physical activity to determine your body fat levels.

It looks like these sensors could be embedded in the phone itself or a case for the phone.



There's no telling whether or not this technology will ever make it into Samsung's products, however. Tech companies like Samsung, Apple, and Google patent new ideas and technologies all the time, but it doesn't necessarily mean you'll ever be able to use it.
It's also important to remember that just because the technology exists, that doesn't mean it's accurate. There's been debate as to whether or not the results from heart rate monitors in smartphones and fitness bands are actually as precise as the ones you wear around your chest.

source: http://uk.businessinsider.com/

Samsung's next phone will be almost as powerful as a desktop computer

samsung galaxy note 4
Leaks for the supposed Samsung's next phone, the Galaxy Note 5, have been emerging in quickfire succession, and the latest one from SamMobile on Monday claims the Note 5 will run with 4 GB of RAM.
RAM stands for random access memory, and it's the short-term memory where often-used apps stay in your phone's proverbial back pocket, ready to open quickly when you need them.
4 GB is a lot of RAM for a smartphone, as some full-size computers come with 4 GB.
Last year's Galaxy Note 4 came with 3 GB of RAM, which was sufficient to run its exclusive features like running two apps at the same time in split-screen mode.
Samsung may be adding more RAM for smoother performance or to support new software or capabilities, but there haven't been any rumors or leaks that suggest this yet.
The leak does claim that the Note 5 will support wireless charging, and it reinforces previous rumors that it'll have a glass back, which is bad news for those who like to replace the battery or add extra storage by way of microSD card.

Sunday, July 12, 2015

Apple has raised the bar for construction standards with their new Campus2 spaceship HQ project


the picture represent how the site will look like when is done .
 Construction is well underway on Apple Campus 2, Apple's planned new Cupertino headquarters. No expense is being spared on the futuristic building, nicknamed the "spaceship" and costing an estimated $5 billion. Due to be completed at the end of 2016, it will accommodate 12,000 employees and features a $161 million auditorium, as well as a vast leafy green space at the centre of the site.
Every piece of this building is engineered. In other words, everything has been looked at and vetted and measured and mocked up, from concrete to joints to rebar placements. Stuff you wouldn't even see when the building's done,

The site, shaped like an O, is split into nine "wedges," and Apple employees are assigned to each "specific geographic location." Employees from Foster + Partners, the architectural firm behind Apple Campus 2, are also on-site to supervise.

The project is so extensive that Apple Campus2 has effectively "raised the bar for construction
standards.

source : Business Insider

Precautions when using a Public Computer



While public access computers in such places as hotels and airports are not always the most secure, sometimes they're necessary to use if they're the only available option for a computer at a given time.

In such situations, what precautions should a user take to ensure a safe browsing experience, and reduce the possibility of falling victim to malware, or any other security hazard that may be on that computer?

 Few Pointers to it:-
1) Don't save your logon information:-
    Merely Closing Browser is not Enough. Do log out from every application that you log on into.
2) Look out for fishing:-
    Type the url in the browser itself means don't click on links to a website to enter
3) Erase your Tracks:-
    Use private Browsing mode in any browser.Otherwise delete browsing history including auto fill         form data & passwords.
4) Virtual:-
    Try using virtual keyboad while entering passwords for logging into applications.
5) Don't leave the screen unattended with sensitive information on screen:-
    Log out as soon as you finish.
6) Watch for over-the-shoulder snoops:-
    Watch out is someone's snooping onto you.
7) Don't enter sensitive information into a public computer:-
    Avoid typing credit card information or any other sensitive information on public computers.
There are many softwares that can record your every keystroke.



Sleep vs Hibernate in Windows


The features of sleep and hibernate that have been included in Windows since the release of the Windows 7 operating system has been a reason of great confusion among users. Most users are still confused about the difference of "sleep mode" and "hibernate mode" and what functions do the serve.

Sleep mode is a mode which enables lower power consumption in computers. This particular mode works almost like the "pause" feature and enables the user to resume work from exactly where they had left off. Some computers may ask for a boot of the system, but that does not mean that you are going to lose any of the data that has been unsaved.

On the other hand, hibernate mode enables the user to power down the computer without losing the previous running state. The computer saves the running data of its RAM to a non-volatile storage and resumes from where the user has left the system before inflicting hibernation. Hibernation usually saves more electrical consumption than sleep mode and is now very popular among students who use battery operated laptops in classrooms or in various projects.

Both the modes, "sleep' and "hibernate' are basic power reduction features, which operate almost like standby mode available in the previous versions of Windows. Power spending is insignificant in sleep mode compared to the usual working status of your computer or laptop powered by Windows OS, and your PC uses even less electrical power while switched to the special "hibernate modes". During hibernation, no power is actually used and technically, the computer can be in this particular state for years.

When the "sleep' mode is used, your personal computer stores the existing status of your undone or unfinished or even unsaved works such as settings and files in the volatile memory RAM and turns off every other function of the computer. For this very reason, the computer can be turned on pretty quickly. The sleep option saves a lot of electrical energy, but it has its shortcomings. The user must ensure to plug in the computer for all the time or give it a constant source of power supply. If the battery runs out, the user will need to reboot his computer which will result in erasing the saved contents in the RAM and will delete his unsaved or unfinished works.

In hibernation mode, the computer requires a little bit of more time than it requires in sleep mode. The computer boots up again and rescues the contents saved in the non-volatile memory storage which had been saved from the RAM while inflicting hibernation. The best part is that the computer does not need any power supply while in hibernation and the battery will never run out in this mode.

The main disadvantage of sleep mode is that the current data may be lost due to a number of reasons but the main advantage is that, you can resume your work from where you have left it in real quick time.

While as, in hibernation, the disadvantage is that the computer needs a little bit more time to resume its work, but the biggest advantage of it is that, none of your works face the risk of deletion.

Both the functions are great in their use and execution, but depends upon the user, how will he use them. The differences are very little yet very useful. The user needs to understand what they need. For many users, who don't have access of a power plug at their disposal, the "hibernate mode" may prove to be more useful than the "sleep mode" for them.

Tuesday, June 2, 2015

Google I/O 2015: Everything You Need to Know


Google I/O kicked off this week in San Francisco with a clear reminder that the company mission has extended well beyond a list of 10 blue links.

Google’s Senior Vice President of Product, Sundar Pichai, reminded the crowd of 3,000 developers just how broad that mission is: to organize the world’s information and make it universally accessible and useful. What started with search now includes mobile operating systems, self-driving cars, virtual reality, ad platforms, natural language processing, and one of the most remarkable products every made out of cardboard.

As usual, the conference kicked off with a 2.5-hour keynote that set the stage for the year to come. It is a developer’s conference, so the material can get pretty technical, but there is no better place to get a glimpse of the future. If you didn't catch the live stream, here is what you need to know.

(For a trip down memory lane, here's what happened last year.)

source :PCmag
Google Expeditions
During the Google I/O 2015 keynote, the search giant announced that it would bring virtual reality into the classroom. Called Expeditions, the system uses Google's low-cost Cardboard headsets. Not long after the keynote speech, I placed a Cardboard viewer to my face and was transported to Mars.

Cardboard in the Classroom and on the Red Planet

My guide on Mars was a NASA Mars rover driver turned Googler who gave what he called a "criminally short history of the Spirit rover on Mars." In the session, my classmates and I explored Mars using Spirit's panoramic images. This wasn't merely looking at a big picture, though. The images had real depth. Rocks and cliffs jutted out toward me, and shadows seemed to fall like real shadows across the surface of Mars.

As we moved from scene to scene, our guide would draw our attention to particular features. These were marked in my vision with an arrow that pointed toward a circle. When I shifted my vision to the circle, it vanished so as not to obstruct the view. Sometimes, our guide paused the experience by pushing a message to our viewers, cueing us to put our headsets down and look at the teacher.

Our guide led the tour from a tablet, where he could see the same scene we saw, and even little anonymous smiley faces that showed where the 22 members of our Expedition were looking. A side bar could expand to reveal special notes about what we were seeing, though considering his pedigree it seemed safe to assume that he was working off the cuff.

Built With Teachers for Students

The result was immersive like a VR simulation, but also engaging. That's the point, said Jennifer Holland, program manager for Google Apps for Education and Expeditions. Holland said that the experience I had at I/O was the result of working with 1,000 students in different grades, in over 100 classes, with teachers across all disciplines and over three countries.

Holland and her team began working on Expeditions by asking teachers where they wanted to take their kids. "[Teachers] picked a topic and we worked together to build that Expedition so that they could run that Expedition in class along with other activities," she said.

Those other activities are actually as important as the Expeditions themselves, since Expeditions are intended to enhance and not replace classwork. By adding different activities to an Expedition, teachers could use the VR experience for a variety of lessons. Holland told me how the Great Wall of China Expedition was initially developed by a sixth grade teacher, and was used in higher and lower grades to teach math, Chinese language, and history.

In addition to Mars and the Great Wall, there are also Expeditions to the Palace of Versailles and Romeo and Juliet's Verona. Holland also told me about a biology teacher who built an Expedition about coral reefs using Google's Street View imagery, and an art lesson about graffiti that featured the now destroyed 5 Pointz in Queens, New York.

The Trials of Classroom Technology

It's easy to dismiss new technology for classrooms, but Holland says that Cardboard is different. For one, it's not a passive experience, like watching a video. "I can say that none of our teachers did that," said Holland. Instead, she said students were very engaged with Expedition-based lessons, even pointing out interesting features to students and the teacher. "They were teaching each other, which is really powerful."

Expeditions is also easy to set up, and is intended to work out of the box without any account to configure or additional equipment. "It doesn't require Internet connectivity, and runs local, which is a really big deal for schools where bandwidth is a problem," said Holland.

Another point in Expedition's favor is that it uses tablets and smartphones, two technologies with which many teachers and students are already familiar. Plus, the Cardboard viewers are cheap to replace and can even be put together by students or teachers.

Though it has already seen use in classrooms, Expeditions isn't quite ready for primetime. There is not, for example, a tool to let teachers build their own Expeditions, though Holland said that Google was working with partners like New York's Museum of Natural History to create content for the program.
Currently, Google has no price for the Expedition kit and no time frame for when it will be available to educators. But when it is, students are certainly in for a treat.

source : PCmag

Monday, June 1, 2015

Samsung prepping powerful Android flip phone

samsung-sm-g9198-flip-phone-geen-s6-mini copy
It’s been a while since Samsung announced a flip phone, but the company may be gearing up to release a pretty impressive new model. A report from GalaxyClub claims Samsung is testing an Android flip phone with powerful hardware under the hood.

The device, which is listed by its model number SM-G9198 could pack near-flagship level specs. The device will reportedly ship with two screens, including one 4.6-inch display and, presumably, a smaller outer display. A Snapdragon 808 processor is also rumored, in addition to a 16-megapixel rear camera, a 5-megapixel front-facing shooter, 2GB of RAM, 16GB of storage and a modified version of Android 5.1.1 Lollipop.

Though with a 4.6-inch display and a modern processor it should be able to run pretty much any app you want. Unfortunately, it looks like this device could be limited to China, where Samsung has actually released new clamshell phones pretty regularly over the past few years.

Windows 10 Arrives on July 29

The 10 Best Windows 10 Universal Apps
Microsoft's Windows 10 will be available on July 29.
By the end of next month, Windows 7 and Windows 8.1 users can upgrade to Windows 10 for free or buy a new PC with the new OS pre-installed.

The initial OS release will be limited to phones and tablets. A Windows 10 upgrade for Windows Phone 8.1 devices will vary by phone makers and carriers.

 Those on Windows 7 and Windows 8.1 will be able to reserve an upgrade via a prompt that should appear in the PC's taskbar. Click "Reserve your free upgrade" when it appears, add an email for confirmation, and you're all set. When it's ready, the upgrade will require 3GB of space.

Those who pick up a Windows 8.1 device before the end of July, meanwhile, can also take advantage of the gratis upgrade.

Redmond in September revealed the next version of Windows, jumping from 8.1 directly to 10. Earlier this year, the company highlighted some of the consumer features like Cortana on the desktop and the revamped Microsoft Edge browser.

"With Windows 10, we start delivering on our vision of more personal computing," Terry Myerson, Microsoft's executive vice president of operating systems, said in an announcement.

Designed to run on Redmond's "broadest device family ever," Windows 10 is compatible with Microsoft's PCs, tablets, phones, Internet of Things, Surface Hub, Xbox One, and HoloLens—"all working together to empower you to do great things," Myerson said.

This release marks the return of Microsoft's Start menu, and promises faster overall speed with a quick startup and resume. Windows 10 is also, as the tech giant boasted, "the most secure platform ever."

On July 29, users can start playing around with functions like Windows 10 Continuum to transition between laptop and tablet, and Windows Hello for a personalized greeting and no-password login.

And while Redmond has ditched its regular Patch Tuesday program, and has said that Windows 10 is the last major version of its operating system, the company promised "new innovations" over time. "Like Windows 10 itself, these updates will be free for the supported lifetime of your device," Myerson said.

Friday, May 29, 2015

Lenovo phone features virtual keyboard

Smart Cast phone Lenovo Smart Cast
Chinese electronics giant Lenovo has unveiled a phone with a built-in laser projector that can be used to display a virtual keyboard or display.

The interactive display can replicate the phone's touch screen, a full-size computer keyboard or even piano keys.
The laser projector can also be used to beam images and videos onto walls.
The Smart Cast phone was unveiled at the company's Tech World conference in Beijing, where the firm also unveiled a new type of smartwatch.

'Headline-grabbing'

The laser projector measures just 34mm by 26mm by 5mm and, said Lenovo, does not need focussing to project sharp images onto walls or other flat surfaces.
A video showing the Smart Cast in action shows how twisting the mounting for the device's lens turns it from a standard wall projector into "surface mode" that beams the display on to a table top.
A kickstand mounted on the back of the phone keeps the device upright while the virtual keyboard is in use.
At Tech World, Chinese concert pianist Lang Lang used the virtual keyboard to play a version of The Entertainer.
Mike Lowe, reviews editor at gadget site Pocket-lint, who has tried out the phone said there was far less delay using the virtual keyboard with the Smart Cast than was apparent on other devices with similar input systems.
"The history of the projector phone is hardly rosy," he said. "Samsung launched the Galaxy Beam in 2012 and that bombed. It's not been a booming industry for any other manufacturer since."
Mr Lowe said his experience with the phone did not convince him that the Smart Cast would break that cycle."It's fun, but ultimately a gimmick," he said. "It's hard to be accurate with the increased scale of the keys for starters, plus the demo was in a dimly-lit room."
In a separate demonstration, he added, Lenovo showed ways to use the interactive projected display to play games.
"It's fun, it's headline-grabbing, but it's also impractical, not coming to the UK and well, just isn't a product anyone is likely to genuinely need," he said.
Tech World also saw Lenovo show off a smart watch, called Magic View, that has two screens.
The device has a standard "public" screen viewable by anyone and a second "private" projected screen only visible when the watch is held close to the face and at a specific angle.
source: BBC





Sunday, May 24, 2015

Top Ten Tablets for your Kids

Kindle HD 6
Though kids these days might not have any clue how to work an Apple II or atypewriter, they know tablets. Remember that baby who tried to swipe through a physical magazine and was confused when it didn't perform like her iPad?

Last year, market research firm Smarty Pants published a list of kids' top 50 brands, and Apple's tablet trumped even the most iconic kid-based brands, including Nickelodeon, Crayola, and Eggo. "In just five years, the iPad has risen from ranking 109th to being kids' favorite brand," Wynne Tyree, president of Smarty Pants, said in a statement. "Early on, it captured the hearts of tweens and middle- and upper-class families, but [the] iPad is now an indispensable part of childhood for the masses."

But the iPad is not the only tablet on the market that will appeal to your tech-savvy toddler, tween, or teen. There are a number of Android-based slates that won't break the bank, Amazon has a kid-focused Kindle Fire, and toy manufacturers are turning their attention toward rugged tablets that can withstand a few drops, crashes, or throws.

If the child in your life has been begging for a tablet, or keeps stealing yours, check out our list of the top tablets you should consider.

Amazon Fire HD 6 Kids Edition
  1. Kindle HD 6
  2. LeapPad3 Learning Tablet
  3. LeapPad Ultra XDi Learning Tablet
  4. Fuhu Nabi 2 Tablet
  5. Apple iPad mini
  6. Apple iPad Air 2
  7. Asus VivoTab Note 8
  8. Nexus 9
  9. Samsung Galaxy Tab 3 Kids