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 Apple Watches.
Apple Watch 2 to feature thinner display to accommodate larger battery. There is a rumor that the Apple next gen will cost between £1,000 and £8,000. Lets wait until this smart watch by apple get released.

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), $length+1);

//Pop of the last element containing the remaining text (thus the +1 above)
array_pop($content);

//Put it all back together into a string
$content = implode(' ', $content);

//Add our ellipsis
$content = $content . '...';

return $content;
}

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");

$now             = time();
$unix_date         = strtotime($date);

  // check validity of date
if(empty($unix_date)) {    
return "Bad date";
}

// is it future date or past date
if($now > $unix_date) {    
$difference     = $now - $unix_date;
$tense         = "ago";

} else {
$difference     = $unix_date - $now;
$tense         = "from now";
}

for($j = 0; $difference >= $lengths[$j] && $j < count($lengths)-1; $j++) {
$difference /= $lengths[$j];
}

$difference = round($difference);

if($difference != 1) {
$periods[$j].= "s";
}

return "$difference $periods[$j] {$tense}";
}

Galaxy Note 4 Specification - Samsung

Galaxy Note 4 Specification

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 soon. Exp. release 2014, Q4
BODYDimensions153.5 x 78.6 x 8.5 mm (6.04 x 3.09 x 0.33 in)
Weight176 g (6.21 oz)
- S Pen stylus
- Fingerprint sensor
DISPLAYTypeSuper AMOLED capacitive touchscreen, 16M colors
Size1440 x 2560 pixels, 5.7 inches (~515 ppi pixel density)
MultitouchYes
ProtectionCorning Gorilla Glass 3
SOUNDAlert typesVibration; MP3, WAV ringtones
LoudspeakerYes
3.5mm jackYes
MEMORYCard slotmicroSD, up to 64 GB
Internal32 GB, 3 GB RAM
DATAGPRSYes
EDGEYes
SpeedHSDPA, 42 Mbps; HSUPA; LTE, Cat4 (N910C), Cat6 (N910S), 50 Mbps UL, 300 Mbps (N910S), 150 Mbps (N910C) DL
WLANWi-Fi 802.11 a/b/g/n/ac, dual-band, Wi-Fi Direct, DLNA, Wi-Fi hotspot
Bluetoothv4.1, A2DP, EDR, LE
NFCYes
Infrared portYes
USBmicroUSB v2.0 (MHL 3), USB Host
CAMERAPrimary16 MP, 3456 x 4608 pixels, optical image stabilization, autofocus, LED flash
FeaturesDual Shot, Simultaneous HD video and image recording, geo-tagging, touch focus, face and smile detection, image stabilization, panorama, HDR
Video2160p@30fps, 1080p@60fps, optical stabilization
Secondary3.7 MP, 1080p@30fps
FEATURESOSAndroid OS, v4.4.4 (KitKat)
ChipsetQualcomm Snapdragon 805 (SM-N910S)
Exynos 5433 (SM-N910C)
CPUQuad-core 2.7 GHz Krait 450 (SM-N910S)
Quad-core 1.3 GHz Cortex-A53 & 1.9GHz quad-core Cortex-A57 (SM-N910C)
GPUAdreno 420 (SM-N910S)
Mali-T760 (SM-N910C)
SensorsAccelerometer, gyro, proximity, compass, barometer, gesture, UV, heart rate, SpO2
MessagingSMS(threaded view), MMS, Email, Push Mail, IM
BrowserHTML5
RadioTBC
GPSYes, with A-GPS, GLONASS, Beidou
JavaYes, via Java MIDP emulator
ColorsFrosted white, Charcoal black, Bronze Gold, Blossom Pink
- ANT+ support
- S-Voice natural language commands and dictation
- Air gestures
- Dropbox (50 GB cloud storage)
- SNS integration
- Active noise cancellation with dedicated mic
- TV-out (via MHL A/V link)
- MP4/DivX/XviD/WMV/H.264/H.263 player
- MP3/WAV/eAAC+/AC3/FLAC player
- Organizer
- Photo/video editor
- Document viewer(Word, Excel, PowerPoint, PDF)
- Google Search, Maps, Gmail,
YouTube, Calendar, Google Talk, Picasa
- Voice memo/dial/commands
- Predictive text input (Swype)
BATTERY3,220 mAh battery
Stand-by
Talk time
Disclaimer. We can not guarantee that the information on this page is 100% correct. (gsmarena)

Google Chrome Resolution Problem - Enable High DPI

Google Chrome Resolution Problem


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 and press enter.
3. Go to [HKEY_CURRENT_USER\Software\Google\Chrome\Profile]
Note: If there is no Profile key, lets create it by right-click Chrome --> New --> Key and then rename the key to Profile.
4. Click Profile. Look at the right panel and find high-dpi-support value. If there is no high-dpi-support value, just create it (right-click the right panel area, and then select New --> DWORD value. Dont forget to rename it to high-dpi-support).
5. Right-click high-dpi-support value --> Modify, and then change the value data to 1 and click ok. (0 for disable and 1 for enable).

Thats all. If above tutorial doesnt work, lets follow the next tutorial below.

1. On your desktop. Right-click Google Chrome shortcut icon.
2. Select Properties.
3. On shortcut panel, find Target field.
4. Add /high-dpi-support=1 /force-device-scale-factor=1 at the end of path. (eg. ..\Application\chrome.exe" /high-dpi-support=1 /force-device-scale-factor=1)
5. Click ok and open your Chrome.

It should be works now. Thanks for reading, click like if this help you out, comment below if you got confused with this tuts.

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.

  1. Download and install WiFi Creator here.
  2. Run WiFi Creator. Run as administrator.
  3. Select "Automatic Hotspot Configuration".
  4. Enter Network Name[SSID]. This will be your wifi name.
  5. Enter Network key. Min 8 characters.
  6. Select your internet connection that want to share. eg. Ethernet[xxx.xxx.x.xxx]
  7. Click Start Hotspot.

Note: You dont need to create a new SSID everytime you restart your computer. Just do this, run WiFi creator as administrator, click "Stop Hotspot" and then start the hotspot again by click "Start Hotspot".


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:

  1. Run rufus-1.4.9 as administrator.
  2. Plug in your flash drive.
  3. Set rufus as you see the screenshots bellow.
  4. Read about MBR and GPT here
  5. Select bootable iso file.
  6. Click Start.
  7. Wait until process complete.
Like us on Facebook
Follow us on Twitter
Recommend us on Google Plus