Apple Watch 2.0 release date and price

Apple Watch 2.0 release date and price
Apple was targeting 2016 around the second or third quarter for the launch of the next Apple Watch version, Apple Watch 2. To start to remedy that restraint, Apple has been developing changes called “tether-less” that ease the dependency when on Wi-Fi. Enhances coming to Bluetooth next year, including greater range and increased speed for data transfer, will likely also benefit future...

PHP - How to create an Excerpt of an article

PHP - How to create an Excerpt of an article
Here is php code to get an excerpt from a descriptions or a long text called article. Just put this code to your php file and then call this function like this get_excerpt($content, '30'). Thats all, just click like or plus one if this code works. function get_excerpt($content, $length) { //Break the text into an array of $length +1 number of elements $content = explode(' ', trim($content),...

PHP - Human Timestamp

PHP - Human Timestamp
Here is a human timestamp tha will show your post date in a better ways. Eg. 1 minute ago, 1 hour ago, 2 hours ago, etc. // human timestamp function nicetime($date){ if(empty($date)) { return "No date provided"; } $periods         = array("second", "minute", "hour", "day", "week", "month", "year", "decade"); $lengths         = array("60","60","24","7","4.35","12","10"); ...

Galaxy Note 4 Specification - Samsung

Galaxy Note 4 Specification - Samsung
The latest Samsung smartphone, the Galaxy Note 4, will be launched soon this year. Its already talking by many people on the internet. Galaxy Note 4 will cost £490 / $810. Here is Galaxy Note 4 Specification: Source gsmarena GENERAL2G NetworkGSM 850 / 900 / 1800 / 1900 3G NetworkHSDPA 850 / 900 / 1900 / 2100 4G NetworkLTE 800 / 850 / 900 / 1800 / 2100 / 2600 SIMMicro-SIM Announced2014, September StatusComing...

Google Chrome Resolution Problem - Enable High DPI

Google Chrome Resolution Problem - Enable High DPI
If you are using a device with HD resolution, you may get the following problem. When you open the Google Chrome browser, the browser resolution looks doesn't fit to your screen. You should scroll down to be able to see through the entire page. To solve this problem, you need to enable High-DPI on google chrome. Here is how to enable Google Chrome High-DPI. 1. Click Start menu. 2. Type regedit...

Share internet connection from computer to smartphone using wifi

Share internet connection from computer to smartphone using wifi
Here is how to share internet connection from computer to smartphones using wifi. As I have described in my previous post about sharing an internet connection to smartphones, this time I will do the same thing with a different tool. The important thing is, both are free to use. Download and install WiFi Creator here. Run WiFi Creator. Run as administrator. Select "Automatic Hotspot Configuration". Enter...

How to install windows 7 32 and 64 bit with flash drive

How to install windows 7 32 and 64 bit with flash drive
Here is how to install windows 7 32 and 64 bit with flash drive. This method is can be used for windows 8 as well. Requirments: 1. You need windows 7 iso file. Read this tutorial to create windows 7 iso bootable. 32 & 64 bit. 2. You need Rufus. You can download rufus-1.4.9 here. 3. At least 4gb Flash Drive. How To: Run rufus-1.4.9 as administrator. Plug in your flash drive. Set rufus...
Like us on Facebook
Follow us on Twitter
Recommend us on Google Plus