Tuesday, 23 April 2013

update nokia mobile phone


Want to update the software on your mobile phone? It's easy, but first you need to install Nokia Ovi Suite on your computer before you can update the software on your mobile phone. You can download this program from www.nokia.com. It's also recommended you http://devicehelp.optusbusiness.com.au/smb/nokia-e63/functions/basic-functions/backing-up-the-phone-memory-on-my-mobile-phone/ you start.
1. Start Nokia Ovi Suite
·         Start the program Nokia Ovi Suite on your computer

2. Connect mobile phone and computer
·         Open the cover on the top left side of your mobile phone.
·         Connect the data cable to the phone socket and to your computer's USB port.


3. Update mobile phone software
·         Select Tools.


·         Select Software updates.

·         Select Install.
·         Follow the instructions on the screen to update the software on your mobile phone.

Totkay,Urdu Totkay,Totkay In Urdu,Desi Totkay: Khajor Se ilaaj

Totkay,Urdu Totkay,Totkay In Urdu,Desi Totkay: Khajor Se ilaaj: Treatment By Dates In Urdu Kamzori door karna Is ke liye rozana nahar moon saat danay khajoor ke istamal kiye karain chand h...

Khajor Se ilaaj

Treatment By Dates In Urdu














Kamzori door karna
Is ke liye rozana nahar moon saat danay khajoor ke istamal kiye karain chand haftoon main kamzori door ho jae ge.

Dubla pan door karna
Is ke liye rozana khajor ke saath kakri istamal karain chand haftoon main dubla pan door ho jae ga.

Haiz ki ziadati ka ilaaj
Rozana nahar moon paanch danay khajor ke kha liya karain ye haiz ziyada hone ka ilaaj he.


 Khoon ki kami door karna
Blood ki kami door kernay ke liye rozana nahaar moon saat danay khajor ke kha liya karain.

Ahtiyaat
Khajor aur injeer aik saath istamal na karain.Ankhain dukhnay main khajor na khaen.Kamzori main saat danay se ziyada na khaen.

Free Books: Garam Masala Se Elaaj FREE PDF

Free Books: Garam Masala Se Elaaj FREE PDF: Garam Masala Se Elaaj   Title name of the book is 'Garam Masala Se Elaaj' Written by Abdul Majeed Sagar. Easy remedy of many...

Tuesday, 16 April 2013

  CYBOHOLIC: !!!!break the barriers !!!!

  CYBOHOLIC: !!!!break the barriers !!!!: List of free working proxies for using orkut, myspace, facebook, youtube etc http://www.proxylink.info/ http://www.hideyourpersonal.info/...

  CYBOHOLIC: Send Fake Emails ...(email forging)

  CYBOHOLIC: Send Fake Emails ...(email forging): Technique of sending fake emails from any email id is called Email Forging. Sending fake emails with help of TELNET  is quite weir...

  CYBOHOLIC: Permanently Block Time-Wasting Web Sites

  CYBOHOLIC: Permanently Block Time-Wasting Web Sites: Is there a web site that‘s utterly toxic to your mental state or ability to work?  Maybe you grind your teeth over your ex‘s web log, which...

  CYBOHOLIC: IP SPOOFING

  CYBOHOLIC: IP SPOOFING: By using this trick you can change your IP Address in Less then a minute   1. Click on "Start" in the bottom left hand corner of...

  CYBOHOLIC: Find Someones IP address on Facebook (TRACE ANYONE...

  CYBOHOLIC: Find Someones IP address on Facebook (TRACE ANYONE...: This technique is used to find someones IP Address on Facebook or any other social networking website. It is very simple and you just have t...

Sunday, 17 March 2013

Inside AdSense: A new look for the AdSense interface

Inside AdSense: A new look for the AdSense interface: We’ve been making continuous improvements to the AdSense interface, whether it’s adding new features or redesigning pages you frequently u...

Inside AdWords: Think Insights: Marketer data, information and ins...

Inside AdWords: Think Insights: Marketer data, information and ins...: Today marks the debut of the new Think Insights , Google’s hub for marketing insights and inspiration for advertisers and agencies. On goog...

Friday, 8 March 2013

Setup FTP Server on Windows 8


Step by Step Guide on How to Setup FTP Server on Windows 8

You can allow other users to access your FTP site by restricting with user name/password or anonymous access. It depends on the purpose of FTP server on your network.

Setup FTP Server on Windows 8

1) Open Programs and Features in Control panel. Click on ‘Turn Windows features on or off’ as shown below (1). If IIS was not installed earlier on particular Windows 8 computer, you need to install other features of IIS too. See the below screenshot for the actual requirements to run FTP server on Windows 8 (All features which are ticked need to be installed).
install ftp server
Press OK to install the selected features.
2) After installation is completed, open ‘Internet Information Services (IIS) Manager’ in‘Administrative Tools’ – Control Panel.
Expand the sites, right click on it and ‘Add FTP Site’.
add ftp site
Recommended Readings:
3) Give a name for FTP site and browse the local folder which you need to give access to others through FTP server. (I already created a folder called ‘FTP Share’ on C drive before reaching this step)
site name
4) In next screen you need to select the Windows 8 computer’s IP address from dropdown box. I hope you already set static IP for the computer.
Under SSL option, select No SSL to make the connection without SSL certificate. In production environment for professional FTP server setup, you may need to enable SSL which requires a certificate.
select SSL

How to Set Up FTP Access Permission on Windows 8

5) In next screen you can set the permission for users to access the FTP site. Here you need to decide how others will be accessing the FTP share and who will be having Read-only or Read & Write access.
Let’s assume this scenario, you want specific users to have read and write access, so obviously they must type an user name and password for it. Other users can access the FTP site without any username or password to view the content only, it’s called anonymous users access.
You will find several ways to do this, but here is the simple way which worked for me.
Firstly, create a group on Windows 8 local computer (if you are not using active directory environment) and add the users who will be having read and write access on FTP site. In this example, I have created ‘ftpusers’ group and added required users inside it.
ftpusers group
You must give ‘Modify’ access (Windows permission) for this group to specific folder which is linked to FTP site. ‘FTP share’ is the one in this example.
folder permissions
Now, let’s continue the FTP site settings. In next screen to give the permission, select ‘Basic’which will be prompting for user name and password, select Specified  roles or groups option from drop down and type the correct group name. Set Read and Write permission for the group.
access
Press Finish to complete the setup.
By default Basic Authentication is enabled on Windows 8, but you can cross check it. Open ‘FTP Authentication’ settings of the site and make sure Basic Authentication is enabled as shown below.
enabled basic auth
Now, lets set up the anonymous users access with read only permission.
Open ‘FTP Authorization Rules’ for the FTP site you created. Create an ‘Add Allow Rule’ and set the permissions as below.
anonymous access
Make sure that second rule also listed.
added rules
You need to enable anonymous access under FTP Authentication settings of the site.
enabled ano access
Check the Firewall !
We are almost done and completed the all steps. Now, you need to either disable the firewall on Windows 8 computer or allow FTP inbound and outbound traffic. I hope you can do it easily.
Now, I could use any FTP clients and connect with a user name and password with write access, or anonymous user with read only access.
connected site
I’m sure this step by step guide will be helpful on how to setup FTP server on Windows 8.
You can refer this video for more information on setting up FTP server on Windows 8 with WAN connection.

Saturday, 23 February 2013

introduction of laptop and price in karachi

The term "laptop" can refer to a number of classes of small portable computers
  • Full-size Laptop: A laptop large enough to accommodate a "full-size" keyboard (a keyboard with the minimum QWERTY key layout, which is at least 13.5 keys across that are on ¾ (0.750) inch centers, plus some room on both ends for the case). The measurement of at least 11 inches across has been suggested as the threshold for this class.[12] The first laptops were the size of a standard U.S. "A size" notebook sheet of paper (8.5 × 11 inches)[citation needed], but later "A4-size" laptops were introduced, which were the width of a standard ISO 216 A4 sheet of paper (297 mm, or about 11.7 inches), and added a vertical column of keys to the right and wider screens. It can also be laid sideways when not in use.
  • Netbook: A smaller, lighter, more portable laptop. It is also usually cheaper than a full-size laptop, but has fewer features and less computing power. Smaller keyboards can be more difficult to operate. There is no sharp line of demarcation between netbooks and inexpensive small laptops; some 11.6" models are marketed as netbooks. Since netbook laptops are quite small in size, netbooks typically do not come with an internal optical drive.
  • Tablet PC: these have touch screens. There are "convertable tablets" with a full keyboard where the screen rotates to be used atop the keyboard, and "slate" form-factor machines which are usually touch-screen only (although a few older models feature very small keyboards along the sides of the screen.)
  • Ultra-mobile PC: An ultra-mobile PC (ultra-mobile personal computer or UMPC) is a small form factor version of a pen computer, a class of laptop whose specifications were launched by Microsoft and Intel in spring 2006. Sony had already made a first attempt in this direction in 2004 with its Vaio U series, which was however only sold in Asia. UMPCs are smaller than subnotebooks, have a TFT display measuring (diagonally) about 12.7 to 17.8 cm, and are operated like tablet PCs using a touchscreen or a stylus. There is no clear boundary between subnotebooks and ultra-mobile PCs.
  • Handheld PC: A Handheld PC, or H/PC for short, is a term for a computer built around a form factor which is smaller than any standard laptop computer. It is sometimes referred to as a Palmtop. The first handheld device compatible with desktop IBM personal computers of the time was the Atari Portfolio of 1989. Another early model was the Poqet PC of 1989 and the Hewlett Packard HP 95LX of 1991. Other DOS compatible hand-held computers also existed.
  • Rugged: Engineered to operate in tough conditions (mechanical shocks, extreme temperatures, wet and dusty environments, etc.)
  • Ultrabook: A very thin version of a laptop. They are a higher-end subnotebook "inspired" by Intel.

[edit] Desktop replacement


A modern laptop, Acer Aspire 8920.
A desktop-replacement computer is a laptop that provides all of the capabilities of a desktop computer, with a similar level of performance. Desktop replacements are usually larger and heavier than standard laptops. They contain more powerful components and have a 15" or larger display.[11] They are bulkier and not as portable as other laptops, and their operation time on batteries is typically shorter; they are intended to be used as compact and transportable alternatives to a desktop computer.[11]
Some laptops in this class use a limited range of desktop components to provide better performance for the same price at the expense of battery life; a few of those models have no battery.[13]
In the early 2000s, desktops were more powerful, easier to upgrade, and much cheaper than laptops, but in later years laptops have become much cheaper and more powerful than before,[14] and most peripherals are available in laptop-compatible USB versions which minimise the need for internal add-on cards. In the second half of 2008, laptops outsold desktops for the first time.
The names "Media Center Laptops" and "Gaming Laptops" are used to describe specialized notebook computers.[10]

Sony VAIO P series subnotebook

[edit] Subnotebook

A subnotebook or ultraportable is a laptop designed and marketed with an emphasis on portability (small size, low weight and often longer battery life) that retains performance close to that of a standard notebook. Subnotebooks are usually smaller and lighter than standard laptops, weighing between 0.8 and 2 kg (2 to 5 pounds);[10] the battery life can exceed 10 hours[15] when a large battery or an additional battery pack is installed. Since the introduction of netbooks, the line between subnotebooks and higher-end netbooks has been substantially blurred.
To achieve the size and weight reductions, ultraportables use 13" and smaller screens (down to 6.4"), have relatively few ports (but in any case include two or more USB ports), employ expensive components designed for minimal size and best power efficiency, and utilize advanced materials and construction methods. Most subnotebooks achieve a further portability improvement by omitting an optical/removable media drive; in this case they may be paired with a docking station that contains the drive and optionally more ports or an additional battery.
The term "subnotebook" is reserved to laptops that run general-purpose desktop operating systems such as Windows, Linux or Mac OS X, rather than specialized software such as Windows CE, Palm OS or Internet Tablet OS.
At Computex 2011 Intel announced a new class for ultraportables called Ultrabooks. The term is used to describe a highly portable laptop that has strict limits for size, weight, battery life, and have tablet-like features such as instant on functionality. Intel estimates that by the end of 2012, 40 percent of the consumer laptop market segment will be Ultrabooks.[16]

[edit] Netbook

Netbooks are laptops that are light-weight, economical, energy-efficient and especially suited for wireless communication and Internet access.[17][18] Hence the name netbook (as "the device excels in web-based computing performance").[19]
With primary focus given to web browsing and e-mailing, netbooks are intended to "rely heavily on the Internet for remote access to web-based applications"[19] and are targeted increasingly at cloud computing users who rely on servers and require a less powerful client computer.[20] A common distinguishing feature is the lack of optical disk (i.e. CD, DVD or Blu-ray) drives. While the devices range in size from below 5 inches[21] to over 12,[22] most are between 9 and 11 inches (280 mm) and weigh between 0.9–1.4 kg (2–3 pounds).[19]
Netbooks are mostly sold with light-weight operating systems such as Linux, Windows XP and Windows 7 Starter edition.
Because they are very portable, netbooks have a few disadvantages. Because the netbooks are thin, the first such products introduced to the market had their primary internal storage in the form of solid-state drives and not hard disks, which are essential to installing very many programs. Hard disk drive technology and form factors have since been adapted to fit into netbooks.
Given their size and use of more rudimentary components compared to notebooks and subnotebooks, netbooks also generally have a smaller-capacity hard drive, slower CPU, and a lower-profile RAM capacity.[23]
In 2009, Google announced an operating system called Google Chrome OS for this market.
The big breakthrough for netbook computers did not happen until the weight, diagonal form-factor and price combination of < 1 kg, < 9", < U.S. $400, respectively, became commercially available in around 2008.

[edit] Rugged laptop

A rugged (or ruggedized) laptop is designed to reliably operate in harsh usage conditions such as strong vibrations, extreme temperatures, and wet or dusty environments. Rugged laptops are usually designed from scratch, rather than adapted from regular consumer laptop models. Rugged laptops are bulkier, heavier, and much more expensive than regular laptops,[24] and thus are seldom seen in regular consumer use.
The design features found in rugged laptops include rubber sheeting under the keyboard keys, sealed port and connector covers, passive cooling, superbright displays easily readable in daylight, cases and frames made of magnesium alloys[25] that are much stronger than plastic found in commercial laptops, and solid-state storage devices or hard disc drives that are shock mounted to withstand constant vibrations. Rugged laptops are commonly used by public safety services (police, fire and medical emergency), military, utilities, field service technicians, construction, mining and oil drilling personnel. Rugged laptops are usually sold to organizations, rather than individuals, and are rarely marketed via retail channels.

[edit] Tablet laptop


A tablet laptop with stylus
Typical modern convertible laptops have a complex joint between the keyboard housing and the display permitting the display panel to swivel and then lie flat on the keyboard housing.
Typically, the base of a tablet laptop attaches to the display at a single joint called a swivel hinge or rotating hinge. The joint allows the screen to rotate through 180° and fold down on top of the keyboard to provide a flat writing surface. This design, although the most common, creates a physical point of weakness on the laptop.
Some manufacturers have attempted to overcome these weak points by adopting innovative methods such as a sliding design in which the screen slides up from the slate-like position and locks into place to provide the laptop mode.
Tablet laptops have the advantage to offer the keyboard and pointing device (usually a trackpad) of older laptops, for users who do not use the touchscreen display as the primary method of input. Tablets are also touchscreen.

New Laptops

New Laptops - HP Core i3, HP Core i5, HP Core i7, Dell Core i3, Dell Core i5, Dell Core i7, Sony Core i3, Sony Core i5, Sony Core i7, Fujitsu Core i3, Fujitsu Core i5, Fujitsu Core i7, Acer Core i3, Acer Core i5, Acer Core i7. Sandy Bridge Laptop, Ivy Bridge Laptops. 

iconsourcing.com/www.bestbuypakistan.com