Skip to main content

Save your eyesight!!!!

Ever notice how people texting at night have that eerie blue glow?
Or wake up ready to write down the Next Great Idea, and get blinded by your computer screen?
During the day, computer screens look good—they're designed to look like the sun. But, at 9PM, 10PM, or 3AM, you probably shouldn't be looking at the sun.

f.lux

F.lux fixes this: it makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day.
It's even possible that you're staying up too late because of your computer. You could use f.lux because it makes you sleep better, or you could just use it just because it makes your computer look better. (http://stereopsis.com)




Comments

Popular posts from this blog

How to parse JSON data with .Net C#?

There are many occasions arise when we have to get some information form websites, websites offer information to their user in different formats and JSON is one of them. Actually you can parse JSON data in C# itself by writing some code but JSON.Net library will help a great deal. Example  Let's consider an example where we have to get tweets count of a webpage from twitter. Twitter provides us with an easy way to do that by simply sending a request to one of its urls Request Sample  https://cdn.api.twitter.com/1/urls/count.json?url=http://download.cnet.com/Free-PDF-to-JPG-Converter/3000-2016_4-75728284.html Request Response string  Response = {" count ":10,"url":"http:\/\/download.cnet.com\/Free-PDF-to-JPG-Converter\/3000-2016_4-75728284.html\/"} Here we go, we need to get count variable from that response. Create a Class in C# and add this code public class SharesCount { private int Count_; public int Count ...

Setup .PK domain with Godaddy Hosting

Setup .PK domain with Godaddy Hosting STEP-1 Open domain page from your account Add your .pk domain as offsite in godaddy don't check transfer this domain to godaddy checkbox. STEP-2 Now go to Manage Hosting/Cpanel page and select Addon Domains And fill the form and add the domain STEP-3 Now go to Domains page and click your offsite domain name and open its zone file. next next Now when Zone File tab is open, scroll-down to bottom and get your name servers STEP-4 Now take these name-servers and add them on your domain's pknic account. Thanks, if you got any questions please send me an email at m.qayyum--at--live.com