>>
Open top menu
#htmlcaption1 SEA DICAT POSIDONIUM EX GRAECE URBANITAS SED INTEGER CONVALLIS LOREM IN ODIO POSUERE RHONCUS DONEC Stay Connected
Friday 19 September 2014
no image

GENERAL2G NetworkGSM 850 / 900 / 1800 / 1900 - A1549 (GSM), A1549 (CDMA), A1586
CDMA 800 / 1700 / 1900 / 2100 - A1549 (CDMA), A1586
3G NetworkHSDPA 850 / 900 / 1700 / 1900 / 2100 - A1549 (GSM), A1549 (CDMA), A1586
CDMA2000 1xEV-DO - A1549 (CDMA), A1586
TD-SCDMA 1900 / 2000 - A1586
4G NetworkLTE 700/800/850/900/1700/1800/1900/2100/2600
(1/2/3/4/5/7/8/13/17/18/19/20/25/26/28/29) - A1549 (GSM), A1549 (CDMA)
LTE 700/800/850/900/1800/1900/2100/2600
TD-LTE 1900/2300/2500/2600
(1/2/3/4/5/7/8/13/17/18/19/20/25/26/28/29/38/39/40/41) - A1586
SIMNano-SIM
Announced2014, September
StatusComing soon. Exp. release 2014, September
BODYDimensions138.1 x 67 x 6.9 mm (5.44 x 2.64 x 0.27 in)
Weight129 g (4.55 oz)
- Fingerprint sensor (Touch ID)
- Apple Pay (Visa, MasterCard, AMEX certified)
DISPLAYTypeLED-backlit IPS LCD, capacitive touchscreen, 16M colors
Size750 x 1334 pixels, 4.7 inches (~326 ppi pixel density)
MultitouchYes
ProtectionShatter proof glass, oleophobic coating
- Display Zoom
SOUNDAlert typesVibration, proprietary ringtones
LoudspeakerYes
3.5mm jackYes
MEMORYCard slotNo
Internal16/64/128 GB, 1 GB RAM
DATAGPRSYes
EDGEYes
SpeedDC-HSDPA, 42 Mbps; HSUPA, 5.76 Mbps; EV-DO Rev. A, up to 3.1 Mbps; LTE, Cat4, 150 Mbps DL, 50 Mbps UL
WLANWi-Fi 802.11 a/b/g/n/ac, dual-band, Wi-Fi hotspot
Bluetoothv4.0, A2DP, LE
NFCYes (Apple Pay only)
USBv2.0
CAMERAPrimary8 MP, 3264 x 2448 pixels, phase detection autofocus, dual-LED (dual tone) flash
Features1/3'' sensor size, 1.5µm pixel size, geo-tagging, simultaneous HD video and image recording, touch focus, face/smile detection, HDR (photo/panorama)
Video1080p@60fps, 720p@240fps
Secondary1.2 MP, 720p@30fps, face detection, FaceTime over Wi-Fi or Cellular
FEATURESOSiOS 8
ChipsetApple A8
CPUDual-core 1.4 GHz Cyclone (ARM v8-based)
GPUPowerVR GX6650 (hexa-core graphics)
SensorsAccelerometer, gyro, proximity, compass, barometer
MessagingiMessage, SMS (threaded view), MMS, Email, Push Email
BrowserHTML5 (Safari)
RadioNo
GPSYes, with A-GPS, GLONASS
JavaNo
ColorsSpace Gray, Silver, Gold
- Active noise cancellation with dedicated mic
- AirDrop file sharing
- Siri natural language commands and dictation
- iCloud cloud service
- iCloud Keychain
- Twitter and Facebook integration
- TV-out
- Maps
- iBooks PDF reader
- Audio/video player/editor
- Organizer
- Document viewer/editor
- Photo viewer/editor
- Voice memo/dial/command
- Predictive text input
BATTERYNon-removable Li-Po 1810 mAh battery (6.9 Wh)
Stand-by(2G) / Up to 250 h (3G)
Talk time(2G) / Up to 14 h (3G)
Music playUp to 50 h
MISCPrice group
Read more
Friday 13 December 2013
no image

I learn Random Number Generation in Modeling and Simulation. It's quit interesting and Boring, Because i was not learning a new way to Generating , we just learning a ancient way.
    But Suddenly i got and idea for Generate a Random number using the Date function in JavaScript. 


and i got it.. If you want this code, you can email me on my gmail address -
anup.panwar36@gmail.com



























Read more
Wednesday 27 November 2013
no image






Read more
Tuesday 19 November 2013
no image

Hey geeks ! am here again with a new Trick .. 

==>  How to run PHP on Ubuntu 12.0.3 || How to Run a PHP File in Ubuntu.
************************************************************************
     Today  Most of the Programmer are Using Linux, Ubuntu and Mac etc, because these Operating System's are more Powerful and Secure then any of the Windows Operating System.
  But there are some restriction in these O.S like in Ubuntu who cant just install wamp-server, because it doesn't support to wamp.  Now most the Web Programmer love to Programming in PHP(Hypertext PreProcesser) because it's easy to learn, implementations, huge function support.

so here am giving some usefull steps that can helps you to download the PHP:-
First of all you will need a web-server to host your PHP pages.


In this tutorial I use Apache2. You can install Apache2 from the Terminal by using:

$>sudo apt-get update
$> sudo apt-get install apache2
when the installation is finished, Apache is up and running and you can test that by pointing your web browser at http://localhost/
The default page will come up with a message “it works”.This html file is located under your local file system in folder /var/www/
Or You Can also Check this folder in Your System:---->> 
Computers>File System>var>www

Now you have to install PHP.
To install PHP and PHP support for Apache, just write the following in console:
$>sudo apt-get install php5 libapache2-mod-php5
When this is done you are ready.
Let’s go and delete the default page of Apache so we can create our own.
Open a terminal and type:
$>sudo rm /var/www/index.html
If you want to test that PHP is installed successfully into your system you can write and run a simple PHP script that will return to you the PHP information. So open the terminal and type:
$>sudo gedit /var/www/index.php
An empty document will open in gedit now just type the following and save the document.
<?php
print_r (phpinfo());
?>
Restart the web-server by typing:
$>sudo /etc/init.d/apache2 restart
And point your web browser at: http://localhost/
You should now be able to see your first PHP page running.
You can edit this page at any time by typing:
$>sudo gedit /var/www/index.php
Have fun creating your web pages!
If you also need MySQL you can find info on how to install MySQL.

Read more
Monday 18 November 2013
no image

Hello guyzzz! am here again  am learning javascript form 3 to 4 month and i really love this script Language. Because of it's huge function , concise, robust, easy and user friendly Properties insist me to fall in love with JavaScript .
                 Today am Posting my First Text-Editor that i created by Using JavaScript it's using execCommands and few document.name series .. If you have any problem or maybe want some of the Tutorials on JavaScript you can Post on this Blog .. and i will Post All the Tutorial's on the Js

Read more
Wednesday 6 November 2013
no image

Read more
Saturday 2 November 2013
no image


Tic-TacBeta


Note

  • This my first Game Using JavaScirpt.
  • Game is in Beta form so there are some retrication to play :-

  • Please follow these steps other-wise game not work as it can
    I trying to solve these problem and will relase soon a new version of Tic-Tac.

  • 1. The Game is on the matrix form of [3][3].
    2. So You Alway play first chance in the [0][0].
    3. Secondley you have to be click on [0][1].
    4. Now look Computer will be win click on [2][0].
    5. Again computer is so smart make sure your next click is on [1][2].
    6. Draw.








Read more